/*@import url('http://freia.timeoff.se/~fredrik/webpages/structure.css');*/
@import url('http://aux.nklt.se/css/reset.css');

body {
	background-color: #eeeeee;
	margin: 0;
	padding: 0;
}

a img {
	border: none;
}


/* Wraps everything but body and the admin menu (in case of loged in.*/
#wrap_admin {
}

#outer_content_td td {
	text-align: left;
	margin: 0;
	padding: 0;
}

/* Wraps the user definable content. */
#wrap, #wrap td {
	/*font: 14px LucidaGrande, Lucida, Helvetica, Arial, sans-serif;*/
	font: 12px verdana, Helvetica, Arial, sans-serif;
}

#wrap {
	margin: 0.5em;
	margin-top: 1em;
	width: 75em;
	margin: 0.5em;
	background-color: white;
	border-top: 1px solid #a9a9a9;
}

/* The default header div. 
   The div id can be changed by the user. */
#header {
	position: relative;
	width: 100%;
	height: 230px;
	background-color: white;
	border-top: 2px solid #e9e9e9;
	border-bottom: 1px solid #a9a9a9;
	margin-bottom: 1.5em;
}

#header h1 {
	font-size: 1.8em;
}

#header a {
	text-decoration: none; 
}

#header p {
	margin: 0;
	padding: 0;
	padding: 0.3em;
}

.horizontal ul {
	display:inline;
	margin-left: 0px;
	padding-left: 0px;
}

.horizontal ul li {
    	display:inline;
	padding-left: 0px;
	padding-right:0px;
	padding-bottom: 5px;
    	margin:0;
}

.horizontal ul li ul {
    	display:inline;
	margin-left: 0px;
	padding-left: 0px;
}

.horizontal ul li ul li {
    	margin:0;
	margin-left: 10px;
	padding-left: 0px;
	padding-bottom: 5px;
}

/* The default menu div contained in the header div.
   The div id can be changed by the user. */
#menu { 
	/*position:absolute;
	bottom: 0;
        right: 1em;
	text-align: left; 
	margin: 0;
	padding: 0;
	padding-top: 0.5em;
	padding-bottom: 0.7em;
	clear: both;
	border-bottom: 2px solid #e9e9e9;*/
	position: absolute;
	text-align: left; 
	margin: 0;
	padding: 0;
	bottom: -1px;
	right: 1em;
	font-size: 1.1em;
	*font-size: 1em;
	font-style: normal;
	font-family: Lucida;
}

#menu li {
	margin: 0;
	padding: 0;
}

#menu a {
	/*color: black;
	padding: 0.5em;
	padding-bottom: 0.2em;
	font-weight: bold;*/
	position: relative;
	float: left;
	margin-left: 0.2em;
	padding: 5px 15px 6px;
	color: black;
	font-weight: bold;
	border: 1px solid #a9a9a9;
	background-color: rgb(253,253,253);
	opacity: 0.65;
	filter:alpha(opacity=65);
}

#menu a:hover {
	/*border-bottom: 0.4em solid gray;
	background: #FFAA00;
	color: #eee !important;
	opacity: 1;
	filter:alpha(opacity=100);*/
	text-decoration: none;
}

#menu a.current, #menu a.current_group { 
	/*text-decoration: none;
	border-bottom: 0.4em solid black;*/
	color: #333 !important;
	opacity: 1;
	filter:alpha(opacity=100);
	background: white;
	text-decoration: none;
	border: 1px solid #a9a9a9;
	border-bottom: none;
	padding-bottom: 7px;
}

/* The default sidebar div.
   The div id can be changed by the user. */
#sidebar {
	margin: 0.8em;
	margin-top: 0.9em;
	float: left;
	width: 18%;
}

#sidebar p {
	margin: 0;
	padding: 0;
	text-align: center;
}

/* The default subMenu div contained in the sidebar div.
   The div id can be changed by the user. */
#submenu {
	padding-top: 0.5em;
	padding: 0.3em;
	padding-bottom: 0.9em;
	border: 1px solid #bfafd0;
	background-color: #ffefaf;
}

.vertical a {
	text-decoration: none;
}

.vertical a:hover {
	text-decoration: underline;
	color: gray;
}

.vertical ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.vertical ul ul {
	margin-left: 0.7em;
}
.vertical {
	font:11px Verdana,Arial,Helvetica,sans-serif;
}

.horizontal {
	font: 12px Verdana,Arial,Helvetica,sans-serif;
}

#submenu a {
	color: black;
	display: block;
	padding: 0.2em 0.5em 0.3em 0.2em;
	margin: 0;
	border-bottom: 1px solid black;
	padding-left: 0.6em;
	text-indent: 2px;
}

