/* Beispiel: 'margin: oben rechts unten links;'

background: farbe url(vom css aus gesehen) 'repeat-x, repeat-y, no-repeat' 'scroll, fixed' 'erster Wert ist x, zweiter Wert ist y (links Oben ist 0)';

bei Standardgröße:
Pixel=em
 9=0.5
10=0.6
11=0.7
12=0.75
13=0.85
14=0.9
15=0.95
16=1
17=1.05
18=1.1
27=1.8
28=1.85
30=2

padding = Innenabstand
margin  = Außenabstand

Farben:
#E3F5F9	mint hell (gegen #E6EBEF und dann gegen #ededed ausgetauscht)
#81BBBF	mint mittel
#6FA4A8	mint dunkler

#7AB51D	grün Logo
#9CBD2B	grün Logo neu (16.8.09)

#DB4747	Bildungszentrum (alt: #E01668)
#6D86D6	Tagungszentrum (alt: #3F6BB4)
#F5F32C	Gastronomie (alt: #F0EE1F)
#F7941D	Kultur (Farbe ist geblieben)
#CC80CA	Über uns (alt: #B649B6)

Breiten:
Alles			875 Pixel
Kopfbild	700 Pixel
Links			175 Pixel
Mitte			525 Pixel
Rechts		175 Pixel

*/

html, body {
	/*max-width: 1000px;
	width: 875px;*/
	width: 100%;
	height: 100%;
	font-size: 100.01%;
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	background: #eee url(../layout/background-page.gif) repeat-x 0 0;
}

#divLogoLayer{
	position: absolute;
	width: 214px;
	height: 59px;
	z-index: 1;
	left: 50%;
	top: 1px;
	margin-left: -438px;
}

#divLogoLayer{
	background: transparent url(../layout/header-logo.png) no-repeat left top;
}
* html #divLogoLayer{
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader( src='/fileadmin/schmerlenbach.de/layout/header-logo.png', sizingMethod='crop');
}

#tablePageWrapper {
	width: 875px;
	height: 100%;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
}

/* start - Header Logo ############################################################################################################# */

#tableHeaderLogo {
	width: 875px;
	height: 26px;
}

#tableHeaderLogo #tdLeft {
	width: 175px;
	background-color: #fff;
}

#tableHeaderLogo #tdRight {
	width: 700px;
	background-color: #fff;
}

/* ende - Header Logo ############################################################################################################# */

/* start - Flash Column ############################################################################################################# */

#tableFlash {
	width: 875px;
	height: 180px;
	background-color: #eee;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

#tableFlash #tdLeft {
	border-right: 1px solid #fff;
	width: 700px;
	background-color: #eee;
}

/* Hier ist der Newsteaser drin */
#tableFlash #tdRight {
	width: 175px;
	padding: 0 5px 0 10px;
}
#tableFlash #tdRight P {
	font-size: 11px;
}

#iframeTeaser{
	width: 159px;
	height: 160px;
}

#divFlash {
	width: 700px;
	height: 180px;
	overflow: hidden;
	background-color: #eee;
	/*background-color: #fff;
	background: #fff url(../layout/flashalternative.jpg) no-repeat 0px 0px;*/
}

/* ende - Flash Column ############################################################################################################# */

/* start - Menü Top ############################################################################################################# */

#tableMenuTop {
	width: 875px;
	height: 32px;
	border-bottom: 1px solid #fff;
	background-color: #28A78A;
	background: #28A78A url(../layout/background-nav-top.gif) repeat-x 0px 0px;
}

#tableMenuTop #tdLeft {
	width: 175px;
}

#tableMenuTop #tdMiddle {
	border-left: 1px solid #fff;
	width: 525px;
}

#tableMenuTop #tdRight {
	width: 175px;
}

#divMenuTop {
	height: 32px;
	line-height: 32px;
}

#divMenuTop .n1 A, #divMenuTop .n1 A:link, #divMenuTop .n1 A:visited, #divMenuTop .n1 A:active,
#divMenuTop .n2 A, #divMenuTop .n2 A:link, #divMenuTop .n2 A:visited, #divMenuTop .n2 A:active,
#divMenuTop .n3 A, #divMenuTop .n3 A:link, #divMenuTop .n3 A:visited, #divMenuTop .n3 A:active,
#divMenuTop .n4 A, #divMenuTop .n4 A:link, #divMenuTop .n4 A:visited, #divMenuTop .n4 A:active,
#divMenuTop .n5 A, #divMenuTop .n5 A:link, #divMenuTop .n5 A:visited, #divMenuTop .n5 A:active,
#divMenuTop .n6 A, #divMenuTop .n6 A:link, #divMenuTop .n6 A:visited, #divMenuTop .n6 A:active,
#divMenuTop .n1aktiv A, #divMenuTop .n1aktiv A:link, #divMenuTop .n1aktiv A:visited, #divMenuTop .n1aktiv A:active,
#divMenuTop .n2aktiv A, #divMenuTop .n2aktiv A:link, #divMenuTop .n2aktiv A:visited, #divMenuTop .n2aktiv A:active,
#divMenuTop .n3aktiv A, #divMenuTop .n3aktiv A:link, #divMenuTop .n3aktiv A:visited, #divMenuTop .n3aktiv A:active,
#divMenuTop .n4aktiv A, #divMenuTop .n4aktiv A:link, #divMenuTop .n4aktiv A:visited, #divMenuTop .n4aktiv A:active,
#divMenuTop .n5aktiv A, #divMenuTop .n5aktiv A:link, #divMenuTop .n5aktiv A:visited, #divMenuTop .n5aktiv A:active,
#divMenuTop .n6aktiv A, #divMenuTop .n6aktiv A:link, #divMenuTop .n6aktiv A:visited, #divMenuTop .n6aktiv A:active {
	margin: 0 12px 0 10px;
	padding-bottom: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

