@charset "UTF-8";
/* CSS Document */

@import url(reset.css);
@import url(typo.css);
html, body {
	height: 100%; /* Anzeigebereich in der Vertikalen auf 100% strecken */
	margin-bottom:1px;
}
body {
	background:url(../images/bg_wrapper.png) repeat-y center top;
	color: #ffffff;
	font-size: 12px;
	line-height:1.5em;
	font-family:Arial, Verdana, sans-serif;
	text-align: center; /* FÃ¼r IE 5.01 & 5.5, um die Box #wrapper horizontal zu zentrieren */
	margin: 0;
	padding: 0;
}
div {
	text-align: left; /* text-align:center wieder aufheben, damit DIV-Inhalte linksbÃ¼ndig ausgerichtet sind */
}
/* Seitenaufbau */



#wrapper {
	position: relative;
	margin: 0 auto;
	width: 800px;
	min-height: 100%; /* Mindesthöhe in modernen Browsern */
	height: auto !important; /* !important-Regel für moderne Browser */
	height: 100%; /* MindesthÃ¶he in IE (<7) */
	padding:0 0px 0 0px;
}
/* clearfix zum Aufheben der Floatumgebung */



.clearfix:after {
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
#header {
	width:800px;
	float:left;
	height:215px;
	background:#ffffff;
}
#header_left {
	background:url(../images/Daller_Training_Logo.gif) no-repeat 25px 25px;
	width:350px;
	height:180px;
	float:left;
}
#header_right {
	background:#ffffff;
	width:450px;
	height:180px;
	float:left;
}
#header_bottom {
	width:775px;
	height:30px;
	float:left;
	padding-left:25px;
}
#header_bottom ul li {
	display:block;
	float:left;
	height:35px;
	line-height:30px;
}
#header_bottom ul li a {
	display:block;
	float:left;
	height:35px;
	padding-right:30px;
	line-height:30px;
	color:#000000;
	font-size:14px;
	text-decoration:none;
}
#header_bottom ul li a:hover {
	color:#00000;
	font-size:16px;
}
#header_bottom ul li a:active {
	color:#008dbc;
	font-size:16px;
}
#main {
	width:800px;
	float:left;
	height:100%;
	float:left;
}

#content {
	float:left;
	width:750px;
	height:100%;
	padding:25px;
}

.container {
	float:left;
	width:140px;
	height:140px;
	padding:5px;
	margin-right:16px;
	background:url(../images/container.gif) no-repeat top left;
}

.left {width:285px; float:left; padding-left:100px; padding-right:15px; }
.right {width:350px; float:left;}
.center {width:550px; padding-left:100px; padding-right:100px; clear:both;}
.one {padding:10px;}
.two {padding:10px; margin-left:60px;}
.three {padding:10px; margin-left:80px;}
.four {padding:10px; margin-left:20px;}
.kasten {width:200px; background:#ffec6e; border:#ff0000 solid 1px; color:#000000; padding:15px;}
