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

body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #666;
	text-align: center;
	background-color: #333;
}

#container {
	height: auto;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	border: 3px double #CCC;
	background-color: #ebeef5;
}
#header {
	height: 100px;
	width: 800px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	background-color: #B3B5B8;
}
#footer {
	height: auto;
	width: 800px;
	font-size: 12px;
	text-align: center;
	clear: both;
	background-color: #000;
	color: #CCC;
}
#pictures {
	float: left;
	width: 328px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #369;
	padding-top: 50px;
	padding-bottom: 20px;
	padding-left: 20px;
	margin-top: 10px;
}

#text_left {
	height: auto;
	width: 175px;
	float: left;
	padding-top: 50px;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 13px;
	text-align: center;
	background-color: #ebeef5;
	color: #4e7689;
}

#reminder {
	text-align: center;
	padding-bottom: 20px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #333;
	width: 540px;
	padding-right: 20px;
	padding-left: 20px;
	background-color: #FFF;
}

#text_left_1 {
	height: auto;
	width: 172px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 20px;
}

#text_left_2 {
	width: 172px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #069;
}


#text_left_3 {
	width: 172px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #069;
}

#text_right {
	padding-top: 50px;
	width: 580px;
	margin-right: auto;
	margin-left: auto;
	float: left;
	padding-left: 20px;
	border-left-width: 2px;
	border-left-style: dotted;
	border-left-color: #4e7689;
	background-color: #FFF;
}
#empty {
	clear: both;
	height: 20px;
	width: 800px;
	background-color: #FFF;
}


#text_right_1 {
	text-align: center;
	padding-bottom: 20px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #333;
	width: 540px;
	padding-right: 20px;
	padding-left: 20px;
	background-color: #FFF;
	padding-top: 20px;
}

#text_right_2 {
}

#picture {
	text-align: center;
	padding-top: 30px;
	width: 540px;
	height: auto;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
	background-color: #FFF;
}

#text_right_3 {
	width: 540px;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #333;
	padding-bottom: 30px;
	background-color: #FFF;
}

#text_right_4 {
	width: 540px;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #333;
	background-color: #FFF;
	padding-bottom: 30px;
}

#pictures_bottom {
	clear: both;
	height: 160px;
	width: 780px;
	padding-left: 20px;
	padding-top: 10px;
}

.cursief {
	font-size: 13px;
	font-style: italic;
}
.nadruk {
	font-size: 25px;
	font-weight: bold;
	color: #369;
}
.ondertekening {
	font-style: normal;
	color: #999;
	font-weight: bold;
	font-size: 14px;
}

.titel {
	font-size: 22px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #4e7689;
}



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


#footer a:link {
	color: #CCC;
	text-decoration: none;
}
#footer a:visited {
	text-decoration: none;
	color: #CCC;
}
#footer a:hover {
	text-decoration: none;
	color: #369;
}
#footer a:active {
	text-decoration: none;
	color: #CCC;
}
.blauw {
	font-weight: bold;
	color: #4E7689;
}
