*{
	padding: 0;
	margin: 0;
	border: 0;
}
body,html{
	height: 700px;
	font: 12px "Trebuchet MS", Verdana, Arial, sans-serif;
	color: black;
	background: #a0a0a0;
	text-align: center;
}
#wrap {
	position: absolute;
	width: 900px;
	height: 600px;
	left: 50%;
	margin-left: -490px;
	text-align: left;
	background: #333333;
	min-height: 600px; /* Fuer moderne Browser */
	height: 600px !important; /* Fuer moderne Browser */
	height: 600px; /* Fuer IE */
	border: 1px solid #000000;
	top: 50%;
	margin-top: -310px;
}
#logo {
	width: 290px;
	height: 268px;
	float: left;
	text-align: right;
	background: url(../../main/images/layout/logo.gif) no-repeat right bottom #FFFFFF;
}
#image {
	width: 430px;
	height: 600px;
	float: left;
	padding: 0px 0px 0px 0px;
}
#nav {
	width: 130px; /* 210px + 5px + 5px = 220px */
	height: 600px;
	float: left;
	background: #f26921;
	padding: 0px 10px 0px 10px;
}
#content {
	width: 280px; /* 650px + 20px + 20px = 690px */
	float: left;
	margin: 0px 0px 2.5em 0px;
	padding: 104px 20px 0px 20px;
}
#spacer2 {
	width: 100%;
	float: left;
	height: 20px;
	background: transparent;
}
#footer {
	width: 100%;
	height: 52px;
	position: absolute;
	bottom: 0;
	background: transparent;
}
#copyright {
	width: 280px; /* 220px + 20px = 250px */
	height: 32px;
	position: absolute;
	text-align: left;
	vertical-align: middle;
	padding: 0px 20px 10px 0px;
	color: #FFFFFF;
	bottom: 0;
	right: 0;
}
#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;
}
