body {
	background-color: #787878;
	background-image:url(../images/bg.jpg);
	color: #333;
	text-align: center;
}

body, div, input, textarea, select, td {
	font-size: 11px;
	font-family: Arial, Sans-Serif;

}

a:link {
	color:white;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color:white;
	font-weight: bold;
	text-decoration: none;
}
a:hover, a:active {
	color: #ccc;
	text-decoration: none;
}

#container {
	margin:0% auto;
	width:800px;
	
}

#page {
	text-align: left;
	width:801px;
	margin-bottom:20px;
	
}
#header {
	height:10px;
	overflow:hidden;
}
#main {
	background:white;
}
#footer {
	background:url(../images/footer.jpg);
	height:44px;
}
#main div.left {
	float:left;
	width:245px;
}
#main div.center {
	float:left;
	position:relative;
	padding-top:15px;
	width:540px;
	text-align:justify;
}
div.copyright {
	color:#bcbcbc;
	font-size:11px;
}
h1 {
	font-size:18px;
	font-weight:bold;
	margin:0px;
	padding:0px;
	color:#a30344;
}
.kop {
	color:#a30344;
	font-size:12px;
	font-weight:bold;
}

h4.vrouwen, h4.mannen {
	font-weight:bold;
	padding:0px;
	margin:0px;
	font-size:12px;
	padding-bottom:4px;
}
h4.vrouwen {
	color:#a30344;
}
h4.mannen {
	color:#446cd2;
}
div.vrouwkop, div.mankop {
	font-weight:bold;
	font-size:11px;
	border-right:1px #cecece solid;
	margin-right:3px;
	padding-right:3px;
	float:left;
}
div.vrouwkop {
	color:#a30344;
}
div.mankop {
	color:#446cd2;
}



div.linegray, div.linewhite {
	padding:3px;
}
div.linegray_hover, div.linewhite_hover {
	padding:3px;
	color:gray;
	background:#e1eaf5 url(../images/dot.jpg) repeat-x top left;
}
div.linegray {
	background:#f1f1f1 url(../images/dot.jpg) repeat-x top left;
}
div.linewhite {
	background:white url(../images/dot.jpg) repeat-x top left;
	
}



/* form css */
table.form{
}
table.form td {
	padding:4px;
}
table.form td.elementLabel {
	background: white;
	font-size:11px;
	color:black;
}
table.form td.element {
	background: #eeeeee;
	padding-left:3px;
	border-bottom:1px solid white;
}
table.form td.formHeader {
	white-space: nowrap; 
	background-color: #9fbbda;
	border-bottom:1px solid #CBCBCB;
	color:white;
	padding-left:10px;
}

table.form td.element input.textinput {
	width:350px;
	border-width:1px;
	padding:3px;
}
table.form td.element .textareainput {
	width:350px;
	height:60px;
	border-width:1px;
	padding:3px;
}
table.form td.element .textareainput2 {
	width:350px;
	height:300px;
	border-width:1px;
	padding:3px;
}



div.banners a:link,
div.banners a:visited,
div.banners a:hover, 
div.banners a:active {
	color:black;
	text-decoration: none;
}

div.banners2 a:link,
div.banners2 a:visited,
div.banners2 a:hover, 
div.banners2 a:active {
	color:white;
	text-decoration: none;
}

div.linkbanners {
	color:white;
	
}
div.linkbanners a:link,
div.linkbanners a:visited,
div.linkbanners a:hover,
div.linkbanners a:active {
	font-weight:normal;
}
