/* CSS Document */

/* Structuur */
body {  
  margin:0; 
  padding:0;
  color:#FFFFFF;
}

a
{
color : #8d0200;
}

#bg { 
  position: fixed; 
  margin: 0px; 
  border: 0px; 
  padding: 0px; 
  left: 0px; 
  top: 0px; 
  width: 100%; 
  height: 100%; 
  overflow: hidden; 
  z-index: 0; 
} 

#bg img { 
  width: 100%;
  height: 100%; 
} 

#body { 
  position: absolute; 
  left: 0px; 
  top: 0px; 
  width: 100%; 
  height:100%; 
} 

#logo { 
	background-image: url(afbeeldingen/logoborder.jpg);
    width: 650px;
	height: 125px; 
    margin-right: auto; 
    margin-left: auto;
}

.logo_content {
	padding-left: 20px;
	padding-top: 15px;
}

#menu { 
	background-image: url(afbeeldingen/menuborder.jpg);
    width: 650px;
	height: 51px; 
    margin-right: auto; 
    margin-left: auto; 
}

.menu_content {
	padding-left: 20px;
	padding-top: 15px;
}

#content { 
	background-image: url(afbeeldingen/contentbackground.jpg);
    width: 650px;
	height: 480px; 
    margin-right: auto; 
    margin-left: auto; 
}

.content_content {
	padding-left: 20px;
	padding-top: 15px;
	color: #8d0200;
}

.scrollArea {
	width: 620px; 
	height: 450px;
	padding-left: 0px;
	padding-right: 9px; 
	overflow: auto;
	scrollbar-face-color:#ab7e30;
	scrollbar-highlight-color:#e8d6a2;
	scrollbar-3dlight-color:#e8d6a2;
	scrollbar-darkshadow-color:#000000;
	scrollbar-shadow-color:#8d0200;
	scrollbar-arrow-color:#8d0200;
	scrollbar-track-color:#ab7e30;
}

img.floatRightClear { 
    float: right; 
    clear: right; 
    margin: 4px; 
}

/* structuur */

/* menu */

#nav, #nav ul {
padding: 0px;
margin: 0px;
list-style: none;
}

#nav li {
float: left;
width: 118px;
}

#nav ul {
position: absolute;
width: 120px;
left: -1000px;
}

#nav li:hover ul, #nav li.ie_does_hover ul {
left: auto;
background-position: 0 0;
}

#nav a {
display: block;
margin: 2px 5px 3px 5px;
text-decoration: none;
font: Calibri;
font-size: 1em;
color: #8d0200;
}

ul a{
font-weight: bold;
text-align: center;
color: #8d0200;
cursor: default;
}

ul ul a:link, ul ul a:visited{
font-weight: normal;
text-align: center;
color: #8d0200;
cursor: pointer;
}

ul ul a:hover, ul ul a:active{
font-weight: normal;
text-align: center;
color: #8d0200;
cursor: pointer;
}

ul li{
background-color: #FFFFFF;
border-top: 2px solid #8d0200;
border-right: 2px solid #8d0200;
border-left: 2px solid #8d0200;
}

ul ul li{
background-color: #FFFFFF;
border-top: 2px solid #8d0200;
border-right: 0;
border-left: 0;
}

/* IE only hack \*/
* html ul li, * html ul ul li{
border-bottom: 3px solid #FFF;
}

* html ul ul li{
border-top: 0;
}

/* menu */

