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

body {
	background-image: none;
	left: 0px;
	top: 0px;
	width: 100%;
	background-color: #00cccb;
}

img {
    border:0px;
}

a:link {
	text-decoration: none;
	color:#000000
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #000;
}
a:active {
	text-decoration: none;
}

#header {
	position:absolute;
	width:800px;
	height:260px;
	z-index:4;
	left: 50%;
	margin-left: -400px;
	top: 50px;
	background-color: #FFF;
}

#navcontainer
{
	position: absolute;
	top: 310px;
	left: 50%;
	margin-left: -400px;
	padding: 0;
	height: 25px;
	width: 798px;
	z-index: 100;
}
#navcontainer ul
{
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	z-index: 100;
}

#navcontainer ul li
{
	display: block;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
	z-index: 100;
}

#navcontainer ul li a
{
	background: #10635e;
	width: 133px;
	height: 25px;
	border-top: none;
	border-left: none;
	border-bottom: none;
	border-right: none;
	padding: 0;
	margin: 0 0 10px 0;
	color: #ffffff;
	text-decoration: none;
	display: block;
	text-align: center;
	z-index: 100;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 25px;
	font-weight: normal;
	font-variant: normal;
	vertical-align: middle;
}

#navcontainer ul li a:hover
{
	color: #fff;
	background: #23c0c7;
	z-index: 100;
}

#navcontainer a:active
{
	background: #060;
	color: #fff;
	z-index: 100;
}

#navcontainer li#active a
{
	background: #060;
	border: 1px solid #060;
	color: #fff;
	z-index: 100;
}

#tekstvak {
	position:absolute;
	width:500px;
	height:1000px;
	z-index:4;
	left: 50%;
	margin-left: -400px;
	top: 335px;
	background-color: #deeeef;
	padding: 25px;
}

#kolom_rechts {
	position:absolute;
	width:200px;
	height:1000px;
	z-index:4;
	left: 50%;
	margin-left: 150px;
	top: 335px;
	background-color: #24b4bb;
	padding: 25px;
}

.text_content_italic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	font-style: italic;
}

.text_content_italic_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

.text_quote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFF;
	font-style: italic;
	text-align: center;
}

.text_onder_quote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	font-style: italic;
	text-align: center;
}

.text_kolom {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-align: center;
}

.text_quote_black {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
	font-style: italic;
	text-align: center;
}

.text_onder_quote_black {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	font-style: italic;
	text-align: center;
}

#enter {
	position:absolute;
	width:642px;
	height:267px;
	z-index:4;
	left: 50%;
	margin-left: -321px;
	top: 50px;
	background-color: #FFF;
}
