/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	height: 1300px;
	background-color: #D4DBEF;
}



#container {
	margin-left: auto;
	margin-right: auto;
	width:854px;
	text-align: left;
}


#head {
  width:854px;
  height:172px;
  margin:0px;
  padding:0px;  
  background-color:#EBEFFF;
  background-repeat:no-repeat;
  background-position:bottom;
}
#logo {
	position:absolute;
	padding: 0px 0px 0px 62px;
	left: 0px;
	top: 0px;
}
#logo img {
	border:0px none;
}
#main {
	width:854px;
	margin:0px;
	padding:0px;
}
#left {
	float:left;
	width:225px;
	margin:0px;
	overflow:hidden;	
}
#middle {
	float:left;
	padding:0px 0px 27px 0px;	
}
#right {
	float:right;
	width:165px;
	margin:0px;
	overflow:hidden;	
}

#content {
	width:595px;
	background-repeat:no-repeat;
	background-position:top;
	font-family: Arial, Helvetica, sans-serif;
	min-height:390px;
	padding:15px 0px 0px 5px;
}
#impressum {
	width:501px;
	background-color:#EBEFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#5F5F5D;
	clear:both;
	padding-top: 200px;
	padding-left: 5px;
}
#impressum a {
	color:#5F5F5D;
	text-decoration:none;
}
#impressum a:hover {
	text-decoration:underline;
}
#foot {
	width:501px;
	background-color:#EBEFFF;
	background-position:bottom;
	border-top:0px solid white;	
  	font-family: Arial, Helvetica, sans-serif;
clear:both;
}

/* Elemente verstecken, aber nicht abschalten */
.hide {
	position:absolute;
	left:-1000px;
	top:-1000px;
	width:0px;
	height: 0px;
	overflow:hidden;
	display:inline;
}
