body,html{
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

a{
	color:#234091;
}

#navigation2{
	height:20px;
	width:800px;
	padding-top:10px;
	list-style-type:none;
}

#site{
	height:700px;
	width:1260px;
	margin:auto;
	background:#C7DBF1;
	border:2px;
}

#block2{
	width:850px;
	float:left;
}

#block{
	width:41px;
	height:700px;
	float:left;
}

#block{
	float:left;
}

#left{
	float:left;
	width:229px;
	height:700px;
	background:url('../images/verlauf.png');
}

#right{
	float:right;
	height:700px;
	background:#FFFFFF;
}

#logo{
	float:right;
	margin-top:223px;
}

#content, #content2{
	width:867px;
	height:655px;
	overflow:auto;
	text-align:left;
	overflow:auto;
}

#content img{
	border:#FFFFFF 3px solid; 
}

#Bildbereich img{
	border:#FFFFFF 3px solid; 
}

#content2{
	border:0; 
}


#adresse2{
	position:relative;
	top:30px;
	left:-70px;
}

#footer{
	float:left;
	padding-left:5px;
	padding-top:20px;
	font-size:10px;
}

*+html #logo{
	margin-top:220px;
}
*+html #content{
	margin-top:15px;
}

*+html #site{
	width:1259px;
}

#menu {
	text-align:left;
	width: 100%;
	float: left;
}

#menu ul {
	list-style: none;
	padding:0;
	margin: 0;
	padding-right:20px;
	float: right;
}

#menu ul li ul{
	padding:5px;
	width:150px;
	background:#C7DBF1;
}

#menu a{
	font-family:Arial, Helvetica, sans-serif;
	color:#234091;
	font-size:14px;
	display: block;
	margin: 0;
	padding: 2px 3px;
	background:#C7DBF1;
	text-decoration: none;
}

#menu a:hover {
	color:#FFFFFF;
	background:#0271B9;
}

#menu li {position: relative;}

#menu ul ul {
	position: absolute;
	z-index: 500;
}

#menu ul ul ul {
	position: absolute;
	top: 0;
	left: 100%;
}

div#menu ul ul, div#menu ul li:hover ul ul, div#menu ul ul li:hover ul ul{
	display: none;
}

div#menu ul li:hover ul, div#menu ul ul li:hover ul, div#menu ul ul ul li:hover ul{
	display: block;
}