html, body {
background-color: white;
font-family: Arial;
font-size: 12pt;
padding: 0px 0px 0px 0px;
margin-top: 0px; 
margin-bottom: 0px; 

}

body {
text-align: center;
align: center;
}

#header {
height: 175px;
background-image: url(header2015.jpg);
width: 100%;
border-bottom:1px solid #ccc;

}
div.subtitle 
 {
position: absolute;
margin-top: -90px;
margin-left: 320px;
color: #fff;
xfont-weight: bold;
font-size: 19px;
font-style: italic;
  }

#container
{
margin:0 auto;
/*9*/width:750px;
width: 900px;
text-align:left;

}

body>div{
width : auto ;
}


#menu 
{
font-size: 10pt;
border: 1px solid #ccc;
border-top: none;
margin: 0px;
padding-top: 25px;
background-color: #F6F6F6;
float: left;
width: 157px;
color: black;
height: 600px
}

#menu ul li a:hover
{
background-color: #eb6f02;
color: #fff;
}

#menu ul {
    margin: 0;
    padding-left: 4pt;
    padding: 0;
    list-style: none;
    border-bottom: 1px solid #000000;
    width: 100%;
    z-index: 10;
}

ul li {
    position: relative;
    z-index: 10;
}

li ul {
	border-left: 1px solid #ccc;
    position: absolute;
    left: 156px;
    top: 0;
    display: none;
    z-index: 10;
}

ul li a {
		padding: 10px 5px 5px 0.5em;
    display: block;
    text-decoration: none;
    color: black;
    background: #F6F6F6;
    padding-left: 10pt;
    border-top: 1px solid #000000;
    border-bottom: 0;
    z-index: 10;
}

a.top {	
border-top: none;	
}




*html ul li {
float: left;
height: 1%;
}
*html ul li a {
height: 1%; 
}


li:hover ul {
display: block; 
}

li:hover ul, li.over ul {
display: block;
}


#zoeken {
position: absolute;
right: 280px;
margin-top: -42px;
margin-left: 310px;
}

#content
{
line-height: 18pt;
font-family: Arial;
font-size: 10pt;
color: #786262;
text-align: left;
margin-top: 15px;
padding-left: 170px;
padding-right: 10pt;
}

#content img
{
	vertical-align: right;
}

#content h2,h3 {
color: #eb6f02;
}

input.zoekveld {
border: 1px solid #52B406;
}

#news 
{
padding-left: 11px;
color: #786262;
float: left;
line-height: 20pt;
font-size: 10pt;
}

TD.kop
{
height: 10px;
font-size: 13pt;
background-image: url(images/bg_nieuws.jpg);
background-repeat: repeat-x;
/*border: 1px solid #54b506; */
width: 1000px;
color: white;
text-align: center;
font-variant: small-caps;
}


TABLE.nieuws{ 
background-color: white;
text-align: center;
color: #786262;
width: 726px;
border: solid 1pt #54b506;
text-align: left;
align: left;
}

TABLE
{

}


#news
#footer
{
}

#sponsors img
{
border: 3px solid gray;
}

input, textarea {
border: 1px solid #52B406;
}


/* Fix IE. Hide from IE Mac \*/ 
* html ul li { float: left; height: 1%; } 
* html ul li a { height: 1%; } 
/* End */ 




* #menu ul li a {
height: 1%; /* make links honour display: block; properly */
} 