/*******************************************************
*  THM 20100224
*  layout14.css, http://typo3-beratung.com
*
* #323E98 -- dkl-bl -- MouseOver
* #5E80AD-- mattbl -- Meta-Menue, Boxen-Hintergrund
* #414243 --dgr -- Hintergrund aktiver Menuepunkt,  Mouseover-Text
* #ADAEAE -- dbn -- Mouseover-Hintergrund im Menue,
* #000000 -- hbn -- Mouseover-Text im Menue
* #C0B8DF -- Hintergrund, Motto
*
******************************************************/

#motto, #strich {
	background-color: #5E80AD;
}

html {
	background-color: #C0B8DF;
}

body {
	text-align: center;
	margin: 0 auto;
	overflow-y: scroll; /* vert. Scrollleiste immer zeigen */
}

#rahmen {
	font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Arial, Sans-Serif;	
	font-size: 11pt;
	margin: 10px auto;
	background-color: white;
	
	padding: 5px;
	width: 950px; 
	voice-family: "\"}\"";  /* der Bloedi ist nun ruhiggestellt  */
	voice-family: inherit;
	width: 960px; /* Interne Breite 960px - 2x5px = 950px */
	border: 1px solid #5E80AD;
}

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


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

#kopf {
	height: 100px;
}

#logo {  /* 200 x 145 */
	float: left;
	height: 145px;
}
#logo img { border: 0; }

#motto, #meta {
	float: right;
	width: 760px;
}
#motto  {
	height: 120px; 
	text-align: right;
	color: white;	
}
#meta {
	line-height: 25px;
	font-size: 10pt;
	padding: 0;
	background-color: #5E80AD;
	overflow: hidden; /* wg. Bloedi */
}
#meta span, #meta span a {
	color: #CCC;
	text-decoration: none;
}
#meta span a.aktiv {
	color: white;
	text-decoration: none;
	font-weight: bold;
}
#meta span a:hover {
	color: white;
	text-decoration: underline;
}


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

#links {
	padding-top: 0px; 
	margin-top: 0px; 
	vertical-align: top;
	width: 200px;
	float: left;
}

#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;
	color: white;
	background: #5E80AD;
	text-decoration: none;
	font-weight: normal;
}

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


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

/* 2. Untermenue-Ebene */
#menue li.aktiv ul  li.aktiv ul a { 
	font-weight: normal; 
	font-size: 9pt;
	background: #5E80AD;
}
#menue  li.aktiv ul li.aktiv ul  li.aktiv  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.aktiv a:hover,
#menue  li.aktiv ul li.aktiv ul  li.aktiv  a:hover {
	background-color: #323E98;
	color: white;
}

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

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

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


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

#strich { 
	margin-left: 200px; 
	height: 5px;
}

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