/*******************************************************
*  THM 20100911ba
*  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; 
}

#mitte a[href^="http"]:before {
   content:url('/fileadmin/verweis.gif')" ";
}

#mitte a.kein_symbol:before {
   content:"";
border: 0;
}
#mitte a.kein_symbol img { border: 0; }

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

#mitte { 
	width: 570px;
font-size: 10pt;
}
#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: 1.7em;
	font-family: Garamond,Verdana;
	letter-spacing: 0.1em;
}
#motto div { 
	margin: 15px 5px 0 15px; 
}


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

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

#menue {
	background: #323E98;
}
#menue ul li a { font-size: 8pt; }

#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 *********************************************** */

#rechts1  h2 { background-color:  #323E98; color: white; text-align: center; font-size: 13pt;
border: 1px solid  #323E98;
-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
margin-bottom: 0;
}
#rechts1 .tx-flseositemap-pi1 ul {
margin: 0; padding: 0 1px 0 3px; list-style: none;
font-size: 10pt;
margin-bottom: 20px;
border: 1px solid  #323E98;
-webkit-border-bottom-right-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-bottomright: 5px;
-moz-border-radius-bottomleft: 5px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
}

#rechts {
padding-left: 5px;
}

.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;
}

.zaehler a[href^="http://c"] {
	display: none;
}


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

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