html{overflow:scroll;}

body {
	background-image: url(images/bg_01.gif);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #F4F4F4;
	padding-top: 30px;
	padding-bottom: 15px;
	margin: 0px;


}
.indholdsramme {
	border: 1px inset #999999;

}

.mattblacktabs{
width: 100%;
overflow: hidden; /*bottom horizontal line that runs beneath tabs*/
}

.mattblacktabs ul{
margin: 0;
padding: 0 0 0 12px; /*offset of tabs relative to browser left edge*/
font: normal 12px Verdana;
list-style-type: none;
}

.mattblacktabs li{
display: inline;
margin: 0;
}

.mattblacktabs li a{
	float: left;
	display: block;
	text-decoration: none;
	margin: 0;
	padding: 7px 8px;
	color: white;
	background: url(images/bg-knap.gif);
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;

}

.mattblacktabs li a:visited{
color: white;
}

.mattblacktabs li a:hover, .mattblacktabs li.selected a{
background: url(images/bg-knap-hoover.gif) center; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
}
.topmenu {
	height: 30px;
	background-image: url(images/bg-knap.gif);
	background-position: center;

}
.venstre {
	width: 200px;
	margin-top: 20px;
	left: 20px;
	padding-top: 25px;
	padding-bottom: 25px;
	background-color: #FFFFFF;






}
.indhold {
	width: 750px;
	padding: 30px 15px 15px;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: none;

}
.venstre-celle {
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #999999;
}

.wireframemenu{
	background-color: white;
	width: 170px;
	margin-right: 15px;
	margin-left: 15px;
	border-top: 1px #C0C0C0;
	border-right: 1px #C0C0C0;
	border-bottom: 0 #C0C0C0;
	border-left: 1px #C0C0C0;

}

* html .wireframemenu{ /*IE only rule. Original menu width minus all left/right paddings */
width: 170px;
}

.wireframemenu ul{
padding: 0;
margin: 0;
list-style-type: none;
}

.wireframemenu a{
font: normal 12px Verdana, Arial, Helvetica, sans-serif;
padding: 4px 3px 4px 15px;
display: block;
width: 100%; /*Define width for IE6's sake*/
color: #595959;
text-decoration: none;
border-bottom: 1px dotted #C0C0C0;
}

.wireframemenu a:visited{
color: #595959;
}

html>body .wireframemenu a{ /*Non IE rule*/
width: auto;
}

.wireframemenu a:hover{
	color: black;
	background-image: url(images/sub-knap.jpg);
	background-repeat: no-repeat;
	background-position: left center;

}
.adresseboks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	padding-top: 8px;

}
.broedtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	background-color: #FFFFFF;
	padding: 0px;
	line-height: 16px;

}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	letter-spacing: 1px;
	color: #333333;

}
.link1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	color: #336699;
	text-decoration: none;
	font-size: 12px;

}
.dot-line {
	height: 20px;
	background-image: url(images/dot-line.gif);
	background-repeat: repeat-x;
	background-position: center center;


}

