p {
	margin: 0px;
}

body {
	font-family: Arial;
	font-size: 11px;
	color: black;
	background-color: #FFFFFF;
	margin: 0px;
}

td { 
	font-family: Arial;
	font-size: 11px;
	color: black;
}

.tabletitle { background-color: #FFFFFF; color: #000000; font-family: arial; font-size: 14px; font-weight: bold; }
.columntitle { background-color: #CCCCCC; color: #000000; font-family: arial; font-size: 12px; font-weight: bold; }
.even { background-color: #FEE9EB; color: #000000; font-family: arial; font-size: 12px; }
.uneven { background-color: #F8CACE; color: #000000; font-family: arial; font-size: 12px; }

.berichtOnderwerp { color: #000000; font-family: arial; font-size: 12px; font-weight: bold; }

.footerBackground { background-image: url('../images/footer_background.gif'); background-repeat: repeat-x; }
.input { border: 1px solid black; font-family: arial; font-size: 12px; color: #000000; } 
.button { border: 0px; font-family: arial; font-size: 12px; font-weight: bold; color: #000000; background-color: #CCCCCC; }

.sides { background-image: url('../images/side_background.gif'); background-repeat: repeat-x; }
.content { font-family: arial; font-size: 12px; color: #000000; }
.menuitem { position: relative; }

.menuleft { background-image: url('../images/menu_left.gif'); background-repeat: repeat-y; } 
.menuright { background-image: url('../images/menu_right.gif'); background-repeat: repeat-y; }
.menutop { background-image: url('../images/menu_top.gif'); background-repeat: repeat-x; }
.menubottom { background-image: url('../images/menu_bottom.gif'); background-repeat: repeat-x; }
.menutext { background-color: #FFFFFF; font-family: arial; font-size: 11px; }
.menuspacer { background-image: url('../images/menu_spacer.gif'); background-repeat: repeat-x; }

a:visited {  font-family: Arial; font-size: 12px; color: #000000; font-weight: bold; text-decoration: underline; }
a:link {  font-family: Arial; font-size: 12px; color: #000000; font-weight: bold; text-decoration: underline; }
a:active {  font-family: Arial; font-size: 12px; color: #000000; font-weight: bold; text-decoration: underline; }
a:hover {  font-family: Arial; font-size: 12px; color: #000000; font-weight: bold; text-decoration: underline; }

a.menu:visited {  font-family: Arial; font-size: 11px; color: #000000; text-decoration: none; font-weight: normal; }
a.menu:link {  font-family: Arial; font-size: 11px; color: #000000; text-decoration: none; font-weight: normal; }
a.menu:active {  font-family: Arial; font-size: 11px; color: #000000; text-decoration: none; font-weight: normal; }
a.menu:hover {  font-family: Arial; font-size: 11px; color: #E2080D; text-decoration: none; font-weight: normal; }

.idealBedrag {
	font-weight: bold;
	font-size: 16px;
}

form#contact input, form#aanmelding input {
	border: 1px solid black; 
	font-family: arial; 
	font-size: 12px; 
	color: #000000;
}

input.checkbox {
	border: 0 !important;
}

form#contact #adres, form#contact #naam, form#contact #bedrijfsnaam, form#contact #adres, form#contact #plaats, form#contact #email, form#contact #kenmerk {
	width: 250px;
}

form#contact #postcode, form#contact #huisnummer {
	width: 55px;
}

form#contact #telefoon, form#contact #gsm {
	width: 85px;
}

form#contact #opmerking {
	width: 390px;
	height: 200px;
	border: 1px solid black;
}

form#contact .columntitle, form#aanmelding .columntitle {
	width: 200px;
	text-align:right;
	padding-right: 5px;
}

textarea.verplichtveld, input.verplichtveld {
	background-image: url(../images/verplichtveld.gif);
	background-position: top right;
	background-repeat: no-repeat;
}


form#aanmelding #adres, form#aanmelding #naam, form#aanmelding #bedrijfsnaam, form#aanmelding #adres, form#aanmelding #plaats, form#aanmelding #email, form#aanmelding #kenmerk {
	width: 250px;
}

form#aanmelding #postcode, form#aanmelding #huisnummer {
	width: 55px;
}

form#aanmelding #telefoon, form#aanmelding #gsm {
	width: 85px;
}

form#aanmelding #opmerking {
	width: 390px;
	height: 200px;
	border: 1px solid black;
}

#idealFoutmeldingContainer {
	width: 650px;
	margin: 100px auto;
}

#idealFoutmeldingHeader {
	width: 650px;
	height: 112px;
	background: url(../images/ideal_error_header.gif);
	background-postion: top left;
	background-repeat: no-repeat;
}

#idealFoutmeldingText {
	background-color: #efefef;
	width: 650px;
	height: 250px;
	text-align: center;
	vertical-align: middle;
}

#idealFoutmeldingText span {
	position: relative;
	top: 40%;
}

#wachtwoordvergeten {
	font-size: 10px;
}
