body
{
	padding: 0;
	margin: 0;
	background: #E0E0E0;
	color: #000000;
	font-family: arial, verdana, helvetica, tahoma, sans-serif;
	font-size: 80%;
	line-height: 150%;
}

img
{
	border: 0;
}

a
{
	text-decoration: none;
	color: #68C3E0;
}

a:hover
{
	text-decoration: none;
	color: #448094;
}

#centrecontainer
{
  	background-color: #E0E0E0;
  	width: 900px;
	height: 450px;
  	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -450px;
  	margin-top: -225px;
}

#header
{
 	margin-top: -30px;
  	width: 900px;
	height: 30px;
  	text-align: right;
}

#container
{
	border: 20px solid #68C3E0;
	width: 860px;
	height: 410px;
}

#containerleft
{
	float: left;
	width: 400px;
	height: 390px;
	border-right: 20px solid #68C3E0;
 	background-image: url('logo.jpg');
	background-repeat: no-repeat;
	padding: 10px;
}

#containerleftrechtsoben
{
	float:right;
  	margin:-10px;
}

#containerleftlinksunten
{
	position:absolute;
  	margin-top:195px;
  	margin-left:-10px;
}

#containerleftrechtsunten
{
	position:absolute;
  	margin-top:195px;
  	margin-left:200px;
}

#containerleft a
{
	text-decoration: none;
	color: #68C3E0;
}

#containerleft a:hover
{
	text-decoration: none;
	color: #448094;
}

#containerright
{
	float: left;
	width: 400px;
	height: 390px;
	background: #E0E0E0;
	overflow: auto;
	padding: 10px;
}

#footerrechts
{
  	width: 450px;
	text-align: right;
	padding: 5px 0px;
	color: #000000;
	float: right;
}

#footerlinks
{
	width: 450px;
	text-align: left;
	padding: 5px -10px;
	margin-left: -40px;
	color: #000000;
}

#footer a
{
	text-decoration: none;
	color: #68C3E0;
}

#footer a:hover
{
	text-decoration: none;
	color: #448094;
}