/* CSS Document */

*
{
padding: 0px;
margin: 0px;
}

html,body
{
margin: 0px;
text-align:center;
background-color:#DDDDDD;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

div#container
{
	margin:0 auto;
	width:1000px;
	background-position: 0px 50px;
	background-color:#B5B5B5;
	text-align:left;
	padding-bottom:20px;
	
}

div.header
{
position: relative;
left: 200px;
width: 600px;
text-align:center;
padding: 20px 0px;
}
div.language
{
position:absolute;
right:0px;
top:20px;
}

div.header img.logo
{
}

div.body
{
width: 600px;
/*position: relative;*/
top:0px;
height:570px;
min-height:570px;
margin: 0px 200px;
padding: 0px 0px 15px 0px;
background-color: #f2f2f2;
border-right: 2px solid #666666;
border-bottom: 2px solid #666666;
text-align: left;
}
html>body .body
{
	height: auto;
}

div.footer
{
width: 600px;
clear: both;
text-align: center;
font-size: 11px;
line-height:14px;
margin: 3px;
padding: 0px;
position: relative;
left: 195px;
}

div.topmenu
{
position: relative;
left: 200px;
width: 602px;
margin: 0;
/*
border-bottom: 3px solid #971b1e;
*/
border-bottom: 3px solid #971b1e;
height: 30px;
/*
background-color: #0071bc;
*/
background-color: #e50000;

padding: 0px 0px 0px 0px;
}

div.breadcrumb
{
	text-align: right;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
div.bodytext
{
font-size: 11px;
margin: 0px;
padding: 10px 25px;
line-height: 16px;
text-align:justify;
}

.bodytext p
{
margin: 7px 0px;
}

div.bodytext h1
{
/*
color: #971b1e;
*/
color: #C00;

font-size:12px;
padding: 15px 0px;
}

div.bodytext ul
{
margin: 10px 15px;
}
div.bodytext ol
{
margin: 10px 30px;
}
div.bodytext ul li
{
margin: 0px;
padding: 0px 0px 0px 15px;
text-indent:0px;
list-style:none;
background-image:url(../images/bullet2.gif);
background-repeat:no-repeat;
background-position:left 5px;
}

.bodytext a, .language a
{
	text-decoration: none;
/*
	color: #0071bc;
*/
	color: #C00;
}

.bodytext a:hover, .language a:hover
{
/*
	border-bottom: #971b1e 1px solid;
*/
	border-bottom: #A00 1px solid;

}

.bodytext h2
{
margin: 10px 0px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
text-decoration:underline;
}

.bodytext h4
{
margin: 10px 0px;
font-size:11px;
font-weight:bold;
}

/*
============================================
				Nieuwsitem
============================================
*/
.item
{
background-color: #FFFFFF;
padding: 5px;
margin-bottom: 5px;
border: 1px solid #DDDDDD;
}

.item .newstitle, .item .newstitle a, .item .newstitle a:hover
{
color: #971b1e;
font-size:12px;
padding-bottom:2px;
margin: 0px 0px 7px 0px;
text-decoration:none;
}

.readmore
{
text-align: right;
}



form label{
float: left;
width: 120px;
font-weight: bold;
}

form input, form textarea{
width: 180px;
margin-bottom: 5px;
}

form textarea{
width: 250px;
height: 150px;
font-size:11px;
padding: 2px;
}

form #submitbutton{
margin-left: 120px;
margin-top: 5px;
width: 90px;
}

form br{
clear: left;
}





