body
	{

	padding: 0;
	color: #000;
	font: 80% Arial, Helvetica, sans-serif ;
	background: #A00000 /*url('images/bodybg.jpg') repeat-x 0 0*/;
	/*background: #666;*/
	}
		
	
h1
	{
	font-size: 1.1em;
	font-weight: bold;

	}
	
h2
	{
	font-size: 1em;
	font-weight: normal;

	}
	
h3
	{
	font-size: 1em;
	font-weight: normal;
	font-style:italic;
	}

	
.hr
	{
	border-bottom: 1px dotted #aa9;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
	margin: 12px 0;
	}
	
ul,
ol
	{
	padding-left: 0;
	margin-left: 0;
	margin-top: 0;
	}
	
li
	{
	list-style: none;
	font-size: 1em;
	padding: 0;
	white-space: normal;	
	}
	
textarea {
  width: 98%;
}

input,
textarea {
  color: #333;
  background-color: #efefef;
  border: 1px solid #ccc;
}


#titletext {
float:left;
}
.header-text {
font-family:arial, helvetica, sans-sarif;
font-size:2em;
font-weight:400px;
color:#9f9f9f;
padding-left:70px;
}

#searchbox {
position:relative;
top:55px;
float:right;
margin-right: 40px;
}

#searchbox .input {
width:100px;
height: 14px;
}

.search-button {
background:url(images/searchbutton.jpg) no-repeat;
border:none;
width:18px;
height:18px;
}


#container
{
	width:950px;
	margin:0 auto;

}


/*************************************
opmaak voor het logo, header en topmenu
*************************************/			

	
#masthead
	{
	background: url(headers/rotate.php) no-repeat 100% 0;
	height: 160px;	
	/*padding: 160px 0px 0px 0px;
	background:#fff url('images/header3.jpg') no-repeat 0 0;
	margin-top: 0px;*/
	}
	
/*#header
	{
	margin-bottom: 0px;
	margin-left:12px;
	height: 160px;
	background: url('headers/rotate.php') no-repeat 0 0;padding: 0px;
/*background: url('images/header2.jpg') no-repeat 0 0;
	
		
	*/
	}
	
#topmenu
	{
	margin-left: 2px;
	}
	
/*************************************
opmaak onder het menu: zijkant en content
*************************************/			
#topper
	{
	height: 52px;
	background: url('images/topperbg.png') no-repeat 0 0;
}

#wrapper
	{
	float:left;
	background: transparent url('images/contentbg.png') repeat-y 0 0;
	}
	

#zijkant
	{
	float: left;	
	margin-left: 30px;
	width: 175px;	
	}

	#zijkant h1
	{
	margin-left: 20px;
	}
	


#menu-top
	{
	background: url(images/tel-nr.png) no-repeat 0 0;
	height: 30px;
	margin-top: 0px;
	}
	
#title
	{
	margin-left: 25px;
	padding-top: 8px;
	font-size: 1.3em;
	font-weight: bold;
	color: #fff;
	}
	
.menu-onder 
	{
	background: url(images/onder.png) no-repeat 0 0;
	height: 10px;
	}

	
#zijmenu
	{
	padding:0px;
	background-color:#ddd;
	border: 1px solid #ccc;
	border-bottom: 1px solid #ddd;}

#zijmenu li {
	list-style: none;
		}
	
#zijmenu li a
	{
	display: block;
	color: #333;
	background: #ddd url(images/arrow2.gif) no-repeat center left;
	/*width: 150px;*/
	height: 18px;
	padding: 7px 23px 7px 23px;
	margin: 0 0 1px 0;
	font-weight: bold;
	text-decoration: none;
border-bottom: #fff 1px solid;
	}
#zijmenu li a.current
	{
	display: block;
	color: #fff;
	background: #999 url(images/arrow.gif) no-repeat center left;
	/*width: 150px;*/
	padding: 7px 23px 7px 23px;
	margin: 0 0 1px 0;
	font-weight: bold;
	text-decoration: none;
	}

#zijmenu ul
	{ margin-bottom: 0px;
	}
	
#zijmenu ul ul
	{ padding-left: 10px;
	}
	
#zijmenu a:hover
	{
background: url(images/arrow1.gif) no-repeat center left;
	color: #CC0000;
	}

/*************************************
opmaak voor het inhoudsvlak
*************************************/		
#content
	{
	width: 630px;
	float: right;
	margin:5px 40px 20px 38px;
	padding:10px 10px 10px 20px;
	position: relative;
	background-color:#f9f9f9;
	border: 1px solid #eee;
	}
	
#content p
	{
	text-align: left;
	padding: 0 ;
	margin: 0;
	}

.border
	{
	padding:10px;
	background-color:#efefef;
	border: 1px solid #ddd;
	margin-bottom: 20px;
	}

#content img
	{
	float: left;
	margin: 0 15px 15px 0;
	background:#fff;
	padding: 2px;
	border: 1px solid #ddd;
	}
#content img.rechts
	{
	float: right;
	margin: 0 15px 15px 0;
	background:#fff;
	padding: 2px;
	border: 1px solid #ddd;
	}


	
#content a
	{
	color: #c00;
	text-decoration: none;
	outline: none;
	font-weight: bold;
}
#content a:hover
	{
	color: #666;
	}

#content li
	{
	list-style: none;
	font-size: 100%;
	padding-left: 5px;
	margin-left: 35px;
	white-space: normal;
	list-style-image: url(images/arrow2.gif);
	list-style-position: outside;
	}

#content td
	{
	font-size: 1em;
	font-style:italic;
	text-align: left;
	font-weight: normal;
	padding-left: 20px;
	/*width: 33%;*/
	}	
	
#content td a
	{
	color:#CC0000;
	}
#content td a:hover
	{
	color:#666;
	}
	

#footer
	{
	height: 52px;
	background: url('images/bottombg.png') no-repeat 0 0;
}

#footer p
{	margin: 0 auto;
	height:1em;
	text-align: center;
	color:#666;
	padding-bottom: 1em;}

	
#footer a
	{color:#bbb;
	text-decoration: none;
	border-bottom: 1px dotted #ddd;
	}

#footer a:hover
	{
	color: #666;
	border-bottom: 1px dotted #333;
	}
	
/***********************************
separator
************************************/

.clear
	{
	clear: both;
	}



/* CSS Document */


