body{
	color: #000000;
	background: #6080c0 url(../images/bg_repeat.jpg) repeat top left;
	font-family: Verdana;
	font-weight: normal;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
	border-width: 0px;
	/*overflow-x: hidden;*/
	behavior: url(style/csshover2.htc); /* Needed for hover in IE*/
}

h1{
	font-size: 18px;
	color: #202080;
}

h2{
	font-size: 13px;
	color: #202080;
	margin-bottom : 0px;
}



img {
	border: 0px;
}

p{
	margin-top : 2px;
}
table th{
	text-align : left;
}

#container{
	position: absolute;
	visibility: visible;
	width: 900px;
	height: 600px;
	overflow: hidden;
	left: 50%;
	margin-left: -450px;
	top: 5px;
	/*background: transparent url(../images/bg_content.jpg) repeat-x top left;	*/
}

#overlay1{
	/* Voor de contentimage */	
	background: transparent url(../images/default_background.jpg) no-repeat scroll bottom right;
	width: 900px;
	height: 600px;
	width: 900px;
	height: 600px;
}

#top_left{
	float: left;
	height: 112px;	
	width: 152px;
}

#top_center{
	float: left;
	height: 111px;
	width: 393px;
	background-color: #95c7ec;	
	border-top: 1px solid #87b4e0; /* the new lightblue*/
}

#top_right{
	float: left;
	height: 112px;
	width: 	355px;
	background: transparent url(../images/top_right.gif) no-repeat top left;
}


.koptable {
	color : #202080;
	margin-top :25px;
	margin-left:25px;
	}
	
/*#menu{
	float: left; 
	width: 900px;
	height: 25px;
	background: transparent url(../images/menu.gif) no-repeat top left;
}*/

#content{
	background-color: #95c7ec;
	float: left;
	width: 742px;
	border-left: 1px solid #6c90ca;
	height: 309px;
	overflow: auto;
	padding: 20px;
}

#right_overlay{
	float: left;
	width: 117px;
	height: 349px;
	background: transparent url(../images/right.gif) no-repeat top left;
}

#bottom{
	float: left;
	width: 900px;	
	height: 113px;
	background: transparent url(../images/bottom.gif) no-repeat top left;
	border-bottom: 1px solid #6c90ca;
	border-right: 1px solid #6c90ca;
	border-left: 1px solid #6c90ca;
}

#newsblock{
	background-color: #617cb4;
	text-align: right;
	padding-right: 10px;
	font-size: 10px;
	padding-bottom: 10px;
	margin-left: 10px;
	margin-top: 30px;
}
#newsblock h2{
	/*margin-top: 0px;*/
	color: white;
}

#newsblock h3 a{
	color: black;
}

#newsblock h3{
	font-size: 11px;
	margin-bottom: 0px;
}

/** menu */
#menu{
	float: left; 
	width: 900px;
	height: 25px;
	background: transparent url(../images/menu.gif) no-repeat top left;
}

#menu ul{
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
/*	width: 100px; /* verplicht ivm width 100% in ul li*/
}
*html #menu li{
	width: 55px;	
}

#menu li {
	position: relative;
	
	min-width: 55px;
	color: #fff;
	font-weight: bold;
	padding-top: 6px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
}
#menu ul ul {
	position: absolute;
	z-index: 500;
	top: 100%;
	left: 0;
	background-color: #4a6aaf;
	border-bottom: 1px solid #5c6fa5;
	/*border: 1px solid black;*/
	/*color: white;*/
	/*width: 100px;*/
}
#menu ul li{ /* Needed for IE */
	float: left; 
	/*border-right: 1px solid #666699;*/
	/*width: 100%;*/
	
}
#menu ul li a { /* Needed for IE (else unable to click on all items in menu */
	/*height: 1%;*/
}
#menu ul ul ul {
	top: 0;
	left: 100%;
}
div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{
	display: none;
}
div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{
	display: block;
}

#menu a{
	display: block;	
	color: #fff;
	text-decoration: none;
}

#menu ul ul a{
	/*&color: white;*/
}	

*html #menu ul ul li{
	width: 170px;	
}

#menu ul ul li{
	min-width: 170px;
	border-left: 1px solid #5c6fa5;
	/*margin-top: -1px;*/
	/*border-right: 0px;*/
}

#menu ul li:hover {
	background-color: #202080;
}

#nenu ul ul a:hover {
	opacity: 1;	
	background-color: #202080;
}
/* End menu */



#agenda table{
	float: left;
	font-size:11px;
}

#agenda .legenda{
	float: right;
}
#agenda table td{
	background-color: #f0f0f0;
	width: 80px;
}

#agenda table a{
	display: block;
	width: 100px;
	height: 11px;
	margin: 0px;
	padding: 0px;
}

#agenda table .bezet{
	background-color: #ff0000;

}

#agenda table .vrij{
	background-color: #00cc00;
	
}
#agenda table .gesloten{
	background-color: #ccc;
}
#agenda table .geenresmog{
	background-color: yellow;
}
.table_tarieven th{
	text-align	: left;
}
.table_arrangement th{
		text-align 	: left;
		vertical-align : top;
		
}
.table_arrangement td{
		text-align 	: center;
		vertical-align : top;
		
}
#left{
	display: inline;
	margin-right: 115px;
}

#right{
	margin-left: 420px;
	display: inline;
}
#bericht{
	width: 400px;
}
div#mailform{
	font-size: 12px;
}



/** news layout */
#news table{
	width: 100%;
	border-collapse: collapse;
}

#news .title{
	font-weight: bold;	
	border-bottom: 1px solid black;
}

#news .date{
	text-align: right;
	border-bottom: 1px solid black;
}

#news .newsitem{
	padding-bottom: 25px;
}

#news .newsitem img{
	float: right;
	padding-left: 10px;
	padding-bottom: 10px;
}


/** Eind news layout */
div#mailformA{
	font-size: 8px;
	
}	
.naam{
	width: 260px;
}
.plaats{
	width: 190px;
}	
.postcode{
	width: 60px;
}
.straat{
	width: 200px;
}
.huisnummer{
	width: 50px;
}
.telefoon{
	width: 100px;
}
.email{
	width: 260px;
}	
.bericht{
	width:  260px;
	height: 50px;
}	
					

