/* CSS Document */

body{
	background-image:url(../images/layout/wtc_01.jpg);
	background-repeat:repeat-x;
	margin:0px;
	padding:0px;
	background-color:#cecece;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#container{
	margin: 0 auto;
	width:850px;
	background-image:url(../images/layout/wtc_05.jpg);
	background-repeat:repeat-y;
	padding:0px;
}

#innercontainer{
	background-image:url(../images/layout/wtc_03.jpg);
	min-height:800px;
	_height: auto !important;
	_height:800px;
	background-repeat:no-repeat;
	background-position:top;
}

#innercontainer2{
	background-image:url(../images/layout/bg_foto.jpg);
	min-height:800px;
	_height: auto !important;
	_height:800px;
	background-repeat:no-repeat;
	background-position:top;
}

#menu{
	width:596px;
	height:28px; /*33*/
	padding-top:5px;
}

#agenda{
	position:absolute;
	margin-left:620px;
	top:245px;
	height:175px;
	width:210px;
	overflow:hidden;
}

#agenda h1{
  font-family: Arial, Verdana;
  font-size: 22px;
  color: #0b6cd0;
}

	#agenda a{
		text-align:right;
		color:#0066cb;
	}
	
	#agenda .date{
		color:#0066cb;
		font-weight:bold;
	}

#weerbericht{
	position:absolute;
	margin-left:620px;
	top:505px;
	height:240px;
	width:210px;
	text-align:center;
}

#header{
	width:596px;
	height:203px;
	overflow:hidden;
	margin-top:4px;
	background-image:url(../images/layout/loading.gif);
	background-position:center;
	background-repeat:no-repeat;
}

#content{
	width:540px;
	margin:29px 0px 20px 29px;	
	color:#797979;
}
	
	#content a{
		color:#0066cb;
	}
	
	#content h1{
		color:#0066cb;
		font-size:14px;
		font-weight:bold;
	}

#bottom{
	margin:0 auto;
	background-image:url(../images/layout/wtc_09.jpg);
	width:850px;
	background-position: top left;
	background-repeat:no-repeat;
	height:50px;
	padding:13px 0px 20px 30px;
	background-color:#cecece;
	color:#666666;
}
	#bottom a {
		color: #666666;
	}

.newsback{
	background-image:url(../images/layout/news_19.jpg);
	background-repeat:repeat-y;
}

.newsbottom{
	background-image:url(../images/layout/news_21.jpg);
	height:32px;
}

.newsitem{
	width:243px;
	padding:0px 25px 0px 20px;
}

.newskop{
	color:#0066cb;
	font-weight:bold;
	font-size:14px;
}