body 

	{
	background-color: #2A2A2A;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(tonad.gif);
	background-repeat: repeat-x;
	color: #222222;
	font-size: 13px;
} 

a:link {
	color: #111111;
}
a:visited {
	color: #111111;
}
a:hover {
	color: #B6E626;
}
a:active {
	color: #111111;
}
.headline{
	width:695px;
	background-color: #FFFFFF;
	height: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-position: right center;
	position: relative;
	z-index: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #111111;
	border-right-color: #111111;
	border-bottom-color: #111111;
	border-left-color: #111111;
	background-image: url(bilder/headpic.jpg);
	background-repeat: no-repeat;
	top: 30px;
	padding: 10px;
}


.main{
	width:705px;
	background-color: #FFFFFF;
	height: 400px;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	z-index: auto;
	background-repeat: no-repeat;
	top: 0px;
	padding: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #111111;
	border-right-color: #111111;
	border-bottom-color: #111111;
	border-left-color: #111111;
}

#menycontainer{
	float: left;
	z-index: 1;
	background-color: #FFFFFF;
	width: 90px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #111111;



}


#meny{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
}

#meny a{
	text-decoration: none;
	display: block;
	padding: 4px;
	border: 0px solid #990099;

}

#meny a:link{
	color: #101010;
}
#meny a:visited{
	color: #101010;
}

#meny a:hover{
	background-color: #B6E626;
}

#meny a#current{
	font-weight: bold;
	color: #000000;

}

#holder{
	float: right;
	z-index: 1;
	background-color: #FFFFFF;
	width: 600px;
	margin: auto;
	height: 400px;



}

#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(bilder/overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(bilder/blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
	}
	
.scrollbox {
	padding: 10px;
	height: 320px;
	width: 580px;
	border: 1px none #999999;
	overflow: auto;
}
