html,body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #eee;
	text-align: center;
}


/* Tantek's Hack for unique font sizes in all browsers */
p {
	font-size: x-small;
	text-align: left;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small;
}
html>p {
	font-size: small;
}
/* Structure of site layout - Definition of boxes */
#content {
	margin: auto;
	text-align: center;
	padding: 0px;
	width: 770px;
	height: 100%;
	margin-left: -385px;
	margin-top: -275px;
	background-color: #eee;
	top: 50%;
	left: 50%;
	position: absolute;
	
}
#top {
	top: 0px;
	left: 0px;
	width: 770px;
	position: absolute;
	height: 175px;
	background-color: #BC7D4A;
}
#bottom{
	top: 175px;
	left: 0;
	position: absolute;
	border-left: 2px solid #BC7D4A;
	border-bottom: 2px solid #BC7D4A;
	border-right: 2px solid #BC7D4A;
}
#bottom_left {
	top: 175px;
	left: 0;
	float: left;
	width: 301px;
	height: 373px;
	margin: 0px;
	background-color: #fff;
	border-right: 2px solid #BC7D4A;
}

#bottom_right {
	top: 175px;
	left: 0;
	float: right;
	width: 463px;
	height: 373px;
	margin: 0px;
	background-color: #fff;
}
.position_left {
	top: 65px;
	position: relative;
}
.text_eingang {
	line-height: 1.9;
	padding: 60px 50px 0px 50px;
	font-weight: bold;
	color: #1F2826;
	height: 287px;
}
.adresse {
	font-size: xx-small;
	text-align: left;
	padding-left: 19px;
}
.wichtig {display:none;}
a:link, a:visited, a:focus {
	color: #1F2826;
	text-decoration: none;
}
a:hover, a:active {
	color:#BC7D4A;
	text-decoration: underline;
}
h2 {font-size: x-large; font-weight: bold;}