* html #divMenuTop .n1 A, * html #divMenuTop .n1 A:link, * html #divMenuTop .n1 A:visited, * html #divMenuTop .n1 A:active,
* html #divMenuTop .n2 A, * html #divMenuTop .n2 A:link, * html #divMenuTop .n2 A:visited, * html #divMenuTop .n2 A:active,
* html #divMenuTop .n3 A, * html #divMenuTop .n3 A:link, * html #divMenuTop .n3 A:visited, * html #divMenuTop .n3 A:active,
* html #divMenuTop .n4 A, * html #divMenuTop .n4 A:link, * html #divMenuTop .n4 A:visited, * html #divMenuTop .n4 A:active,
* html #divMenuTop .n5 A, * html #divMenuTop .n5 A:link, * html #divMenuTop .n5 A:visited, * html #divMenuTop .n5 A:active,
* html #divMenuTop .n6 A, * html #divMenuTop .n6 A:link, * html #divMenuTop .n6 A:visited, * html #divMenuTop .n6 A:active,
* html #divMenuTop .n1aktiv A, * html #divMenuTop .n1aktiv A:link, * html #divMenuTop .n1aktiv A:visited, * html #divMenuTop .n1aktiv A:active,
* html #divMenuTop .n2aktiv A, * html #divMenuTop .n2aktiv A:link, * html #divMenuTop .n2aktiv A:visited, * html #divMenuTop .n2aktiv A:active,
* html #divMenuTop .n3aktiv A, * html #divMenuTop .n3aktiv A:link, * html #divMenuTop .n3aktiv A:visited, * html #divMenuTop .n3aktiv A:active,
* html #divMenuTop .n4aktiv A, * html #divMenuTop .n4aktiv A:link, * html #divMenuTop .n4aktiv A:visited, * html #divMenuTop .n4aktiv A:active,
* html #divMenuTop .n5aktiv A, * html #divMenuTop .n5aktiv A:link, * html #divMenuTop .n5aktiv A:visited, * html #divMenuTop .n5aktiv A:active,
* html #divMenuTop .n6aktiv A, * html #divMenuTop .n6aktiv A:link, * html #divMenuTop .n6aktiv A:visited, * html #divMenuTop .n6aktiv A:active {
	padding-bottom: 3px;
}
*+ html #divMenuTop .n1 A, *+ html #divMenuTop .n1 A:link, *+ html #divMenuTop .n1 A:visited, *+ html #divMenuTop .n1 A:active,
*+ html #divMenuTop .n2 A, *+ html #divMenuTop .n2 A:link, *+ html #divMenuTop .n2 A:visited, *+ html #divMenuTop .n2 A:active,
*+ html #divMenuTop .n3 A, *+ html #divMenuTop .n3 A:link, *+ html #divMenuTop .n3 A:visited, *+ html #divMenuTop .n3 A:active,
*+ html #divMenuTop .n4 A, *+ html #divMenuTop .n4 A:link, *+ html #divMenuTop .n4 A:visited, *+ html #divMenuTop .n4 A:active,
*+ html #divMenuTop .n5 A, *+ html #divMenuTop .n5 A:link, *+ html #divMenuTop .n5 A:visited, *+ html #divMenuTop .n5 A:active,
*+ html #divMenuTop .n6 A, *+ html #divMenuTop .n6 A:link, *+ html #divMenuTop .n6 A:visited, *+ html #divMenuTop .n6 A:active,
*+ html #divMenuTop .n1aktiv A, *+ html #divMenuTop .n1aktiv A:link, *+ html #divMenuTop .n1aktiv A:visited, *+ html #divMenuTop .n1aktiv A:active,
*+ html #divMenuTop .n2aktiv A, *+ html #divMenuTop .n2aktiv A:link, *+ html #divMenuTop .n2aktiv A:visited, *+ html #divMenuTop .n2aktiv A:active,
*+ html #divMenuTop .n3aktiv A, *+ html #divMenuTop .n3aktiv A:link, *+ html #divMenuTop .n3aktiv A:visited, *+ html #divMenuTop .n3aktiv A:active,
*+ html #divMenuTop .n4aktiv A, *+ html #divMenuTop .n4aktiv A:link, *+ html #divMenuTop .n4aktiv A:visited, *+ html #divMenuTop .n4aktiv A:active,
*+ html #divMenuTop .n5aktiv A, *+ html #divMenuTop .n5aktiv A:link, *+ html #divMenuTop .n5aktiv A:visited, *+ html #divMenuTop .n5aktiv A:active,
*+ html #divMenuTop .n6aktiv A, *+ html #divMenuTop .n6aktiv A:link, *+ html #divMenuTop .n6aktiv A:visited, *+ html #divMenuTop .n6aktiv A:active {
	padding-bottom: 3px;
}

#divMenuTop .n1 A:hover,
#divMenuTop .n1aktiv A, #divMenuTop .n1aktiv A:link, #divMenuTop .n1aktiv A:visited, #divMenuTop .n1aktiv A:active {
	border-bottom: 5px solid #DB4747;
}
#divMenuTop .n2 A:hover,
#divMenuTop .n2aktiv A, #divMenuTop .n2aktiv A:link, #divMenuTop .n2aktiv A:visited, #divMenuTop .n2aktiv A:active {
	border-bottom: 5px solid #6D86D6;
}
#divMenuTop .n3 A:hover,
#divMenuTop .n3aktiv A, #divMenuTop .n3aktiv A:link, #divMenuTop .n3aktiv A:visited, #divMenuTop .n3aktiv A:active {
	border-bottom: 5px solid #F5F32C;
}
#divMenuTop .n4 A:hover,
#divMenuTop .n4aktiv A, #divMenuTop .n4aktiv A:link, #divMenuTop .n4aktiv A:visited, #divMenuTop .n4aktiv A:active {
	border-bottom: 5px solid #F7941D;
}
#divMenuTop .n5 A:hover,
#divMenuTop .n5aktiv A, #divMenuTop .n5aktiv A:link, #divMenuTop .n5aktiv A:visited, #divMenuTop .n5aktiv A:active {
	border-bottom: 5px solid #CC80CA;
}
#divMenuTop .n6 A:hover,
#divMenuTop .n6aktiv A, #divMenuTop .n6aktiv A:link, #divMenuTop .n6aktiv A:visited, #divMenuTop .n6aktiv A:active {
	border-bottom: 5px solid #666;
}

#divMenuTop .n1aktiv A, #divMenuTop .n1aktiv A:link, #divMenuTop .n1aktiv A:visited, #divMenuTop .n1aktiv A:active {
	color: #fff;
}
#divMenuTop .n2aktiv A, #divMenuTop .n2aktiv A:link, #divMenuTop .n2aktiv A:visited, #divMenuTop .n2aktiv A:active {
	color: #fff;
}
#divMenuTop .n3aktiv A, #divMenuTop .n3aktiv A:link, #divMenuTop .n3aktiv A:visited, #divMenuTop .n3aktiv A:active {
	color: #fff;
}
#divMenuTop .n4aktiv A, #divMenuTop .n4aktiv A:link, #divMenuTop .n4aktiv A:visited, #divMenuTop .n4aktiv A:active {
	color: #fff;
}
#divMenuTop .n5aktiv A, #divMenuTop .n5aktiv A:link, #divMenuTop .n5aktiv A:visited, #divMenuTop .n5aktiv A:active {
	color: #fff;
}
#divMenuTop .n6aktiv A, #divMenuTop .n6aktiv A:link, #divMenuTop .n6aktiv A:visited, #divMenuTop .n6aktiv A:active {
	color: #fff;
}

/* ende - Menü Top ############################################################################################################# */

/* start - Menü Left ############################################################################################################# */

#tdMenuLeft {
	background-color: #ededed;
	width: 175px;
	border-right: 1px solid #fff;
}

#divMenuLeft {
	padding: 14px 0 20px 0;
}

#divMenuLeft #divMenuLeftEmpty,
#divMenuLeft #divE1, #divMenuLeft #divE1bottom, #divMenuLeft #divE1bottomaktiv,
#divMenuLeft #divE2, #divMenuLeft #divE2bottom, 
#divMenuLeft #divE3, #divMenuLeft #divE3bottom,
#divMenuLeft #divE1n0, #divMenuLeft #divE1n0aktiv,
#divMenuLeft #divE1n1, #divMenuLeft #divE1n1aktiv,
#divMenuLeft #divE1n2, #divMenuLeft #divE1n2aktiv,
#divMenuLeft #divE1n3, #divMenuLeft #divE1n3aktiv,
#divMenuLeft #divE1n4, #divMenuLeft #divE1n4aktiv,
#divMenuLeft #divE1n5, #divMenuLeft #divE1n5aktiv,
#divMenuLeft #divE1n6, #divMenuLeft #divE1n6aktiv,
#divMenuLeft #divE2n1, #divMenuLeft #divE2n1aktiv,
#divMenuLeft #divE2n2, #divMenuLeft #divE2n2aktiv,
#divMenuLeft #divE2n3, #divMenuLeft #divE2n3aktiv,
#divMenuLeft #divE2n4, #divMenuLeft #divE2n4aktiv,
#divMenuLeft #divE2n5, #divMenuLeft #divE2n5aktiv,
#divMenuLeft #divE2n6, #divMenuLeft #divE2n6aktiv,
#divMenuLeft #divE3n1, #divMenuLeft #divE3n1aktiv,
#divMenuLeft #divE3n2, #divMenuLeft #divE3n2aktiv,
#divMenuLeft #divE3n3, #divMenuLeft #divE3n3aktiv,
#divMenuLeft #divE3n4, #divMenuLeft #divE3n4aktiv,
#divMenuLeft #divE3n5, #divMenuLeft #divE3n5aktiv,
#divMenuLeft #divE3n6, #divMenuLeft #divE3n6aktiv {
	font-family: Arial, Helvetica, sans-serif;
	/*line-height: 25px;
	height: 25px;*/
	background-color: #ededed;
}

