@charset "utf-8";
/* CSS Document */

body {
	background-color: #EFEFEF;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}

h1{
	font-size: 18px;
	text-align: left;
	margin: 0px;
}

p {
	margin: 5px 10px 10px 10px;
}

A:link    { color: #717171; text-decoration: none; }
A:visited { color: #717171; text-decoration: none; }
A:hover   { color: #000; text-decoration: none; }
A:active  { color: #717171; text-decoration: none; }

#titel {
	font-size: 24px;
	text-align: left;
	margin-left: 20px;
	font-weight: bold;
	margin: 20px;
}

#main_container {
	width: 800px;
	margin: 0 auto 0 auto;
}

#header {
	text-align: center;
}

#current{
	background-color: #DFDFDF;
	width: 800px;
	height: 60px;
	background-image: url(images/nav.jpg);
	margin: 10px 0px;
}

#current_tekst{
	width: 760px;
	padding: 18px;
	}

#current_left {
	float: left;
	height: 60px;
	width: 30px;
}

#current_right {
	float: right;
	height: 60px;
	width: 30px;
}

#nav ul {
	list-style: none;
	width: 160px;
	text-indent: 15px;
	padding: 7px 0px;
}

#nav ul li{
	margin: 0px;
	background-color: #FFF;
	padding: 0px;
}

#nav ul li a {
	padding: 7px 0px;
	display: block;
	color: #000;
	text-decoration: none;
}

#nav ul li a:hover {
	color: #FFF;
	background-color: #313C62;
	padding: 7px 0px;
}

#nav {
	float: left;
	width: 162px;
	margin-left: 3px;
	background-color:#FFF;
}

#nav_top {
	width: 162px;
}

#nav_bottom {
	width: 162px;
}

#nav_tekst {
	border-left: solid 1px #A7A7A7;
	border-right: solid 1px #A7A7A7;
	margin-top: -16px;
	margin-bottom: -16px;
}

#content {
	float: right;
	width: 612px;
	background-color: #FFF;
	margin-right: 3px;
}

#content_top {
	width: 612px;
}

#content_bottom {
	width: 612px;
}

#content_tekst {
	padding: 5px 40px;
	text-align: justify;
	border-left: solid 1px #A7A7A7;
	border-right: solid 1px #A7A7A7;
}

#footer{
	background-color: #DFDFDF;
	width: 800px;
	height: 60px;
	background-image: url(images/nav.jpg);
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #717171;
}

#footer_tekst{
	width: 760px;
	margin-top: 23px;
	height: 50px;
	}
	
#footer_tekst_links {
	float: left;
	width: 200px;
}

#footer_tekst_rechts {
	float: right;
	width: 500px;
	text-align: right;
}

#footer_left {
	float: left;
	height: 60px;
	width: 30px;
}

#footer_right {
	float: right;
	height: 60px;
	width: 30px;
}