html, body {
	height:100%;
	background-color:#72284e;
	background-image:url(../img/bg.gif);
	background-attachment:fixed;
	margin:0px;
	padding:0px;
}

#main {
	min-height: 100%;
	height:auto !important; /* moderne Browser */
	height:100%; /* IE */
	background-image:url(../img/content_verlauf.png);
	background-position:left bottom;
	background-repeat:no-repeat;
	width:1045px;
	position: relative;
}

*html #main {
	background-image:url(../img/content_verlauf_ie.png);
}

#submain {
	width:1000px;
	background-repeat:no-repeat;
	float:left;
}

#header {
	height:405px;
	width:1000px;
}

#header_top {
	height:330px;
	width:1000px;	
}

#middle {
	width:1000px;
	padding-left:30px;
}

*html #middle {
	width:970px;
}

#left {
	width:170px;
	float:left;
	margin-bottom:40px;
}

#content_left {
	margin-top:20px;
}

#middle_right {
  width:720px;
  float:left;
  margin-left:40px;
  margin-bottom:30px;
}

#content {
	width:500px;
	margin-right:40px;
	float:left;
}

#right {
	width:170px;
	float:left;
}

#footer {
	position:absolute;
	bottom:0px;
	width:940px;
	background-image:url(../img/pixel_grau.jpg);
	background-repeat:repeat-x;
	padding-top:5px;
	padding-bottom:5px;
}

#footer_left {
	float:left;
}


#footer_right {
	float:right;
}

#schatten {
	height:100%;
	width:45px;
	float:left;
}

*html #schatten {
	width:39px;
}


.clearboth {
	clear:both;
}

.clearer {
	border:0;
	height:1px;
	background:#D1D1D1;
}
