/*
Website : http://www.gkv-denhelder.nl
CSS : gkv-style
E-mail: arievdonk@gmail.com
WWW: 
---------------------------------------
*/

* {
	margin: 0;
	padding: 0;
}
html, body {
	height: 100%;
}

body {
	background: URL('../afbeeldingen/bg.gif');
	background-position: center;
	background-repeat: repeat-y;
	color : #333;
	font : normal normal 62.5%/1.5  Verdana, "Times New Roman", sans-serif;
	text-align: center;
}

a img {
	border : none;
}

a {
	outline: none;
	text-decoration: none;
}

h1 {
	font-size: 2.2em; /* 22px */
}

h1, h2, h3, h4, h5 {
	margin-bottom: 15px;
	color: #D83746;
}

h2 {
	font-size: 2.0em; /* 20px */
}

h3 {
	font-size: 1.8em; /* 18px */
}

h4 {
	font-size: 1.6em; /* 16px */

}

h5 {
	font-size: 1.4em; /* 14px */
}

p {
	font-size: 1.2em; /* 12px */
	margin-bottom: 15px;
}


div {
	font-size : 100%;
}

#wrapper {
	background: URL('../afbeeldingen/wrbg.gif');
	background-position: center;
	background-repeat: repeat;

	width: 1000px;
	_width: 1003px;
	text-align: left;
	margin: 0 auto;
	padding: 0;	
	position: relative;
	min-height: 100%;
	height:auto !important; /* voor moderne browsers */
	height:100%; /* voor IE */
	border-width: 1px !important;
	border-left: thin solid #000000;
	border-right: thin solid #000000;
}

#logoenfotoswrapper {
	background-color: #FFF;
}


#header {
	background-color: #D83746;
	height: 30px;
	text-align: center;
}

#header h1 {
	color: white;
}

#logo {
	text-align: center;
	height: 130px;
	width: 150px;
	float: left;
	margin-top: 5px;

}

#fotos_naast_header {
	width: 850px;
	height: 130px;
	float: left;
}

#logoenfotoswrapper {
	height: 130px;
}

#clear {
	clear: both;
}

#menu {
	width: 150px;
	float: left;
}

#content {
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	width: 645px;
	float: left;
}
#content a {
	color: red;
}

.overzicht {
	width: 600px;
	font-size: 10pt;		
}

td {
	cursor: hand;
}


#diensten_agenda {
	width: 185px;
	float: left;
}

#footer {
	clear: both;
	position: absolute;
	bottom: 0; /* heel belangrijk */
	text-align: center;
	width: 100%;
	white-space: nowrap;
}

.bold {
	font-weight: bold;
}
.cat {
	color: black;
	font-weight: bold;
	font-size: 9pt;
}

.dienstenheader {
	background-color: #D83746;
	color:white;
	font-weight:bold;
}

.agendatable {
	padding:1px;
	border-spacing:0;
	vertical-align:top;
	text-align: left;
	border-bottom:1px solid #559EC2;
}

.agendatableDate {
	padding:1px;
	border-spacing:0;
	vertical-align:top;
	text-align: left;
}

/* menu van het internet en aangepast aan de wensen */
ul.menu1, ul ul {padding:0; margin:0; border:0; list-style-type:none;   background:#FFF3D6; width:14em; text-align:left; color:#fff; }
ul.menu1 table {border-collapse:collapse; padding:0; margin:0; font-size:1em;}
ul.menu1 ul {margin-left:1em;}
ul.menu1 li {text-indent:0.5em;}
ul.menu1 li.drop {margin-bottom:-2px;}
ul.menu1 li a, 
ul.menu1 li a:visited {display:block; width:14em; height:2em; line-height:1.9em; text-decoration:none; font-weight: bold; color:#D83746;}
ul.menu1 li a.last, 
ul.menu1 li a.last:visited {display:block; width:14em; height:14em; line-height:2em;}
ul.menu1 li ul {display:none;}

ul.menu1 li:hover a, 
ul.menu1 li a:hover {border:0; color:black; font-weight:bold;}
ul.menu1 li:hover ul, 
ul.menu1 li a:hover ul {display:block;  height:auto; width:12em; margin-top:-1px; background:#fff; border:1px solid #000;}
ul.menu1 li:hover ul li a, 
ul.menu1 li a:hover ul li a {height:2em; background:#fff; color:#D83746; font-weight:normal;}
ul.menu1 li:hover ul li:hover a, 
ul.menu1 li a:hover ul li a:hover {background:#00c; color:#fff;}

#invoeren {
	text-align: left;
	margin-left: 175px;
	margin-right: 75px;
}

#invoeren form {
	width: 615px;
}

#invoeren label {
	float: left;
    width: 140px;
    text-align: right;  
	margin-right: 20px;
}

#invoeren input {
	font-size: small;
    border-width: 1px;
    border-style: solid;
    border-color: #cccccc;
    margin-bottom: 10px;
}

#invoeren select {
	margin-bottom: 10px;
}

#invoeren textarea {
    background-color: #f5f5f5;    
    border-width: 1px;
    border-style: solid;
    border-color: #cccccc;    
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    margin-bottom: 10px;
}
#invoeren img {
	padding-bottom: 10px;
}

#invoeren .verplichtveld {
	border-color: red;
}
