/* 1. Kalibrierung */

* {
	padding: 0;	

	margin: 0;	
}


html, body {
	height:100%;
	text-align:center; /* horizontal zentrieren fuer IE5 */
}

#wrapper {
	width:1000px;
	background-image: url(bg_verlauf.png);
	min-height:100%;
	margin: 0 auto 0;
	z-index:1; 
}

* html #wrapper{
	height:100%;
}


#header {
	position: relative;
	width: 1000px;
	height: 455px;
	background-color:#FFFFFF;
	margin: 0 auto 0;
}

#icw_bogen {
	position:absolute;
	top:0px;
	left:0px;
	width: 1000px;
	height: 155px;	
	z-index: 10;
}


#bild {
	position: absolute;
	left: 33px;
	top: 53px;
	width: 628px;
	height: 356px;
	margin: 0px;
	text-align: center;
}

#tfc_logo {
	position: absolute;
	top: 50px;	
	right: 35px;
	width: 313px;
	height: 361px;	
}



#content {
	width: 1000px;
	height:auto;
	margin: 0 auto 0;
	text-align:left;
}

#menu {
	width: 925px;
	height: 53px;	
	text-align: left;
	padding: 22px 0 0 75px;
	background-image: url(menu_bg.png);
	background-color: #FFFFFF;		
}

* html #menu {
	width: 1000px;
	height: 75px;
}

#inhalt{	
	padding: 0 45 40 90px;
	width: 535px;
	height:auto;
	text-align: left;
	border: 0px solid blue;
}

* html #inhalt{
	width: 650px;
}

#box_right{
	float: right;
	width: 210px;
	text-align:left;
	height:auto;
	margin: 0 90px 0 0;
	padding-bottom: 40px;
	border: 0px solid blue;
}

#clr {
	clear: both;
}

