BODY {
/*        background-color: #092b4e; */
	background-color: #FFFFFF;
/*		background-image: url(../gfx/bg_verticaal_herhalen.jpg); */
		background-image: url(../gfx/VerticaalDing.jpg);
		background-repeat: repeat-x;	
        margin-top: 4px;
        font-family: Trebuchet MS;
        font-size:11px;
		color: #5a5a5a;
        margin: 0 0 1em 0;
        padding: 0 0 1em 0;
}

		
}
A:link {
  text-decoration: none;
  color: #5a5a5a;
  }
A:visited{
  text-decoration: none;
  color: #ffffff;
}
A:active {
  text-decoration: none;
  color: #ffffff;

 }
A:hover {
	text-decoration: underline; 
    color: #5a5a5a;
}	


#wrapper {
        position: relative;
        width: 1002px;
        min-height: 800px;
        margin: 0 auto;
        overflow: hidden;
}
#header {
		width: 1002px;
		height: 305px;
}

#headerImage{
		height: 238px;
		width: 1002px;
		float: left;
		overflow: hidden;
			z-index: 1;
			background-image: url(../gfx/headers/index.php);
}

#navigation {
		top: 0px;
		height: 67px;
		width: 1002px;
		float: left;
		background-image: url(../gfx/HeaderTop.jpg);
		background-repeat: no-repeat;
}

#navitems{
	position: absolute;
	top: 35px;
	left: 170px;
	z-index: 5;

}

a.NavItem{
	width: 82px;
	height: 32px;
	float: left;	
	display: block;
	background-image: url(../gfx/passivelink.png);
	background-repeat: no-repeat;
	padding-top:10px;
/*	padding-left: 25px; */
	text-align:center;
	color: #ffffff;
}
a.NavItem_Active {
	width: 82px;
	height: 32px;
	float: left;
	display: block;
	background-image: url(../gfx/activelink.png);
	background-repeat: no-repeat;
	padding-top:10px;
/*	padding-left: 25px; */
	text-align:center;	
	color: #5a5a5a;
}
a.NavItem:hover{
	color:#5a5a5a;
}



#navigation a, #navigation a:hover {

        font-weight: bold;
        text-decoration: none;
}

#content {
        background-image: url(/gfx/Bottom.jpg);
        background-repeat: no-repeat;
		float: left;
		width: 1002px;
		height: 680px;
}

H1{
	color: #1c3c6e;
	font-size: 14px;
	font-weight: bold;
	background-image: url(/gfx/gsleutel.gif);
	background-repeat: no-repeat;
	padding-left: 18px;
	padding-bottom: 10px;
}

H2{
	color: #1c3c6e;
	font-size: 11px;
	font-weight: bold;
}

#Topnavigation {
 width: 730px;
 /* padding-left: 13px; */
 float:left;
 height: 20px;
 margin-top: -10px;
 background-color: #298631;
/* margin-left: 10px;*/


/* background: url(gfx/ButtonBG.jpg) repeat-x;*/
}
#Topnavigation .MenuItem{
 background: url(gfx/ButtonBG.jpg) repeat-x;
 color: #fff7c6;
/* width: 100px; */
   padding: 0px 10px;
   height:20px;
   line-height: 17px;
   float: left;
}

#Topnavigation .MenuItemLink{
 height: 20px;
 color: #fff7c6;
 font-weight: bold;

}


#Topnavigation .item{
 /* width: 30px; */
 background-color: #298631;
 color: #FFDD00;
 font-weight: bold;
 float: left;
 height: 20px;
 margin-right: 8px;
 padding: 2px 8px;
 border: 1px;
 border-color: #ffdd00;
 border-style: single;

}


#LeftColumn{
	 float: left;
	 width: 372px;
	 height: 680px;
}
#Nieuws{
        overflow: hidden;
        width: 212px;
        margin-top: 39px;
		margin-left: 105px;
		float: left;
}
#Nieuws .NieuwsItem{
	width: 212px;
	float: left;
	height: 80px;
	overflow: hidden;	
}

#Nieuws .NieuwsDatum{
	font-size: 20px;
	color: #FFFFFF;
	width: 50px;
	float: left;
	height: 50px;
	background-image: url(../gfx/agendaitem.png);
	background-repeat:no-repeat;
	text-align:center;

	
}

#Nieuws .NieuwsBericht{
	float: left;
	width: 160px;
}
#Nieuws .NieuwsBericht h2{
	margin-top: 0px;
	margin-bottom: 5px;
}
#Nieuws .NieuwsBericht p{
	margin-top: 0px;
	margin-bottom: 0px;
}

#RightColumn {
	float: left;
	height: 680px;
	width: 630px;	

}

#text {
        overflow: auto;
        width: 490px;
        height: 602px;
        margin-top: 39px;
		margin-left: 41px;
		margin-bottom: 20px;
        left:5px;
}
#text a{
	color: #5a5a5a;
}
#text a hover{
	color: #5a5a5a;
	text-decoration:underline;
}

#TekstvakContent {
	     height: 480px;
        overflow:auto;

}
#footer {
        width: 1002px;
        background-image: url(gfx/footer.gif);
        background-position:top left;
        background-repeat: no-repeat;
        text-align:center;

}
#FooterCP{
        width: 1002px;
        height:20px;
        text-align:center;
        font-size: 90%;
		
}

#FooterCP a{
	color: #5a5a5a;
}	
.Button {
        font-family: Tahoma, verdana,arial;
        font-size: 12px;
        font-weight: bold;
        Color: #ffdd00;

        text-align: left;
        padding: 0px;
         cursor: pointer;
        border: 0px;
        border-color: #ffdd00;
        border-style: double;
        width:145px;
        padding-left:1px;
}
.Button a:hover {
        border:2px;

}
.styleTitle{
 font-size:14px;
 font-weight:bold;

}


.ErrorMessage {
        font-size: 11px;
        Color: #CC0000;
         line-height: 18px;
        font-weight: bold;

}

.Message {
    font-size: 11px;
    Color: #004080;
    line-height: 18px;
    font-weight: bold;

}


.clear{
	clear: both;
}