/* Layout fuHeader 
   -----------------------------------------------------------------------------
*/
body {
	background: #fff url(../img/bg_body_home.gif) top repeat-x;
	/* das Hintergrundbild muss entsprechend der Hoehe des Identitaetsbereichs angepasst werden, es enthaelt die gruene Linie und den grauen Hintergrundstreifen*/
}

#headerIdentityWrapper {
	position: relative;
	margin: 0 0 20px 0;
	width: 780px;
	/*height: 165px;*/	 /* Hoehe Variable */
height: 474px;
	padding: 0;
}


/* Layout  fuNavigationTopInfo
   -----------------------------------------------------------------------------
*/

#baseNavigationInfo {
	position: absolute;
	top: 77px;
	left: 194px;
	height: 24px;
	width: 585px;
	margin: 0;
	padding: 0;
background-color:#666;
	/*border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;*/
}

#baseNavigationInfo ul {
	list-style-type: none;
	margin: 4px 0 0 2px;
	padding: 0;
	display: inline;
	/*text-align: right;*/
	float: left;
	/*width: 496px; extra Angabe fuer Opera 7 */
}
/* Layout fuIdentity
   -----------------------------------------------------------------------------
*/

#baseIdentity {
	display: block;
	position: absolute;
/*top: 85px;  */   /* position Variable */
top: 101px; 
	left: 0;
	height:388px;   /* Hoehe Variable */
	width: 779px;
	margin: 0;
	padding: 0;
	/*border-right: 1px solid #fff;*/
	background-color: #f4f4f4;
border-top: 4px solid #c00;
}

/* Anfang baseContainerRight */

#baseContainerRight {
position:absolute;
	float: none;
	margin: 0;
	padding: 0 0 0 8px;
left:780px;
top:214px;
	/* overflow: hidden; */ /* optional */
	width: 194px;
	voice-family: "\"}\"";  
	voice-family: inherit;
	width: 186px;
}

/* Layout fuFooter 
   -----------------------------------------------------------------------------
*/

#baseContainerFooter {
	margin:-1px 0 0 0px;
	border-top: none;
background-color:#d4d4d4;
width:779px;
}

/* Copyright */
#baseContainerFooter div.left {
	left: 206px;
}


