html{overflow:scroll;}

body {
	margin: 0px;
	padding: 0px;
	background-image: url(images/background2.gif);

}
.hovedramme {
	border: 1px solid #666666;
}
.venstre {
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCCCCC;
	background-image: url(images/bg-venstre.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 15px;


}
.bund {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 30px;
	color: #666666;
	text-decoration: none;
	height: 30px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
	background-image: url(images/bund.gif);
	background-repeat: repeat-x;


}
.indhold {
	background-color: #FFFFFF;
	padding-top: 15px;
	padding-bottom: 15px;

}

.wireframemenu{
	width: 180px;
	border-top: 1px none #C0C0C0;
	border-right: 1px none #C0C0C0;
	border-bottom: 0 none #C0C0C0;
	border-left: 1px none #C0C0C0;

}

* html .wireframemenu{ /*IE only rule. Original menu width minus all left/right paddings */
width: 164px;
}

.wireframemenu ul{
padding: 0;
margin: 0;
list-style-type: none;
}

.wireframemenu a{
font: normal 12px Verdana;
padding: 4px 3px 4px 12px;
display: block;
width: 100%; /*Define width for IE6's sake*/
color: #595959;
text-decoration: none;
border-bottom: 1px solid #C0C0C0;
}

.wireframemenu a:visited{
}

html>body .wireframemenu a{ /*Non IE rule*/
width: auto;
}

.wireframemenu a:hover{
	color: black;
	border-right-width: 4px;
	border-right-style: solid;
	border-right-color: #656D7A;



}
.broedtekst {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;


}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: lighter;
	color: #656D7A;
}
.tabeltekst {
	font-size: 12px;
	line-height: 18px;

}
.link1 {
	color: #666666;
	text-decoration: none;
}
