@charset "utf-8";

* {
margin: 0;
padding: 0;
}

body {
background: url("pic/body_bg.png") repeat-x white;
font-family: arial, tahoma, sans-serif;
}

#contain {
	margin: 4em auto;
	margin-bottom: 0.2em;
	width: 723px;
	overflow: hidden;
	background: transparent;
}

#head {
	width: 721px;
	height: 175px;
	background: url("pic/stroom_head_right.jpg") no-repeat top right white;
	border: 1px solid black;
	overflow: hidden;
	margin-bottom: 2.5em;
}

#head img.header {
	float: left;
	border-right: 1px solid black;
}

#head a img {
	border: 0;
}

#main {
	float: left;
	background: #333;
	border: 1px solid black;
}

#content {
	width: 457px;
	border-right: 1px solid black;
	float: left;
	padding-top: 25px;
	padding-right: 23px;
	background: #BFDFFF;
}

#sidebar {
	width: 200px;
	height: 100%;
	background: #333;
	float: right;
	padding-top: 25px;
	padding-left: 20px;
	padding-right: 20px;
}

#sidebar h2 {
	padding-top: 15px;
	font-weight: normal;
}

#sidebar h2, #sidebar p {
	color: white;
}

#sidebar p {
	font-size: 0.9em;
}

#sidebar a:link, #sidebar a:visited {
	color: white;
	text-decoration: none;
	border-bottom: 1px dotted white;
}

#sidebar a:hover {
	color: white;
	text-decoration: none;
	border-bottom: 1px solid white;
}

#sidebar a:active {
	color: white;
	text-decoration: none;
	border-bottom: 2px solid white;
}

#head ul.nav {
	list-style: none;
	float: right;
	width: 240px;
	height: 100%;
	padding: 0;
	padding-top: 52px;
	margin: 0;
	padding-bottom: 20px;
}

#head ul.nav li {
	width: 240px;
	padding: 0;
	margin: 0;
}

#head ul.nav li.first a {
	border-top: 1px solid black;
}

#head ul.nav li a {
	float: left;
	width: 100%;
	height: 33px;
	padding-left: 20px;
	padding-top: 7px;
	font-size: 1.5em;
	color: white;
	border-bottom: 1px solid black;
	background: url("pic/nav_li_bg.png") repeat-x transparent;
}

#head ul.nav li a:link, #head ul.nav li a:visited {
	text-decoration: none;
}

#head ul.nav li a:hover {
	text-decoration: underline;
}

#head ul.nav li a:active {
	color: black;
}

h1 {
	padding: 0.4em;
	padding-top: 0;
	padding-left: 25px;
	padding-bottom: 0.6em;
	font-weight: normal;
}

#temp {
	background: url("pic/main_bg.png") repeat-y top left white;
}

#content h3 {
	background: url("pic/h3_bg.png") no-repeat top left;
	padding-left: 15px;
	margin-left: 10px;
	margin-right: 8px;
	font-weight: normal;
	font-size: 1.1em;
}

#content h4 {
	background: url("pic/h3_bg.png") no-repeat top left;
	padding-left: 15px;
	margin-left: 10px;
	margin-right: 8px;
	font-weight: normal;
	font-size: 1em;
}


#content p {
	padding-left: 25px;
	font-size: 0.9em;
}

#content a:link, #content a:visited {
	color: black;
	text-decoration: none;
	border-bottom: 1px dotted black;
}

#content a:hover {
	color: black;
	text-decoration: none;
	border-bottom: 1px solid black;
}

#content a:active {
	color: black;
	text-decoration: none;
	border-bottom: 2px solid black;
}

.entry {
	margin-bottom: 2em;
}

ul.intekst {
	padding-left: 40px;
	font-size: 0.9em;
}

.foot {
	margin-top: 0;
text-align: center;
font-size: 0.9em;
}