.hovedramme {
	height: 100%;
	width: 880px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
body {
	background-image: url(gfx/layout_05.jpg);
	margin: 0px;
}


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.mattblacktabs{
width: 100%;
overflow: hidden;
border-bottom: 1px solid black; /*bottom horizontal line that runs beneath tabs*/
}


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.wireframemenu{
	background-color: white;
	width: 170px;
	border-top: 0px solid #C0C0C0;
	border-right: 0px solid #C0C0C0;
	border-bottom: 1 solid #C0C0C0;
	border-left: 0px solid #C0C0C0;

}

* html .wireframemenu{ /*IE only rule. Original menu width minus all left/right paddings */
width: 180px;
}

.wireframemenu ul{
padding: 0;
margin: 0;
list-style-type: none;
}

.wireframemenu a{
font: normal 12px Verdana;
padding: 4px 3px 4px 20px;
display: block;
width: 100%; /*Define width for IE6's sake*/
color: #595959;
text-decoration: none;
border-bottom: 1px solid #C0C0C0;
}

.wireframemenu a:visited{
color: #595959;
}

html>body .wireframemenu a{ /*Non IE rule*/
width: auto;
}

.wireframemenu a:hover{
background-color: #666666;
color: #FFFFFF;
}

.venstre-menu {
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #666666;
}
.venstre-menu {
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #666666;
}
.bund {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #666666;
	text-decoration: none;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	background-image: url(gfx/bg-bund.gif);
}
.broedtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
	text-decoration: none;
	padding: 0px 15px 15px;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #666666;
	letter-spacing: 1px;
}
