/* CSS Document */
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
#main {
	margin:0 auto;
	width:900px;
}

.venstretopp {
	background: url(../bilder/venstre.jpg) no-repeat;
	width:244px;
	float:left;
}
.lenker {
	padding:120px 10px 0 10px;
}
.linkersmaa {
	font-size:10px;
}
.linkersmaa a{
	font-size:10px;
}
.hoved {
	background:url(../bilder/hoved.jpg) no-repeat;
	width:656px;
	height:954px;
	float:left;
}
.clearleft {
	clear:left;
}

a:link {
	color: #DB2420;
	text-decoration: none;
	font-weight:bold;
}
a:visited {
	color: #DB2420;
	text-decoration: none;
	font-weight:bold;
}
a:hover {
	text-decoration: underline;
	color: #DB2420;
	font-weight:bold;
}
a:active {
	text-decoration: none;
	color: #DB2420;
	font-weight:bold;
}

h1{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#949599;
	font-weight:bold;
	padding:0;
	margin:0 0 5px 0;
}
h4{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#040301;
	font-weight:bold;
	margin-bottom: 5px;
}