@font-face {
    font-family: 'CartoGothicStdBook';
    src: url('cartogothic/cartogothicstd-book-webfont.eot');
    src: url('cartogothic/cartogothicstd-book-webfont.eot?#iefix') format('embedded-opentype'),
         url('cartogothic/cartogothicstd-book-webfont.woff') format('woff'),
         url('cartogothic/cartogothicstd-book-webfont.ttf') format('truetype'),
         url('cartogothic/cartogothicstd-book-webfont.svg#CartoGothicStdBook') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'CartoGothicStdBold';
    src: url('cartogothic/cartogothicstd-bold-webfont.eot');
    src: url('cartogothic/cartogothicstd-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('cartogothic/cartogothicstd-bold-webfont.woff') format('woff'),
         url('cartogothic/cartogothicstd-bold-webfont.ttf') format('truetype'),
         url('cartogothic/cartogothicstd-bold-webfont.svg#CartoGothicStdBold') format('svg');
    font-weight: normal;
    font-style: normal;

}
* {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	background-color: #adaca3;
	color:#3d3e4d;
	font-family: 'CartoGothicStdBook', sans-serif;
	font-size:13px;
	line-height:18px;
	overflow-y:scroll;
	outline: none;
}
img, div {
	behavior: url(iepngfix.htc);
}
li {
	list-style-type:disc;
}
table {
	margin:10px 0 20px 0;
}
b, strong {
	font-family: 'CartoGothicStdBold', sans-serif;
	font-weight:normal;
	color:#000;
}
a {
	outline: none;
	color: #0d3d80;
	text-decoration: none;
}
a:hover {
	color: #0d3d80;
	text-decoration: underline;
}
a:active {
	color: #0d3d80;
	text-decoration: underline;
}
#wrapper {
	position: relative;
	top: 0;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
#head {
	width: 800px;
	margin: 0;
	height: 70px;
	background-repeat: no-repeat;
}
#head h1 {
	margin: 0;
	padding:0;
	text-indent:-2000px;
}
#content {
	width: 720px;
	padding: 40px 40px 20px 40px;
	background-color:#ded2bd;
	background-position:-1px 0;
	border-left: 1px solid #f2ece9;
	border-right: 1px solid #f2ece9;
	margin-top:-4px;
	margin-bottom:-4px;
	position:relative;
	z-index:1;
	-moz-box-shadow: 0 16px 4px #888, 0 -16px 4px #888;
	-webkit-box-shadow: 0 16px 4px #888, 0 -16px 4px #888;
	box-shadow: 0 16px 4px #888, 0 -16px 4px #888;
}
.menue {
	margin-top: 0;
	padding:0 10px 0 10px;
	background-color:#00b5d9;
	width: 780px;
	border: solid 1px #f2ece9;
	height:21px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	position:relative;
	z-index:2;
	-moz-box-shadow: 0 1px 2px #a69885;
	-webkit-box-shadow: 0 1px 2px #a69885;
	box-shadow: 0 1px 2px #a69885;
}
.menue_links {
	color: #ffffff;
	font-family: 'CartoGothicStdBold', sans-serif;
	font-weight:normal;
	line-height:13px;
	letter-spacing: 0.05em;
	text-transform:uppercase;
	float: left;
	margin-left: 0px;
	padding-top: 4px;
	width: 580px;
}
.menue_links a {
	color: #ded2bd;
	text-decoration: none;
}
.menue_links a:hover {
	color: #ffffff;
	text-decoration: none;
}
.menue_links a:active {
	color: #ffffff;
	text-decoration: none;
	text-shadow: #ffffff 0 0 6px, #ffffff 0 0 4px;
}
.menue_rechts {
	color: #ffffff;
	font-family: 'CartoGothicStdBook', sans-serif;
	font-weight:normal;
	line-height:13px;
	text-align: right;
	text-transform:uppercase;
	letter-spacing: 0.05em;
	padding-top: 4px;
	margin-left: 200px;
}
.menue_rechts a {
	color: #ded2bd;
	text-decoration: none;
	font-weight: normal;
}
.menue_rechts a:hover {
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
}
.menue_rechts a:active {
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
	text-shadow: #ffffff 0 0 6px, #ffffff 0 0 6px, #ffffff 0 0 4px;
}
.menuepunkt {
	padding: 0 10px 0 10px;
}
.clearer {
	clear:both;
	height: 20px;
}
.index {
	height:280px;
	background-image:url(material/bg_index.png);
}
#content h2 {
	background-color: #f2ece9;
	border-left: solid 1px #b80025;
	border-right: solid 1px #b80025;
	border-top: solid 1px #b80025;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	position:relative;
	z-index: 2;
	font-size:13px;
	line-height:13px;
	color: #b80025;
	font-family: 'CartoGothicStdBold', sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0;
	padding: 5px 20px 3px 20px;
	letter-spacing: 0.05em;
	display:inline-block;
	-moz-box-shadow: 0 -1px 1px #d5c6b2, 2px -1px 1px #d5c6b2, -2px -1px 1px #d5c6b2;
	-webkit-box-shadow: 0 -1px 1px #d5c6b2, 2px -1px 1px #d5c6b2, -2px -1px 1px #d5c6b2;
	box-shadow: 0 -1px 1px #d5c6b2, 2px -1px 1px #d5c6b2, -2px -1px 1px #d5c6b2;
}
.block_grey {
	background-color: #f2ece9;
	padding: 10px 20px;
	border: solid 1px #b80025;
	margin-top: -1px;
	-webkit-border-radius: 4px;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius: 4px;
	-moz-border-radius-topleft: 0;
	border-radius: 4px;
	border-top-left-radius: 0;
	position:relative;
	z-index: 1;
	-moz-box-shadow:0 1px 2px #a69885;
	-webkit-box-shadow:0 1px 2px #a69885;
	box-shadow: 0 1px 2px #a69885;
}
.block_grey p {
	color: #3d3e4d;
	font-weight: normal;
	margin:0;
	padding: 5px 0 5px 0;
}
.block_grey a {
	font-family: 'CartoGothicStdBold', sans-serif;
}
.block_grey h3 {
	color: #00b5d9;
	font-size:13px;
	line-height:18px;
	font-family: 'CartoGothicStdBold', sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	margin:0;
	padding: 20px 0 5px 0;
	letter-spacing: 0.05em;
}
div > h3:first-child {
	padding: 5px 0 5px 0;
}
.block_grey ul {
	padding: 5px 0 5px 0;
}
.block_grey li {
	color: #1a1d40;
	font-weight: normal;
	background-repeat: no-repeat;
	background-position: 100% 100%;
	margin: 0 0 0 18px;
	padding-left: 0;
	list-style: none url(material/liste.png);
}
.block_grey td {
	line-height:18px;
}
.round {
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	border-top-left-radius: 4px;
	margin:22px 0 0 20px;
}
.noborder {
	border: 0;
}
.tabelle_top {
	padding: 0;
}
.tabelle_o_l {
	border: 2px solid #00b5d9;
	-webkit-border-top-left-radius: 12px;
	-moz-border-radius-topleft: 12px;
	border-top-left-radius: 12px;
	border-bottom: 1px solid #00b5d9;
	border-right: 1px solid #00b5d9;
	background-color:#fff;
	-moz-box-shadow:0 1px 2px #a69885;
	-webkit-box-shadow:0 1px 2px #a69885;
	box-shadow: 0 1px 2px #a69885;
	padding-left: 15px;
}
.tabelle_o_r {
	border: 2px solid #00b5d9;
	-webkit-border-top-right-radius: 12px;
	-moz-border-radius-topright: 12px;
	border-top-right-radius: 12px;
	border-bottom: 1px solid #00b5d9;
	border-left: 1px solid #00b5d9;
	background-color:#fff;
	-moz-box-shadow:0 1px 2px #a69885;
	-webkit-box-shadow:0 1px 2px #a69885;
	box-shadow: 0 1px 2px #a69885;
	padding-left: 15px;
}
.tabelle_u_l {
	border: 2px solid #00b5d9;
	-webkit-border-bottom-left-radius: 12px;
	-moz-border-radius-bottomleft: 12px;
	border-bottom-left-radius: 12px;
	border-top: 1px solid #00b5d9;
	border-right: 1px solid #00b5d9;
	background-color:#fff;
	-moz-box-shadow:0 1px 2px #a69885;
	-webkit-box-shadow:0 1px 2px #a69885;
	box-shadow: 0 1px 2px #a69885;
	padding-left: 15px;
}
.tabelle_u_r {
	border: 2px solid #00b5d9;
	-webkit-border-bottom-right-radius: 12px;
	-moz-border-radius-bottomright: 12px;
	border-bottom-right-radius: 12px;
	border-top: 1px solid #00b5d9;
	border-left: 1px solid #00b5d9;
	background-color:#fff;
	-moz-box-shadow:0 1px 2px #a69885;
	-webkit-box-shadow:0 1px 2px #a69885;
	box-shadow: 0 1px 2px #a69885;
	padding-left: 15px;
}
.block_blue {
	background-color: #ffffff;
	padding: 10px 20px;
	border: solid 1px #00b5d9;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 0 1px 3px #a69885;
	-webkit-box-shadow: 0 1px 3px #a69885;
	box-shadow: 0 1px 3px #a69885;
}
.block_blue p {
	color: #00b5d9;
	font-family: 'CartoGothicStdBold', sans-serif;
	padding-top: 5px;
	padding-bottom: 5px;
}
.block_image {
	float:left;
	background-color: #f2ece9;
	border: solid 1px #00b5d9;
	margin-bottom: 0px;
	margin-right: 18px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 0 1px 3px #a69885;
	-webkit-box-shadow: 0 1px 3px #a69885;
	box-shadow: 0 1px 3px #a69885;
}
.block_referenz {
	background-color: white;
	border: solid 1px #00b5d9;
	padding: 10px 20px;
	margin: 0 20px 0 0;
	text-align: center;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 0 1px 3px #a69885;
	-webkit-box-shadow: 0 1px 3px #a69885;
	box-shadow: 0 1px 3px #a69885;
}
.block_referenz p {
	color: #1a1d40;
	font-weight: normal;
	padding-top: 10px;
	padding-bottom: 0px;
}
.normal {
	font-weight: normal;
}
.small {
	font-size:11px;
	line-height:14px;
}
.red {
	color: #b80025;
	font-family: 'CartoGothicStdBold', sans-serif;
	font-weight:normal;
}
.copyright {
	text-align:right;
	padding-top: 10px;
}
.nobreak {
	white-spaces:nobreak;
}
.bg_training {
	background-image:url(material/bg_training.png);
}
.por_training1 {
	width:180px;
	height:270px;
	background-image: url(fotos/training1.jpg);
}
.por_training3 {
	width:180px;
	height:270px;
	background-image: url(fotos/training3.jpg);
}
.por_training4 {
	width:180px;
	height:270px;
	background-image: url(fotos/training4.jpg);
}
.por_training5 {
	width:180px;
	height:270px;
	background-image: url(fotos/training5.jpg);
}
.por_coaching2 {
	width:270px;
	height:180px;
	background-image: url(fotos/coaching2.jpg);
}
.por_coaching3 {
	width:270px;
	height:180px;
	background-image: url(fotos/coaching3.jpg);
}
.por_coaching4 {
	width:180px;
	height:270px;
	background-image: url(fotos/coaching4.jpg);
}
.por_coaching5 {
	width:180px;
	height:270px;
	background-image: url(fotos/coaching5.jpg);
}
.por_trainerin1 {
	width:180px;
	height:270px;
	background-image: url(fotos/trainerin1.jpg);
}
.right0 {
	float:right;
	margin-right:0;
	margin-left:20px;
}
.left0 {
	float:left;
}
.left20 {
	float:left;
	margin-left:20px;
}
.left50 {
	float:left;
	margin-left:50px;
}
.left100 {
	float:left;
	margin-left:100px;
}
.left150 {
	float:left;
	margin-left:150px;
}
.left200 {
	float:left;
	margin-left:200px;
}
.left250 {
	float:left;
	margin-left:250px;
}
.left300 {
	float:left;
	margin-left:300px;
}
.width100 {
	width:100px;
}
.width125 {
	width:125px;
}
.width150 {
	width:150px;
}
.width175 {
	width:175px;
}
.width200 {
	width:200px;
}
.width250 {
	width:250px;
}
.width300 {
	width:300px;
}
.width400 {
	width:400px;
}
.width476 {
	width:476px;
}
.width500 {
	width:500px;
}
.width520 {
	width:520px;
}
.width600 {
	width:600px;
}
.train2 {
	height:678px;
	width:678px;
}
.train2_l {
	float:left;
	width:330px;
}
.train2_r {
	float:right;
	width:330px;
}

