body{
	font: 6pt verdana;
	color: #000000;
	background-color: #FFFFFF;

	margin: 0px;

	scrollbar-face-color: #FFFFFF;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-track-color: #FFFFFF;
	scrollbar-arrow-color: #AAAAAA;
}

img{
	border: 0px;
}
a:link{
	color: #AAAAAA;
	text-decoration: none;
}

a:hover{
	color: #000000;
	text-decoration: underline;
}
.menu{
	font: 8pt verdana;
	background-color: #FFFFFF;
	color: #000000;
	text-align: left;
	vertical-align: text-top;
	margin-right: 16px;
}
.cont{
	padding: 0px;
	margin: 0px;
}

.thumb {
	border-bottom: 25px solid #FFFFFF;
	text-indent: -25px;
}

.thumb img {
	border-left: 25px solid #FFFFFF;
	-moz-opacity: 0.5;
	filter:alpha(opacity=50);
	opactity: 0.5;
	cursor:pointer;
}
* html a:hover{
	-moz-opacity: 1.0;
	filter:alpha(opacity=100);
	opactity: 1.0;
	cursor:pointer;
}
.thumb a:hover img{
	-moz-opacity: 1.0;
	filter:alpha(opacity=100);
	opactity: 1.0;
	cursor:pointer;
}

.overskrift{
	font: 9pt arial;
	font-weight: bold;
	background-color: #FFFFFF;
	color: #000000;
	border-top: 5px solid #FFFFFF;
	border-bottom: 5px solid #FFFFFF;
	vertical-align: text-top;
}

.menubut {

}

.menubut img {
	-moz-opacity: 0.5;
	filter:alpha(opacity=50);
	opactity: 0.5;
	cursor:pointer;
}
* html a:hover{
	-moz-opacity: 1.0;
	filter:alpha(opacity=100);
	opactity: 1.0;
	cursor:pointer;
}
.menubut a:hover img{
	-moz-opacity: 1.0;
	filter:alpha(opacity=100);
	opactity: 1.0;
	cursor:pointer;
}