#divMenuLeft A, #divMenuLeft A:link, #divMenuLeft A:visited, #divMenuLeft A:active {
	display: block;
	color: #333;
	text-decoration: none;
	padding: 6px 0 5px 0;
}
#divMenuLeft A:hover {
	/*color: #999;*/
	letter-spacing: 0.05em;
	font-weight: bold;
}
#divMenuLeft #divE1bottomaktiv A, #divMenuLeft #divE1bottomaktiv A:link, #divMenuLeft #divE1bottomaktiv A:visited, #divMenuLeft #divE1bottomaktiv A:active {
	color: #9CBD2B;
}
#divMenuLeft #divE2n1 A, #divMenuLeft #divE2n1aktiv A,
#divMenuLeft #divE2n2 A, #divMenuLeft #divE2n2aktiv A,
#divMenuLeft #divE2n3 A, #divMenuLeft #divE2n3aktiv A,
#divMenuLeft #divE2n4 A, #divMenuLeft #divE2n4aktiv A,
#divMenuLeft #divE2n5 A, #divMenuLeft #divE2n5aktiv A,
#divMenuLeft #divE2n6 A, #divMenuLeft #divE2n6aktiv A,
#divMenuLeft #divE3n1 A, #divMenuLeft #divE3n1aktiv A,
#divMenuLeft #divE3n2 A, #divMenuLeft #divE3n2aktiv A,
#divMenuLeft #divE3n3 A, #divMenuLeft #divE3n3aktiv A,
#divMenuLeft #divE3n4 A, #divMenuLeft #divE3n4aktiv A,
#divMenuLeft #divE3n5 A, #divMenuLeft #divE3n5aktiv A,
#divMenuLeft #divE3n6 A, #divMenuLeft #divE3n6aktiv A{
	display: block;
	color: #333;
	text-decoration: none;
	padding: 3px 0 2px 0;
}
#divMenuLeft #divE2n1 A:hover, #divMenuLeft #divE2n1aktiv A:hover,
#divMenuLeft #divE2n2 A:hover, #divMenuLeft #divE2n2aktiv A:hover,
#divMenuLeft #divE2n3 A:hover, #divMenuLeft #divE2n3aktiv A:hover,
#divMenuLeft #divE2n4 A:hover, #divMenuLeft #divE2n4aktiv A:hover,
#divMenuLeft #divE2n5 A:hover, #divMenuLeft #divE2n5aktiv A:hover,
#divMenuLeft #divE2n6 A:hover, #divMenuLeft #divE2n6aktiv A:hover,
#divMenuLeft #divE3n1 A:hover, #divMenuLeft #divE3n1aktiv A:hover,
#divMenuLeft #divE3n2 A:hover, #divMenuLeft #divE3n2aktiv A:hover,
#divMenuLeft #divE3n3 A:hover, #divMenuLeft #divE3n3aktiv A:hover,
#divMenuLeft #divE3n4 A:hover, #divMenuLeft #divE3n4aktiv A:hover,
#divMenuLeft #divE3n5 A:hover, #divMenuLeft #divE3n5aktiv A:hover,
#divMenuLeft #divE3n6 A:hover, #divMenuLeft #divE3n6aktiv A:hover{
	/*color: #999;
	letter-spacing: 0.05em;*/
	font-weight: bold;
}

#divMenuLeftEmpty,
#divE1, #divE1bottom, #divE1bottomaktiv,
#divE1n0, #divE1n0aktiv,
#divE1n1, #divE1n1aktiv,
#divE1n2, #divE1n2aktiv,
#divE1n3, #divE1n3aktiv,
#divE1n4, #divE1n4aktiv,
#divE1n5, #divE1n5aktiv,
#divE1n6, #divE1n6aktiv {
	font-size: 11px;
	width: 153px;
	padding: 0 0 0 20px;
}
#divE1bottomaktiv,
#divE1n0aktiv,
#divE1n1aktiv,
#divE1n2aktiv,
#divE1n3aktiv,
#divE1n4aktiv,
#divE1n5aktiv,
#divE1n6aktiv {
	font-weight: bold;
	letter-spacing: 0.05em;
}

#divE2, #divE2bottom,
#divE2n1, #divE2n1aktiv,
#divE2n2, #divE2n2aktiv,
#divE2n3, #divE2n3aktiv,
#divE2n4, #divE2n4aktiv,
#divE2n5, #divE2n5aktiv,
#divE2n6, #divE2n6aktiv {
	font-size: 11px;
	width: 148px;
	padding: 0 0 0 25px;
}
#divE2n1aktiv,
#divE2n2aktiv,
#divE2n3aktiv,
#divE2n4aktiv,
#divE2n5aktiv,
#divE2n6aktiv {
	/*letter-spacing: 0.05em;*/
	font-weight: bold;
}

#divE3, #divE2bottom,
#divE3n1, #divE3n1aktiv,
#divE3n2, #divE3n2aktiv,
#divE3n3, #divE3n3aktiv,
#divE3n4, #divE3n4aktiv,
#divE3n5, #divE3n5aktiv,
#divE3n6, #divE3n6aktiv {
	font-size: 10px;
	width: 143px;
	padding: 0 0 0 30px;
}

#divE1bottom, #divE1bottomaktiv {
	background: url(../layout/arrow-black-right.gif) no-repeat 8px 10px;
}

#divE1n0, #divE1n0aktiv{
	background: url(../layout/square-nav2-n0.gif) no-repeat 8px 9px;
}

#divE1n1 {
	background: url(../layout/square-nav2-n1.gif) no-repeat 8px 9px;
}
#divE1n1aktiv {
	background: url(../layout/square-nav2-n1full.gif) no-repeat 8px 9px;
}

#divE1n2 {
	background: url(../layout/square-nav2-n2.gif) no-repeat 8px 9px;
}
#divE1n2aktiv {
	background: url(../layout/square-nav2-n2full.gif) no-repeat 8px 9px;
}

#divE1n3 {
	background: url(../layout/square-nav2-n3.gif) no-repeat 8px 9px;
}
#divE1n3aktiv {
	background: url(../layout/square-nav2-n3full.gif) no-repeat 8px 9px;
}

#divE1n4 {
	background: url(../layout/square-nav2-n4.gif) no-repeat 8px 9px;
}
#divE1n4aktiv {
	background: url(../layout/square-nav2-n4full.gif) no-repeat 8px 9px;
}

#divE1n5 {
	background: url(../layout/square-nav2-n5.gif) no-repeat 8px 9px;
}
#divE1n5aktiv {
	background: url(../layout/square-nav2-n5full.gif) no-repeat 8px 9px;
}

#divE1n6 {
	background: url(../layout/square-nav2-n6.gif) no-repeat 8px 9px;
}
#divE1n6aktiv {
	background: url(../layout/square-nav2-n6full.gif) no-repeat 8px 9px;
}

