/*******************************************************
*  THM 20100306
*  layout14ecss, http://typo3-beratung.com
*
*  #69A550 -- gn -- Menue
*  #FF8700 -- or -- akt. Menuepkt., Links
* #FEAD44 -- matt-or -- MouseOver
*
******************************************************/

#meta { background: #69A550 url("/fileadmin/verlauf-typo3.png") left top repeat; }
	
html , #motto, #strich {
	background-image: none;
	background-color: white;
}


/* *** Allg. ******************************************************** */
#rahmen { 
	font-family: Verdana, Arial, Sans-Serif;
	border-color: #69A550;
	color: #69A550; 
}

#mitte { width: 570px; margin-left: 17px; margin-right: 5px; }
#rechts {
	float: left;
	width: 168px; 
	vertical-align: top;
}
#mitte, #rechts {
	padding-top: 0px; 
	margin-top: 10px; 
}

#kopf {
	height: 120px;
}

#kopf a img { border: 0; }


/* *** Menues ************************************************** */

#meta1 {
	width: auto;
	text-align: right;
	padding: 0 0 0 9px;
	margin-bottom: 2px; 
}
#meta1, #meta1 a {
	color: #69A550;
	font-size: 10pt;
}

/* *** Metamenue unten *** */
#meta { margin: 0 auto; text-align: center; width: 745px; }
#meta span   { color: white; }
#meta span a { color: #CCC; border: none; color: white;  margin: 0 8px; }

#meta span a.aktiv {
	font-weight: bold;
}
#meta span a:hover {
	color: black; /* or */
}


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

#menue { margin-top: 8px; }
#menue li a {
	background-color: #DEEED8;
	border: 1px solid white;  /* gn */
	color: #69A550;
}

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

/* 1. Untermenue-Ebene */
#menue li.aktiv ul {  background-color: #EEE;  }
#menue li.aktiv ul a { 
	background-color: #DEEED8;
	color: #69A550;
}
#menue li.aktiv ul  li.aktiv  a { 
	background-color: #F9F0EA;
	color:  #FF8700;
}


/* 2. Untermenue-Ebene */
#menue li.aktiv ul  li.aktiv ul a { color: #69A550; }
#menue  li.aktiv ul li.aktiv ul  li.aktiv  a { 
	background-color: #F9F0EA;
	color:  #FF8700;
}

#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: #FEAD44; /* matt-or */
	color: white;
}

#rahmen, #menue li a, #meta, #rechts .box , .box-gn, .box-rt, .box-or, .box-gr, .box-bl {
	-moz-border-radius: 5px; 
	-khtml-border-radius: 5px; 
}

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

#mitte, #rechts { color: #69A550; font-size: 10pt; }

#mitte a, #rechts a { color: #FF8700; }
#mitte a { border-bottom: 1px dotted #FF8700; }
#mitte .csc-textpic a { border: 0; }
#mitte #brotkrumen { padding-bottom: 3px; margin-bottom: 5px; border-bottom: 1px solid #DEEED8; }
#mitte #brotkrumen a { border-bottom: none; }
#mitte a:hover, #rechts a:hover { color: #FEAD44; border: none; }

#mitte h1, #mitte h2, #mitte h3, #rechts h2, #rechts h3 { color: #FF8700; }
#mitte h1 { font-size: 14pt; }
#mitte h2, #rechts h2 { font-size: 12pt; }
#mitte h3, #rechts h3 { font-size: 11pt; }

.contenttable thead {
	background-color: #DEEED8;
	border: 1px solid #DEEED8;  /* gn */
	color: #69A550;
}

.csc-textpic-border > .csc-textpic-imagewrap { border: 1px solid black; }

/* *** Boden ******************************* */

.box-gn, .box-rt, .box-or, .box-gr, .box-bl {
    padding: 1px 8px;
	margin-bottom: 10px;
	color: white;
}
#mitte .box-gn h2, #mitte .box-rt h2, #mitte .box-or h2, #mitte .box-gr h2, #mitte .box-bl h2,
#mitte .box-gn h3, #mitte .box-rt h3, #mitte .box-or h3, #mitte .box-gr h3, #mitte .box-bl h3{
	color: white;
}
.box-gn { background-color: #69A550; }
.box-rt { background-color: #BE0027; }
.box-or { background-color: #FF8700; }
.box-gr { background-color: #515151; }
.box-bl  { background-color: #00246F; }



#rechts { padding: 0; }
#rechts .box {
	background-color: #DEEED8;
	color: #69A550;
	font-size: 10pt;
    padding: 1px 0;
	margin-bottom: 10px;
}

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

#erstellt { margin-left: 215px; }
#erstellt span { float: right; }

#erstellt a { color: #FF8700; }
#erstellt a:hover { color: #FEAD44; }

