/* 
	CSS Document 
	Melheim
*/

html {
	margin: 0;
	padding: 0;
	background: #b8b8b8 url(../images/bg_html.png) top center no-repeat;
	}

body {
	width: 960px;
	padding: 0;
	margin: 0 auto;
	}

p, 
td p, 
td,
li,
input#navn, 
input#epost, 
textarea#melding {  
	font: normal 12px/15px Verdana;
	color: #000;
	}

p { 
	margin : 0 0 1em 0;
	}

div#footer p {
	margin: 0;
	display: block;
	width: 720px;
	float: right;
	margin-right: 20px;
	border-top: 1px solid #fff;
	font: normal 11px/30px Tahoma;
	color: #000;
	text-align: center;
	}

a { 
	color : #0040e4;
	}

a:hover { 
	color : #3b6ae2 ;
	}

h1 {
	font: normal 20px/18px Georgia;
	margin: .2em 0 1em;
	color: #000;
	}

h2 {
	font: normal 16px/18px Georgia;
	color: #000;
	margin: .2em 0 .2em;
	}	

h3 {
	font: normal 14px/18px Georgia;
	color: #000;
	margin: .2em 0 .2em;
	}

div#tagmark a { 
	text-decoration : none; 
	color : #ff0000;
	}

div#tagmark a:hover { 
	text-decoration : none; 
	color : #ff0000;
	}

div#tagmark img {
	padding: 0 4px;
	margin-bottom: -5px;
	}
	
/*------------------------- Layout */

div#flashbox {
	width: 960px;
	height: 105px;
	background: url(../images/bg_flashbox.png);
	}

div#topnav {
	width: 960px;
	height: 25px;
	padding: 10px 0 85px;
	background: url(../images/bg_topnav.png);
	}

div#contentwrap {
	background: url(../images/bg_content.png) repeat-y;
	width: 960px;
	min-height: 400px;
	height: auto !important;
	height: 400px;
	}

* html div#contentwrap {
	position: relative;
	}

div#searchbox {
	width: 180px;
	padding: 0 20px 5px;
	}
	
div#leftnav {
	width: 148px;
	padding: 15px;
	background-color: #b8b8b8;
	border: 1px solid #fff;
	float: left;
	margin-left: 20px;
	}

* html div#leftnav {
	width: 148px;
	padding: 15px;
	background-color: #b8b8b8;
	border: 1px solid #fff;
	float: left;
	margin-left: 10px;
	}
	
div#content {
	width: 720px;
	padding: 0 0 20px;
	margin: 0 20px;
	float: right;
	}

*html div#content {
	width: 720px;
	padding: 0 0 10px;
	margin: 0 10px;
	float: right;
	}
	
.clear {
	clear: both;
	}

div#footer {
	width: 960px;
	height: 40px;
	background: url(../images/bg_footer.png);
	}

div#superlogin {
	background-color: #fff;
	}
	
div#tagmark {
	font : normal 11px Tahoma;
	text-align: center;
	margin: 0 auto;
	width: 960px;
	padding: 10px 0;
	}

/*------------------------- Contact form */

form#sokeform input#tekstsok {
	width: 118px;
	}
	
form#sokeform input.rightcol_button {
	width: 40px;
	}
	
input#navn, input#epost, textarea#melding { 
	padding : 2px; 
	border : 1px solid #fff; 
	}