#divE2n1aktiv {
	background: url(../layout/arrow-black-right.gif) no-repeat 15px 7px;
}
#divE2n2aktiv {
	background: url(../layout/arrow-black-right.gif) no-repeat 15px 7px;
}
#divE2n3aktiv {
	background: url(../layout/arrow-black-right.gif) no-repeat 15px 7px;
}
#divE2n4aktiv {
	background: url(../layout/arrow-black-right.gif) no-repeat 15px 7px;
}
#divE2n5aktiv {
	background: url(../layout/arrow-black-right.gif) no-repeat 15px 7px;
}
#divE2n6aktiv {
	background: url(../layout/arrow-black-right.gif) no-repeat 15px 7px;
}

#divE3n1aktiv {
	background: url(../layout/arrow-black-right.gif) no-repeat 20px 7px;
}
#divE3n2aktiv {
	background: url(../layout/arrow-black-right.gif) no-repeat 20px 7px;
}
#divE3n3aktiv {
	background: url(../layout/arrow-black-right.gif) no-repeat 20px 7px;
}
#divE3n4aktiv {
	background: url(../layout/arrow-black-right.gif) no-repeat 20px 7px;
}
#divE3n5aktiv {
	background: url(../layout/arrow-black-right.gif) no-repeat 20px 7px;
}
#divE3n6aktiv {
	background: url(../layout/arrow-black-right.gif) no-repeat 20px 7px;
}

/* ende - Menü Left ############################################################################################################# */

/* start - Content ############################################################################################################# */

#tdContent {
	width: 700px;
}

#tableContent {
	width: 700px;
}

/*#tableContent #tdLeft {
}*/

#tableContent #tdMiddle {
	width: 515px;
	padding: 20px 0 10px 10px;
}

#tableContent #tdRight {
	width: 161px;
	padding: 20px 7px 10px 7px;
}

#divContent {
	margin: 0 0 0 0;
	font-size: 12px;
	/*width: 98%;*/
}
* html #divContent {
	/*width: 100%;*/
}

/* ende - Content ############################################################################################################# */

#tdFooter {
	height: 35px;
}

/* start - Table über Footer ############################################################################################################# */

#tableTopOfFooter {
	width: 100%;
	height: 5px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	/* background-color: #28A78A; */
	background-color: #9CBD2B;
}

#tableTopOfFooter #tdLeft {
	border-right: 1px solid #fff;
	width: 175px;
}

#tableTopOfFooter #tdRight {
}

/* ende - Table über Footer ############################################################################################################# */

/* start - Table Footer ############################################################################################################# */

#tableFooter {
	width: 875px;
	height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	background-color: #ededed;
}

#tableFooter #tdLeft {
	border-right: 1px solid #fff;
	width: 175px;
}

#tableFooter #tdRight {
}

#divFooter {
	padding: 0 0 0 10px;
}

#tableFooter A, #tableFooter A:link, #tableFooter A:visited, #tableFooter A:active {
	color: #666;
	text-decoration: underline;
}
#tableFooter A:hover {
	color: #999;
	text-decoration: none;
}

/* ende - Table Footer ############################################################################################################# */








DIV.csc-header H1, DIV.csc-header H2, DIV.csc-header H3, DIV.csc-header H4, DIV.csc-header H5, DIV.csc-header H6, 
DIV.csc-header H1 .csc-firstHeader, DIV.csc-header H2.csc-firstHeader, DIV.csc-header H3.csc-firstHeader, DIV.csc-header H4.csc-firstHeader, DIV.csc-header H5.csc-firstHeader, DIV.csc-header H6.csc-firstHeader, 
#divContent H1, #divContent H2, #divContent H3, #divContent H4, #divContent H5, #divContent H6, 
H1, H2, H3, H4, H5, H6 {
	font-family: Arial, Helvetica, sans-serif;
	color: #64808f;
	font-size: 17px;
	font-weight: bold;
	margin: 0px 0px 6px 0px;
	padding: 0px;}
DIV.csc-header H2, DIV.csc-header H2.csc-firstHeader, #divContent H2, H2 { font-size: 16px; margin-bottom: 6px; }
DIV.csc-header H3, DIV.csc-header H3.csc-firstHeader, #divContent H3, H3 { font-size: 15px; margin-bottom: 6px; }
DIV.csc-header H4, DIV.csc-header H4.csc-firstHeader, #divContent H4, H4 { font-size: 14px; margin-bottom: 6px; }
DIV.csc-header H5, DIV.csc-header H5.csc-firstHeader, #divContent H5, H5 { font-size: 13px; margin-bottom: 2px; }
DIV.csc-header H6, DIV.csc-header H6.csc-firstHeader, #divContent H6, H6 { font-size: 12px; margin-bottom: 1px; }

/* Vorder- und Hintergrundfarbe zum Markieren von Text ändern */
::-moz-selection {
	color: #000;
	background: #9CBD2B;
}
/*::selection {
	color: #27387F;
	background: #adc7da;
} deaktiviert, weil Browserkonsole Fehler ausgibt */

.unsichtbar {
	display: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.1em;
}

IMG {
font-family: Times, "Times New Roman", serif;
font-size: 10px;
}

SUB, SUP {
  line-height: 0px;
  font-size: 60%;
  font-family: Arial, Helvetica, sans-serif;
}
* html #divContent DL.csc-textpic-image DT A IMG, #divContent DL.csc-textpic-image DT A:visited IMG {
}
* html #divContent DL.csc-textpic-image DT A:hover IMG {
}

A IMG {
	border: none;
}

TD#tdLeftColumnWidth {
	width: 200px;
}
* html TD#tdLeftColumnWidth {
	width: 10%;
}

TD#tdMainColumnWidth {
	width: 90%;
}
* html TD#tdMainColumnWidth {
	width: 90%;
}

TABLE#tableGesamtBreite {
	width: 97%;
}
* html TABLE#tableGesamtBreite {
	width: 100%;
}

/* ##################### ende - Logos ######################## */

/* ##################### start - Header ######################## */

DIV#divLayerLogoTop {
	position: absolute;
	top: 10px;
	width: 99%;
	z-index: 1;
	left: 0;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	text-align: right;
}
* html DIV#divLayerLogoTop {
	width: 127%;
}

TD#tdHeaderHeight {
	height: 140px;
}

DIV#divHeader {
	padding: 0 0 0 0;
	margin: 10px 0 10px 10px;
	/*border-top: 3px solid #a88f00;*/
	border-left: 3px solid #a88f00;
	/*border-bottom: 3px solid #a88f00;*/
	width: 82%;
}
* html DIV#divHeader {
	width: 79%;
}

DIV#divKlickPfad {
	padding: 5px 0 5px 5px;
	border: 3px solid #a88f00;
	background-color: #5b4e00;
	margin: 0 0 10px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: orange;
	width: 99%;
}
DIV#divKlickPfad A, DIV#divKlickPfad A:visited {
	color: #a3a3a3;
	text-decoration: none;
}
DIV#divKlickPfad A:hover {
	color: #64808f;
}

DIV#divSieSindHier {
	float: left;
	color: orange;
}

/* ##################### ende - Header ######################## */

/* ##################### start - Main ######################## */

/* Space below each image (also in-between rows), Bildeigenschaften */
#divContent DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image { margin: 0 0 0 0; padding: 0 0 5px 0; }
#divContent DIV.csc-textpic-equalheight DIV.csc-textpic-imagerow { margin: 0; padding: 0; display: block; }
#divContent .csc-textpic-caption { font-size: 11px; color: #666; padding: 3px 0px 0px 0px; }

