body {
	background-color: #ffffff;
	padding: 0px;
	text-align: center;
	font-family: verdana;
	font-size: 11px;
	color: #222222;
}
#body {
	width: 870px;
	margin: auto;
	text-align: left;
}
#head {
	width: 870px;
	height: 80px;
	margin-top: 50px;
}
#upperleft {
	width: 340px;
	float: left;
	background: url(images/menu.gif) no-repeat 0 -20px;
	height: 80px;
	text-align: center;
}
#menu {
	padding-top: 52px;
	padding-right: 7px;
	color: #ffffff;
	font-weight: bold;
	height: 20px;
	text-align: center;
}
#menu a {
	color: #ffffff;
	text-decoration: none;
}
#menu a:hover {
	color: #dddddd;
	text-decoration: none;
}
#menu a.active {
	color: #dddddd;
	text-decoration: none;
}
#logo {
	width: 500px;
	float: left;
	text-align: right;
}
#logo img {
	border: 0;
}
#left {
	width: 340px;
	height: 425px;
	float: left;
	background-image: url(images/left.gif);
	/*text-align: center;*/
}
#left img {
	margin: 5px 0 0 8px;
}
#right {
	float: left;
	width: 530px;
	height: 425px;
	background-image: url(images/right.gif);
}
#footer {
	width: 830px;
	text-align: right;
	font-size: 9px;
}
#footer a {
	text-decoration: none;
	font-weight: bold;
	color: #222222;
}
#footer a:hover {
	text-decoration: underline;
}

#content {
	padding: 25px 40px 0 50px;
}
#content h1 {
	font-size: 11px;
}
#content h3.toggler {
	font-size: 11px;
	padding: 0;
	margin: 2px 0 2px 0;
	cursor:pointer ;
}
#content a, #anfahrt a {
	color: #222222;
	text-decoration: none;
	font-weight: bold;
}

