body, ul, li, h1, h2, span{
	margin:0;
	padding:0;
}
body{
	background-color: #000;
}
#preload {
	display: none
}
#preload img {
	height: 0; width: 0; border: none;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -100;
}
h1{
	color:#fff;
	font: 32px/36px 'TheanoDidotRegular', Arial, sans-serif;
	font-size:24px;
	font-weight:bold;
	line-height:34px;
	text-align: center;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
h2{
	font-family: 'Allura', cursive;
	font-size:33px;
	font-weight:normal;
	margin-left:5px;
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 10px;
}
h3{
	font: 18px/22px 'TheanoDidotRegular', Arial, sans-serif;
	font-size:20px;
	font-weight:normal;
	margin-left:5px;
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 10px;
}

h4{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:20px;
	font-weight:normal;
	text-align: left;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
h5 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:16px;
	font-weight:110;
	text-align: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
h6 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:14px;
	font-weight:normal;
	text-align: left;
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
h7 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:14px;
	font-weight:normal;
	text-align: center;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}



p {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	line-height: 21px;
	font-weight: normal;
	font-style: normal;
	word-spacing: normal;
	margin-top: 14px;
	margin-right: 40;
	margin-left: 40;
}

ul{
	list-style-image: none;
	list-style-type: disc;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	padding-left: 20px;
	z-index: auto;
}
ol {
	/* [disabled]list-style-image: none; */
	/* [disabled]list-style-type: disc; */
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	padding-left: 20px;
}
br {
	display: block;
	line-height: 17px;
}

.zeilenabstand {
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 22px;

}

.mb_overlay{
	/* [disabled]width:100%; */
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	z-index:7;
	background-color: transparent;
	background-image: url(../bg/pattern.png);
	background-repeat: repeat;
	background-position: left top;
	background-attachment: scroll;
	right: 0px;
	bottom: 0px;
}
.slidingMenu {
	position: absolute;
	height:660px;
	width: 470px;
	top:42px;
	overflow:hidden;
	right:0px;
	font-family: Arial, Helvetica, sans-serif;
	z-index: 8;
	margin: 0px;
	padding-right: 5px;
}
.slidingMenu li.move {
	height: 68px;
	right:0px;
	padding-right:10px;
	margin-top:2px;
	z-index: 9;
	position: absolute;
	background: #2183c4;
	-moz-border-radius: 8px 0px 0px 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
	behavior: url(../zwischenablage/border-radius.htc);
	-moz-box-shadow:1px 1px 5px #000;
	-webkit-box-shadow:1px 1px 5px #000;
	box-shadow:1px 1px 5px #000;
	background-color: #85050C;
	background-repeat: repeat;
	background-position: top;
	margin-right: -5px;
	left: auto;
	width: auto;
	padding-left: 10px;
}
.slidingMenu li {
	display:block;
	float:right;
	clear:both;
	position:relative;
	overflow:hidden;
	z-index: 10;
}
.slidingMenu li a {
	font-size:66px;
	text-transform:uppercase;
	text-decoration: none;
	color: #ddd;
	text-indent:5px;
	z-index: 11;
	display: block;
	float: right;
	height: 66px;
	line-height: 66px;
	position: relative;
	overflow: visible;
	padding-right:5px;
}
/* Descriptions */
.slidingMenuDesc{
	margin-top:42px;
	position:absolute;
	z-index: 12;
}
.slidingMenuDesc div{
	height: 68px;
	padding-right:5px;
	left:-5px;
	width:0px;
	margin-top:2px;
	overflow:hidden;
	position:absolute;
	-moz-box-shadow:1px 1px 5px #000;
	-webkit-box-shadow:1px 1px 5px #000;
	box-shadow:1px 1px 5px #000;
	-moz-border-radius: 0px 8px 8px 0px;
	-webkit-border-top-right-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	background-color: #85050C;
	behavior: url(../zwischenablage/border-radius.htc);
}
.slidingMenuDesc div span {
	font-size:36px;
	color: #f0f0f0;
	text-indent:5px;
	z-index: 10;
	display: block;
	height: 66px;
	line-height: 66px;
	position:absolute;
	right:10px;
	margin-left:5px;
	top:-3px;
}
#container {
	width: 35%;
	margin-left: 5%;
	text-align: left;
	float: left;
	position: absolute;
	z-index: 11;
	top: 5%;
	background-image: url(../bg/bg_trans.png);
	background-repeat: repeat;
	/* [disabled]overflow: auto; */
	color: #FFF;
	-moz-border-radius:20px 20px 20px 20px;
	-webkit-border-top-left-radius: 20px;
	-webkit-border-top-right-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 40px;
}
#container_titel {
	width: 40%;
	margin-left: 5%;
	text-align: left;
	float: left;
	position: absolute;
	z-index: 11;
	background-image: url(../bg/bg_trans.png);
	background-repeat: repeat;
	overflow: auto;
	color: #FFF;
	-moz-border-radius:20px 20px 20px 20px;
	-webkit-border-top-left-radius: 20px;
	-webkit-border-top-right-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	bottom: 5%;
}
#container_coaching {
	width: 40%;
	margin-left: 5%;
	text-align: left;
	float: left;
	position: absolute;
	z-index: 11;
	background-image: url(../bg/bg_trans.png);
	background-repeat: repeat;
	overflow: hidden;
	color: #FFF;
	-moz-border-radius:20px 20px 20px 20px;
	-webkit-border-top-left-radius: 20px;
	-webkit-border-top-right-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	padding-top: 25px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 40px;
	bottom: 5%;
}

