* {
padding: 0;
margin: 0;
} 

body {
margin:0;
padding: 0;
background: #c01a1b;
background-image:url(images/back.gif);
background-repeat:repeat-x;
color: #444;
font: 12px Arial, Verdana, Tahoma, sans-serif;
line-height: 20px;
}

img {border: none;}
a{ color: #173D7F; text-decoration: none; }
a:hover {  color: #000; }

#content {
width: 760px;
margin: 20px auto;
padding: 10px;
background: #fff;
}

#header {
background: #c01a1b url(images/topbanner_01.jpg) no-repeat;
height: 84px;
}
#header h1 { 
font-size: 22px;
letter-spacing: -1px;
padding: 15px 0 0 10px;
color: #fff;
}
#header h1 a { 
color: #fff;
text-decoration: none;
}
#header h1 a:hover {
color: #ccc;
}
#header h2 {
font-size: 16px;
color: #ccc;
padding: 0 0 0 10px;
}

#navigation {
background: #c01a1b url(images/banner_meny.gif) repeat-x;
height: 30px;
line-height: 30px;
margin: 10px auto;
font-weight:bold;
}
#navigation li {
float:left;
list-style-type:none;
border-right:1px solid #fff;
}
#navigation li a {
display:block;
padding:0 20px;
text-decoration:none;
color: #fff;
letter-spacing:1px;
}
#navigation li a:hover {
background: #333 url(images/banner_meny_over.gif) repeat-x;
color:#fff;
text-decoration:none;
}

.left_div {
float: left;
width: 220px;
padding: 10px;
line-height: 14px;
}
.left_div h2 {
margin-top: 10px;
font: bold 12px Verdana, Sans-serif;
padding: 5px 0 5px 5px; 	
border-bottom: 1px dotted #999;
}
.left_div ul  {
color: #999;
text-align: left;
margin: 3px 0 8px 0; 
padding-left: 20px;
text-decoration: none;	
list-style-type:square;	
}
.left_div ul li {
padding: 2px 0 2px 0px;
margin: 0 2px;	
}
.left_div ul a {
font-weight: 600;
color: #173D7F;
}
.left_div ul a:hover { color : #333; }

.right_div {
	float: right;
	width: 470px;
	padding: 10px;
	margin-right: 20px;
	font-size: 12px;
}
.right_div h2 {
	padding: 2px 0 5px 0px;
	font: bold 14px Verdana,  Sans-serif;
	color: #444;
	border-bottom: 1px dotted #999;
	margin-bottom: 5px;
	margin-top: 10px;
	font-weight: bold;
}

.middle_div {
	float: none;
	width: 760px;
	padding: 0px;
	margin: 0px;
	background:#000;
	}

#footer { 
background: #900 url(images/banner_meny.gif) repeat-x;
color: #eee;
margin-top:10px;
height: 30px;
line-height: 30px;
text-align: center;
}
#footer a {  color: #aaa; text-decoration: none; }
#footer  a:hover { color: #777; }

