*{
	border: 0;
	margin: 0;
	padding: 0;
}

body {
	background-color: #FFFFFF;
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	font-size: 12px;
	color: #666666;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

a{
	text-decoration: none;
	color: #93c203;
}
a:hover{
	color: #666666;
}

hr {
  background-color: #CCCCCC;
  color: #B4CBDF;
  height: 2px;
}

#headerContainer{
	background-image: url(../beelden/bg_header.gif);
	background-position: center;
	background-repeat: repeat-y;
	background-color: #323232;
	width: 100%;
	position: relative;
}
#headerContent{
	background-color: #323232;
	border-left: solid 1px #555555;
	border-right: solid 1px #555555;
	margin: 0 auto 0;
	width: 800px;
	height: 120px;
}

#centerContainer{
	background-image: url(../beelden/bg_center.gif);
	background-position: center;
	background-repeat: repeat-y;
	width: 100%;
	position: relative;
}
#centerContent{
	border-left: solid 1px #BBBBBB;
	border-right: solid 1px #BBBBBB;
	margin: 0 auto 0;
	padding: 20px 20px 30px 20px;
	width: 760px;
}

#footerContainer{
	display:block;
	clear: both;
	background-color: #323232;
	width: 100%;
	position: relative;
}
#footerContent{
	border-left: solid 1px #FFFFFF;
	border-right: solid 1px #FFFFFF;
	margin: 0 auto 0;
	padding: 40px 0 0 0;
	width: 800px;
	height: 60px;
	text-align: center;
}

#titel{
	display: block;
	float: left;
}
#titel h1 {
	padding: 10px 0 0 30px;
	font-size: 36px;
	color: #FFFFFF;
}
#titel h1 span{
	color: #93c203;
}
#titel h1 span.subtitel{
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
}

#logo{
	display: block;
	float: right;
	width: 200px;
}
#logo a strong{
	display: none;
}
#logo_gebe a{
	display: block;
	float: left;
	margin: 10px 10px 0 0;
	width: 42px;
	height: 49px;
	background-image: url(../beelden/logo_gebe.gif);
}
#logo_gebe a:hover{
	background-position: 0 -49px;
}
#logo_facebook a{
	display: block;
	float: left;
	width: 75px;
	height: 29px;
	overflow: hidden;
	background-image: url(../beelden/logo_facebook.gif);
	margin-top: 22px;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 0;
}
#logo_facebook a:hover{
	background-position: 0 -29px;
}

#logo_twitter a:hover{
	background-position: 0 -29px;
}
#logo_twitter a {
	display: block;
	float: left;
	margin: 22px 150px 0 0;
	width: 102px;
	height: 58px;
	overflow: hidden;
	background-image: url(../beelden/twitter.gif);
}

#logo_stekene a{
	display: block;
	float: left;
	margin: 10px 10px 0 0;
	width: 39px;
	height: 50px;
	overflow: hidden;
	background-image: url(../beelden/logo_stekene.gif);
}
#logo_stekene a:hover{
	background-position: 0 -50px;
}

#menu {
	display: block;
	float: left;
	width: 800px;
	height: 25px;
	margin: 23px 0 0 0;
}
#menu a{
	height: 22px;
	display: inline;
	float: left;
	padding: 3px 0 0 0;
	font-size: 13px;
	color: #FFFFFF;
	text-align: center;
	border-left: solid	1px;
	border-left-color: #555555;
	background-color: #323232;

}
#menu a:hover, #b_home #menu_home, #b_wie #menu_wie, #b_mening #menu_mening, #b_nieuws #menu_nieuws, #b_dossiers #menu_dossiers, #b_kalender #menu_kalender, #b_pers #menu_pers, #b_fotos #menu_fotos, #b_links #menu_links, #b_contact #menu_contact {
	background-color: #555555;
}
#menu #menu_home{
	border-left-color: #323232;
}
#menu #menu_home:hover{
	border-left-color: #555555;
}
#b_home #menu #menu_home{
	border-left-color: #555555;
}
#menu #menu_contact{
	border-right: solid 1px #323232;
}
#menu #menu_contact:hover{
	border-right: solid 1px #555555;
}
#b_contact #menu #menu_contact{
	border-right-color: #555555;
}
#menu_home{width: 70px;} 
#menu_nieuws{width: 70px;}
#menu_mening{width: 95px;}
#menu_fotos{width: 115px;}
#menu_kalender{width: 75px;}
#menu_pers{width: 105px;}
#menu_wie{width: 100px;}
#menu_links{width: 60px;}
#menu_contact{width: 70px;}

#centerContent h1{
	font-size: 24px;
	color: #93c203;
	text-decoration: underline;
}
#centerContent h2{
	font-size: 16px;
	padding: 10px 0 0 0;
}

.fotoLinks {
	display: block;
    float: left; 
	margin: 5px 10px 5px 0;
}
.fotoRechts { 
 	display: block;
	float: right; 
	margin: 5px 0 5px 10px; 
}

#fotos{
	display:block;
	float: left;
}

p{
	padding: 5px 0 5px 0;
}

li{
	list-style: inside circle;
	text-indent: 10px;
}
#b_dossiers li{
	padding: 5px 0 0 0;
}

