
/* het verspringen in firefox tegengaan door de scrollbar reeds toe te voegen */ 
html {height:100%}
body {min-height:101%}
/* einde scrollbar - - - - - - - - - - - */
body {
    font-family: verdana, tahoma, helvetica, arial, sans-serif;
    font-size: 11px;
    text-align: center;
   background: #111 url(i/bg.jpg) repeat-x;
    color: #a99682;
    margin: 0;
    padding: 0;
	}
a:link		{ color: #fff; text-decoration: underline; background-color: inherit;}



a:visited	{ color: #fff; text-decoration: underline; background-color: inherit;}



a:active	{ color: #FFF; background-color: inherit;}



a:hover		{ color:#000; background: #b6a496;}	
#container{ 
	width: 687px;
	
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	}
#header{
	width: 685px;
	height: 180px;
	
	}
#logo {
	background: url(i/logo.jpg) no-repeat;
	width: 132px;
	height: 100px;
	top:25px;
	margin-left: 20px;
	position: absolute;
	}	
#content{
	width: 675px;
	height: 400px;
	background: #4b423b;
	margin-top: 40px;
	border: 5px solid #52453F;
	
	}
#contentLeft{
	width: 420px;
	height:300px;
	border-right: 1px solid #5e5149;
	padding:20px;
	margin-top: 30px;
	float: left;
	}	
#contentRight{
	width: 185px;
	height:300px;
	padding:10px;
	margin-top: 30px;
	float: left;
	color: #a99682;
	font-size: 11px;
	}		
#footer{
	width: 675px;
	height: 40px;
	margin-top: 40px;
	color: #5f5141;
	font-size: 10px;
	text-align: right;
	
	}
#nav {
	padding-top: 135px;
	padding-left: 195px;
	text-transform: uppercase;
	}	
/* nav */

.navi {padding:0; margin:0; list-style:none; height:25px; position:relative;}
.navi li {float:left;}
.navi li a, .navi li a:visited {display:block; float:left; height:25px; line-height:23px; color:#fff; text-decoration:none; font-size:11px; font-family:arial, verdana, sans-serif; font-weight:bold; text-align:center; padding:0 0 0 12px; cursor:pointer; }
.navi li a b {float:left; display:block; padding:0 12px 0 0;}
.navi li.current a {color:#eee; text-decoration: none; border-bottom: 5px solid #5e5149;}

.navi li a:hover {color:#000; background: #b6a496;}

.navi li.current a:hover {color:#fff; cursor:default;}
/* einde nav */
.imgborder{
	border: 5px solid #352D2B;
	}
.pborder{
	border-bottom: 1px solid #5e5149;
	}	
