* {
	margin: 0;
	padding: 0;
}

body {
	background-color: white;
	margin: 0;
	padding: 0;
	font: 0.8em/1.6em Verdana, "Lucida Grande", Lucida, sans-serif;
}

/* @group Kopf */

#kopfstartseite {
	height: 349px;
	background-image: url(bilder/wilkommen_titel.jpg);
}

#kopfmituns {
	height: 360px;
	background-image: url(bilder/mituns.jpg);
}

#kopftraining {
	height: 360px;
	background-image: url(bilder/training.jpg);
}

#kopfleistungen {
	height: 360px;
	background-image: url(bilder/leistungen.jpg);
}

#kopfpartner {
	height: 360px;
	background-image: url(bilder/partner.jpg);
}

#kopfstandorte {
	height: 360px;
	background-image: url(bilder/standorte.jpg);
}

#kopftraeger {
	height: 360px;
	background-image: url(bilder/traeger.jpg);
}

#kopfkontakt {
	height: 360px;
	background-image: url(bilder/kontakt.jpg);
}

/* @end */

#oben {
	text-align: center;
	width: 900px;
}

/* @group Menü */

#menue {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 50px;
	width: 900px;
	white-space: nowrap;
	margin-left: 0;
	height: 24px;
}

#menue span {
	color: #fff;
	border: 1px solid #000;
	text-transform: uppercase;
	font-size: 10px;
	padding: 3px 8px;
	font-weight: bold;
	margin-right: 2px;
	margin-left: 2px;
	overflow: visible;
	background-color: #ac9060;
}

#menue a:link {
	color: #000;
	text-decoration: none;
	border: 1px solid #ac9060;
	text-transform: uppercase;
	font-size: 10px;
	padding: 3px 8px;
	font-weight: bold;
	margin-right: 2px;
	margin-left: 2px;
	overflow: visible;
}

#menue a:visited {
	color: #000;
	text-decoration: none;
	border: 1px solid #807c27;
	text-transform: uppercase;
	font-size: 10px;
	padding: 3px 8px;
	font-weight: bold;
	margin-right: 2px;
	margin-left: 2px;
	overflow: visible;
}

#menue a:focus {
}

#menue a:hover {
	color: #fff;
	background-color: #ac9060;
	border: 1px solid #000;
}

#menue a:active {
}

/* @end */


h1 {
	color: #06447b;
	text-transform: uppercase;
	letter-spacing: 3px;
	font: 14px TrebuchetMS, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;

	margin-top: 50px;
	white-space: nowrap;
	margin-right: 10px;
	margin-left: 10px;
}

h3 {
	font-size: 1em;
	margin-top: 30px;
	color: #5d5e60;
	line-height: 1.6em;
}


h4 {
	font-weight: bold;
	color: #929292;
	font-size: 1em;
}

/* @group Inhalt */

#inhalt {
	margin-left: 300px;
	width: 478px;
	color: #5d5e60;
	margin-bottom: 20px;
}

#inhalt1s {
	margin-left: 60px;
	width: 478px;
	color: #5d5e60;
}

#inhalt1karte {
	margin-left: 120px;
	width: 478px;
	color: #5d5e60;
}

#inhalt1karte img {
	margin-top: 45px;
}

#inhalt2s {
	width: 478px;
	color: #5d5e60;
	position: absolute;
	top: 500px;
	left: 450px;
}

#inhalt span {
	color: #5d5e60;
}

/* @end */

/* @group Textlinks */

a:link {
	color: #1c39be;
	text-decoration: none;
}
a:visited {
	color: #1c39be;
	text-decoration: none;
}

a:focus {
}

a:hover {
	color: #11213b;
}

a:active {
}

/* @end */

/* @group Galerie */

#galerie {
	font-size: 0.9em;
}

#galerie img {
	float: left;
	border-style: solid;
	border: 1px solid #807c27;
	margin-bottom: 50px;
	margin-right: 10px;
	padding: 0;
	clear: left;
}

#galerie p {
	clear: left;
}

/* @end */

#tlinks {
	float: left;
	margin-left: 20px;
	display: inline;
}

td {
	padding-bottom: 44px;
	vertical-align: top;
	padding-right: 20px;
	margin-bottom: 30px;
}

td img {
	margin-top: 35px;
}