div.csc-textpic-intext-left div.csc-textpic-imagewrap,
div.csc-textpic-intext-left-nowrap div.csc-textpic-imagewrap {
	margin-bottom: 10px;
	margin-right: 10px !important;
}

div.csc-textpic-intext-right div.csc-textpic-imagewrap, 
div.csc-textpic-intext-right-nowrap div.csc-textpic-imagewrap {
	margin-bottom: 10px;
	margin-left: 10px !important;
}

#divContent LI {
}

#divContent A, #divContent A:link, #divContent A:visited, #divContent A:active {
	color: #333;
	text-decoration: underline;
}
#divContent A:hover {
	color: #999;
	text-decoration: none;
}
#divContent H1 A, #divContent H2 A, #divContent H3 A, #divContent H4 A, #divContent H5 A, #divContent H6 A, 
#divContent H1 A:link, #divContent H2 A:link, #divContent H3 A:link, #divContent H4 A:link, #divContent H5 A:link, #divContent H6 A:link, 
#divContent H1 A:visited, #divContent H2 A:visited, #divContent H3 A:visited, #divContent H4 A:visited, #divContent H5 A:visited, #divContent H6 A:visited, 
#divContent H1 A:active, #divContent H2 A:active, #divContent H3 A:active, #divContent H4 A:active, #divContent H5 A:active, #divContent H6 A:active {
	color: #333;
	text-decoration: none;
}
#divContent H1 A:hover, #divContent H2 A:hover, #divContent H3 A:hover, #divContent H4 A:hover, #divContent H5 A:hover, #divContent H6 A:hover {
	color: #999;
	text-decoration: underline;
}

P.bodytext A, P.bodytext A:link, P.bodytext A:visited, P.bodytext A:active {
	color: #006699;
	text-decoration: underline;
}
P.bodytext A:hover {
	color: #999999;
	text-decoration: none;
}

/* ##################### ende - Main ######################## */

/* ##################### start - Main Normal ######################## */

P.bodytext,
P{
	margin: 0;
	padding: 0;
}

TD P.bodytext,
TD UL,
TD LI,
TD DIV,
TABLE.contenttable,
P.bodytext{
	font-size: 12px;
}

/* ##################### ende - Main Normal ######################## */

.standardText1Small {
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
}

.standardText2Normal {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}

.standardText3Big {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
}

.standardText4Bigger {
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
}

.standardText5Biggest {
font-family: Arial, Helvetica, sans-serif;
font-size: 18px;
}

/* begin Nav ###################################################### */

/* ##################### start - linke Spalte ##################### */

DIV#divMenuLinks {
	padding: 0 0 5px 10px;
	border: 3px solid #a88f00;
	background-color: #5b4e00;
	margin: 0 0 10px 10px;
}

DIV#divColumnLeftNavi1, DIV#divColumnLeftNavi1Aktiv {
	padding: 10px 5px 3px 0;
	font-size: 12px;
	text-align: left;
}

DIV#divColumnLeftNavi2, DIV#divColumnLeftNavi2Aktiv {
	padding: 1px 5px 5px 15px;
	font-size: 12px;
	text-align: left;
}

DIV#divColumnLeftNavi3, DIV#divColumnLeftNavi3Aktiv {
	padding: 1px 5px 5px 30px;
	font-size: 11px;
	text-align: left;
}

DIV#divColumnLeftNavi4, DIV#divColumnLeftNavi4Aktiv {
	padding: 1px 5px 5px 45px;
	font-size: 10px;
	text-align: left;
}

DIV#divColumnLeftNavi1 A, DIV#divColumnLeftNavi1 A:visited, 
DIV#divColumnLeftNavi2 A, DIV#divColumnLeftNavi2 A:visited, 
DIV#divColumnLeftNavi3 A, DIV#divColumnLeftNavi3 A:visited, 
DIV#divColumnLeftNavi4 A, DIV#divColumnLeftNavi4 A:visited {
	color: #a3a3a3;
	text-decoration: none;
}
DIV#divColumnLeftNavi1 A:hover, 
DIV#divColumnLeftNavi2 A:hover, 
DIV#divColumnLeftNavi3 A:hover, 
DIV#divColumnLeftNavi4 A:hover {
	color: #64808f
}

DIV#divColumnLeftNavi1Aktiv A, DIV#divColumnLeftNavi1Aktiv A:visited ,
DIV#divColumnLeftNavi2Aktiv A, DIV#divColumnLeftNavi2Aktiv A:visited ,
DIV#divColumnLeftNavi3Aktiv A, DIV#divColumnLeftNavi3Aktiv A:visited ,
DIV#divColumnLeftNavi4Aktiv A, DIV#divColumnLeftNavi4Aktiv A:visited {
	font-weight: bold;
	color: orange;
	text-decoration: none;
}
DIV#divColumnLeftNavi1Aktiv A:hover ,
DIV#divColumnLeftNavi2Aktiv A:hover ,
DIV#divColumnLeftNavi3Aktiv A:hover ,
DIV#divColumnLeftNavi4Aktiv A:hover {
	font-weight: bold;
	color: orange;
}

/* ##################### ende - linke Spalte ##################### */

/* ##################### end Nav ##################### */

img.imgBildRahmen {
border-top: 1px #c0c0c0 solid;
border-left: 1px #c0c0c0 solid;
border-bottom: 1px #808080 solid;
border-right: 1px #808080 solid;
}

.rahmenPassbilder {
border-top: 1px #cccccc solid;
border-left: 1px #cccccc solid;
border-bottom: 1px #cccccc solid;
border-right: 1px #cccccc solid;
}

/* Begin - Forms */

form {
display: inline;
}

.formsTextFields {
border-bottom: 1px #9999FF solid;
border-right: 1px #9999FF solid;
border-left: 1px #9999FF solid;
border-top: 1px #9999FF solid;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
background-color: #FFDDDD;
}

.formsButtons {
border-bottom: 1px #9999FF solid;
border-right: 1px #9999FF solid;
border-left: 1px #9999FF solid;
border-top: 1px #9999FF solid;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
background-color: #DDDDFF;
}

select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

input {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}

/* ##################### ende - Forms ##################### */

/* ##################### start - tt_content ##################### */

/* Space below each image (also in-between rows), Bildeigenschaften */
DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image { margin: 0; padding: 0; }
DIV.csc-textpic-equalheight DIV.csc-textpic-imagerow { margin: 0; padding: 0; display: block; }

/* ##################### Rahmen für die Bilder ##################### */
DIV.csc-textpic-border DIV.csc-textpic-imagewrap .csc-textpic-image IMG {
	border: 1px solid #999999;
}

/* ##################### ende - tt_content ##################### */

/* ##################### start - rtehtmlarea ##################### */

/* ##################### start - damit Aufzählungspunkte nicht hinter dem Bild verschwinden ##################### */
DIV.csc-textpic-text LI {
	margin: 0 0 0 5px;
	padding: 0 0 0 0;
}

/* ##################### ende - damit Aufzählungspunkte nicht hinter dem Bild verschwinden ##################### */

/* ##################### start - Link Icons ##################### */

TABLE.contenttable P P IMG {
	border: none;
}

