* {
	padding: 0px;
}
 
body {
	text-align: center;
	margin: 100px;
	font-family: Arial,  sans-serif;
}

.Content {
	z-index: 3;
	position: relative;
	background: #fff;
	background: rgba(255, 255, 255, 0.9);
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	text-align: left;
	padding: 10px;
	color: #666;
	-webkit-box-shadow: 0px 0px 9px #666;
	-moz-box-shadow: 0px 0px 9px #666;
	box-shadow: 0px 0px 9px #666;
}


.HeadlineBox {
	width:800px;
	text-align:center;
	background-color:#B8BD3C;
	margin-bottom: 30px;
	padding-top:10px;
	padding-bottom:5px;
}
.HeadlineBox h1{
	margin-top: 15px;
	color: #fff;
	font-size:30px;
	font-weight:normal;
	margin-bottom: 15px;
}
.HeadlineBox h2{
	color: #fff;
	font-size:26px;
	font-weight:normal;
	font-style:italic;
	margin-bottom: 15px;
}

.clear {
	clear:both;
	height:0px;
	width:0px;
	display:block;	
}

.BlockLinks {
	margin-left: 25px;
	margin-bottom: 25px;
	width: 360px;
	float:left;
	/*background: rgba(0, 0, 255, 0.3);*/
}

.BlockRechts {
	margin-left: 25px;
	margin-bottom: 25px;
	width: 360px;
	float:left;
	/*background: rgba(0, 255, 0,  0.3);*/
}

.BlockMitte {
	float:left;
	margin: 0px 0px 25px 25px;
	width: 750px;
	/*background: rgba(255, 0,  0, 0.3);*/
}

.Handicap {
	font-size: 20px;
	font-weight:normal;
	text-align: center;
	color: #B8BD3C; 
}

.Behandlung {
	font-weight:bold;
}

/* FB Logo */
.fbLogo {
	margin-left:70px;
}

.fbLogo img {
	border:0px;
}
/* FB Logo */

/* Team Bilder */
.Content #Team {
	list-style:none;
	margin:0px 0px 0px 0px;
	float:left;
}
.Content #Team li {
	float:left;
	margin-top:15px;
	margin-right:15px;
	font-size: 14px;
	line-height:30px;
	text-align: center;
}
.Content #Team img {
	border:0px;
}
/* Team Bilder */

/* Anfahrt */
.Anfahrt {
	margin-top: 25px;
	border: solid 1px rgba(184,189,60,1.00);
}
/* Anfahrt */

/* Text */
.Text p,
.Text ul { 
	font-size: 16px;
	margin-bottom:20px;
}

.Text ul {
	margin-left:25px;
}


.Text table { 
	margin-bottom:20px;
}
.Text p { 
	margin-bottom:0px;
}

.Text a,
.Text a:hover {
	color:#666;
	text-decoration:underline;
}

.Text TextAlignRechts{
	text-align:right;
	color:#FF0004;
}

.Text h1 { 
	font-size: 20px;
	margin-bottom:20px;
}
.Text h2 { 
	font-size: 16px;
	font-weight:bold;
}
.Text h5 { 
	font-size: 12px;
	font-weight:normal;
	margin-top: -2px;
}