/* ********************************************
 *  THM 20081111
 *  layout8d.css, http://typo3-beratung.com
 *
 * #002750 -- Blau -- Aktiver Menuepunkt, Ueberschriften
 * #FEBF62-- helles Ocker -- im Innenteil
 * #FFAD31 -- Ocker -- MauseOver
 *
 *********************************************** */
 
html, #mitte { background: url('/fileadmin/bg4.jpg') top left repeat; }
#mitte h1, #mitte h2, #mitte h3  {
	background: #FEBF62 url('/fileadmin/h1.png') top left repeat;
}

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

body {
    background-color: #FEBF62;
	margin: 10px auto;
	padding: 0 5px;
	width: 945px; 
	voice-family: "\"}\"";  /* der Bloedi ist nun ruhiggestellt  */
	voice-family: inherit;
	width: 955px; /* Interne Breite 950px - 2x5px = 940px */
}

#meta {
	margin: 3px auto;
padding-top: 3px;
	width: 945px;
}
#kopf, #daten, #fuss {
    width: 945px;
    margin: 0px auto 5px;
}
#banner, #mitte {
	margin-left: 5px;
}

/* *** Farben **************************** */

#fuss { padding-bottom: 3px; }

#fuss, #fuss a,
#meta span, #meta span a  {
	color: #002750;
}

#meta span a:hover, #fuss a:hover  { 
	color: black; 
}

#menue ul { 
	background-image: none; 
	background-color: #FFAD31;
}

#menue li.aktiv {	background-color: #002750; }

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


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

#mitte a { color: #002750; text-decoration: none; }
#mitte a:hover { color: #FFAD31; text-decoration:underline; }

#mitte h1, #mitte h2, #mitte h3  {
	padding: 5px;
	color: #002750;
}

#mitte h1 {
	margin: 0;
	padding: 8px 5px;
	font-size: 14pt;
}
#mitte h2 { font-size: 12pt; }
#mitte h3 { font-size: 11pt; }

.float_ende { height: 0; }