/*
Cascade Style Sheet main.css
Designed by DaMoWeb, info@damoweb.nl
*/


/* standaard html-tags */
body {
	background: #2B2774; 		/* url('../img/bg.png') repeat-y center; */
	font-family: Tahoma,Arial,Verdana,Helvetica,;
	font-size: 10px;
}

a {
	color: #000;
	font-weight: normal;
	text-decoration: underline;
}

a:hover {
	color: #EC021B;
	font-weight: normal;
	text-decoration: none;
}

h3 {
	font-size: 12px;
	margin-bottom: 10px;
	margin-top: 40px;
}

/*  container bevat alles wat binnen het beeldkader valt van de background image */
#container {
	border: 0px solid #000;
	margin: 0 auto;
	height: 600px;
	text-align: left;
	width:1024px;
}

/* de background image is opgedeeld in diverse rijen: */
#rijA {
	background: #000 url('../img/bg_A.jpg') center;
	height: 130px;
	width: 1024px;
}

#rijB {
	background: #fff url('../img/bg_B.jpg') center;
	height: 55px;
	width: 1024px;
}

#rijC {
	background: #fff url('../img/bg_C.jpg') center;
	height: 60px;
	width: 1024px;
}

#rijD {
	background: #fff url('../img/bg_D.jpg') center;
	height: 225px;
	width: 1024px;
}

#rijE {
	background: #fff url('../img/bg_E.jpg') center;
	height: 30px;
	width: 1024px;
}

#rijF {
	background: #000 url('../img/bg_F.jpg') center;
	height: 100px;
	width: 1024px;
}

/* diverse inhoudsecties corresponderend met bovenstaande rijen */
#hoofdmenu {
	margin-left: 204px;
	width: 620px;
}

#paginakop {
	font-size: 15px;
	font-weight: bold;
	margin-left: 204px;
	padding-top: 30px;
	width: 295px;
}

#content {
	height: 225px;
	margin-left: 204px;
	overflow: auto;
	padding-right: 6px;
	width: 295px;
}

#damoweb a, #damoweb a:visited {
	color: #0044dd;
	float: right;
	font-family: Aral,Verdana, Tahoma;
	font-size: 9px;
	margin-right: 2px;
	margin-top: 84px;
	text-decoration: none;
}

#damoweb a:hover {
	color: #2B2774;
	float: right;
	font-family: Aral,Verdana, Tahoma;
	font-size: 9px;
	margin-right: 2px;
	margin-top: 84px;
	text-decoration: none;
}

/* classes */
.clearleft {
	clear: left;
}

.clearright {
	clear: right;
}

/* formuliern */
.form_error {
	background: red;
	color: #fff;
	border: 2px solid #000;
	padding: 5px;
	margin-bottom: 3px;
	text-align: left;
}

.form_ok {
	background: green;
	color: #fff;
	border: 2px solid #000;
	padding: 5px;
	margin-bottom: 3px;
	text-align: center;
}

.input, select, textarea {
	background: #fafafa;
	border: 1px dotted #F3C20E;
	font-family: Verdana, Tahoma;
	font-size: 10px;
	font-weight: normal;
	margin-bottom: 4px;
	width: 180px;
}

.postcode {
	background: #fafafa;
	border: 1px dotted #F3C20E;
	font-family: Verdana, Tahoma;
	font-size: 10px;
	font-weight: normal;
	margin-bottom: 4px;
	width: 60px;
}

.veld {
	display: inline;
	float: left;
	font-family: Verdana, Tahoma;
	font-weight: normal;
	margin-left: 0px;
	padding-right: 20px;
	text-align: left;
	width: 60px;
}

.veld2 {
	display: inline;
	float: left;
	font-family: Verdana, Tahoma;
	font-weight: normal;
	margin-left: 0px;
	padding-right: 20px;
	text-align: left;
}

.submit {
	background: #F3C20E;
	border: 1px solid #888;
	color:#fff;
	float:right;
	margin-right: 10px;
	padding:0px 2%;
	text-decoration: none;
}

.submit:hover {
	background-color:#fff;
	border:1px dotted #000;
	color:#f3c20e;
	float:right;
	margin-right: 10px;
	padding:0px 2%;
	text-decoration: none;
}

.formfooter {
	display: inline;
	float: left;
	height: 100px;
	margin-left: 20px;
	text-align: left;
}

.num2 {
	background: #fafafa;
	border: 1px dotted #F3C20E;
	font-family: Verdana, Tahoma;
	font-size: 10px;
	font-weight: normal;
	margin-bottom: 4px;
	width: 39px;
}

.maand {
	background: #fafafa;
	border: 1px dotted #F3C20E;
	font-family: Verdana, Tahoma;
	font-size: 10px;
	font-weight: normal;
	margin-bottom: 4px;
	width: 86px;
}

.num4 {
	background: #fafafa;
	border: 1px dotted #F3C20E;
	font-family: Verdana, Tahoma;
	font-size: 10px;
	font-weight: normal;
	margin-bottom: 4px;
	width: 53px;
}

