/* CSS Document */
body, html {
background-color:#DDDDDD;
margin-top:1%;
margin-bottom:50px;
margin-left:auto;
margin-right:auto;
padding:0px;
height:auto;
width:100%;
min-width:960px;
max-width:1000px;
}
a {
outline: none;
text-decoration:none;
color:#0077FF;
font-weight:bold;
}
a:hover{
outline: none;
text-decoration:none;
color:#FF7700;
font-weight:bold;
}
a:visited{
outline: none;
text-decoration:none;
font-weight:bold;
}
a img {
border:none;
}
.header{
font:Arial, Helvetica, sans-serif;
font-size:larger;
font-weight:bold;
color:#FF9900;
}
.small_header{
font:Arial, Helvetica, sans-serif;
font-size:larger;
font-weight:bold;
}
.rood{
color:#FF0000;
}
.small{
color:#999999;
font-size:small;
}
#wrapper_top{
width:100%;
min-width:800px;
background-color:#FFFFFF;
background-image:url(img/ghost_fade_small.jpg);
background-position:top right;
background-repeat:no-repeat;
}
#wrapper_main{
width:100%;
min-width:960px;
height:100%;    
background-color:#FFFFFF;  
}

#logo{
float:left;
margin-top: 13px;
margin-left: 10px;
width:auto;
height:auto;
}
#banner{
float:left;
margin-top: 13px;
margin-left: 10px;
width:auto;
height:auto;
z-index:1;
}
#navbar{
position:relative;
top:0px;
left:0px;
width:500px;
height:20px;
}
#divider_hor{
margin-top:130px;
height:15px;
width:100%;
z-index:2;
}

#action_buttons{
float:left;
margin-top:0px;
width:200px;
height:300px;
}
#content{
float:left;
width:550px;
padding-top:30px;
padding-left:0px;
padding-bottom:30px;
padding-right:10px;
text-align:justify;
font:Arial;
font-size:medium;
color:#333333;
height:auto;
min-height:270px;
font-weight:normal;       
}
#news{
margin-top:30px;
float:right;
width:200px;
height:280px;
}
#divider_vert{
position:absolute;
float:left;
margin-top:300px;
margin-left:0px;
width:200px;
background-image:url(img/divider_vert.jpg);
background-repeat:repeat-y;
}

#bizzevents{
position:absolute;
float:left;
margin-top:300px;
margin-left:0px;
width:200px;
height:75px;
z-index:100;
}

#bottom{
float:left;
width:100%;
text-align:left;
background-image:url(img/onderkant_fill.jpg);
background-repeat:repeat-x;
}

#copyr{
width:100%;
margin-top:100px;
text-align:center;
font-weight:bold;
font-size:smaller;
color:#333333;
}


