*{
	padding: 0;
	margin: 0;
	border: 0;
}
body,html{
	height: 100%;
	font: 11px Verdana, Arial, sans-serif;
	color: black;
	background: #7c868e;
	text-align: center;
}
#gecko_scrollbar {
	display: none;
}
html>body #gecko_scrollbar {
	position: absolute;
	z-index: 1;
	bottom: -1px;
	left: 0;
	width: 1px;
	height: 1px;
	display: block;
	font-size: 0;
}
#wrap {
	width: 600px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	background: #ffffff;
	min-height: 100%; /* Fuer moderne Browser */
	height: auto !important; /* Fuer moderne Browser */
	height: 100%; /* Fuer IE */
}
#header {
	width: 600px;
	height: 200px;
	float: left;
	text-align: left;
	background: transparent;
}
#topnav {
	width: 600px;
	height: 20px;
	float: left;
	background: #ed1c24;
	text-align: center;
	color: #ffffff;
	padding: 7px 0px 5px 0px;
}
#imgbar {
        width: 600px;
	height: 200px;
	float: left;
	text-align: left;
	background: url(../../main/images/banner/banner_bg.gif) no-repeat right bottom #ed1c24;
	position: absolute;
}
#spacer1 {
	width: 100%;
	float: left;
	height: 5px;
	background: #ed1c24;
}
#content {
	width: 561px; /* 650px + 20px + 20px = 690px */
	float: left;
	margin: 10px 0px 2.5em 0px;
	padding: 0px 19px 0px 20px;
	background: #ffffff;
}
#spacer2 {
	width: 100%;
	float: left;
	height: 20px;
	background: #FFFFFF;
}
#footer {
	width: 100%;
	height: 52px;
	position: absolute;
	bottom: 0;
	background: #000000;
}
#copyright {
	width: 220px; /* 220px + 20px = 250px */
	height: 32px;
	float: left;
	line-height: 32px; /* damit middle funktioniert */
	text-align: left;
	vertical-align: middle;
	padding: 0px 0px 0px 20px;
	color: #FFFFFF;
}
#bottomnavi {
	width: 740px;
	height: 32px;
	float: left;
	line-height: 32px; /* damit middle funktioniert */
	text-align: right;
	vertical-align: middle;
}
#bottomnavi img {
	vertical-align: bottom;
}
#ct1 {
	width: 100%;
	float: left;
	margin: 0px 0px 2.5em 0px;
}
#ct21 {
	width: 48%;
	float: left;
	padding: 0px 2% 0px 0px;
	margin: 0px 0px 2.5em 0px;
}
#ct22 {
	width: 48%;
	float: left;
	padding: 0px 0px 0px 2%;
	margin: 0px 0px 2.5em 0px;
}

