/* CSS */

html,body{
scrollbar-face-color: #586971;
scrollbar-shadow-color: #8084B5;
scrollbar-highlight-color: #8084B5;
scrollbar-3dlight-color: #8084B5;
scrollbar-darkshadow-color: #8084B5;
scrollbar-track-color: #30313C;
scrollbar-arrow-color: #8084B5;
overflow: scrollbars-vertical;
}

body {
text-align: center; 
font-family: arial;
font-size: 13px;
font-weight: ;
color: #0B0C0D;
background-color: #30313C;
overflow: -moz-scrollbars-vertical;
/*deze onderstaande 2 voor wel of geen witrand in de browsers*/
margin: 0;
padding: 0;
}

#container {
background-image: url("./images/bg.jpg");
background-repeat: repeat-y;
width: 800px;
height: px;
text-align: center; 
margin: auto;
padding: 0;
}

html>body #container {
padding: 0px 0px 0px 0px;
}

#header {
background-image: url("./images/header1.jpg");
width: 800px;
height: 183px;
}

#menu {
background-repeat: repeat-y;
background-color: #586971;
border-top: 4px solid #9A9CB5 ;
width: 180px;
height: px;
float: left; 
margin-left: 5px;
}

html>body #menu {
margin-left: 10px;
}

#menuimage {
background-color: #ffffff;
width: 164px;
float: left; 
margin: 5px 0px 10px 4px;
}

html>body #menuimage {			/*voor niet ie*/
margin: 5px 0px 10px 8px;
}

#content {
background-color: #8084B5;
border-top: 4px solid #9A9CB5;
border-left: 4px solid #9A9CB5 ;
text-align: left;
width: 586px;
height: px;
float: left;
padding: 15px 5px 5px 5px;
margin: px;
}

html>body #content {

}

#footer {
background-image: url("./images/footer.jpg");
background-repeat: no-repeat;
height: 44px;
width: 800px;
clear: both;
}

html>body #copyright {
font-size: 10px;
padding: 12px 0 10px 0;
}

* html #copyright {
font-size: 10px;
margin: 12px 0 10px 0; 
}

.center {
text-align: center;
} 

.left {
float: left;
}

.right {
float: right;
}

.clear {
clear: both;
}

/* style navigatie en tekst */
#navigatie {
background-color: #;
font-size: 12px;
font-weight: bold;
width: 150px; 
float: left;
margin: 10px 0 0 10px;
padding: 0px;
text-align: left;
}

html>body #navigatie {			
margin-left: 15px;
}

#navigatie li {
list-style-type: none;
text-decoration: none;
margin: 5px 0 0 12px;
_margin: 5px 0 0 8px;
} 

#navigatie li a {
background-image: url("./images/nav1.jpg");
background-repeat: no-repeat;
text-decoration: none;
display: block;
width: 100%;
height: 27px;
color: #262728;
padding: 2px 0 0 5px;
}

#navigatie li a:hover {
background-image: url("./images/nav2.jpg");
background-repeat: no-repeat;
text-decoration: none;
color: #77777F;
}

a {
text-decoration: none;
color: #;
}

a:hover {
text-decoration: none;;
color: #;
}

a:visited {
text-decoration: none;
color: #
}

h1 {
font-size: 14px;
color: #434F59;
}

h2 {
font-size: 13px;
color: #434F59;
}

#button {
font-weight: bold;
border:solid 1px #586971;
background-color: #9A9CB5;
color: #262728;
height: 19px;
text-align: center;
font-size: 12px;
margin-bottom: 2px;
}