body, html {			/* Centrerar innehållet på sidan */
	height: 100%;
	text-align: center;
	background:grafik\back.gif;
}



#container {			/* Den yttre ramen */
	width: 541px;
	margin: auto;
	border: 2px solid Black;
	background-color: #FFFFFF;
	
}

#header {			/* Sidhuvudet */
	width: 100%;
	height: 81px;	
	border-bottom: 2px solid #000000;
	background-color: #000000;
	background-image : url(grafik/header12.png);
}

#header2 {			/* Sidhuvudet */
	width: 536px;
	height: 20px;	
	border-bottom: 2px solid #FFFFFF;
	background-color: #FFFFFF;
	text-align: left;
	color: #000000;
	font-weight: bold;
	font-family: garamond;
	padding-left: 5px;
	text-decoration: none;
}

#left-sidebar {			/* Platshållare för vänster meny */
	float: left;
	padding-left: 20px;
	padding-top: 10px;
	width: 160px;
	height: 1400;
	font-family: verdana;
	font-size: 10px;
	text-align: left;
	color: #ff9900;
	border-right: 2px solid #ffffff;
	
}

#left-sidebar a {
	text-decoration: none;
	font: 10px verdana, arial;
	font-style: normal;
	font-weight: normal;
	color:#ff9900;

}

#left-sidebar a:hover {
	text-decoration: none;
	font: 10px verdana, arial;
	font-style: normal;
	font-weight: normal;
	color:#000000;

}

#right-sidebar {		/* Platshållare för höger meny */
	float: right;
	padding-top: 395px;
	padding-right: 20px;
	width: 105px;
	background-color: #FFFFFF;
	font-size: 10px;
	font-family: verdana;
	text-align: left;
	color: #000000;
	background-image : url(grafik/right.png);
}

#right-sidebar2 {		/* Platshållare för höger meny */
	float: right;
	padding-right: 20px;
	padding-top: 395px;
	width: 105px;
	background-color: #FFFFFF;
	font-size: 10px;
	font-family: verdana;
	text-align: left;
	color: #000000;
	background-image : url(grafik/right2.png);
}

#left-menu a,  #right-menu a {	/* Själva menyn */
	text-align: left;
	display: block;
	width: 80px;
	text-decoration: none;
	background: #FFFFFF;
	margin-bottom: 2px;
	padding-left: 5px;

}


#content {			/* Sidans innehåll */
	min-height: 350px;
	padding-top: 20px;
	background-color: #FFFFFF;
	font-family: verdana;
	font-size: 10px;
	text-align: left;
	color: #000000;
}	

#content a {
	text-decoration: none;
	font: 10px verdana, arial;
	font-style: normal;
	font-weight: normal;
	color:#000;

}

#content a:hover {
	text-decoration: none;
	font: 10px verdana, arial;
	font-style: normal;
	font-weight: normal;
	color:#ff9900;

}

* html #content {		/* Hack för att IE inte förstår min-height*/
	height: 350px;

}

#footer {			/* Sidfoten */
	width: 100%;
	border-bottom: 2px solid #FFFFFF;
	background-color: #FFFFFF;
}

#footer2 {			/* Sidfoten */
	width: 537px;
	border-top: 2px solid #FFFFFF;
	clear: both;
	border-bottom: 2px solid #FFFFFF;
	border-left: 2px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
	background-image : url(grafik/footer.png);
	
}

A {
	text-decoration: none;
	font: 15px garamond,verdana,helvetica,arial;
	font-style: normal;
	font-weight: bold;
	color:#000;
	letter-spacing:1px;
}

A:link { text-decoration: none; color:#000000;}
A:hover { text-decoration: underline; color:#feb402;}
