/*******************************************************
*  THM 20090715
*  layout3c.css - 2 Spalten
*   http://typo3-beratung.com
*
* #84A0EA -- hbl -- Meta-Menue, Boxen-Hintergrund
* #323E98 -- bl -- Schrift Mitte, Meta MouseOver
* #E20015 -- rt -- aktiver Menuepunkt
* #00E339 -- hgn -- Mouseover
* #F4CBBC -- hbn -- Mouseover-Hintergrund
* #FF0 -- gb -- Strich
* ws -- Hintergrund
*
******************************************************/



html   {
	background-color: #DFDFDF;
	background-image: url("/fileadmin/h-verlauf-bl.png");
}

body {
	font: normal normal 12pt Georgia, "Times New Roman", Times, serif;
	color: #84A0EA;
}

a img { border: none; }


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

#mitte { 
	width: 735px;
	margin-right: 0;
}

#rechts { display:none; }

#daten { margin-top: 20px; }
#logo { margin-top: 8px;}


/* *** Kopf (Logo und Hauptmenue) ************************************** */
#meta  {
	height: 29px; 
	background-image: none;	
	line-height: 29px;
}
#meta span, #meta span a {
	color: #E20015;
}
#meta span a.aktiv {
	color: #323E98;
	font-weight: bold;
}
#meta span a:hover {
	color: #323E98;
}

#motto {
	position: static;
	float: right;
	width: 735px;
	height: 80px; 
	padding: 0;
	font-size: 1.45em;
	font-family: Garamond,Verdana;
}
 


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

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

#menue ul  li a {
	background: #323E98; /* hbl */
}

#menue li.aktiv a {	background-color: #E20015; } /* hgn */



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

#menue ul li a:hover, #menue ul li.aktiv a:hover, 
#menue ul li.aktiv ul li.aktiv a:hover {
	background-color: #00E339;
	color: white;
}

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

#mitte { color: #323E98; } /* bl */

#mitte h1 { color: #E20015; 

font: bold normal 22pt Georgia, "Times New Roman", Times, serif;
}

#mitte h2, #mitte h3 {
	color: #84A0EA;
font-family: Georgia, "Times New Roman", Times, serif;
} 

#mitte a {
	color: #E20015;
}
#mitte a:hover {
	color: #84A0EA;
}

#strich { 
	background-color: yellow;
	border: 0;
	height: 20px;
	line-height: 20px;
	text-align: center;
	font-weight: bold;
	font-size: 10pt;
	color: #323E98;
padding-top: 1px;
padding-bottom: 2px;
}

hr { border: 1px solid #00E339; }


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

#erstellt, #erstellt a {
	color: #323E98;
}
#erstellt a:hover {
	color: #E20015;
}


#erstellt .tx-asfkusercounter-pi1 , #erstellt .tx-asfkusercounter-pi1 table { display: inline; }
#erstellt .tx-asfkusercounter-pi1  { margin-right: 2px; }
#erstellt .tx-asfkusercounter-pi1 table { position: relative; top:2px; }

