* {
	padding: 0;
	margin: 0;
}

body {
	background: #7D7D7D;
	font: 80% "Trebuchet MS", sans-serif;
	line-height: 120%;
	behavior: url(/csshover.htc);
}

#wrapper {
	margin: 20px auto;	background-color: #fff;
	 	width: 920px; 
}

#header { 	background-color: #fff;
	width: 680px;
	height: 95px;
	text-align: right;
	padding-top: 10px;
}

#header img {
	margin-right: 15px;
}

#content {min-height: 400px;
 	background-color: #fff;
	width: 900px;
	text-align: right;
 
	padding-top: 15px;
}

#menu {
	height: 40px;
	width: 920px;
	text-align: right;
	background-color: #000;
	font-size: 110%;
	padding-top: 5px;
	padding-bottom: 10px;
}

#menu ul {
	list-style: none;
	text-align: right;
	float: right;
}

#menu ul li {
	float: left;
	margin: 0 15px;	
	height: 40px;
	background: url(images/sleutelgat.gif) no-repeat 0 50%;
	
}

#menu ul li a {
	color: #fff;
	text-decoration: none;
	padding-left: 25px;
	line-height: 40px;
	height: 40px;
}

#menu ul li.selected, #menu ul li:hover {
	background: url(images/sleutelgat_hover.gif) no-repeat 0 50%;
}

.clear {
	clear: both;
	height: 0;
	line-height: 0;
}

h1 {
	font: 21px "Trebuchet MS", sans-serif;
	line-height: 140%;
	margin-bottom: 5px;
	color: #FF7400;
}

p, table, h2, h3 {
	margin-bottom: 5px;
	
}

.language{
	float: left;
	padding-left: 10px;
}

img {
	border: none;
}

table {
	text-align: right;
}

a, a:visited {
	text-decoration: none;
	color: #FF7400;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}