/* Link-Icon Mail */
A.mail IMG, 
P.bodytext A.mail IMG, 
P.bodytext P A.mail IMG, 
UL A.mail IMG, 
OL A.mail IMG {
	border: none;
}
H1 A.mail IMG, 
H2 A.mail IMG, 
H3 A.mail IMG, 
H4 A.mail IMG, 
H5 A.mail IMG, 
H6 A.mail IMG, 
H1 P A.mail IMG, 
H2 P A.mail IMG, 
H3 P A.mail IMG, 
H4 P A.mail IMG, 
H5 P A.mail IMG, 
H6 P A.mail IMG {
	border: none;
}

/* Link-Icon internal-link-new-window */
A.internal-link-new-window IMG, 
P.bodytext A.internal-link-new-window IMG, 
P.bodytext P A.internal-link-new-window IMG, 
UL A.internal-link-new-window IMG, 
OL A.internal-link-new-window IMG {
	border: none;
}
H1 A.internal-link-new-window IMG, 
H2 A.internal-link-new-window IMG, 
H3 A.internal-link-new-window IMG, 
H4 A.internal-link-new-window IMG, 
H5 A.internal-link-new-window IMG, 
H6 A.internal-link-new-window IMG, 
H1 P A.internal-link-new-window IMG, 
H2 P A.internal-link-new-window IMG, 
H3 P A.internal-link-new-window IMG, 
H4 P A.internal-link-new-window IMG, 
H5 P A.internal-link-new-window IMG, 
H6 P A.internal-link-new-window IMG {
	border: none;
}

/* Link-Icon internal-link */
A.internal-link IMG,
P.bodytext A.internal-link IMG, 
P.bodytext P A.internal-link IMG, 
UL A.internal-link IMG, 
OL A.internal-link IMG {
	border: none;
}
H1 A.internal-link IMG, 
H2 A.internal-link IMG, 
H3 A.internal-link IMG, 
H4 A.internal-link IMG, 
H5 A.internal-link IMG, 
H6 A.internal-link IMG, 
H1 P A.internal-link IMG, 
H2 P A.internal-link IMG, 
H3 P A.internal-link IMG, 
H4 P A.internal-link IMG, 
H5 P A.internal-link IMG, 
H6 P A.internal-link IMG {
	border: none;
}

/* Link-Icon external-link-new-window */
A.external-link-new-window IMG, 
P.bodytext A.external-link-new-window IMG, 
P.bodytext P A.external-link-new-window IMG, 
UL A.external-link-new-window IMG, 
OL A.external-link-new-window IMG {
	border: none;
}
H1 A.external-link-new-window IMG, 
H2 A.external-link-new-window IMG, 
H3 A.external-link-new-window IMG, 
H4 A.external-link-new-window IMG, 
H5 A.external-link-new-window IMG, 
H6 A.external-link-new-window IMG, 
H1 P A.external-link-new-window IMG, 
H2 P A.external-link-new-window IMG, 
H3 P A.external-link-new-window IMG, 
H4 P A.external-link-new-window IMG, 
H5 P A.external-link-new-window IMG, 
H6 P A.external-link-new-window IMG {
	border: none;
}

/* Link-Icon external-link */
A.external-link IMG, 
P.bodytext A.external-link IMG, 
P.bodytext P A.external-link IMG, 
UL A.external-link IMG, 
OL A.external-link IMG {
	border: none;
}
H1 A.external-link IMG, 
H2 A.external-link IMG, 
H3 A.external-link IMG, 
H4 A.external-link IMG, 
H5 A.external-link IMG, 
H6 A.external-link IMG, 
H1 P A.external-link IMG, 
H2 P A.external-link IMG, 
H3 P A.external-link IMG, 
H4 P A.external-link IMG, 
H5 P A.external-link IMG, 
H6 P A.external-link IMG {
	border: none;
}

/* Link-Icon download */
A.download IMG, 
P.bodytext A.download IMG, 
P.bodytext P A.download IMG, 
UL A.download IMG, 
OL A.download IMG {
	border: none;
}
H1 A.download IMG, 
H2 A.download IMG, 
H3 A.download IMG, 
H4 A.download IMG, 
H5 A.download IMG, 
H6 A.download IMG, 
H1 P A.download IMG, 
H2 P A.download IMG, 
H3 P A.download IMG, 
H4 P A.download IMG, 
H5 P A.download IMG, 
H6 P A.download IMG {
	border: none;
}

/* ##################### ende - Link Icons ##################### */

/* ##################### ende - rtehtmlarea ##################### */

/* ##################### start - fdfx_2cols (zwei Reihen-Content) ##################### */

#table_c2 {
	color: #000;
	padding: 3px 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/*  Layout 1 */
.c2l1-left {
   /*border-right: 1px solid #999999;*/
   padding-right: 5px;
   width: 50%;
   white-space: normal;
   vertical-align: top;
}
.c2l1-middle {
   padding-left: 5px;
   width: 50%;
   white-space: normal;
   vertical-align: top;
}

/*  Layout 2 */
.c2l2-left {
   /*border-right: 1px solid #999999;*/
   padding-right: 5px;
   width: 25%;
   white-space: normal;
   vertical-align: top;
}
.c2l2-middle {
   padding-left: 5px;
   width: 75%;
   white-space: normal;
   vertical-align: top;
}

/* Layout 3 */
.c2l3-left {
   /*border-right: 1px solid #999999;*/
   padding-right: 5px;
   width: 75%;
   white-space: normal;
   vertical-align: top;
}
.c2l3-middle {
   padding-left: 5px;
   width: 25%;
   white-space: normal;
   vertical-align: top;
}

/* ##################### ende - fdfx_2cols (zwei Reihen-Content) ##################### */

/* ##################### start - fdfx_3cols (drei Reihen-Content) ##################### */

#table_c3 {
	color: #000;
	padding: 3px 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/*  Layout 1 */
.c3l1-left {
   border: none;
   padding-right: 5px;
   width: 33%;
   white-space: normal;
   vertical-align: top;
}
.c3l1-middle {
   border: none;
   padding-left: 5px;
   width: 33%;
   white-space: normal;
   vertical-align: top;
}
.c3l1-right {
   border: none;
   padding-left: 10px;
   padding-right: 5px;
   width: 34%;
   white-space: normal;
   vertical-align: top;
}

/*  Layout 2 */
.c3l2-left {
   border: none;
   padding-right: 5px;
   width: 60%;
   white-space: normal;
   vertical-align: top;
}
.c3l2-middle {
   border: none;
   padding-left: 5px;
   width: 20%;
   white-space: normal;
   vertical-align: top;
}
.c4l2-right {
   border: none;
   padding-left: 5px;
   width: 20%;
   white-space: normal;
   vertical-align: top;
}

/* Layout 3 */
.c3l3-left {
   border: none;
   padding-right: 5px;
   width: 40%;
   white-space: normal;
   vertical-align: top;
}
.c3l3-middle {
   border: none;
   padding-left: 5px;
   width: 20%;
   white-space: normal;
   vertical-align: top;
}
.c3l3-right {
   border: none;
   padding-left: 10px;
   padding-right: 5px;
   width: 40%;
   white-space: normal;
   vertical-align: top;
}

/* ##################### ende - fdfx_3cols (drei Reihen-Content) ##################### */

/* ##################### start - fdfx_4cols (vier Reihen-Content) ##################### */

#table_c4 {
	color: #000;
	padding: 3px 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* Layout 1 */
.c4l1-left {
   border: none;
   padding-right: 5px;
   width: 25%;
   white-space: normal;
   vertical-align: top;
}
.c4l1-middle {
   border: none;
   padding-right: 10px;
   width: 25%;
   white-space: normal;
   vertical-align: top;
}
.c4l1-right {
   border: none;
   padding-left: 10px;
   padding-right: 5px;
   width: 25%;
   white-space: normal;
   vertical-align: top;
}
.c4l1-right2 {
   border: none;
   width: 25%;
   white-space: normal;
   vertical-align: top;
}

