@charset "utf-8";
/* CSS Document */
body  {
	margin: 0; /* 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: #1F1B18;
	background-color: #1f1b18;
	background-image: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
a img{
	border: 1px solid #231f20;
	}
#container  {
	width: 65em;
	background: #FFFFFF;
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 50em;
	min-height: 36em;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
#container_a  {
	width: 65em;
	background: #FFFFFF;
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: auto;
	min-height: 36em;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
#header  {
	background-color: #201B18;
	background-image: url(logga_h160.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 180px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
ul#nav {
	font-size: 0.7em;
	list-style: none;
	margin-top: 90px;
	padding: 0;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
ul#nav li {
	float: left;
	margin: 0 2px;
	padding: 0;
}
ul#nav li a {
	display: block;
	width: 100px;
	height: 28px;
	line-height: 28px;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	background-color: #3C6308;
	background-image: url(knapp_gul1.gif);
	background-repeat: no-repeat;
	color: #1F1B18;
}
ul#nav li a:hover {
	color: #FF0;
	background-image: url(knapp_tra1.gif);
	background-repeat: no-repeat;
}
#sidebar1  {
	float: left;
	width: 12em; /* top and bottom padding create visual space within this div */
	color:#000;
	background-color: #201B18;
	height: 40em;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
	background-image: url(bakg_gul3.png);
	background-repeat: repeat-x;
	text-align: center;
}
#sidebar2  {
	float: right;
	width: 11em; /* top and bottom padding create visual space within this div */
	background-color: #201B18;
	height: 40em;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
	color: #000;
	background-image: url(bakg_gul3.png);
	background-repeat: repeat-x;
	text-align: center;
}
#sidebar1 h3, #sidebar1 p, #sidebar2 p, #sidebar2 h3 {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}

/* Tips for mainContent:
 To avoid float drop, you may need to test to determine the approximate maximum image/element size since this layout is based on the user's font sizing combined with the values you set. However, if the user has their browser font size set lower than normal, less space will be available in the #mainContent div than you may see on testing.
*/
#mainContent {
	background-image: url(bakg_gul3.png);
	background-repeat: repeat-x;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 0px;
	padding-left: 0px;
	height: 40em;
	min-width: 55em;
	margin: 0;
	text-align: center;
} 
#mainContent_a {
	background-image: url(bakg_gul_h1400.jpg);
	background-repeat: repeat-x;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 0px;
	padding-left: 0px;
	height: auto;
	min-width: 55em;
	margin: 0;
	text-align: center;
} 
	#left {
		width=32em;
	text-align: left;
	float: left;
	}
	#mitti {
	float: left;
	width: 25%;
	}
	#mainContent_wide {
	background-image: url(bakg_gul3.png);
	background-repeat: repeat-x;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 0px;
	padding-left: 0px;
	height: 40em;
	margin: 0;
	text-align: center;
} 

#footer {
	float: none;
	padding: 0;
	font-size: 0.7em;
	background-color: #201B18;
	color: #FFF;
	clear: both;
} 
#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: 0px;
}
#footer .fltlft{
	color: #FF0;
	padding-top: 10px;}
#activity a {
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
}


#designer {
	text-align: justify;
}
#svar {
	text-align: left;
}


.red {
	color: #F00;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 1em;
	font-weight:bold;
	margin-left: 5px;
	text-align: center;
	}
.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;
}
.kmail a:link, .kmail a:visited{
	color:#1f1b18;
	text-decoration: none;
}

.kmail a:hover {
	color:#FF0;
	text-decoration: none;
	background-color: #1f1b18;
}
	
.light {
	color:#FF0;
}
.link {
	text-align:left;
	font-size: 10px;
}
table {
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	text-align: center;
}
.imgcenter {
	margin-left: auto;
	margin-right: auto;
}
.imgframe {
	border: 2px solid #FFF;
}
.liten {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #666;
	float: none;
}

