
/* basic elements */
body { 
	font: 8pt/16pt georgia; 

	background-color: #FDFCCD; 
	background-image: url(bilder/layout/bg.jpg); 
	margin: 0px; 
	width: 800px;
	}

A:hover
{
FONT: bold 11px verdana, Arial;
COLOR: #4F8A10;
TEXT-DECORATION: none
}
A:link
{
FONT: bold 11px verdana, Arial;
COLOR: #2B411B;
TEXT-DECORATION: none
}
A:visited
{
FONT: bold 11px verdana, Arial;
COLOR: #2B411B;
TEXT-DECORATION: none
}
.box4 {
	background-color: #FFFFFF;
	width: 400px;
	padding: 10px;
	position: absolute;
	border: 1px solid #000000;
	left: 10px;
	top: 300px;
	}
		
.box1 {
	background-color: #E7F1DB;
	width: 600px;
	position: absolute;
	border: 1px solid #FFFFFF;
	left: 40px;
	top: 140px;
	}
.box5 {
	background-color: #D3B093;
	width: 820px;
	padding: 10px;
	position: absolute;
	left: 0px;
	top: 1500px;
	clear: right;
	}	
	
.boxmeny {
	width: 170px;
	padding: 10px;
	position: absolute;
	border: 0px solid #000000;
	left: 680px;
	top: 160px;
	}


#container {
background: #FDFCCD;
	width: 600px;
	position: absolute;
	border: 1px solid #B2D48A;
	left: 40px;
	top: 180px;
}
.roundtop {background: #B2D48A;}
.roundbottom {background: #B2D48A;}
.r1{margin: 0 5px; height: 1px; overflow: hidden; background: #FDFCCD;}
.r2{margin: 0 3px; height: 1px; overflow: hidden; background: #FDFCCD;}
.r3{margin: 0 2px; height: 1px; overflow: hidden; background: #FDFCCD;}
.r4{margin: 0 1px; height: 2px; overflow: hidden; background: #FDFCCD;}
.content {padding: 10px;}

.fotnot
{
FONT-WEIGHT: normal;
FONT-SIZE: 10px;
COLOR: black;
}
.rubrik14
{
FONT-WEIGHT: normal;
FONT-SIZE: 14px;
COLOR: black;
}
	
