*{
	padding: 0;
	margin: 0;
	border: 0;
}
body,html{
	font: 12px "Trebuchet MS", Verdana, Arial, sans-serif;
	color: black;
	background: white;
	text-align: center;
}
#wrap {
	position: relative;
	width: 740px;
	height: 100%;
        margin: 0 auto;	
        text-align: left;
	background: white;
	min-height: 600px; /* Fuer moderne Browser */
	height: 100% !important; /* Fuer moderne Browser */
	height: 100%; /* Fuer IE */
	border: 0px solid #000000;
}
#header {
	width: 740px;
	height: 140px;
  text-align: center;	
  float: left;
	padding: 10px 0px 0px 0px;
}
#topnav {
	width: 740px; /* 210px + 5px + 5px = 220px */
	height: 30px;
	float: left;
  text-align: center;	
  background: transparent;
	padding: 0px 0px 0px 0px;
}
#spacer1 {
	width: 100%;
	float: left;
	height: 10px;
	background: transparent;
} 
#content_wrap {
        width: 738px;
        float: left; 
        border: 1px solid #9b0423;
}
#leftnav {
	width: 130px;
	float: left;
	background: transparent;
}
#content {
	width: 700px; /* 650px + 20px + 20px = 690px */
	float: left;
	margin: 0px 0px 2.5em 0px;
	padding: 20px 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: 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;
}

