/* the regular ... */

body
{
background-image: url("../images/body.jpg");
background-repeat: repeat-x;
background-position: 100% 100%;
background-attachment:fixed;
margin:0;
padding:0;
font-family: Arial, Helvetica, sans-serif;
font-size:0.7em;
}


html
{
height:100%;
margin:0;
padding:0;
}

h1
{
font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
font-size:22px;
font-weight:normal;
padding:0px;
color:#C1AE00;
text-transform:uppercase;
}
h2
{
font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
font-size:16px;
margin:0px;
padding:0px;
color:#2561A9;
}
hr
{
border:none;
background-color:#E2E2E2;
color:#E2E2E2;
height:1px;
}

a:link
{
color:#1D1160;
text-decoration:none;
border-bottom:1px solid #E4D790;
padding-bottom:2px;
}

a:visited
{
color:#4C467F;
text-decoration:none;
border-bottom:1px solid #E4D790;
padding-bottom:2px;
}

a:hover
{
padding-bottom:2px;
color:#000000;
text-decoration:none;
border-bottom:1px solid #C1AE00;
}

/* einde the regular ... */


/* navigatie */

#menu
{
font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
position:absolute;
top:90px;
left:0px;
z-index:5;
width:150px;
}
#menu a
{
display:block;
font-size:1.2em;
padding:2px 2px 2px 48px;
margin-top:5px;
border-bottom:0px;
font-weight:normal;

}

.menutitle
{
text-transform:uppercase;
color:#6C5635;
font-size:1em;
font-weight:normal;
border-bottom:1px solid #D5CFC9;
background:#FFFFFF;
width:140px;
cursor:pointer;
padding:3px 0px 3px 45px;
margin-top:10px;
}

#menu a:link.menutitle, #menu a:visited.menutitle, #menu a:hover.menutitle
{
text-transform:uppercase;
display:block;
color:#6C5635;
font-size:1em;
font-weight:normal;
border-bottom:1px solid #D5CFC9;
background:#FFFFFF;
width:140px;
cursor:pointer;
padding:3px 0px 3px 45px;
margin-top:10px;
}


/* einde navigatie */

#header
{
position:absolute;
left:0px;
top:15px;
background:url("../images/header.jpg") repeat-x;
height:70px;
width:100%;
z-index:1;
}

#afgerond_lb
{
position:absolute;
z-index:2;
left:0px;
top:15px;
width:19px;
height:16px;
background:url("../images/afgerond_lb.gif") no-repeat;
}

#afgerond_rb
{
position:absolute;
z-index:2;
right:0px;
top:15px;
width:19px;
height:16px;
background:url("../images/afgerond_rb.gif") no-repeat;
}

#afgerond_split
{
position:absolute;
z-index:2;
right:212px;
top:53px;
width:29px;
height:13px;
background:url("../images/afgerond_split.gif") no-repeat;
}

#logo
{
z-index:2;
position:absolute;
left:30px;
top:0px;
width:229px;
height:70px;
background:url("../images/logo.gif") no-repeat;

}

#nieuwsbrief
{
position:absolute;
z-index:98;
right:5px;
top:75px;
width:220px;
height:226px;
}

#nieuwsbrief_bg
{
width:220px;
height:226px;
background:url("../images/nieuwsbrief.png");
position:absolute;
z-index:97;
right:5px;
top:75px;
}

#nieuwsbrief .content, #barometer .content
{
position:relative;
z-index:98;
width:160px;
margin:40px 0px 0px 20px;
line-height:16px;
}
#sponsors .content
{
width:160px;
margin:40px 0px 0px 14px;
line-height:16px;
}

#barometer
{
position:absolute;
z-index:98;
right:5px;
top:300px;
width:220px;
height:180px;
}

#barometer_bg
{
width:220px;
height:180px;
background:url("../images/barometer.png") no-repeat;
position:absolute;
z-index:4;
right:5px;
top:300px;
}

#sponsors
{
position:absolute;
z-index:99;
right:5px;
top:480px;
width:220px;
height:226px;
}

#sponsors_bg
{
width:220px;
height:226px;
background:url("../images/sponsors.png") no-repeat;
position:absolute;
right:5px;
top:480px;
z-index:98;
}

#sponsors img
{
padding:2px;
border: 1px solid #D7C766;
}

#content
{
padding:10px 10px 10px 20px;
z-index:99;
position:relative;
margin:100px 230px 0px 185px;
line-height:22px;
background-color: #FFFFFF;
min-height:700px;
height:auto;
}
/* for Internet Explorer */
/*\*/
* html #content {
height: 700px;
position:relative;
}
/**/

#content img
{
padding:2px;
border:1px solid #EFEBC5;
}
input
{
border:1px solid #D7C766;
}
#nieuwsbrief .ok_button
{
border:none;
vertical-align:bottom;
margin-left:-3px;
}