html, body { 
  	background-color: #CBCBCB;
	font-family: Verdana, Arial;
	font-size: 12px;
	color: #0C256D;  
  	padding:0px;
	margin: 0px;
	background-image: url('/img/background.gif');
	background-repeat: no-repeat;
	background-position: center top;
}

a:link, a:active, a:visited {
	text-decoration: underline;
	color: #b8001d;
}

a:hover {
	text-decoration: none;
}


h1 {
	font-size: 18px;
	/*color: #b8001d;*/
	color: #0C256D;
	display:inline;
	left: -15px;
	position: relative;
	top: 8px;
}

h2 {
	font-size: 17px;
	color: #b8001d;
	display:inline;
	left: -15px;
	top: 8px;
	position: relative;
}


h3 {
	font-size: 12px;
	color: #690090;
	margin: 0;
	
}

b, strong{
	color: #b8001d;
}
/* class definitions */

.titel {
	margin: 0px 0px 20px 0px;
}

/* form-dingetjes */
fieldset {
	border: 1px solid #0C256D;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 10px;
}

legend {
	font-weight: bold;
	color: #b8001d;
	_margin-left: -7px;
	_margin-bottom: 5px;
	
}

input, select {
	border: 1px solid #0C256D;
	width: 300px;
	font-size: 11px;
	color: rgb(0,0,0);
	margin-bottom: 5px;
}

.small {
	width: 100px;
}

textarea {
	border: 1px solid #0C256D;
	width: 300px;
	height: 100px;
	font-size: 11px;
	font-family: Verdana, Arial;
	color: rgb(137,137,137);
}


.info {
	font-size: 10px;
}

.radio {
	width: 20px;
	border: 0px;
	margin-bottom: 2px;
}

.footer
{
	text-align:left;
	padding: 6px;
	font-size: 10px;
	color: #000000;
	position: static;
}

/* menu-elementen */
.menu ul {
	border: 0px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	background-color: #004080;
	position: relative;
	top: -13px;
	left: -3px;
	width: 122px;
}

.menu ul li {
	display: block;
	color: #b8001d;
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px solid #09307B;
	border-right: 1px solid #000000;
	line-height: 24px;
	height: 23px;
	padding: 0px 0px 0px 10px;
	margin: 0px;
	_margin-left: 0px;
}
#active
{
	background-color: #CBCBCB;
}
.bottom {
	border-bottom: 1px solid #000000;
}
.menu ul li a:link, .menu ul li a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.menu ul li a:hover, .menu ul li a:active {
	text-decoration: none;
	color: #b8001d;
}
.content
{
	line-height: 16px;
}
.content img
{
	margin: 8px;
	margin-right: 16;
	padding-right: 16;
	border: 1px solid #004080;	
}
ul {
	margin-bottom: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
}
li
{
	list-style-image: url('/img/circle.gif');
	line-height: 18px;
	font-weight: bold;
	color: #000000
}

.verhuur li
{
	list-style-image: url('/img/circle.gif');
	line-height: 18px;
	font-weight: normal;
	color: #0C256D;
}
.header a:link, a:active, a:visited {
	text-decoration: underline;
	color: #b8001d;
}

.header td {
	background: #0C256D;
	color: #fff;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-top: 3px;
}


.even td {
	background: #f3f3f3;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-top: 2px;
	border-bottom: 1px solid #e2e2e2;
}

.odd td {
	background: #eeeeee;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-top: 2px;
	border-bottom: 1px solid #e2e2e2;
}