/* CSS Document */

/*algemeen*/
BODY{
	background-color: #FFFFFF;
	margin: 0px;
}

TD{
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #000000;
}

TD A{
	text-decoration: underline;
}

TD A:hover{
	text-decoration: none;
}

/*...*/
.header{
	height: 82px;
}

.header_bg{
	background: #FFFFFF url(/images/header.gif); 
	background-repeat: repeat-x; 
	background-position: top; 
}

.menubalk{
	background-color: #1C5BA2;
	height: 19px;
}

.bloklinks{
	padding-top: 20px;
	background: url(/images/img_links.jpg) top no-repeat #C92B5A;
}

.titel{
	font-size: 16px;
	font-weight: bold;
	color: #1C5BA2;
	padding-bottom: 10px;
}

.naw{
	padding-left: 4px;
	padding-right: 6px;
	padding-top: 32px;
	background: url(/images/bgleeuw.gif) #FFFFFF ; 
	background-repeat: no-repeat; 
	background-position: bottom; 
}

.footer{
	background-color: #1C5BA2;
	color: #FFFFFF;
	text-align: right;
	height: 17px;
	padding-right: 6px;
}

/*subnavigatie bloklinks*/
.subnavlinks{
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: transparent;
}

.subnavlinks U{
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #FFFFFF;
	border-top: #C92B5A 2px solid;
	border-bottom: #C92B5A 2px solid;
	border-right: #C92B5A 2px solid;
	text-decoration: none;
	width: 153px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 6px;
	padding-bottom: 6px;
	margin-bottom: 4px;
}

TD.subnavlinks A {
	display:block;
	float:left;
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #FFFFFF;
	border-top: #C92B5A 2px solid;
	border-bottom: #C92B5A 2px solid;
	border-right: #C92B5A 2px solid;
	text-decoration: none;
	width: 148px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 6px;
	padding-bottom: 6px;
	margin-bottom: 4px;
	
}

TD.subnavlinks a:hover {
	display:block;
	float:left;
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #FFFFFF;
	border-top: #C92B5A 2px solid;
	border-bottom: #C92B5A 2px solid;
	border-right: #C92B5A 2px solid;
	text-decoration: underline;
	width: 148px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 6px;
	padding-bottom: 6px;
	margin-bottom: 4px;
}

/*content*/
#content TD{
	text-align: center
}

#content TD DIV {
	text-align:left;
}

IMG.img,IMG.imglinks{
	float:left;
	margin-right: 5px;
	margin-top: 3px;
	margin-bottom: 7px;
}

IMG.imgrechts{
	float:right;
	margin-left: 5px;
	margin-top: 3px;
	margin-bottom: 7px;
}

IMG.imgmidden{
	margin-top: 7px;
	margin-bottom: 7px;
}

/*tables*/
.maintable{
	height: 568px;
	
}

.stretchtable{
	height: 100%;
}

.texttable{
	margin-left: 35px;
	margin-right: 30px;
	margin-top: 20px;
	height: 100%;
	width: 587px;
}

/*contactformulier*/
.formuliercontact{
	width: 200px;
	background-color: #FFFFFF;
	border: 1px solid #C92B5A;
	font-family: arial;
	font-size: 11px;
	color: #000000;
}

.formuliergeslacht{
	margin-left: 10px
}
.formulierbutton{
	background-color: #FFFFFF;
	border: 2px solid #C92B5A;
	font-family: arial;
	font-size: 11px;
	color: #000000;
}
