body
{
	padding: 0;
	margin: 0;
	/*background: #333;*/
	background: #004b2e;
	font-family: arial,georgia, times,helvetica, sans-serif;
	line-height: 150%;
	background-image: url(bg.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 50% 50%;
	overflow: hidden;
        scrollbar-track-color:#222;
        scrollbar-face-color:#4e4c4b;
        scrollbar-arrow-color:#fff;
        scrollbar-highlight-color:#4e4c4b;
        scrollbar-3dlight-color:#4e4c4b;
        scrollbar-shadow-color:#4e4c4b;
       scrollbar-darkshadow-color:#000000;
}

h3
{ 
        color: #ff9900;
        font-size: 110%;
}

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;*/
}

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

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

#centrecontainer
{
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	              
}

#outercontainer
{
	margin-left: -400px;
	position: absolute;
	top: -236px;
	left: 50%;
        
}

#header
{
	font-size: 75%;
	color: #FFF;
	width: 800px;
	height: 29px;
	letter-spacing: 1px;
}

#container    
{clear:both;
	font-size: 75%;
	color: #FFF;
	border: 20px solid #666;
    width: 770px;
	max-width: 760px;
	height: 370px;
}

#containerleft
{
	float: left;
	width: 130px;
	height: 350px;
    background-image: url(left.jpg);
	background-color: #333333;
	background-position: left;
	border-right: 10px solid #666;
	padding: 10px;
	
}
#containerleft h1
{
	margin: 0;
	padding: 0;
	font-size: 1.1em;
	color: #ff9900;
	text-align: left;
	border-bottom: none;
	letter-spacing: 1pt;
	font-weight:bold;
	}

#containerright

{
	
	float: left;
	width: 600px; 
	height: 370px;

}

#containerright a.menu_current
{
	text-decoration: none;
	font-weight: bold;
	border-bottom: none;
}

#containerright h2
{
	margin: 0;
	padding: 0;
	font-family: times, arial, verdana, tahoma, sans-serif;
	letter-spacing: -1px;
	font-size: 200%;
	color: #fff;
	border-bottom: 1px solid #ff9900;
	padding-bottom: 5px;
	width: 75%;
}

#containerright #tekst
{
	float: left;
	width: 300px; 
	height: 360px;
	overflow: auto;
	padding: 10px 10px 0 10px;
}
#tekst a {
color: #ff9900;
}

#containerright #beeld
{
	float: left;
	width: 232px; 
	height: 370px;
}

#menu
{
	margin: 0;
	padding: 0 0 20px 210px;
}

#menu li
{
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}

#menu a
{
	float: left;
	padding: 0 10px 0px 12px;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
	display: block;
	font-variant: small-caps;
}

#menu a:hover
{
        border-top: 2px solid #f90;
        padding-bottom: 1px;
        background: transparent;
        color: #fff;
        display: block;
        
}
#menu a.menu_current
{
        border-top: 2px solid #999;
        padding-bottom: 1px;
        background: transparent;
        color: #fff;
        display: block;
        
}

 #footer
{
	font-family: arial;
	margin-left: 180px;
	font-size: .7em;
	padding: 5px 0px;
	color: #666;
   line-height: 10px;

    
}

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

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