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

body {
	background-attachment: fixed;
	background-image: url(../images/bodybg.gif);
	background-repeat: repeat-x;
	background-position: top;
	font:Tahoma, Geneva, sans-serif;
}

#header {
	width:1000px;
	margin:auto;
	background-color:#FFF;
	border-top-width: 3px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;
}

#content {
	width:1000px;
	margin:auto;
	background-color:#FFF;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 6px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;
}
	
#links-formulier {
	width:650px;
	float:left;
	padding:10px;
	font-size:12px;
	font-family:Tahoma, Geneva, sans-serif;
	padding-top:0px;
}

#links-formulier .txt {
	padding:5px;
	background-color: #CCC;
	border: 1px dashed #666;
	margin-bottom:15px;
}

#links-formulier .txt h3 {
	color:#008be3;
	font-size:18px;
	font-weight:bolder;
	margin:0px;
	padding:0px;
}


#rechts-prijzen {
	width:330px;
	float:right;
}

#eerste-prijs {
	width:300px;
	height:150px;
	background-image: url(../images/eerste.jpg);
	background-repeat: no-repeat;
	border: 1px solid #333;
	float:right;
	margin-right:5px;
	padding-left:15px;
	margin-bottom:15px;
	font-size:13px;
	line-height:130%;
}
	
#tweede-prijs {
	width:300px;
	height:150px;
	background-image: url(../images/tweede.jpg);
	background-repeat: no-repeat;
	border: 1px solid #333;
	float:right;
	margin-right:5px;
	padding-left:15px;
	margin-bottom:15px;
		font-size:13px;
	line-height:130%;
}
	
#derde-prijs {
	width:300px;
	height:150px;
	background-image: url(../images/derde.jpg);
	background-repeat: no-repeat;
	border: 1px solid #333;
	float:right;
	margin-right:5px;
	padding-left:15px;
	margin-bottom:15px;
		font-size:13px;
	line-height:130%;
}
	
#rechts-prijzen h2 {
	margin:0px;
	padding:0px;
	color:#333;
	font-size:16px;
	margin-top:15px;
	margin-bottom:10px;
	text-decoration:underline;
}


.myForm td, input, select, textarea, checkbox  {
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 12px;
}

.required {
	color: red;
}


.myForm .opmaak {
	background-color:#FFF;
	font-family:Tahoma, Geneva, sans-serif;
	border: 1px solid #666;
	font-size:11px;
	font-weight:14px;
	height:18px;
	font-weight:bold;
}

#slogan {
	width:750px; float:right;margin-top:30px;margin-right:5px;font-family:Tahoma, Geneva, sans-serif;font-size:22px;text-align:center;padding:5px;
	background-color: #CCC;
	border: 1px dashed #666;
	margin-bottom:15px;
}
	
#slogan strong { 
	color:#008be3;
}
	
#header img {
	float:left;
}