/*******************************************************
*  THM 20081020
*  layout3.css, http://typo3-beratung.com
*
* #323E98 -- dkl-bl -- Meta-Menue, Boxen-Hintergrund
* #414243 --dgr -- Hintergrund aktiver Menuepunkt,  Mouseover-Text
* #ADAEAE -- dbn -- Mouseover-Hintergrund im Menue,
* #000000 -- hbn -- Mouseover-Text im Menue
* #C0B8DF -- Hntergrund, Motto
*
******************************************************/

body {
	margin: 0px;
	font-size: 12pt;
	width: 960px;
}

body, .float_ende  {
	background-color: #C0B8DF;
}

#kopf, #daten {
	width: 960px;
}

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

	
#kopf {
	height: 100px; 	
}

#logo {
	float: left;
	height: 100px;
}
#logo img { border: 0; }

#meta {
	float: right;
	width: 740px;
	height: 100px; 
	background: url("/fileadmin/balken_oben3a.png") no-repeat bottom left;	
	text-align: right;
	line-height: 25px;
	font-size: 10pt;
	padding: 0;
}
#meta span {
	color: #323E98;
}
#meta span a {
	color: #323E98;
	text-decoration: none;
}
#meta span a.aktiv {
	color: #414243;
	text-decoration: none;
	font-weight: bold;
}
#meta span a:hover {
	color: #414243;
	text-decoration: underline;
}

#motto {
	position: relative;
	top: 30px;
	color: white;
	font-size: 2em;
	font-family: Garamond,Verdana;
	letter-spacing: 0.1em;
}

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

#links {
	padding-top: 0px; 
	margin-top: 0px; 
	vertical-align: top;
	width: 200px;
	float: left;
}
.box_oben { display:block; background-color: #C0B8DF; margin: 0;}
.box_oben strong  { 
	display: block;  
	background-color: #323E98; 
	height: 1px; 
	overflow: hidden;
}

.r1 { margin-right: 5px; }
.r2 { margin-right: 3px;}
.r3 { margin-right: 2px;}
.r4 { margin-right: 1px; height: 2px; }

/*
#menue {
	margin: 0;
	padding: 0;
	background: #323E98;
}
*/
#menue ul {	
	text-align: left;
	list-style: none;
	margin: 0;
	padding: 0;
}
#menue ul  li {
	margin: 0;
	padding: 0;
	display: inline;
}
#menue li a {
	border-bottom: 1px solid white;
	display: block;
    padding: 5px 5px 5px 15px;
/*	margin: 1px 0 0 0; */
	color: white;
	background: #323E98;
	text-decoration: none;
	font-weight: normal;
}

#menue li.aktiv a { 
	background-color: #414243;
	font-weight: bold;  
}


/* 1. Untermenue-Ebene */
#menue li.aktiv ul { 
	background-color: #323E98; 
	padding-left: 10px;
	font-size: 10pt;
	font-weight: normal; 
}
#menue li.aktiv ul a { 
	font-weight: normal; 
}
#menue li.aktiv ul  .aktiv2  a { 
	background-color: #414243;
	font-weight: bold; 
	color: white; 
}

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

/* 2. Untermenue-Ebene */
#menue li.aktiv li.aktiv2 ul a { 
	font-weight: normal; 
}
#menue li.aktiv ul li.aktiv2 ul .aktiv3  a { 
	font-weight: bold; 
}


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

#daten {
	margin: 0;
	padding: 0;
	border: none;
}

#mitte { 
	float:left; 
	width: 730px;	
	margin: 0 0 10px 25px;
}
#mitte h1, #mitte h2, #mitte h3 { color: #323E98; } 
#mitte a { color: #323E98; }
#mitte a:hover { color: #414243; }

#inhalt { }

#strich { 
	margin-left: 225px; 
	border-top: 3px solid #323E98;
}

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

#erstellt {
	margin: 10px 0px 10px 225px;
	font-size: 8pt;
}
#erstellt a {
	color: #323E98;
	text-decoration: none;
}
#erstellt a:hover {
	color: #414243;
	text-decoration: underline;
}
