/* style */

body {
	background-image: url(../i/bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
	background-color:#ffffff;
}

#wrapper {
}

#footer {
	background-image: url(../i/ftr.gif);
	background-position: bottom center;
	background-repeat: no-repeat;
	text-align: center
}

#content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 18px
}

#content p,li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 18px
	vertical-align: 0%;
}

#content h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #cccccc;
	padding-bottom: 25px;
}

#header p {
	padding-top: 10px;
	padding-right: 10px;
}

a.:link { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #cc0000; text-decoration: none; }
a.:active { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #cc0000; text-decoration: none; }
a.:visited { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #cc0000; text-decoration: none; }
a.:hover { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #333333; text-decoration: underline; }

/* Formulier elementen */

CHECKBOX, INPUT, RADIO, SELECT, TEXTAREA, FILE { font-family: Arial, Helvetica, sans-serif; font-size: 11px; }

.error { font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: red; }

.f_input {
	float: right;
	width: 180px;
	background:#ffe5e5;
   	border: 1px;
}

.f_radio {
	float: right;
   	border: 1px;
}

.f_select {
	float: right;
	background:#ffe5e5;
   	border: 1px;
	margin-bottom: 2px;
}

.f_tekst {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

td { font-family: Arial, Helvetica, sans-serif; font-size: 11px; }
th { background-color: #ffe5e6; font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; }
