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

html {
	height: 100%;
	margin: 0;
	padding: 0;
}
body {
	background-color: #666666;
	font-family:Calibri, Tahoma, Verdana, Arial;
	color: #FFFFFF;
}
a {
	color:#FFFFFF;
	text-decoration:none;
}
#wrap_container {
	background: transparent;
	width: 100%;
	height: 566px;
	clear: both;
	display:block;
	margin:0px auto;
	padding: 0px;
	text-align: left;
	position: relative;
}
#globalcontainer {
	background: #00FF00;
	width: 1024px;
	height: 255px;
	clear: both;
	margin:0px auto;
	padding: 0px;
	text-align: left;
	position: relative;
}
#header {
	height:245px;
	background-color:#000000;
}
#logo {
	background-image:url(images/logo.jpg);
	background-position:left;
	background-repeat:no-repeat;
	width:445px;
	height:245px;
	float:left;
	margin-right:0px;
}
#slogan {
	float:left;
	position:absolute;
	top: 15px;
	left: 628px;
	width:275px;
	height:1px;
	z-index:3;
	font-family: Calibri, Tahoma, Verdana, Arial;
	color:#FFFFFF;
	font-size:24px;
}
#navigation {
	position:absolute;
	top: 180px;
	right: 0px;
	height:56px;
	z-index:2000;
}
#navigation a:link {
	color: #CCCCCC
}
#navigation a:visited {
	color: #CCCCCC
}
#navigation a:hover {
	color: #FFFFFF
}
#navigation a:active {
	color: #FF0000
}
#navigation ul {
	color:#CCCCCC;
	list-style-type: none;
	display:inline;
	margin:0px;
}
#navigation li {
	display:inline;
}
#content_area {
	background-image:url(images/bg.png);
	background-repeat: repeat-x;
	background-color:#000000;
	background-position:top;
}
#homepagephoto {
	height:auto;
	color:#FFFFFF;
}
.blocks {
	float:left;
	width:20%;
	font-size:14px;
}
#contactinfo {
	margin-top:20px;
	height:130px;
	width:200px;
	float:left;
}
#photo1 {
	margin-top:0px;
	height:140px;
	width:200px;
	float:left;
	background-image: url(images/marike.jpg);
	background-repeat:no-repeat;
	background-position:center;
	z-index:4000;
}
#photo2 {
	margin-top:15px;
	height:230px;
	width:200px;
	float:left;
	background-image: url(images/praktijkbw.jpg);
	background-repeat:no-repeat;
	background-position:center;
}
.content {
	margin-top:5px;
	padding-left:30px;
	padding-top:20px;
	padding-right:20px;
	font-size:14px;
}
.content a {
	color:#FFFFFF;
	text-decoration:underline;
}
.p {
	color:#FFFFFF;
	font:Arial, Helvetica, sans-serif;
}
.description {
	margin-top:5px;
	margin-left:32px;
	color:#999999;
}
#footer {
	width:100%;
	height:74px;
	background-image:url(images/footer.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	font-family: Calibri, Tahoma, Verdana, Arial;
	color:#FFFFFF;
	font-size:8px;
	z-index:5000;
}

.style_groen {
	color: #00FF00;
	font-weight: bold;
}

.style_1 {
	font-size:18px;
	color:#FFFFFF;
}

h2 {
	color:#00FF00;
}
h4 {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

