<!--CSS-->
* {margin:0; padding:0}

#wrapper {
	background-color: #ffffff;
        margin-top: 10px;
	width: 980px;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
        text-align: left;


}



#innerwrapper {
        width: 900px;
	padding-right:10px;
        padding-left:10px;
        padding-top:20px;


}



.topp-venstre {
	background-color: #ffffff;
        text-align:left;
        height:110px;




}

.table {
	background-color: #ffffff;

}

.body-txt {
	
}

.meny-venstre {
	text-align:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 25px;
        padding-top:5px;
        width:190px;


}

.meny-venstre a:visited{
	color: #FF0000;
        font-size: 11px;
	text-decoration: none;
}

.meny-venstre a:hover{
	color: #000000;
	text-decoration: none;
}

.meny-venstre a:active {
	color: #000000;
	text-decoration: none;
}

.meny-venstre a {
	color: #FF0000;
	text-decoration: none;
        font-weight: bold;
}

a {
	color: #FF0000;
	text-decoration: none;
}


.bunn {
	background-color: #ffffff;

}

body {
	background-color: #dfdfdf;
        text-align: center;
}






