body{
 background-image: url(../images/achtergrond.jpg);
 background-repeat: repeat-x;
 background-color: #333333;//#E30074;//#0565bf;
 margin: 10px 0 0 0;
 font-family: verdana;
 font-size: 13px;
}
#container{
 width: 952px;
 margin: 0 auto 0 auto;
 overflow: hidden;
 background-image: url(../images/achtergrond_content.jpg);
 background-repeat: repeat-y;
}
#links{
 float: left; 
 width: 610px;
}
#content{
 margin: 19px;
 color: #333333;//#AAAAAA;//#D56A00;//#000000; //#0055a5;
 width: 568px;
 text-align: left;
} 
#content h1{
 color: #E30074;//#E30074;
 font-size: 18px;
 font-family: verdana;
}
#content a{
 color: #E30074;
 font-weight:bold;
}
#content a:hover{
 text-decoration: none;
 font-weight:bold;
}
#nieuws{
 color: #E30074;
 background-color: #EEEEEE;//#FFDFBF;//#cee9f6;
 border: 1px solid #AAAAAA;//#FFDFBF;//#cee9f6;
 width: 568px;
 margin: 19px;
}
#nieuws h1{
 font-size: 15px;
 color: #000000;//#D56A00;//#000000;//#0055a5;
 margin: 13px 0 0 11px;
}
#nieuws ul{
 margin: 0 0 13px 11px;
 padding: 15px;
 list-style: square;
} 
#nieuws ul li{
 list-style: square;
 line-height: 135%;
 font-weight: bold;
 padding: 0;
 margin: 0 0 10px 0;
}
#nieuws p{
 margin: 10px 11px 16px 11px;
 font-weight: bold;
}
#nieuws:hover{
 border: 1px solid #E30074;//#0055a5;
}
#nieuws a{
 color: #E30074;
 text-decoration: none;
}
#nieuws a:hover{
 text-decoration: underline;
}
#rechts{
 float: left; 
 width: 342px;
 min-height: 400px;
}
#rechts img{
 border: 8px solid #E30074;
}
#talen{
 width: 240px;
 text-align: right;
 margin: 10px 0 0 0;
}
#talen img{
 border: 0;
 margin: 0 0 0 6px;
}
#footer{
 width: 832px;
 height: 100px;
 background-image: url(../images/achtergrond_footer.jpg);
 background-repeat: repeat-y;
 margin: 18px 0 18px 18px;
 padding: 0;
 clear: both;
}
#footer p{
 color: #fff;
 line-height: 130%;
 margin: 40px 0 0 12px;
 float: left;
}
#footer a{
 text-decoration: none;
 color: #fff;
}
#footer a:hover{
 text-decoration: underline;
}
#colofon{
 width: 952px;
 margin: 20px auto 0 auto;
 text-align: center;
 color: #fff;
 font-size: 11px;
}
#colofon p{
 margin-bottom: 20px;
}
#colofon a{
 color: #fff;
 text-decoration: none;
}
#colofon a:hover{
 text-decoration: underline;
}


/* Menu */
.menu{
 height: 30px;
 background-image: url(../images/achtergrond.jpg);
 background-repeat: repeat-x;
}
.menu ul{
 list-style-type:none;
 padding:0;
 margin:0;
}
/* make the top level links horizontal and position relative so that we can position the sub level */
.menu li{
 float:left;
 position:relative;
 z-index:100;
 margin-right: 5px;
 font-weight: bold;
 padding: 0 6px;
}
.menu li:hover{
 background-color: #E30074;//#E30074;
}

/* use the table to position the dropdown list */
.menu table{
 position:absolute;
 border-collapse:collapse;
 z-index:80;
 left:11px;
 top:29px;
}

/* style all the links */
.menu a, .menu :visited {
 display:block;
 font-size:13px;
 padding:7px 0;
 color:#fff;
 text-decoration:none;
 margin-right:1px;
 text-align:left;
}
.sub{
 width: 149px;
 margin: 0 0 0 -7px;
 background-color: #333333;//#DDDDDD;//#CC5511;//#0055a5;
 border-top: 1px solid #fff;
}

/* style the links hover */
.menu ul li :hover{
 color: #FFFFFF;//#CC5511;
 background-color: #E30074;
}
/* style the links hover */
.menu ul ul li:hover{
 color:#fff;
 background-color: #E30074;
}

/* hide the sub level links */
.menu ul ul {
 visibility:hidden;
 position:absolute;
 width:149px;
 height:0;
}
/* make the sub level visible on hover list or link */
.menu ul li:hover ul,
.menu ul a:hover ul{
 visibility:visible;
}
/* einde menu */

/* contactformulier */
table{ margin: 0; padding: 0;}

#formuliertabel{ width: 540px;}
#formuliertabel td{ vertical-align: top; padding: 0 3px 3px 0;}
input{ width: 95%; font-family: verdana; font-size:12px; border: 1px solid #333333; color: #E30074;}
select{ font-family: verdana; border: 1px solid #333333; color: #E30074;}

#Postcode, #Telefoon, #Fax{ width: 50%;} 
textarea{ width: 95%; height: 100px; font-family: verdana; font-size:12px; border: 1px solid #333333; color: #E30074;} 
#Verzenden{ width: 100px; font-family: verdana; border: 1px solid #CC5511; color: #CC5511; }
/* einde contactformulier */



/* Bob Schillebeeckx */
.Error		{color:#FF0000; background-image:url(images/error.gif); background-repeat:no-repeat; text-indent:20px; text-align:left;}
.Info		{color:#339900; background-image:url(images/info.gif); background-repeat:no-repeat; text-indent:20px; text-align:left;}
.Delete		{color:#FF0000; background-image:url(images/delete.gif); background-repeat:no-repeat; text-indent:20px; text-align:left; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px;}