@charset "utf-8";
/* CSS Document */

.BoxOversikt
{
	font-size: 14pt;
	color: #666666;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: capitalize;
	line-height:40px;
	


}
.BrodText
{
	font-size: 9px;
	color: #585858;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;

}
.UnderRub
{
	font-size: 12pt;
	color: #585858;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	line-height:30px;

}
.BrodTextSvart
{
	font-size: 10px;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
}


Body
{
margin:0px 0px 0px 0px;
height:100%;
font-family: "Trebuchet MS", Verdana, sans-serif;
font-size:0.8em;
}

.wraper
{
/*background-image: url(bilder/bdbg.jpg); 
background-repeat: repeat-x;*/
width:950px; 
height:100%; 
left: 0px; 
top: 0px;
left:50%;
margin-left:-475px;
position:relative;
background-color:#ffffff;

}

.content
{
width:950px;
background-color:#ffffff;
background-image:url(bilder/bgbg.jpg);
}

.header
{
width:950px;
height:80px;
background-color:#38F100;
}

.side_menu
{	float:left;
	text-align:left;
	width:200px;
	
	font-size:11px;
	font-color:#7A7A5F;
	/*background-image:url(bilder/menubg.jpg);*/
}
.bottom_menu
{
	text-align:center;
	height:97px;
	width:950px;
	background-color:#ffffff;
	font-size:11px;
	font-weight: bold;
	background-image:url(bilder/1999bg.jpg);
}

.main
{
background-image:url(bilder/bgbg.jpg);
margin-bottom:0px;
margin-top:0px;
margin-left:0px;
float:left;
width:950px;
background-color:#ffffff;
text-align:left;
}

.medlem_menu
{
margin-bottom:5px;
margin-top:10px;
margin-left:10px;
float:left;
width:180px;
background-color:#ffffff;
border-right: 1px dashed #666666;
border-bottom: 1px dashed #666666;
border-left: 1px dashed #666666;
border-top: 1px dashed #666666;
padding-bottom:5px;
text-align:left;

}

.footer 
{
background-image:url(bilder/1999fotbg.jpg);
width:950px;
height:25px;
background-color:#333333;
color:#fff999;
font-size:0.9em;
clear:both;
text-indent:40px;
}

.index_pic
{
float:left; 
width:313px; 
height:138px; 
border:1px solid #fff; 
background-color:#fff;
padding:0;
margin:0;
}

#list-menu ul {
margin: 0; 
padding: 0;
list-style-type: none;
} 

#list-menu li {
margin: 2px 0 0;
} 

#list-menu a {
display: block;
width:120px;
padding: 2px 2px 2px 10px;
border-bottom: 1px solid #ffffff;
text-decoration: none; /*lets remove the link underlines*/
} 

#list-menu a:link, #list-menu a:active, #list-menu a:visited {
color: #000000;
}

#list-menu a:hover {
border-bottom: 1px solid #ffffff;
background: #7A7A5F;
color: #ffffff;
} 
#list-menu a:hover {
border-bottom: 1px solid #ffffff;
background: #7A7A5F url(images/background1.gif);
color: #ffffff;
}


