body {
	margin: 50px 50px;
	background-image: url("/gfx/bg.jpg");
	font-family: Arial, Verdana;
	font-size: 12px;
}

a {
	color: #071E40;
}

hr {
	color: #071e40;
	background-color: #071e40;
	height: 1px;
	border: 0;
}

img {
	border: 0px;
}

div#main {
	margin: 50px auto;
	width: 900px;
	background-color: white;
}

div#meny {
	width: 773px;
	height: 22px;
	line-height: 22px;
	float: right;
	text-align: left;
	
	background-image: url("/gfx/menubg.jpg");
}

div#innhold {
	background-image: url("/gfx/innholdbg.jpg");
	background-repeat: no-repeat;
	background-position: top left;
	min-height: 300px;
}

div#bottom {
	background-color: #071e40;
	height: 22px;
}

/*
---------------------------------
Meny
---------------------------------
*/
td.menu1 {
	padding: 0px 8px;
}
td.menu2 {
	padding: 0px 8px;
}
td.menusel {
	background-image: url("/gfx/menuarrow.jpg");
	background-repeat: no-repeat;
	background-position: top left;
	padding: 0px 8px;
}
a.menulink {
	color: white;
	text-transform: uppercase;
	font-size: 11px;
	text-decoration: none;
}
a.menusellink {
	color: white;
	text-transform: uppercase;
	font-size: 11px;
	text-decoration: none;
}
table.submenutb1 {

}

table.submenutb1 td {
	padding: 0px 2px;
}

table.submenutb1 td a {
	font-size: 12px;
	display: block;
	color: #071E40;
	border: 1px solid #071E40;
	border-top: 0px;
	text-decoration: none;
	padding: 2px 10px;

}

table.submenutb1 td.submenusel1 a,
table.submenutb1 td a:hover {
	color: white;
	background-color: #071E40;
}


.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}