@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: 12px;
}

p{
	margin-top:7px;
	margin-bottom:0px;
}

h1 {
	font-size: 25px;
	font-weight:bold;
	margin-bottom:0px;
	color: #000000;
	margin-top: 0px;
}
h2 {
	margin-top:4px;
	margin-bottom:0px;
	font-size: 13px;
	color: #000000;
}

.heading2{
	margin:0px;
	font-size: 16px;
	color: #000000;
	font-weight:bold;
}

#sidebar1 h2{
	margin:0px;
	padding:0px;
	font-size:14px;
}

#sidebar1 p{
	margin:0px;
}

#sidebar1 .datum{
	margin:0px;
	margin-top:9px;
	padding:0px;
	font-size:12px;
}

.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 #386B33;
	border-right:1px solid #386B33;
	width: 898px;
	padding-top: 20px;
	padding-bottom:10px;
}

.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: 160px;
	border:0px;
	border-left:1px solid #B7C8B5;
	border-right:1px solid #B7C8B5;
	background-color: #D7E1D6;
	margin-left: 20px;
	padding-bottom:20px;
	padding-top:18px;
	padding-right: 20px;
	padding-left: 20px;
	background-image: url(bilder/avskiljare.gif);
	background-repeat: no-repeat;
	background-position: left top;
	min-height: 308px;
}
.twoColFixLtHdr #mainContent {
	float: left;
	width: 410px;
	margin-left: 24px;
}

#mainContent p br{
	font-size:1px;
	line-height:8px;
}

#bildCont {
	float: right;
	width: 240px;
	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;
} 

.twoColFixLtHdr #footer p{
	font-size: 12px;
	color: #366931;
	font-weight: bold;
	margin:0px;
	padding:0px;
	padding-left: 170px;
	padding-top:8px;
}

.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;
}
#webkonsult {
	background-color: #FFFFFF;
	width: 900px;
	font-size: 11px;
	color: #999999;
	text-align: right;
	padding: 0px;
	padding-top: 5px;
}

#lankar {
	border: 1px solid #B0C3AD;
	height: 145px;
	width: 158px;
	margin-top: 25px;
	margin-bottom: 0px;
	text-align:center;
	background-color: #FFFFFF;
	padding-top: 21px;
}

#menyn{
	margin:0px;
	padding:0px;
	padding-top:7px;
	margin-left:7px;
}

#menyn a{
	margin-left:18px;
}

#webkonsult a{
	font-size: 11px;
	color: #999999;
	text-decoration:none;
}

a:link{
	color:#376A32;
	text-decoration:underline;
	font-weight:bold;
}

a:visited{
	color:#376A32;
	text-decoration:underline;
	font-weight:bold;
}

a:hover{
	color:#1D351A;
	text-decoration:underline;
	font-weight:bold;
}

a:active{
	color:#1D351A;
	text-decoration:underline;
	font-weight:bold;
}
