*{
	padding: 0;
	margin: 0;
	border: 0;
}
body,html{
	height: 100%;
	background: #a0a0a0;
	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: 1000px;
	margin: 0 auto;
	text-align: left;
	background-color: white;
	position: relative;
	min-height: 100%; /* Fuer moderne Browser */
	height: auto !important; /* Fuer moderne Browser */
	height: 100%; /* Fuer IE */
}
#logo {
	width: 151px;
	height: 91px;
	float: left;
	margin-left: 20px;
	margin-top: 10px;
	text-align: right;
	background: url(../../main/images/layout/logo.png) no-repeat left top transparent;
}
#banner {
	width: 800px;
	float: left;
	margin-top: 10px;
	margin-left: 26px;

}
#header {
	position: relative;
	width: 100%;
	float: left;
	text-align: left;
	border-top-width: 0px;
	border-bottom-width: 1px;
	border-color: #999999;
	border-top-style: solid;
	border-bottom-style: solid; 

}
/*
#topnavi {
	width: 561px;
	margin-left: 200px;
	height: 80px;
	float: left;
	background: #000000;
	vertical-align: bottom;
}
#topnavi img {
	vertical-align: bottom;
}*/

#leftnavi {
	width: 230px; /* 230px + 5px + 5px = 240px */
	float: left;
	background: transparent;
	padding: 30px 5px 5px 5px;
}
#content {
	width: 720px; /* 720x + 20px + 20px = 740px */
	float: left;
	margin: 0px 0px 2.5em 0px;
	padding: 20px 20px 0px 20px;
	background: transparent;
}
#footer {
	width: 100%;
	height: 30px;
	position: absolute;
	bottom: 0;
	background: white;
	border-top-width: 1px;
	border-color: #999999;
	border-top-style: solid; 
	text-align: center;
}
#footer p.bodytext { width: 940px; text-align: center; }
#copyright {
	width: 700px; /* 220px + 20px = 250px */
	height: 20px;
	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;
}
