﻿* {
	margin:0;
	padding:0;
}

body {
	background-color:White;
}	

	h1 {
		font: normal bold 1.1em arial, sans-serif;
		margin-bottom:8px;
	}	
	h2 {
		font: normal bold 0.95em arial, sans-serif;
		margin-bottom:5px;
	}
	h3 {
		font: normal bold 0.85em arial, sans-serif;
		margin-bottom:5px;
	}	
	
	
	p {
		font:normal normal 0.75em verdana, sans-serif;
		margin-bottom:10px;
	}	
		
	a:link {
		color:#900;
	}
	a:hover {
		color:#006;
		text-decoration:none;
	}
	a:visited, a:active {
		color:#222;
	}
	
	a.nav:link, a.nav:visited, a.nav:active {
		color:#900;
	}
	a.nav:hover {
		color:#006;
		text-decoration:none;
	}
	
	code {
		font:normal normal 1.1em "Courier New", courier, sans-serif;
	}	
	
	img {
		border:0;
	}	
	
	ul {
		padding-left:20px;
		margin-bottom:8px;
		font:normal normal 0.75em verdana, sans-serif;
	}
	
	table {
		width:100%;
		border-right:1px solid black;
		border-top:1px solid black;
		text-align:left;
		margin-bottom:10px;
	}
	
		table tr th {
			border-left:1px solid black;
			border-bottom:1px solid black;
			padding:1px 0 1px 4px;
			font:italic bold 0.75em verdana, sans-serif;
			background-color:#cc9;
			color:black;
		}
	
		table tr td {
			border-left:1px solid black;
			border-bottom:1px solid black;
			padding:1px 0 1px 4px;
			font:normal normal 0.75em verdana, sans-serif;
			background-color:#ddd;
		}
		
	blockquote {
		width:85%;
		padding: 5px 5px 5px 60px;
		background-image: url('grafikk/sitat.gif');
		background-repeat:no-repeat;
		background-position:top left;
		border:2px solid #888;
	}
		
	p.imgtext {
		font:italic normal 0.7em verdana, sans-serif;
	}
	
	div.resultater {
		clear:both;
		padding:10px;
		padding-left:40px;
	}
	
		div.resultater p {
			font:normal normal 0.9em verdana, sans-serif;
		}
		
	hr {
		color:#bbb;
		background-color:#bbb;
		height:1px;	
		border:none;
		margin:2px 0 2px 0;
	}			

div#wrapper {
	width:900px;
	float:center;
	background-color:#ccc;
	text-align:left;
	color:black;	
	margin:0 auto;
	margin-top:10px;
	margin-bottom:10px;
}

	div#header {
		width:900px;
		height:154px;
		background-color:#900;
	}
	
	div#main {
		width:900px;
		position:relative;
	}
	
		div#main_left {
			width:210px;
			float:left;
		}	
		
	
			dl#menu {
				float:left;
				background-color:#944;
			}
		
				dl#menu a.aktiv {
					background-color:#900;
					color:white;
				}
		
				dl#menu dt {
					font:normal bold 0.95em arial, sans-serif;
					padding:2px 0 2px 40px;
					background-color:#ccc;
				}

				dl#menu a {
					float:left;
				}

				dl#menu dd a {
					padding:3px 0 3px 40px;
					display: block;
					width: 170px;
					color: black;
					text-decoration:none;
					font:normal normal 0.75em verdana, sans-serif;
					text-align:left;
					border-top:1px solid #bbb;
					background-color:#ddd;
				}
				
					dl#menu dd a:hover { 
						background-color: #900;
						color:white;
						background-image: url(grafikk/menypunkt.gif);
						background-repeat:no-repeat;
						background-position:center left;
					}	
					

		div#main_center {
			width:520px;
			float:left;
			padding:10px 20px 10px 20px;
			background-color:#eee;
			min-height:550px;
		}
		
		
			div.forside_art {
				clear:both;
				margin-bottom:5px;
				width:468px;
			}	
		
				div.forside_art img {
					float:right;
				}
		
			div.code {
				background-color:#ddd;
				padding: 5px;
				border:1px dashed black;
				margin-bottom:8px;
				font:normal normal 0.75em "Courier New", courier, sans-serif;
				color:#005;
			}
		

		
	div#footer {
		width:900px;
		height:21px;
		background-image: url('grafikk/footer.gif');
		clear:both;
	}
	
		
	
