@charset "iso-8859-1";
/* CSS Document */
body  {
	font: 15px Garamond, Georgia, "Times New Roman", Times, serif;
	background:#caf4b4;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	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: #333;
}


#full_container {
	width: 100%;
}
#full_header {
	background:#EEEEEE;
	height:190px;
	padding: 0;
}

#full_body {
	background:url(images/fullbody_bg.png) repeat-x #caf4b4;
	padding: 20px 0 20px 0;
}

#container { 
	width: 980px;
	margin: 0 auto; 
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

#header { 
	height:20px;
	background:url(images/bg_header.png) no-repeat;
} 

#body { 
	background:url(images/bg_main.png) repeat-y;
	height:900px;
} 

html>body #body {
	height:auto;
	min-height:900px;
}


#footer { 
	height:30px;
	background:url(images/bg_footer.png) no-repeat;
} 

#fheader {
	width: 980px;
	height:190px;
	margin: 0 auto; 
	background:url(images/fheader_bg2.png) no-repeat;
}

#fheaderFoto {
	float:left;
	border:0px solid black;
	margin:10px 0 0 0;
	padding:0;
	height:180px;
	width:300px;
	text-align:center;
	overflow:hidden;
}

#fheaderFoto img {
	margin:0;
	padding:0;
}

#fheaderRight { 
	float: right; 
	width:640px;
	margin-right:10px;
} 

#fheaderRubrik {
	height:159px;
	border:0px solid black;
	text-align:left;
}

#fheaderRubrik img {
	margin-top:30px;
}

#fheaderSlankar {
	text-align:right;
	margin:0;
	padding:0;
}

#fheaderSlankar a {
	display:inline-block;
	padding:5px 10px;
	margin: 0 0 0 1px;
	background:url(images/btn_steg.png) top left repeat-x #0f7cce;
	border: none;
	color:#fff;
	text-decoration:none;
	text-align:center;
	font-size:18px;
	font-weight:bold;
}

#fheaderSlankar a:hover {
	background:url(images/btn_steg2.png) top left repeat-x #0f7cce;
}

#fheaderSlankar a.vald {
	background:url(images/btn_steg2.png) top left repeat-x #0f7cce;
}

#fheaderSlankar a.follow {
	background:none;
	padding:5px 2px;
}

#fheaderSlankar a.follow:hover {
	background:none;
}

#fheaderSlankar a.follow img {

}


#mainContent { 
	float: right; 
	border: 0px solid black;
	width:640px;
	margin-right:10px;
} 


#mainContent h1 {
	font-size:32px;
	margin: 0 20px 10px 20px;
	color:#363;
	font-weight:normal;
} 

#mainContent h2 {
	font-size:22px;
	margin: 40px 20px 5px 20px;
	color:#666;
	font-weight:normal;
} 

#mainContent h3, #mainContent h4 , #mainContent h5 {
	font-size:18px;
	margin: 40px 20px 5px 20px;
	color:#333;
	font-weight:bold;
}

#mainContent p, #mainContent li {
	font-size:16px;
	color:#333;
	line-height:150%;
	margin-left:20px;
	margin-right:20px;
}

#mainContent a{
	color:#363;
	font-weight:bold;
	text-decoration:none;
}

#mainContent a:hover{
	color:#666;
}

#mainContent img {
	margin: 5px 20px;
}







#mainContent #mcMain {	
	float:left;
	width:420px;
	border: 0px solid #d6c6bd;
}

#mainContent #mcHoger {
	float:right;
	width:200px;
	border: 1px solid #ccc;
	overflow:hidden;
	margin-right:10px;
}

#mainContent #mcHoger h2 {
	font-size:18px;
	text-transform:uppercase;
	margin: 10px 10px 5px 10px;
	font-weight:normal;
}

#mainContent #mcHoger p {
	font-size:14px;
	margin: 0 10px 0 10px;
}










#leftMeny {
	float: left; 
	width: 270px; 
	margin: 0 0 0 0;
	border: 0px solid black;
}

#leftMeny p {
	font-size:15px;
	margin: 0 0 0 20px;
}

#leftMeny ul {
	list-style-type: none;
	padding: 0px;
	margin: 0 0 0 20px;
}

#leftMeny ul li {
}

#leftMeny ul li.sub {}
#leftMeny ul li.subsub {}

#leftMeny a {
	font-size:19px;
	display:block;
	width:260px;
	padding: 8px 0 8px 0;
	color:#444;
	text-decoration:none;
	border-top:1px solid #cfc4c4;
}

#lmKontakt a {
	border-top:none;
	display:inline;
	width:auto;
	font-size:15px;
}

#leftMeny a:hover {
	color:#666;
	text-decoration:none;
}

#leftMeny a.sub {
	font-size:16px;
	display:block;
	color:#111;
	border-top:none;
	text-transform:none;
	margin:0 0 0 15px;
	padding: 0px 0 6px 0;
	width:245px;
	border-top:none;
}

#leftMeny a.subsub {
	font-size:14px;
	display:block;
	color:#111;
	border-top:none;
	text-transform:none;
	margin:0 0 0 30px;
	padding: 0px 0 6px 0;
	width:230px;
	border-top:none;
}

#leftMeny a.sub:hover    {color:#333;}
#leftMeny a.subsub:hover {color:#333;}

#leftMeny a.vald {
	font-weight:bold;
}














.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;
}

