body{    	
	background-image: url(../images/bakgrunn.jpg);
	background-attachment:fixed;
	background-position: top left;
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	scrollbar-base-color:#999999; 
	scrollbar-arrow-color:#FFFFFF; 
	scrollbar-track-color:#FFFFFF; 
	scrollbar-shadow-color:#FFFFFF; 
	scrollbar-lightshadow-color:#FFFFFF; 
	scrollbar-darkshadow-color:#FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
 	scrollbar-3dlight-color:   #FFFFFF; 
}

img{
	border: 0px;
}

table{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
}

.main_content{
	background-color:#FFFFFF;
	background-image: none;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom:0px;
	color:#666666;
	width: 410px;
}

.popup_content{
	background-color:#FFFFFF;
	background-image: none;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom:0px;
	color:#666666;
	width:460px;
}
	
.top{
	background-image:url(../images/top.gif);
	width: 658px;
	height:50px;
	background-position: top left;
	background-repeat:repeat-x;
	
}

.header{
	color: #87D1D1;
	font-weight:bold;
	font-size:12px;
}

.bigtitle{
	color:#666666;
	font-weight:bold;
	font-size:12px;
}

.menu, menu:visited{
	background-image: url(../images/menu.gif);
	background-position: top left;
	background-repeat:repeat-x;
	background-color: #EFEFEF;
	display:block;
	text-decoration: none;
	color:#FFFFFF;
	padding-bottom: 4px;
	padding-top: 4px;
}

.menu:hover {
	background-image: url(../images/menu_over.gif);
	color:#FFFFFF;
}

.menu:active {
	color: #FFFFFF;
}

.main{
	background-image:url(../images/main.gif);
	width: 658px;
	height: 354px;
	background-repeat:no-repeat;
	padding-left: 200px;
	padding-top: 25px;
	padding-right: 10px;
	color:#666666;

}



.bunn{
	background-image:url(../images/bunn.gif);
	width: 658px;
	height: 200px;
	background-repeat:no-repeat;
	padding-left: 30px;

}

a, a:hover, a:visited{
	color:#FFFFFF;

}

.link, .link:hover, .link:visited{
	color:#666666;
	font-weight: bold;
	text-decoration:none;

}

.white, .white:hover, .white:visited{
	color:#FFFFFF;
	font-weight: normal;
	text-decoration:none;

}

.thumbs{
	border-color:#FFFFFF;
	border-width: medium;
	border-style:solid;
}

.strek{
	border-color:#FFFFFF;
	border-style:solid;
	border-width: 1px;

}