@charset "utf-8";
/* CSS Document */

body {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 75%;
	color: #154A68;
	line-height: 1.4;
	text-align: center; /* Hierdurch wird der Container in IE 5*-Browsern zentriert. Dem Text wird dann im #container-Selektor die Standardausrichtung left (links) zugewiesen. */	
	padding: 0;
	margin: 0;
}

a { 
	color: #154A68;
}



#container { 
	width: 904px;  
	height:748px;	
	background-color: #FFFEFE;
	margin: 0 auto; /* Durch automatische Ränder (in Verbindung mit einer Breite) wird die Seite zentriert. */
	margin-top:10px; 
	padding-top:0;	
	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
} 


#head_almarte {
	position: relative;
	top: 0;
	left: 236px;
	width: 159px;
	height:104px;
}
#head_clararte {
	position: relative;
	top: 0;
	left: 256px;
	width: 159px;
	height:104px;
}
#head_vivarte {
	position: relative;
	top: 0;
	left: 276px;
	width: 159px;
	height:104px;
}

#content_aktuell {
	position: relative;
	top: -4px;
	left: 0px;
	width: 668px;
	height: 495px;
	background-color:#ADB9CD;
	margin-left: 236px;
}
#content_almarte {
	position: relative;
	top: -4px;
	left: 0px;
	width: 668px;
	height: 495px;
	background-color: #F3D75B;
	margin-left: 236px;
}
#content_clararte {
	position: relative;
	top: -4px;
	left: 0px;
	width: 668px;
	height: 495px;
	background-color: #B0BF8A;
	margin-left: 236px;
}
#content_vivarte {
	position: relative;
	top: -4px;
	left: 0px;
	width: 668px;
	height: 495px;
	background-color: #5095B8;
	margin-left: 236px;	
}


#sitemenu {
	position: relative;
	top: -2px;
	left: 0;
	width: 236px;
	height: 495px;
	float: left;
}

#mainmenu {
	margin-top: 22px;
}

#sitemenu a.main_menu {
	display: block;
	vertical-align:middle;
	height: 20px;
	margin-bottom: 4px;
	margin-right: 4px;
	padding-left: 10px;
	text-decoration: none;
	background-color: #ADB9CD;
	font-weight:bold;
	color: #FFF;
}
#sitemenu a.main_menu_current {
	display: block;
	vertical-align:middle;
	height: 20px;
	margin-bottom: 4px;
	padding-left: 10px;
	text-decoration: none;
	background-color: #ADB9CD;
	font-weight:bold;
	color: #154A68;
}

#sitemenu a:hover {
	background-color: #A1ADC5;
	color: #EEE;
}
#sitemenu a:active {
	background-color: #C3CFE7;
	color: #FFF;
}
.sitemenu_sep {
	display: none;
}
.ceo {
	margin-top: 8px;
	font-size: 88%;
}
.ceo img {
	margin-right: 6px;
}
/*  -------------------------------------- */
.legende {
	width: 584px;
	height: 126px;
	padding-top: 25px;
	padding-left: 40px;
}
.fotolegende {
	color: #FFF;
	font-size: 88%;
	font-weight:bold;	
}
.zitat {
	color: #FFF;
	font-size: 150%;
	font-weight: bold;
	line-height:1.2;
}
.einleitung {
	color: #154A68;
	font-weight: normal;
}

/*  -------------------------------------- */
.linie_aktuell {
	padding-left: 40px;
}
/*  -------------------------------------- */
.inhalt_links {
	width: 282px;
	padding-left: 40px;
	padding-top: 8px;
	margin-right: 16px;
	float:left;
/*	text-align:justify; */
	text-align: left;
	overflow:hidden;
}

.inhalt_rechts {
	width: 282px;
	padding-top: 8px;
	padding-right: 40px;
	float:right;	
/*	text-align:justify; */
	text-align: left;
	overflow:hidden;
}
.adresse_links {
	width: 212px;
	padding-left: 40px;
	padding-top: 8px;
	margin-right: 16px;
	float:left;
	text-align:left;
	overflow:hidden;
}

.adresse_rechts {
	width: 352px;
	padding-top: 8px;
	padding-right: 40px;
	float:right;	
	text-align:left;
	overflow:hidden;
}

.subnav {
	width: 568px;
	padding-left: 40px;
}

p {
	margin-top: 0;
	margin-bottom: 4px;
}

p.bereichstitel {
	margin-top: 0;
	margin-bottom: 4px;
	font-weight:bold;
}
