@charset "utf-8";
body  {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

a img{
	border:0px;
}

td,th {
	font-size: 11px;
}

p{
	margin-top:6px;
	margin-bottom:6px;
}

h1 {
	font-size: 22px;
	font-weight:normal;
	margin-bottom:0px;
	color: #000000;
	margin-top: 0px;
}
h2 {
	margin-top:5px;
	font-weight:bild;
	margin-bottom:7px;
	font-size: 13px;
	color: #000000;
}

.twoColFixLtHdr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
#header{
	height: 150px;
	padding:0px;
	background-color: #FFFFFF;
	background-image: url(bilder/header-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#subheader {
	border:0;
	height:31px;
	width:900px;
	background-color: #fff;
	background-image: url(bilder/subheader-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
} 

.twoColFixLtHdr #mainContainer {
	border:0px;
	border-left:1px solid #625D59;
	border-right:1px solid #625D59;
	width: 898px;
	background-image:url(bilder/backlines.jpg);
	background-repeat:repeat-y;
}

.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.twoColFixLtHdr #sidebar1 {
	float: left;
	width: 170px;
	border:0px;
	border-left:1px solid #FFF;
	border-right:1px solid #FFF;
	background-color: #FFF;
	margin-left: 20px;
	padding-right: 20px;
	padding-left: 0px;
	min-height: 308px;
}
.twoColFixLtHdr #mainContent {
	float: left;
	width: 590px;
	margin-left: 34px;

	display:inline;
}

#bildCont {
	float: right;
	width: 250px;
	text-align:center;

}

.twoColFixLtHdr #footer {
	background-color: #FFFFFF;
	background-image: url(bilder/footer-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 30px;
	width: 900px;
} 

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

br { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	
    height: 7px;
    font-size: 7px;
    line-height: 7px;
}

sidobr { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	
    height: 5px;
    font-size: 5px;
    line-height: 5px;
}


#menyn{
	margin:0px;
	padding:0px;
	padding-top:7px;
	margin-left:7px;
}

#menyn a{
	margin-left:27px;
}


a:link{
	color:#003399;
	text-decoration:underline;

}

a:visited{
	color:#003399;
	text-decoration:underline;

}

a:hover{
	color:#003399;
	text-decoration:underline;

}

a:active{
	color:#003399;
	text-decoration:underline;

}


a.meny:link{
	color:#FFF;
	text-decoration:underline;

}

a.meny:visited{
	color:#FFF;
	text-decoration:underline;

}

a.meny:hover{
	color:#FFFF00;
	text-decoration:underline;

}

a.meny:active{
	color:#FFF;
	text-decoration:underline;

}


a.sidomeny:link{
	color:#000;
	text-decoration:underline;

}

a.sidomeny:visited{
	color:#000;
	text-decoration:underline;

}

a.sidomeny:hover{
	color:#777;
	text-decoration:underline;

}

a.sidomeny:active{
	color:#000;
	text-decoration:underline;

}
ul{
	padding:0px 0px 0px 30px;
	margin:5px 0px;
}