#submenu a:hover, #submenu a.current, #submenu a.current_group { 
	text-decoration: none;
}

#submenu a:hover {
		background-color: white;
}

#submenu a.group { 
	background-image: url('/cgi-bin/WebObjects/foretag.woa/wa/image?id=vandrarhemuppsala_group.gif&key=css.vandrarhemuppsala');
	background-repeat: no-repeat;
	background-position: 0px 50%;
}

#submenu a.current_group { 
	background-image: url('/cgi-bin/WebObjects/foretag.woa/wa/image?id=vandrarhemuppsala_current_group.gif&key=css.vandrarhemuppsala');
	background-repeat: no-repeat;
	background-position: 0px 50%;
}

#submenu a.current { 
	background-color: white;
}

/* Wraps the page specific content including parts of the admin interface. */
#content_admin {

}

/* Wraps the page specific content. */
#splash_content {
	width: 31em;
	padding: 1em 1em 1em 0;
	padding-left: 2em;
	margin-left: 10em;
}

#splash_content a {
}

/* Wraps the page specific content. */
#content {
	float: left;
	width: 76%;
	padding: 0.5em 0em 0.5em 1em;
	margin: 0;

}

#content p {
}

#content p img {
	border: none;
}

#content h1, #content h2, #content h3, #content h4, #content h5 {
}

#content table {
	margin-left: 0.5em;
}

#content table td {
	font-size: 0.8em;
	padding: 0.2em 0.4em;
}

/* The default footer div. 
   The div id can be changed by the user. */
#footer {
	clear: both;
	margin-top: 1em;
	text-align: center;
	padding: 0.6em;
	border-bottom: 1px solid lightgrey;
	border-top: 1px solid lightgrey;
	background-color: #fefede;
}

#footer p {
	margin: 0;
	padding: 0;
}

#footer img, #content img {
	vertical-align: middle;
}

/* The login link. */
#login {
	position:fixed;
	top: 6px;
	right:2px;
	font: 10px verdana, sans-serif;
}

#login a {
	color: white;
	background-color: gray;
	text-decoration: none;
	border: 2px outset;
	margin: 0;
	padding: 0.1em;
}

#login a:hover {
	background-color: lightgray;
}

.caption_float_left, .caption_float_right, .caption_no_float {
	font-size: 0.8em;
}

.caption_float_right {
	border: none;
}

.caption_float_left {
	border: none;
}
 
.img_float_right  {
	border: none;
}

.img_float_left  {
	border: none;
}

/*h1-public-classes: blue*/ 
/*h2-public-classes: blue*/ 
/*h3-public-classes: blue*/ 
/*h4-public-classes: blue*/ 
/*h5-public-classes: blue*/ 
.blue {
	color: #232599;
}

/*p-public-classes: align_right, align_center, align_justify*/ 
h1 { font-size: 1.4em; }
h2 { font-size: 1.2em; }
h3 { font-size: 1.1em; }

h1, h2, h3 ,h4, h5 {
  padding-bottom: 0.7em;
}

.align_right, .align_center, .align_justify, h1, h2, h3 ,h4, h5 {
   clear: both;
}
.align_right {
     text-align: right;
}

.align_center {
     text-align: center;
}

.align_justify {
     text-align: justify;
}

/*address-public-classes: extra*/ 
.extra {
	margin: 0;
	font-size: 1.2em;
	vertical-align: center;
	color: red;
	clear: both;
	font-style: normal;
	padding: 1em;
}

/*blockquote-public-classes: push, bigpush*/ 
.push {
	background-color: white;
	padding: 1em;
	border: 0.3em solid lightblue;
	font-size: 0.9em;
}

.push h1 {
	color: blue;
	padding: 0;
	margin: 0;
}

.bigpush {
	background-color: white;
	border: 0.3em solid lightblue;
	font-size: 1.4em;
	color: red;
	margin:0;
	padding: 0.5em;
}

/*table-public-classes: articlepricelist, productarea*/ 
.productarea td {
	font-size: 1em !important;
}

.articlepricelist td {
	padding: 0.1em 0.8em!important;
	font-size: 1em !important;
	border-bottom: 1px solid #bfafd0;
}

.articlepricelist .row1 td {
	font-weight: bold!important;
	white-space: nowrap;
	background-color: #ddd3e5;
	border: none;
}

.articlepricelist .col4 {
    text-align: right!important;
}

.articlepricelist {
    clear: both;
	padding: 0.5em;
	border: 2px solid #bfafd0;
}

