/*******************************************************
*  THM 20100417
*  layout3c.css, http://typo3-beratung.com
*
* #323E98 -- dkl-bl -- Meta-Menue, Boxen-Hintergrund
* #84A0EA -- hbl -- aktiver Menuepunkt
* #B23F22 -- dbn -- Mouseover
* #F4CBBC -- hbn -- Mouseover-Hintergrund
* #C0B8DF -- Hntergrund
*
******************************************************/

body, .float_ende, .box_oben   {
	background-color: white; /* #C0B8DF; */
}
body { margin-top: 5px; }


/* *** Abstaende ******************************************* */

#mitte { 
	width: 570px;
}
 
#rechts { 
	float: left;
	width: 160px;
	margin-bottom: 15px;
}
 

/* *** Kopf (Logo und Hauptmenue) ************************************** */

#meta  {
	height: 29px; 
	background-image: none;	
	line-height: 29px;
}
#meta span, #meta span a {
	color: #323E98;
}
#meta span a.aktiv {
	color: #84A0EA;
}
#meta span a:hover {
	color: #B23F22;
}

#motto {
	position: static;
	float: right;
	width: 740px;
	height: 61px; 
	padding: 0;
	background-image: url("/fileadmin/balken_oben3c.png");	
	font-size: 1em;
	font-family: Garamond,Verdana;
	letter-spacing: 0.1em;
}
#motto strong { 
	display: block;
	margin: 15px 0px 0 10px; 
}


/* *** Links ************************************* */

.box_oben strong  { 
	background-color: #323E98; 
}

#menue {
	background: #323E98;
}

#menue li.aktiv a {	background-color: #84A0EA; }



/* 1. Untermenue-Ebene */
#menue li.aktiv ul { 
	background-color: #323E98; 
}
#menue li.aktiv ul  .aktiv2  a { 
	background-color: #84A0EA;
}

#menue ul li a:hover, #menue ul li.aktiv a:hover, 
#menue ul li.aktiv ul li.aktiv2 a:hover {
	background-color: #B23F22;
	color: #F4CBBC;
}

/* *** Mitte ************************************ */

#mitte h1, #mitte h2, #mitte h3 {
	color: #323E98;
} 
#mitte a {
	color: #323E98;
}
#mitte a:hover {
	color: #B23F22;
}

#strich { 
	border-top-color: #323E98;
}


/* *** Rechts *********************************************** */

.werbung_re {
	background: url("/fileadmin/rahmen-mi.png") left top repeat-y; 
	color: #333;
	padding: 10px 3px;
	font-size: 10pt;
	text-align: left;
	margin: 0 auto;
}
.werbung_re a {
	display: block;
	font-weight: bold;
	text-decoration: underline;
	color: #323E98;	
}
.werbung_re a.adr {
	font-size: 8pt;
	text-decoration: none;
	font-weight: normal;
	color: #FF2460;
}
.werbung_re a:hover {
	color: #FF2460;	
	text-decoration: underline;
}

/* *** Fussbereich ******************************* */

#erstellt a {
	color: #323E98;
}
#erstellt a:hover {
	color: #B23F22;
}