/* Layout 2 */
.c4l2-left {
   border: none;
   padding-right: 5px;
   width: 30%;
   white-space: normal;
}
.c4l2-middle {
   border: none;
   padding-left: 5px;
   padding-right: 5px;
   width: 30%;
   white-space: normal;
}
.c4l2-right {
   border: none;
   padding-left: 5px;
   width: 20%;
   white-space: normal;
}
.c4l2-right2 {
   border: none;
   padding-left: 5px;
   width: 20%;
   white-space: normal;
}
/* Layout 3 */
.c4l3-left {
   border: none;
   padding-right: 5px;
   width: 20%;
   white-space: normal;
}
.c4l3-middle {
   border: none;
   padding-left: 5px;
   padding-right: 5px;
   width: 20%;
   white-space: normal;
}
.c4l3-right {
   border: none;
   padding-left: 5px;
   width: 30%;
   white-space: normal;
}
.c4l3-right2 {
   border: none;
   padding-left: 5px;
   width: 30%;
   white-space: normal;
}

/* ##################### ende - fdfx_4cols (vier Reihen-Content) ##################### */

/* ##################### start - Mailform ##################### */
/*			Infos in /typo3/sysext/css_styled_content/static/setup.txt */

.csc-mailform {
	/* TABLE der Form */
}


.csc-form-labelcell {
	/* TD hier stehen die Texterklärungen zu den Formelementen z.B. Name: */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	vertical-align: top;
}

.csc-form-label {
	/* P (nicht Pflichtfelder) hier stehen die Texterklärungen zu den Formelementen z.B. Name: */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 3px 0 0 0;
}

.csc-form-label-req {
	/* P (Pflichtfelder) hier stehen die Texterklärungen zu den Formelementen z.B. Name: */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 3px 0 0 0;
	color: orange;
}

