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

body {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	line-height: 19px;
	color: #333;
	background-color: #56859D;
	background-image: url(images/bg_takken.png);
	background-position: center 0;
	background-repeat: no-repeat;
}

a {
	color: #333;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #333;
}
a:hover {
	text-decoration: none;
	color: #333;
}
a:active {
	text-decoration: underline;
	color: #333;
}

p, h1, h2, h3, h4, h5 {
	padding:0px;
	margin:0px;
}

h1, .kop  {
	font-weight: bold;
	font-size: 13px;
	line-height: 17px;
	color: #0070B8;
}

h2, .bold {
	font-weight: bold;
	font-size: 13px;
	line-height: 17px;
	color: #333;
}

hr {
	color: #DFD8CE;
	border: none;
	border-top: 1px dashed #DFD8CE;
	height: 1px;
}

textarea {
 font-family: Verdana, Geneva, sans-serif;
 font-size: 11px;
 line-height: 18px;
 color: #FFF;
 
 background-color: #BCB0A3;
 border: 1px solid #666;
 width: 500px;
 margin: 1px;
 height: 100px;
}

.line {
	border-bottom: 1px dashed #DFD8CE;
}

#container {
	width: 900px;
	min-height: 500px;
	margin: 20px auto 20px auto;
}

#left {
	width: 90px;
	height: 520px;
	margin-top: 130px;
	float: left;
}

#content {
	width: 800px;
	height: 340px;
	background-color: #FFF;
	border-right: 4px solid #316BB2;
	margin-top: 50px;
	float: left;
}

#textcontent {
	width: 720px;
	min-height: 300px;
	background-color: #CABEAE;
	border-left: 20px solid #FFF;
	padding: 20px 40px 20px 20px;
	position: relative;
	top: -420px;
	float: left;
}

#logo {
	width: 380px;
	height: 142px;
	left: -80px;
	position: relative;
	top: -60px;
	z-index: 10;
}

#hoek {
	width: 161px;
	height: 139px;
	left: 650px;
	position: relative;
	top: -290px;
	z-index: 20;
}

#intro {
	width: 300px;
	height: 140px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 14px;
	color: #585241;
	line-height: 19px;
	left: 40px;
	top: 10px;
	position: relative;
	z-index: 40;	
}

#foto {
	width: 422px;
	height: 307px;
	position: relative;
	left: 350px;
	top: -350px;
	z-index: 30;
	background-position: left 8px;
}

#nav {
	width: 380px;
	position: relative;
	left: 370px;
	top: -375px;
	z-index: 50;	
}

#footer {
	width: 770px;
	height: 30px;
	background-color: #CABEAE;
	border-left: 20px solid #FFF;
	border-top: 1px dashed #DFD8CE;
	padding: 10px 10px 0 0;
	position: relative;
	top: -420px;
	float: left;
	text-align: right;
}

/*      NAVIGATIE      */

ul#menu {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 380px;
	position: relative;
	display: block;
	height: 30px;
	font-size: 13px;
	font-weight: bold;
}

ul#menu li {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}
	
ul#menu li a {
	display: block;
	float: left;
	color: #E15D13;
	text-decoration: none;
	font-weight: bold;
	padding: 0 22px 0 0;
}
	
ul#menu li a:hover {	
	color: #316BB2;	
}

.submenu a {
	color: #E15D13;
	text-decoration: none;
	font-weight: bold;
}

.submenu a:hover {
	color: #316BB2;
	text-decoration: none;
	font-weight: bold;
}