body
{
	padding: 0;
	margin: 0;
	background: #263846;
	font-family: arial,georgia, times,helvetica, sans-serif;
	font-size: 75%;
	line-height: 150%;
	background-image: url(bg1.png);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 50% 50%;
	overflow: hidden;
        scrollbar-track-color:#222;
        scrollbar-face-color:#333;
        scrollbar-arrow-color:#fff;
        scrollbar-highlight-color:#333333;
        scrollbar-3dlight-color:#333322;
        scrollbar-shadow-color:#333333;
       scrollbar-darkshadow-color:#000000;
}

h3
{ 
        color: fff;
        font-size: 140%;
		font-weight: bold;
}

h1
{ 
        color: #ccc;
		font-variant:small-caps;
		border-bottom: #ccc 1px solid;
		font-size: 110%;
}

img
{
	border: 0px #ddd solid;
	float: left;
	margin: 0 20px 20px 0;
}



#centrecontainer
{
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	              
}

#outercontainer
{
	margin-left: -400px;
	position: absolute;
	top: -236px;
	left: 50%;
        
}

#header
{
	width: 800px;
	height: 29px;
	letter-spacing: 1px;
}

#container    
{
	border: 20px solid #666;
    width: 770px;
	color: #FFF;
	max-width: 760px;
	height: 370px;
	margin-top:10px;
}

#containerleft
{
	float: left;
	width: 130px;
	height: 350px;
	background-image: url(left/rotate.php);
	background-color: #333333;
	background-position: left;
	border-right: 10px solid #666;
	padding: 10px;
	
}
#containerleft h1
{
	margin: 0;
	padding: 0;
	font-size: 1em;
	color: #fff;
	text-align: right;
	border-bottom: none;
	}

#containerright
{
	float: left;
	width: 565px; 
	height: 350px;
    overflow: auto;
	padding: 10px 15px 10px 20px;
}

#containerright a
{
	text-decoration: none;
	color: #d9b492;
	}

#containerright a:hover
{
	text-decoration: none;
	color: #B00000;

}
#containerright a.menu_current
{
	text-decoration: none;
	font-weight: bold;
	color:#fff;
	border-bottom: none;
}

#containerright h1
{
	margin: 0;
	padding: 0;
	letter-spacing: 1px;
	font-size: 1.3em;
	color: #fff;
	border-bottom: 1px solid #B00000;
	padding-bottom: 5px;
	}
#containerright h2
{
	margin: 0;
	padding: 0;
	letter-spacing: 1px;
	font-size: 1.2em;
	font-weight: bold;
	color: #fff;
	padding: 15px 0 0 0;
	}
#menu
{
	margin: 0;
	padding: 0 0 20px 140px;
	float: left;
}

#menu li
{
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}

#menu a
{
	float: left;
	padding: 0 10px 0px 10px;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
	display: block;
	font-variant: small-caps;
}

#menu a:hover
{
        border-top: 2px solid #d8b492;
        padding-bottom: 1px;
        background: transparent;
        color: #fff;
        display: block;
        
}
#menu a.menu_current
{
        border-top: 2px solid #a51e23;
        padding-bottom: 1px;
        background: transparent;
        color: #fff;
        display: block;
        
}

#taalkeuze {
float:right;
margin:8px 0 0 0 ;
}

#taalkeuze ul{
margin:0;
padding-left:0;
}

#taalkeuze li{
display: inline;
width: 25px;
padding:0;
}



#taalkeuze li img{
margin: 0 0 0 5px;
}

	

#footer
{
	float: right;
	width: 800px;
	text-align: right;
	font-size: 80%;
	padding: 5px 0px;
	color: #fff;
   line-height: 10px;

    
}

#footer a
{
	text-decoration: none;
	color: #222;
	border-bottom: 1px dotted;
}

#footer a:hover
{
	text-decoration: none;
	color: #666;
	border-bottom: 1px dotted;
}




