/*************************
*   Seite zentrieren     *
*************************/
#centerpage {
	width: 930px;
	text-align: left; /* Zentrieren von body-Tag wieder aufheben */
	margin-right:auto;
	margin-left:auto;
	height: 640px;
	border: 3pt double #FD7215;
	background-color: #fec695;
}

/*****************************
* Layout                     *
*****************************/

#topleft, #top, #top_logo, #top_submenu, #left, #content, #bottom, #footer{
overflow:hidden;
display:inline-block;
}

#topleft, #top, #top_logo, #top_submenu, #left, #content {
float:left;
}

#top {
	float: none !important; /* für Mozilla */
}

#left, #bottom, #footer {
	clear: left;
}

#topleft {
	height: 170px;
}

#top, #top_logo, #top_submenu {
	height: 140px;
}

#topleft, #left {
	width:160px;
}

#top_logo {
	width:440px; 
}

#top_submenu {
	width:300px;
	padding-top: 28px;
}

#left {
	height:360px;
}

#content {
	width: 740px;
	height: 390px;
	overflow: auto;
	padding-left:30px;
}

#bottom {
	height: 76px;
	width: 100%;
	text-align:center;
}

#footer {
	text-align:center;
	font-size: 9px;
	margin-top:2px;
}