.csc-form-fieldcell {
	/* TD hier stehen die Formelemente */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.csc-form-comment {
}

.csc-form-radio {
}

.csc-form-commentcell {
	background-color: red;
}

/* ##################### ende - Mailform ##################### */

/* ##################### start - indexed_search ##################### */

.tx-indexedsearch TD {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.tx-indexedsearch .tx-indexedsearch-browsebox LI {
	display: inline;
	margin-right: 5px;
}

.tx-indexedsearch .tx-indexedsearch-whatis {
	margin-top: 10px;
	margin-bottom: 5px;
}

.tx-indexedsearch .tx-indexedsearch-whatis .tx-indexedsearch-sw {
	font-weight: bold;
	font-style: italic;
}

.tx-indexedsearch .tx-indexedsearch-noresults {
	text-align: center;
	font-weight: bold;
}

.tx-indexedsearch .tx-indexedsearch-res TD.tx-indexedsearch-descr {
	font-style: italic;
}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr .tx-indexedsearch-redMarkup {
	color: red;
}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info {
	background: #eeeeee;
}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead {
	margin-top: 20px;
	margin-bottom: 5px;
}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead H2 {
	margin-top:0px;
	margin-bottom:0px;
}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead TD {
	background-color: #cccccc;
	vertical-align: middle;
}

.tx-indexedsearch .tx-indexedsearch-res .noResume {
	color: #666666;
}

.tx-indexedsearch .tx-indexedsearch-category {
	background-color: #cccccc;
	font-size: 12px;
	font-weight: bold;
}

/* Additional styles, needed for the tableless template_css.tmpl (styles don't conflict with the original template) */
.tx-indexedsearch .res-tmpl-css {
	clear: both;
	margin-bottom: 16px;
}

.tx-indexedsearch .searchbox-tmpl-css LABEL {
	margin-right: 16px;
	width: 200px;
	float: left;
}

.tx-indexedsearch .result-count-tmpl-css, .tx-indexedsearch .percent-tmpl-css {
	letter-spacing: 0;
	font-weight: normal;
	margin-top: -20px;
	float: right;
}

.tx-indexedsearch .info-tmpl-css dt, .tx-indexedsearch dl.info-tmpl-css dd {
	float: left;
}

.tx-indexedsearch .info-tmpl-css dd.item-mtime {
	float: none;
}

.tx-indexedsearch .info-tmpl-css dd.item-path {
	float: none;
}

DIV.tx-indexedsearch-rules H3 {
	padding: 10px 0 0 0;
	margin: 0 0 0 0;
}

DIV.tx-indexedsearch-rules P {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

#divSuche {
	margin: 0 0 0px 15px;
}

#divSuche .inputTextfeldSuche,
.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-sword {
	width: 110px;
	height: 15px;
	margin: 0px 0 0px 0;
	padding: 0 0 0 2px;
	border: 1px solid #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333;
	background-color: #fff;
	display: inline;
}

#divSuche .inputButtonSuche{
	width: 17px;
	height: 17px;
	margin: 0px 0 0px 5px;
	padding: 0px 0 0 0px;
	display: inline;
}

.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-button {
	width: 40px;
	height: 17px;
	margin-bottom: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	background-color: #ededed;
	border: 1px solid #333;
}
.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-sword,
.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-button {
	font-size: 12px;
}

/* ##################### ende - indexed_search ##################### */

/* ##################### start - News ##################### */

/*-----------------------------------  clearer  -----------------------------------*/
/* prevent floated images from overlapping the div-containers they are wrapped in  */

.news-list-container HR.clearer, .news-single-item HR.clearer, .news-latest-container HR.clearer {
	clear: right;
	height: 1px;
	border: 1px solid #FFFFFF;
}

.news-latest-container HR.clearer {
	clear: left;
}



/*-----------------------------------  tt_news LATEST view  -----------------------------------*/
.news-latest-container {
	margin: 5px 0 0 5px;
	padding: 0 0 0 0;
}
.news-latest-container P {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.news-latest-category {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	float: right;
}
* html .news-latest-category {
	/* für IE 5 + 6 */
	margin-top: 10px;
}

.news-latest-container .news-latest-item H5  {
	color: #27A689;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-size: 68%;
}

.news-latest-container .news-latest-item P.bodytext  {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-size: 12px;
}

.news-latest-gotoarchive {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-top: 5px;
}

.news-latest-item IMG {
	margin: 0 5px 5px 0;
	border: 1px solid #666666;
	float: left;
}

.news-latest-category IMG {
	float: none;
	border: none;
	margin: 0px;
}

.news-latest-container .news-latest-date  {
	font-size: 55%;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.news-latest-morelink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 55%;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.news-latest-morelink A, .news-latest-morelink A:link, .news-latest-morelink A:visited, .news-latest-morelink A:active {
	color: #666;
	text-decoration: underline;
}
.news-latest-morelink A:hover {
	color: #999;
	text-decoration: none;
}



/*------------ tt_news LIST view (Übersichts-Startseite der Nachrichten und Termine) -----------*/

.news-list-container {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 505px;
}

.news-list-container p {
	margin: 0 0 0 0;
}

.news-list-gotoarchive {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-top: 5px;
}

H4.news-list-item {
	margin: 5px 0 5px 0;
}

TR.news-list-item {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.news-list-item {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

TD.news-list-item-trenner {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	height: 1px;
	background-color: #e4e4e4;
}

.news-list-item-extrafields {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.news-list-item-extrafields-entry {
	font-family: Arial, Helvetica, sans-serif;
	/*font-size: 12px;*/
	font-size: 12px;
}
TR.trVeranstaltungenZeile:hover {
	background-color: #e9e9e9;
}

.news-list-category IMG {
	float: none;
	border: none;
	margin: 0px;
}

.news-list-date,.news-list-category {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	/*float: right;*/
}
* html .news-list-date,.news-list-category {
	/* für IE 5 + 6 */
	margin-top: 10px;
}

.news-list-container H3 {
	margin-bottom: 5px;
	padding: 2px;
	border-bottom: 1px solid #769024;
	background-color: #769024;
}

.news-list-container H4 {
	margin: 3px 0 3px 0;
}

.news-list-container H3 A:LINK,.news-list-container H3 A:VISITED,.news-list-container H3 A:HOVER {
	color: #FFFFFF;
	padding-left: 2px;
}

.news-list-container H3 A {
	/*color: #FFFFFF;*/

}

.news-list-imgcaption {
	float: right;
	padding-top: 3px;
	padding-right: 3px;
	font-size: 9px;
}

.news-list-image {
	margin: 0 0 0 0;
	float: right;
}
* html .news-list-image {
	/* für IE 5 + 6 */
	/*margin: 17px 0 0 6px;*/
	margin: 0 0 0 0;
}
.news-list-container IMG {
	/*border: 1px solid #CCCCCC;*/
}
.news-list-image A {
	padding: 0 0 0 0;
}

.news-list-morelink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 0 0 15px 0;
}

.news-list-browse {
	text-align: center;
	width: 570px;
}



/*---------------------------------  tt_news search ---------------------------------*/
.news-search-emptyMsg{
	margin: 0px;
}

.news-search-form {
	border-top: 1px solid #e4e4e4;
	padding: 3px;
	margin-bottom: 5px;
}

.news-search-form FORM {
	margin: 0px;
}



/*---------------------------------  tt_news Page-Browser ---------------------------------*/
.tx-ttnews-browsebox {
	/*margin: 3px;
	border: 1px solid #666666;
	padding: 3px;
	background-color: #F9FFE5;*/
}

.tx-ttnews-browsebox TD {
	font-size: 10px;
}

.tx-ttnews-browsebox-strong, .tx-ttnews-browsebox-SCell {
	font-weight: bold;
}

.tx-ttnews-browsebox-SCell P,.tx-ttnews-browsebox TD P{
	margin: 0px;
}

.tx-ttnews-browsebox-SCell {
	/*background-color: #BBE53A;
	border: 1px solid #666666;*/
}



/*--------------------------------- tt_news SINGLE view  ---------------------------------*/
.news-single-item {

}
.news-single-item H2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	margin: 0 0 5px 0;
}
.news-single-item H4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 90%;
	font-weight: normal;
	margin: 0 0 0 0;
}
.news-single-item .bodytext {
	margin: 0 40px 0 0;
}
.news-single-item UL {
	margin: 0 40px 0 0;
}

.news-single-img {
	float: right;
	margin-left: 5px;
}
.news-single-img A {
	padding: 0 0 0 0;
}

.news-single-imgcaption {
	padding: 3px;
	clear: both;
}

.news-single-category {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	float: right;
	text-align: right;
}

.news-single-backlink {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 95%;
	margin: 0 0 2px 0;
}

.news-single-backlink A, .news-single-backlink A:link, .news-single-backlink A:visited, .news-single-backlink A:active {
	color: #333;
	text-decoration: underline;
}
.news-single-backlink A:hover {
	color: #666;
	text-decoration: none;
}

.news-single-timedata {
	float: right;
}

.news-single-timedata, .news-single-author,.news-single-imgcaption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.news-single-author {
	padding-bottom: 3px;
}

.news-single-additional-info {
	/*background-color: #BBE53A;*/
/*	clear: both;*/
	margin-top: 15px;
	border: 1px solid #CCCCCC;
	padding: 3px;
	padding-bottom: 0px;

}
.news-single-related,.news-single-files,.news-single-links  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	/*border: 1px solid #666666;*/
	margin: 0px;
	margin-bottom: 3px;
	padding: 3px;
	/*background-color: #F9FFE5;*/
}

.news-single-related DD, .news-single-links DD, .news-single-files DD {
	margin-left: 20px;
}

.news-single-related DT, .news-single-links DT, .news-single-files DT {
	font-weight: bold;
	font-size: 11px;
	margin-left: 5px;
	width: 90%;
}



/*--------------------------------- tt_news Archivemenu (AMENU) --------------------------------- */
.news-amenu-container {
	float: right;
	margin: 0 0 6px 6px;
	/*border: 1px solid #CCCCCC;*/
}

.news-amenu-container LI {
	padding-bottom: 1px;
}

.news-amenu-container UL {
	padding: 0 0 3px 3px;
	list-style-type: none;
}

.news-amenu-item-year {
	font-weight: bold;
	padding: 6px 0 0 0;
}



/*--------------------------------- tt_news Categorymenu (CATMENU) --------------------------------- */
.news-catmenu {
	padding: 5px;
	margin: 10px 0px 10px 10px;
	border: 1px solid #666666;
	background-color: #F9FFE5;
}
.news-catmenu-header {
	font-size: 11px;
	font-weight: bold;
}
.news-catmenu DIV {
	font-size: 10px;
	white-space: nowrap;
}
.news-catmenu DIV img, .news-catmenu img, .news-catmenu-header img {
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
}
.news-catmenu-ACT {
	font-weight: bold;
}

/*  Styles for catmenu mode "nestedWraps" */
.level1 {
	padding: 1px;
	padding-left: 10px;
	background-color: #EBF8BF;
	border-left: 1px solid #666666;
	border-top: 1px solid #666666;
}
.level2 {
	padding: 1px;
	padding-left: 10px;
	background-color: #DDF393;
	border-left: 1px solid #666666;
}
.level3 {
	padding: 1px;
	padding-left: 10px;
	background-color: #CAE46E;
	border-left: 1px solid #666666;
	border-top: 1px solid #666666;

}
.level4 {
	padding: 1px;
	padding-left: 10px;
	background-color: #B0CB51;
	border-left: 1px solid #666666;
}

/* ##################### ende - News ##################### */



A, A:link, A:visited, A:active {
	color: #333;
	text-decoration: underline;
}
A:hover {
	color: #999;
	text-decoration: none;
}

/* Left, center, right and justify alignment of text in block elements*/
.align-right {
	text-align: right;
}

.align-left {
	text-align: left;
}

.align-center {
	text-align: center;
}

.align-justify {
	text-align: justify;
}

/* start - Extension ml_maps ################################################################################### */

#map_container IMG{
	border: none;
}

#map_container P.bodytext {
	/*background-image: url(../layout/alphatransparenz-cccccc-70.png);
	background-color: #fff;
	border: #F5BB0A 1px solid;*/
	font-size: 12px;
	margin: 0;
	padding: 5px;
}

div.marker-layer {
	/* schon in javascript verwendet: top, left, width 
	position: absolute;
	visibility: hidden;
	z-index:20;
	text-align: center;*/
}

/* ende - Extension ml_maps ################################################################################### */

/* Hintergrund Grau 1 */
#divBackground01{
	background-color: #DEDEDE;
	padding: 5px;
}

p.bg_hinweis {
	background-color: #9CBD2B;
	padding: 8px;

}

table.termine {
	width:100%;
	font-size: 12px;
	text-align:left;
}

table.termine tr {
	height: 25px;
}
table.termine th.td-0 {
	width: 150px;
}

table.termine th.td-1 {
	width:200px;
}


table.termine th.td-2 {
	width:100px;
}

