@charset "iso-8859-1";
body  {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #f8f8f6;
	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;
}

h1 {
	font-family:"Comic Sans MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:22px;
	color: #cc6666;
}

h2 {
	font-family:"Comic Sans MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	color: #cc6666;
}
p {
		line-height:140%;
	}
	
#mainContent a {
	color:cc6666;
}	
#mainContent a:hover {
	color:ff9999;
}	

#mainContent td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	}


#container { 
	width: 990px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: url(images/bg1.png) #FFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

#top { 
	height:10px;
	text-align:right;
	vertical-align:bottom;
} 
#slankar { 
	height:60px;
	vertical-align:bottom;
} 

#slankar_l { 
	float:left;
	margin:5px 0 0 20px;
	text-align:left;
} 
#slankar_r { 
	float:right;
	margin:5px 20px 0 0;
	text-align:right;
} 

#slankar p {
	display:block;
	font-size:10px;
}
#slankar_r a { 
	font-size:10px;
	color:#666;
	text-decoration:none;
}

#slankar_r a:hover { 
	color:#000;
	text-decoration:none;
}

#slankar_l p {font-size:18px;line-height:120%; }
#slankar_l p span {font-size:10px; }
#slankar_l a { 
	font-family:"Comic Sans MS", Verdana, Arial, Helvetica, sans-serif;	
	color:#cc6666;
	font-weight:bold;
	text-decoration:none;
	text-transform:none;
}

#slankar_l a:hover { 
	color:ff9999;
	text-decoration:none;
}

#header { 
	
	/*padding: 12px 0 5px 0; */ /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0 20px 0 20px;
	height:168px;
	width:950px;
	background:url(images/headerbg.gif) top left repeat-x;
	overflow:hidden;
} 

#hbilder {
	margin-top:14px;
	height:141px;
	width:2000px;
	overflow:hidden;
}

#header img {
	display:inline-block;
	padding:0;
	margin:0 27px 0 0;	
}


#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0 10px 15px 20px; /* padding keeps the content of the div away from the edges */
	margin:20px 0 0 0;
}
#sidebar2 {
	/*
	background:#f8f2e6;
	background:#f8f8f0;
	*/
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding:0;
	margin: 20px 20px 0 0;
	/*
	border-left:1px solid #DDD;
	border-right:1px solid #DDD;
	*/
	border-bottom:1px solid #DDD;

}

#sidebar2 a.at {
	font-size:11px;
	color:#666; 
	text-decoration:none; 
}
#sidebar2 a.at:hover {
	color:#000; 
	text-decoration:none; 
}

#mainContent { 
	float:left;
	width: 520px;
} 

#sidebar1 ul {
	list-style-type: none;
	padding: 0px;
	margin: 0 0 10px 0;
}

#sidebar1 ul li {
	font-size:12px;
	font-family:Verdana, Geneva, sans-serif;
}

#sidebar1 ul li.sub {}
#sidebar1 ul li.subsub {}

#sidebar1 a {
	display:block;
	width:180px;
	padding: 6px 5px 6px 5px;
	color:#555;
	text-decoration:none;
	text-transform:uppercase;
	background:#FFF;
	border-top: 1px dashed #CCC;
}

#sidebar1 a:hover {
	color:#333;
	text-decoration:none;
	/*
	background:#f8f8f0;
	background:#F8F8F8;
	*/
	background:#fff1db;
}

#sidebar1 a.sub {
	border-top:none;
	text-transform:none;
	padding: 2px 5px 6px 15px;
	width:170px; /* 180-15+5 */
}

#sidebar1 a.subsub {
	border-top:none;
	text-transform:none;
	font-size:11px;
	padding: 1px 5px 5px 30px;
	width:155px; /* 180-30+5 */
}

#sidebar1 a.vald {
	font-weight:bold;
}

.inforuta {
	background: url(images/bg3.png) no-repeat #fff1db;
	padding: 0 0 10px 0;
}

.inforuta h2 {
	display:block;
	color:#666;
	background:#DDD;
	font-family:"Comic Sans MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	border-bottom:1px solid #AAA;
	border-top:1px solid #AAA;
	/*
	color:#FFF;
	background:#504e4b;
	font-family:Verdana, Geneva, sans-serif;
	font-size:15px;
	*/
	text-transform:uppercase;
	padding:4px 0 4px 0;;
	text-align:center;
	margin:0;

}

.inforuta p {
	margin: 10px;
	font-size:11px;
}

.inforuta a {
	color:#333;
	text-decoration:none;
}

.inforuta a:hover {
	color:#666;
	text-decoration:underline;
}

#knappmeny {
	margin: 5px 20px 20px 20px;
	overflow-x: hidden;
	/*background:#CCC;*/
	background:#FFF;
}

#knappar {
	margin-top:0;
	float:left;
	background:#FFF;
}


#knappar a {
	display:inline-block;
	width:186px;
	/*min-width:174px;*/
	padding:6px 0 6px 0;
	margin:0 5px 0 0;
	color:#666;
	background:#DDD;
	border-bottom:1px solid #AAA;
	border-top:1px solid #AAA;
	/*
	background:#fdbf57;
	color:#d95936;
		

*/
	text-align:center;
	
	font-family:"Comic Sans MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
	text-align:center;
	vertical-align:middle;
}

#knappar a.r {
	margin:0;
}

#knappar a:hover {
	
	background:#fdbf57;
	color:#d95936;
	
/*
	background:#e1ab50;
	color:#b35a42;
*/
}





#footer { 
	padding: 0 20px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	text-align:center;
	
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0 0 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color:#777; 
	font-size:10px;
}

#footer a {
	color:#666;
	text-decoration:none;}
#footer a:hover {
	color:#666;
	text-decoration:underline;}

#end { 
	padding:0;
	width:990px;
	height:20px;
	background:url(images/bg2.png) no-repeat;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */

} 















.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;
}
