/*******************************************************
*  THM 20120102
*  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; padding-left: 5px; }
 

/* *** 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+2. Untermenue-Ebene */
#menue li.aktiv ul { background-color: #323E98; }
#menue li.aktiv ul  .aktiv2  a,
#menue ul ul li.aktiv2 ul .aktiv3 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,#rechts a { color: #004; border-bottom: 1px dotted #aaa;}
#mitte a:hover,#rechts a:hover { color: #323E98; border-bottom-color:transparent;}

#strich { border-top-color: #323E98; }

#rechts1{padding:0!important}
#rechts1 p{padding-left:2px;font-size:10pt}
#rechts1 ul{padding-left:15px!important;font-size:8pt}
#rechts1 ul li{margin-bottom:6px}

#rechts1 .csc-frame{border-color:#323E98;background-color:transparent}
#rechts1 h2,#rechts1 h3 {margin-top:8px}
#rechts1 h2,#rechts1 h3,#rechts1 a {color:#323E98}

/* *** Fussbereich ******************************* */

#erstellt a { color: #323E98; }
#erstellt a:hover { color: #B23F22; }

