/* this is a stylesheet */

a{
	color: #ae2219;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
	color: #ae2219;
}

body{
	margin: 0;
	padding: 0;
}

table{
	font-size: 12px;
}

#header{
	margin: 0;
	padding: 0;
	background-color: #000000;
	height: 200px;
}

#header #bg_header{
	position: absolute;
	left: 50%;
	margin-left: -405px;
	padding: 0;
	background-image: url(../images/bg_header.gif);
	background-position: top right;
	background-repeat: no-repeat;
	height: 200px;
	width: 790px;
	z-index: 0;
}

#header #title_header{
	position: absolute;
	left: 50%;
	margin-left: -395px;
	padding: 0;
	background-image: url(../images/title_header.gif);
	background-position: top left;
	background-repeat: no-repeat;
	height: 200px;
	width: 790px;
	z-index: 10;
}

#content{
	width: 830px;
	padding: 0;
	margin: 0 auto;
	min-height: 630px;
	height: auto !important;
	height: 630px;
}

#text{
	float: left;
	background-image: url(../images/bg_content.gif);
	background-repeat: no-repeat;
	background-position: center bottom;	
	width: 567px;
	color: #393939;
	min-height: 600px;
	height: auto !important;
	height: 600px;
	padding-bottom: 70px;	
}

#text p{
	margin: 0;
	padding: 0 25px 0 35px;
	font-size: 12px;
}

#text h1{
	margin: 0;
	padding: 0 0 10px 35px; 
	font-family: Calibri;
	font-size: 20px;
	color: #ae2219;
}

#text h2{
	color: #e9e8e8;
	font-size: 14px;
	margin: 0;
	padding: 25px 0 0 35px; 	
}

#text ul{
	margin: 10px 0 0 0;
	padding: 0 30px 0 100px;
	font-size: 12px;
}

#text table{
	font-size: 12px;
	margin: 10px 0 50px 80px;
	padding: 0;
	color: #393939;	
}

#menu{
	float: right;
	width: 250px;
}

#menu h1{
	margin: 0;
	padding: 0 0 10px 35px; 
	font-family: Calibri;
	font-size: 20px;
	color: #ae2219;	
}

#menu h2{
	color: #e9e8e8;
	font-size: 14px;
	margin: 0;
	padding: 25px 0 0 35px; 	
}

#menu #cat{
	width: 222px;
	height: 72px;
	margin: 0 0 5px 0;
	background-image: url(../images/bg_menu_overige.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

#menu #cat ul{
	list-style-type: none;
	margin: 0;
	padding: 27px 0 0 20px;;
}

#menu #cat ul li a{
	margin: 0;
	padding: 0;
	color: #000000;
}

#menu #cat ul li a:hover{
	text-decoration: underline;
	font-style: italic;
	font-weight: bold;
}

#menu p{
	color: #393939;
	font-size: 12px;
}

.pers li{
	margin: 0 0 10px 0;
	padding: 0;
}
#spons img{border: 0px;}
.clear{clear:both; height:1px; overflow:hidden;}
