html, body {
	height: 100%;
	min-height: 100%;
	width: 100%;
	margin:0;
	padding: 0;
	font-family: Arial;
	font-size: 12px;
	color: #404040;
	text-align: center;
	background-color: #404040;
	background-image: url('../afbeeldingen/bg_all.jpg');
	background-position: top center;
	background-repeat: repeat-x;	
}

table div{
	float: left;
}

table h1 {
	width: 100%;
	border-bottom: 1px dotted #c0c0c0;
}

.aan {
	font-weight: 900;
}

a {
	text-decoration: none;
}

h1 {
	font-size: 14px;
	font-weight: 500;
	color:  #948404;
	width: 100%;
	font-weight: 900;
	display: block;
	clear:both;
}

#wrapper {
	width: 831px;
	height: auto !important;
	height: 100%;
	padding-bottom: 30px;
	min-height:100%;
	margin: 0 auto;
	background-color: #FFFFFF;
	text-align: left;
	display: table;
}

#header{ 
	height: 267px;
	width: 831px;
	background-image: url('../afbeeldingen/header2.jpg');
}

#header a {
	color: #044F44;
	display: block;
	font-size: 12px;
	padding-left: 10px;
	padding-right: 10px;
	height: 20px;
	float: right;
}

#header a:hover {
	background-color: #fbe33c;
	font-weight: 900;
	padding-left: 9px;
	padding-right: 9px;
}

#menu {
	float: left;
	background-repeat: no-repeat;

	width: 223px;
	margin-left: 15px;
}

#menu ul {
	margin:0;
	padding: 0;
	border-left: 2px solid #fff66a;
	border-right: 2px solid #fff66a;
	background-color: #fbe33c;
	width: 219px;
	padding-top: 10px;
	margin-top: -10px;
}

#menu li {
	list-style: none;
	height: 25px;
	padding-bottom: 5px;
}

#menu li a {
	color: #948404;
	display:block;
	width: 209px;
	height: 25px;
	padding-top :7px;
	font-size: 14px;
	padding-left: 10px;
	font-family: Arial;
}

#menu li a:hover {
	background-color: #fff23d;
}

#menu .menuimgtop {

margin-top: 5px;
}

#content {
	float: left;
	width: 540px;
	margin-left: 10px;
	padding: 10px;
	height: auto;
	background-color: #fbe33c;
	text-align: justify;

}

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

#footer {
	clear: both;
	width: 100%;
	height: 45px;
	color: #948404;
	font-weight: 900;
	text-align: center;
	background-color: #000;
	z-index:6;
	bottom: 0;
}

#footer p {
	margin: 0;
	clear:both;
	margin-top: 5px;
}
.switch {
	float: right;
	text-align: left;
	width: 180px;
	min-height: 180px;
}
.shuffle{  
    height:  300px;  
    width:   200px;  
    padding: 0;  
    margin:  0;  
	background-color: #fff23d;
} 

.selected {
	background-color: #fff23d;
	font-weight: 900;
}

hr {
	clear: both;
}