html, body {
	height: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
}

body {
	background: #000000 url('http://www.csswebsites.nl/wp-content/themes/eG2/images/bg.jpg') repeat;
	color: #000000;
	font: 14px 'Lucida Sans',Tahoma, Verdana, sans-serif;
}
h3{
	font-size: 1.1em;
	margin: 0;	
}
div.wrap {
	background-color: transparent;
	min-height: 500px;
	width: 900px;
	margin: 50px auto;
}



div.border-top, div.border-bottom {
	height: 50px;
	clear: both;
}

div.border-top, div.border-bottom, div.border-left, div.border-right {
	background: transparent url('cloud.png') no-repeat;
}

div.border-bottom {
	background-position: 100% 100%;
}

div.border-left, div.border-right {
	height: 200px;
	width: 50px;
}

div.border-left {
	float: left;
	background-position: 0 -50px;
}

div.border-right {
	position: relative;
	bottom: 200px;
	float:right;
	background-position: -350px -150px;
}



/* Overall Title */
div.border-top h1{
	float: right;
	font-size: 1.4em;
	color: #FFFFFF;
	font-weight: bold;
	padding: 0;
	margin: 10px 70px 0 0;
}
div.border-top h1 a, div.border-top h1 a:visited, div.border-top h1 a:hover{
	color: #FFFFFF;
	text-decoration: none;	
}

/* Overall Footer */
div.border-bottom p {
	float:left;
	color: #FFFFFF;
	font-size: 10px;
	margin: 0 0 0 70px;
}

div.border-bottom p a, div.border-bottom p a:visited, div.border-bottom p a:hover {
	background: transparent;
	color: #FFFFFF;
	font-size: 10px;
	text-decoration: none;
}



/* Content */
a {
	color: #454856;
	text-decoration: underline;
}

a:hover {
	color: #081328;
}

div.center-container {
	float: left;
	background-color: #F1F9FB;
	min-height: 400px;
	width: 800px;
}

div.menuwrap {
	width: 100%;
	float:right;
	margin-bottom: 20px;
}

div.menu {
	background: transparent;
	float: right;
}

div.menu:hover {
	background: #FFFFFF;
	float: right;
}

div.menu a {
	background: #bbbbbb;
	display: block;
	float:left;
	padding: 2px 10px 2px 10px;
	text-align: center;
	font-weight: bold;
	color: #454856;
	text-decoration: none;
}

div.menu a:hover {
	background: #FFFFFF;
}

div.menu div.spacer {
	 width: 21px;
	 height: 21px;
	 background: transparent url('menubggrey.png') no-repeat;
	 float:left;
}

div.center-container div.content {
	margin: 20px;
}

div.content p {
	margin: 0 0 20px 0;
	text-align: justify;
}

div.content h1 {
	font-size: 150%;
	display: block;
	width: 100%;
	clear: both;
	border-bottom: solid 1px #181818;
	padding: 2px;
	margin: 0;
}

div.mainleft{
	width: 515px;
	float: left;
}	
div.mainright{
	width: 245px;
	float: left;
}
div.mainright p{
	margin: 20px 0 0 45px;	
}

div.maincontent, div.maincontent a, div.maincontent a:visited, div.maincontent a:hover{
	font-size: 11px;	
	margin: 5px;
}

.bericht{
	width: 500px;
	height: 150px;
}