/* @override http://www.testweb24.de/redaxo1/files/css/layout.css */

html, body {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: small;
	background-color: #fff;
	text-align:center;
	height: 100%;
	width:100%;
	margin: 0;
	padding: 0 0 0 4px;
}

* html body {
	font-size: x-small; /* fuer IE5/Wind */
	f\ont-size: small; /* fuer andere IE-Versionen */
}

#abstand {
	height: 50%; 
	width: 100px;
	margin-bottom: -348px; /*für vertikale Zentrierung immer Hälfte der Höhe von #wrap */
	float: left; 
}
	
#wrap { 
	clear:left;
	position:relative;
	text-align:left;
	width: 645px;
	/*min-height:696px; 
	height:auto !important;   */
	height:696px;
	padding: 0;
	margin: 10px auto 20px;
}

#wrap-inner {
	width: 645px;
	/*min-height:652px; 
	height:auto !important;    */
	height:652px; 
	border: 0;
	color:#2E366E;
	text-align: left;
	padding: 0; margin:0;
}

#content {
	clear:left;
	width: 100%;
	height:496px;
	margin:0; padding:0;
}
