
html {
    height: 100%;
	}


body {
	margin: 0px;
	background-color:#1B0D00;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#1B0D00;
	}
	
.menu {
	font-family:Arial Narrow, Arial, Helvetica, sans-serif;
	font-size:16px;
	text-align: center !important ; 
    font-weight: bold !important ; 
    color: #CDB376 !important ; 
    text-decoration: none !important ; 
    margin-bottom:0px !important ; 
    display:block !important; 
    white-space:nowrap ;
    text-transform:uppercase;
	padding-left: 10px;
	padding-right:10px;
	}
	
.menu_sub {
	font-family:Arial Narrow, Arial, Helvetica, sans-serif;
	font-size:16px;
	text-align: left !important ; 
    font-weight: bold !important ; 
    color: #CDB376 !important ; 
    text-decoration: none !important ; 
    margin-bottom:0px !important ; 
    display:block !important; 
    white-space:nowrap ;
    text-transform:uppercase;
	padding-left: 10px;
	padding-right:10px;
	}
	
.menudiv
{
    height: 499;
    width: 990;
    overflow: scroll;
    overflow-y: scroll;
}	

.main_wit
{
    color:#fff;
}

.main
{
    color:#1B0D00;
}

a:link {
	color:#CDB376;
	text-decoration:none;


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

	}
	
	
.verhalen a:link {
	color:#FFFFFF;
	text-decoration:none;

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

	}
	
.courier {
	font-family:courier, arial;
	font-size: 15px;
	}
	
.courier a:hover {
	font-family:courier, arial;
	font-size: 15px;
	color:#fff;
	}
