body {
	font-size: 12px;
	font-family: Arial,Helvetica,sans-serif;
	color: rgb(80,80,80);
}
a {
	font-weight: bold;
	text-decoration: none;
	color: rgb(150,25,50);
}
.a_menue{
	margin: 0px 6px 0px 6px;
	font-weight: bold;
	text-decoration: none;
	color: rgb(245,245,245);
}
#BodyMiddle {
	position:relative;
	left:30px;
	top:30px;
	margin: 0px 0px 0px 30px;
	padding: 20px;
	width: 800px;
}
#Head {
	margin: 0px 0px 0px 0px;
}
#Menue {
	width:800px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	background-color: rgb(150,25,50);
	border: 1px solid rgb(150,25,50);
	border-bottom: none; 
	text-align: center;
}
#Content {
	margin: 0px 0px 6px 0px;
	padding: 0px 0px 0px 0px;
	min-height: 400px;
	border: 1px solid rgb(150,25,50);
	width: 800px;
}
#Counter{
	margin: 4px 0px 0px 0px;
	text-align: center;
}
#Firma {
	padding: 6px;
	text-align: center;
	font-size: 150%;
	font-weight: bold;
}
.Text {
	margin: 6px 0px 6px 0px;
}
#LeftBox {
	margin: 10px 10px 10px 10px;
	float: left;
	width: 400px;
}
#RightBox {
	margin: 10px 10px 10px 10px;
	float: right;

}
#Box {
	margin: 0px 0px 0px 50px;
	width: 500px;
}
.clear {
	clear: both;
}
.BoxTitle {
	border-bottom: 1px solid rgb(210, 70, 70);
	margin: 10px 0px 10px 0px;
	background-image: url(bg_box.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	text-indent: 4px;
	font-size: 125%;
	font-weight: bold;
	color: rgb(210, 70, 70);
}
#Kontakt {
	margin: 10px 0px 10px 0px;
	text-align: center;
}
#ImgLeft {
	float: left;
}
#ImgRight {
	float: right;
}

