/* ********************************************
 *  THM 20080907
 *  layout17.css, http://typo3-beratung.com
 *
 * #D21F35 -- rt -- Menue, Uberschriften, Links im Mittelteil
 *  #CCC -- gr -- Menue
 *  #AAA -- dgr -- Metamenue, Fuss
 *
 *********************************************** */
 

#hmenue ul li  a	{ background: url('fileadmin/taste-gr.gif') repeat center center; }
#hmenue li.aktiv  a { background: url('fileadmin/taste-rt.gif') repeat center center; }
#hmenue a:hover, #hmenue li.aktiv  a:hover { background-image: url('fileadmin/taste-rt.gif'); }


/* *** Allg. ************************** */

body {	
	background-color: black;
	font-size: 12px; 
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;	
	margin: 0;
	padding: 0;
	color: #AAA;
	vertical-align: top;
	text-align: left;	
}

#rahmen {
	width: 914px;
	text-align:center;
	margin: 20px auto;
	border: 2px solid #ccc;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
}

#links {
	width: 160px;
	margin: 10px 0 10px 10px;
}

#mitte {
	width: 562px;
	_width: 552px;
	margin: 10px;
}

#rechts {
	width: 160px;
	margin: 10px 0;	
}

strong, b { color: white; }


/* *** Kopf ********************************************* */

#kopf {
	text-align: left;
	height: 120px;
	overflow: hidden;
	margin-left: 20px; 
}
#motto , #motto a { color: white; font-size: 18pt; }

/* *** Hauptmenue ******************************* */

#hmenue {
	margin: 0 0 0 0;
	padding: 0px;
	float: left;
	font-size: 16px;
	font-weight: bold;
    border-left: 1px solid black; 
    border-right: 1px solid black; 
	text-transform: uppercase;
	overflow: hidden;
}
#hmenue ul {
	margin: 0;
	padding: 0;
}
#hmenue li  {
	display: inline;

}
#hmenue li  a {
	float: left;
	width: 150px;
	height: 63px;
	line-height: 60px;
	color: black;
	text-decoration: none;
	border-left: 1px solid black;
	border-right: 1px solid black;
}

#hmenue li.aktiv  a  {
	color: white;
}

#hmenue a:hover, #hmenue li.aktiv  a:hover {
	color: black;
}

#kopfabstand { margin: 8px; }


/* *** Mittelteil ************************************** */

#links {
	float: left;
	text-align: left;
	overflow: hidden;
}

#mitte, #rechts {
	float: left;
	font-size: 10pt;
	text-align: left;
}


/* *** Untermenues (links) *************************************** */

#umenue {
	font-size: 12pt;
	color: #000;
}

#umenue p {
	font-size: 0.8em;
}

#umenue ul {	
	text-align: left;
	list-style: none;
	padding: 0;
	margin: 0;
}
#umenue ul li {
	margin: 1px 0 0 0;
	padding: 0px;
}
#umenue ul li a {
	display: block;
    padding: 1px 0px;
	color: #CCC;
	text-decoration: none;
	font-weight: normal;
	margin: 1px 0 0 0;	
	border-bottom: 1px dotted black;
}

#umenue ul li.aktiv a { font-weight: bold; color: #D21F35; }

#umenue li.aktiv ul li a {  color: #CCC; font-size: 10pt; font-weight: normal; padding-left: 8px; }
#umenue li.aktiv ul li.aktiv a { color: #D21F35; }	

#umenue ul li a:hover, #umenue ul li.aktiv a:hover,
#umenue li.aktiv ul li a:hover, #umenue li.aktiv ul li.aktiv a:hover {
	color: white;
	border-bottom-color: #CCC;
}


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

#mitte h1 { margin-top: 0; }
#mitte h1, #mitte h2, #mitte h3 { 	
	color: #D21F35;
}

#mitte a { 
	color: white; 
	border-bottom: 1px dotted #AAA;
}
#mitte a:hover { 
	border-bottom-color: transparent;
	_border-bottom: none;  /* f. Bloedi */
	color: #D21F35;
}

#mitte .zurueck a { border-bottom: 0; color: #D21F35; }
#mitte .zurueck a:hover { color: white; }


/* *** Metamenue + Fuss **************************** */

#meta, .meta {
	margin: 3px auto;
	text-align: right;
}
.meta span, #meta span { margin-right: 5px; }

#fusszeile, #fusszeile  a,
.meta span, .meta span a ,
#meta span, #meta span a  {
	font-size: 10pt;
	color: #AAA;
}
.meta span a.aktiv, #meta span a.aktiv {
	text-decoration: none;
	font-weight: bold;
}
.meta span a:hover, #meta span a:hover, #fusszeile a:hover {
	color: white;
	text-decoration: underline;
}

#fuss {
	height: 50px;
	text-align: center;
	margin: 0;
	line-height: 50px;
}


/* *** Werbung rechts ****************************************** */

.werbung_re {
	background: url("../2/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: #794C36;	
}
.werbung_re a.adr {
	font-size: 8pt;
	text-decoration: none;
	font-weight: normal;
	color: #794C36;
}
.werbung_re a:hover {
	color: #794C36;	
	text-decoration: underline;
}


.float_ende { height: 0px; }