html {
	font-family:Verdana, Arial, sans-serif;
	font-size:0.8em;
	color:#000000;
}

a {
	text-decoration:underline;
	color:#000000;
}

img {
	border:2px solid #FFFFFF;
}

#alles {
	margin:0px auto;
	margin-left:auto;
	margin-right:auto;
	width:970px;
}

.box {
	margin:5px 5px 5px 5px;
	padding:5px 5px 5px 5px;
	border:3px #4747B3 solid;
	float:left;
	width:46%;
	height:200px;
}

#header {
	float:none;
	height:200px;
	border-bottom:2px solid #4747B3;
	font-size:1.2em;
	font-weight:bold;
	color:black;
}

#header a {
	color:black;
	text-decoration:none;
}

#middle {
	padding:5px 5px 5px 5px;
	width:650px;
	float:left;
	margin-left:2%;
	border:4px solid #4747B3;
}

#sidebar {
	float:right;
	width:240px;
	min-height:800px;
	margin-right:2%;
	padding:5px 5px 5px 5px;
	border:4px solid #4747B3;
}

#content {
	float:none;
	min-height:600px;
	padding:10px 10px 10px 10px;
}
