/*************************
*   Seite zentrieren     *
*************************/
#centerpage {
	width: 1024px;
	text-align: left; /* Zentrieren von body-Tag wieder aufheben */
	margin-right:auto;
	margin-left:auto;
	height: 724px;
}

/*****************************
* Layout                     *
*****************************/

#topleft, #top, #left, #content, #bottom{
	overflow: hidden;
	display: inline-block;
	float: left;
	background: transparent;
}

#topleft {
	clear:left;
	width:233px; 
	text-align:center;
	height:242px;
}
	
#top {
	width: 791px;
	height: 242px;
	background-image: url(../grafik/index_top.png);
	background-position: top left;
	background-repeat: no-repeat;
}
#left {
	clear: left;
	width: 234px;
	height: 483px;
	text-align: center;
}

#content {
	width: 656px;
	height: auto;
	padding: 10px 20px 0px 50px;
}

#topgfx {
	padding: 0px 0px;
}

#menu {
	clear:left;
	padding-top:0px;
	padding-left:50px;
}

#bottom {
	clear: left;
	width: 1024px;
	height: 20px;
	background-color: #A62943;
}