#container_index {
	width: 40%;
	margin-left: 5%;
	text-align: left;
	float: left;
	position: absolute;
	z-index: 11;
	background-image: url(../bg/bg_trans.png);
	background-repeat: repeat;
	overflow: auto;
	color: #FFF;
	-moz-border-radius:20px 20px 20px 20px;
	-webkit-border-top-left-radius: 20px;
	-webkit-border-top-right-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	padding-top: 22px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 40px;
	bottom: 5%;
	height: 28em;
	margin-top: 5px;
}
#container_index a {
	color:#F00;
	font-size: 16px;
	font-weight: bold;

}
#container_coaching a {
	color: #9F060E;
	font-size: 17px;
	font-weight: bolder;
	font-family: "Arial Black", Gadget, sans-serif;
	font-style: normal;
	font-variant: normal;
	/* [disabled]text-transform: lowercase; */
	letter-spacing: 2px;
	line-height: 5px;
}



.ac_header{
	position:absolute;
	left:0px;
	font-size:13px;
	height:8px;
	background-image: url(../bg/bg_trans.png);
	background-repeat: repeat;
	top: 0px;
	text-align: left;
	overflow: visible;
	z-index: 50;
	right: 0px;
	bottom: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 5px;
}
.ac_header a{
	letter-spacing:1px;
	color:#CCC;
	float:right;
	position: relative;
	padding-right: 12px;
	padding-left: 10px;
	bottom: 5px;
}
.box1 {
	background-color: #f0f0f0;
	width: 533px;
	height: 50px;
	margin: 0 auto 15px auto;
	padding: 30px;
	border: 1px solid #d7d7d7;

	-moz-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 11px;
	behavior: url(../zwischenablage/border-radius.htc);
}

.box2 {
	background: transparent url(../ashera.jpg); no-repeat top left;
	width: 420px;
	height: 220px;
	margin: 0 auto 35px auto;
	padding: 30px;
	color: #fff;
	font-weight: bold;
	border: 11px solid #35b70e;

	-moz-border-radius: 32px;
	-webkit-border-radius: 32px;
	border-radius: 32px;
	behavior: url(../zwischenablage/border-radius.htc);
}

.box3 {
	background-color: #ddd;
	width: 210px;
	height: 30px;
	padding: 20px;
	position: absolute;
	top: 5px; left: 5px;

	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	behavior: url(../zwischenablage/border-radius.htc);
}

.rel {
	margin: 50px 0 0 33px;
	padding: 25px;
	position: relative;
	z-index: inherit;
	zoom: 1; /* For IE6 */
}



.rot {
	font: 32px/36px 'TheanoDidotRegular', Arial, sans-serif;
	/* [disabled]letter-spacing: 0px; */
	color: #85050C;
}
.mittig {
	text-align: center;
}
