/* reset standard style browsers */
html, body, div, span, applet, object, iframe, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, 
abbr, acronym, address, big, cite, code, del, dfn, 
em, font, img, ins, kbd, q, s, samp, small, strike, 
strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, 
fieldset, form, label, legend, table, caption, tbody, 
tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: #000000;
	background: #FFFFFF;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: """";
}
/*------------------------------------------------------------------------------------------------------*/
/* grey:#636466; pink:#CC6699;   */
body {
	background-color: #E5E2DF;
	background-image: url(images/body_bg.jpg);
	background-repeat: repeat-x;
	text-align:center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #888888;
}
/*------------------------------------*/
/* positioning */
#wrapper {
	position:relative;
	width:967px;
	height:auto;
	background-image:url(images/wrapper_bg.jpg);
	background-repeat:no-repeat;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
}
#logon {
	position:relative;
	float:right;
	width:947px;
	text-align:right;
	color:#CC6699;
	height:80px;
	padding:10px;
}
#adreswrapper {
	position:relative;
	float:left;
	width:857px;
	padding-right:100px;
}
#adres {
	position:relative;
	float:right;
	width:230px;
	height:50px;
	padding-left:557px;
}
/* menu zie verder */
#contentwrapper {
	position:relative;
	float:left;
	width:665px;
	height:auto;
}
#banner {
	position:relative;
	float:left;
	width:665px;
	height:158px;
	background-image:url(images/banner.png);
}
#content {
	position:relative;
	float:left;
	width:560px;
	min-height:287px;
	padding:0 63px 25px 42px;
	background-image:url(images/content_bg.png);
	text-align:left;
}
#footer {
	position:relative;
	float:left;
	width:631px;
	height:20px;
	background-image:url(images/content_bottom.png);
	background-repeat: no-repeat;
	background-position:top;
	text-align:right;
	padding-top:20px;
	padding-right:34px;
}
/*------------------------------------*/
/* Menu */
#menu {
	position:relative;
	float:left;
	width:145px;
	height:211px;
	padding:73px 0px 15px 82px;
	clear:left;
}
#menu, #menu a {
	font-size:12px;
	line-height:20px;
	text-transform:capitalize;
	text-decoration:none;
	color:#FFFFFF;
	text-align:left;
}
ul#submenu li, ul#submenu li a  {
	font-size:10px;
	line-height:15px;
	text-transform:uppercase;
	text-decoration:none;
	color:#FFFFFF;
	text-align:left;
	padding-left:5px;
	color:#E6CDE3;
}
/*------------------------------------*/
/* Typography */
#logon a {color:#CC6699;text-decoration:none;}
h1 {
	font-weight:normal;
	font-size:14px;
	line-height:16px;
	color:#CC6699;
	padding-top:20px;
	padding-bottom:6px;
	width:100%;
	clear:both;
	text-transform:uppercase;
}
h2 {
	font-weight:normal;
	font-size:14px;
	line-height:16px;
	color:#CC6699;
	padding-top:20px;
	padding-bottom:6px;
	width:100%;
	clear:both;
} 
h4 {
	font-weight:normal;
	font-size:14px;
	line-height:16px;
	color:#636466;
	padding-top:20px;
	padding-bottom:6px;
	width:100%;
	clear:both;
}
h3 {
	font-weight:bold;
	font-size:14px;
	line-height:16px;
	color:#EE3C96;
	padding-top:20px;
	padding-bottom:6px;
	width:100%;
	clear:both;
}
b, strong {
	font-weight:bold;
}
.pink {color:#CC6699;}

a:link, a:visited {
	color:#CC6699;
	text-decoration:none;
}
a:hover, a:active {
	color:#CC6699;
	text-decoration:underline;
}
#content ul {
	margin:10px 0;
	padding: 10px;
	margin: 5px;
}
#content ul li {
	line-height:16px;
}

p {
    padding-top: 10px;
}

.errortext {
    background-color: #CC6699; 
	color: #FFFFFF;
	font-weight: bold;
}

/*------------------------------------*/
/* images */
div.img_large {
	position:relative;
	width:560px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}
.img_large img {
	width:240px;
	height:180px;
	border:5px solid #ddd;
	margin-left:15px;
}
div.img_small {
	position:relative;
	width:500px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:10px;
}
.img_small img {
	width:100px;
	height:75px;
	margin:20px 10px 0px 0;
	border:5px solid #ddd;
}
/*------------------------------------*/
/* tables */
#content table {
	margin:25px 0;
	width:100%;
	border:1px solid #999999;
}
#content select {
	border:1px solid #999999;
	color:#CC6699;
	font-size:10px;
	text-transform:uppercase;
	line-height:14px;
}
#content table th {
	padding:3px;
	padding-top:20px;
	background-color:#CC6699;
	color:#ffffff;
	border:1px solid #ffffff;
}
#content table td {
	background-color:#fafafa;
	border:1px solid #ffffff;
	padding:3px;
	vertical-align:top;
}
#content table td.odd {
	background-color:#f5f5f5;
}
input.button {
	background-color:#fff;
	border:1px solid #CC6699;
}
input.button:hover {
	background-color:#f5f5f5;
	border:1px solid #999999;
}
/*------------------------------------*/
/* Google maps */
.googlemaps {
	margin:20px 10px 20px 0;
	border:5px solid #ddd;}