/*Tags*/
body {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	margin-top: 0px;
	margin-left: 0px;
	text-align: left;
	background-color: #000000;
	/*background-image: url(../templates_img/bg.jpg);*/
	background-position: 0px 80px;
	background-repeat: repeat-y;
}


td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

/* Headlines */
h1 {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.2em;
	line-height: 18px;
	margin-top:0px;
	margin-bottom:15px;
}
h1 a {
	color:#000000;
	text-decoration:none;
	}
	
h1 a:visited {
	color:#FF6600;
	text-decoration:none;
	}

h1 a:hover {
	color:#FF6600;
	text-decoration:none;
	}
h1 a:active {
	color:#000000;
	text-decoration:none;
	}
	
h2 {
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 0.05em;
	line-height: 15px;
	margin-top:10px;
	margin-bottom:10px;
}


/* HIDEBG --------------------------------------------------------- */
#hidebg {
	height: 80px;
	width: 900px;
	left: 0px;
	top: 0px;
	position: absolute;
	background-color: #000000;
	z-index: 1;
}

/* TOPNAVi --------------------------------------------------------- */
#topnavi {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	letter-spacing: 0.2em;
	text-align: left;
	overflow: visible;
	position: absolute;
	visibility: visible;
	z-index: 2;
	height: 40px;
	width: 940px;
	left: 0px;
	top: 20px;
	padding-top: 13px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-color: #000000;	
}

#topnavi ul {
	list-style-type:none;
	margin:0;
	padding:0;
	
	}
#topnavi li {
	margin:0px;
	float:left;
	text-align:left;
	height: 20px;

	}
#topnavi li a {
	text-decoration:none;
	display:block;
	width:100%
	border:0;
	color: #FFFFFF;
	padding-right: 30px;
	padding-left: 10px;
	padding-top: 4px;
	float:left;

	}

#topnavi li a:visited {
	color: #FFFFFF;
}	
	
#topnavi li a:hover {
	color: #CCCCCC;
	background-image: url(../templates_img/topnavi_xorange.jpg);
	background-repeat: no-repeat;
	height: 20px;
	background-position: 0px 0px;
}


#topnavi li a:active {
	color: #FF6600;
}

/* Klasse fuer Anzeige des aktiven Kapitels */
.topnaviaktiv  {
	background-image: url(../templates_img/topnavi_xorange.jpg);
	background-repeat: no-repeat;
	height: 20px;
	background-position: 0px 0px;
}

/* EXPOLOGO --------------------------------------------------------- */
#logo {
	background-image: url(../templates_img/bg_expologo.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 460px;
	width: 60px;
	left: 881px;
	top: 80px;
	position: absolute;
}
/* PAGE --------------------------------------------------------- */
#page {
	float:left;
	min-height:480px;
	height:auto;
	width: 880px;
	left: 0px;
	top: 80px;
	position: absolute;
	background-color: #CCCCCC;
	overflow: visible;
	z-index: 2;
}
/* HEAD --------------------------------------------------------- */
#head {
	height: 80px;
	width: 880px;
	left: 0px;
	top: 0px;
	position: static;
	background-color: #999999;
	overflow: hidden;
	z-index: 3;
	background-image: url(../templates_img/bg_head.jpg);
	background-repeat: repeat-y;
}

#kapitelheadline {
	height: 40px;
	width: 400px;
	left: 20px;
	top: 25px;
	position: absolute;
	overflow: hidden;
	z-index: 7;
	font-size: 20px;
	font-weight: bolder;
	letter-spacing: 0.2em;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 0px;
	line-height: 24px;
}
#kapitelinfo {
	height: 30px;
	width: 390px;
	left: 425px;
	top: 25px;
	position: absolute;
	overflow: hidden;
	z-index: 8;
	font-size: 11px;
	letter-spacing: 0.03em;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 0px;
	line-height: 14px;
	color: #333333;
	font-weight: bold;
}
#kapitelbilder {
	height: 80px;
	width: 160px;
	left: 720px;
	top: 0px;
	position: absolute;
	overflow: hidden;
	color: #00000;
	z-index: 9;
}
/* NAVI --------------------------------------------------------- */
#navi {
	height: 20px;
	width: 720px;
	left: 0px;
	top: 60px;
	position: absolute;
	overflow: hidden;
	z-index: 4;
	background-image: url(../templates_img/bg_navi_720.jpg);
	background-repeat: no-repeat;
	color: #000000;
	padding-left: 20px;
	padding-top: 3px;
	background-position: 0px 0px;
}

#navi ul {
	list-style-type:none;
	margin:0;
	padding:0;
	}
	
#navi li {
	margin:0px;
	float:left;
	text-align:left;
	height: 20px;
	padding-right: 10px;
	}
	
#navi li a {
	text-decoration:none;
	/*display:block;
	width:100%*/
	border:0;
	color: #000000;
	float:left;
	}

#navi li a:visited {
	color: #000000;
}	
	
#navi li a:hover {
	color: #000000;
	text-decoration:underline;
}


#navi li a:active {
	color: #FFFFFF;
}
/* LEFT --------------------------------------------------------- */
#left {
	float:left;
	height: 400px;
	width: 160px;
	left: 0px;
	top: 80px;
	position: static;
	/*background-color: #c5c5c5;*/
	overflow: visible;
	z-index: 11;
	color:#000000;
}

/* LEFT 80px --------------------------------------------------------- */
#left_80 {
	float:left;
	height: 400px;
	width: 80px;
	left: 0px;
	top: 80px;
	position: static;
	/*background-color: #c5c5c5;*/
	overflow: visible;
	z-index: 11;
	color:#000000;
}
/* LEFTSUBMENUE --------------------------------------------------------- */
#leftsubmenue {
	float:left;
	width: 135px;
	left: 0px;
	top: 80px;
	/*position: static;*/
	background-color: #c2c2c2;
	overflow: visible;
	z-index: 11;
	color:#000000;
	padding-top: 40px;
	padding-left: 20px;
	padding-right: 5px;
	min-height:440px;
}

#leftsubmenue ul {
	list-style-type:none;
	margin:0;
	padding:0;
	}
	
#leftsubmenue li {
	margin:0px;
	padding-bottom: 5px;
	}
	
#leftsubmenue li a {
	margin:0px;
	text-decoration:none;
	color:#000000;
	}

#leftsubmenue li a:visited {
	color: #000000;
}	
	
#leftsubmenue li a:hover {
	color: #000000;
	text-decoration:underline;
}


#leftsubmenue li a:active {
	color: #FF6600;
}

.leftsub1aktiv {
	text-decoration:underline;
	}

/* zweite Ebene des Submenues */
.leftsub2  {
	padding-left: 8px;
	color:#333333;
	/*background-image:url(../templates_img/submenue_marker.jpg);
	background-repeat:no-repeat;*/
	}
	
.leftsub2aktiv {
	padding-left: 8px;
	text-decoration:none;
	color:#333333;
	background-image:url(../templates_img/submenue_marker_aktiv.jpg);
	background-repeat:no-repeat;
	}
	
.leftsub2aktiv a {
	text-decoration:none;
	}
	
	
	
/* dritte Ebene des Submenues */
.leftsub3  {
	padding-left: 16px;
	color:#333333;
	font-size:10px;
	/*background-image:url(../templates_img/submenue_marker.jpg);
	background-repeat:no-repeat;*/
	}
	
.leftsub3aktiv  {
	padding-left: 16px;
	text-decoration:underline;
	font-size:10px;
	color:#333333;
	text-decoration:none;
	background-image:url(../templates_img/submenue_marker_aktiv.jpg);
	background-repeat:no-repeat;
	background-position: 8px 0px;
	}
.leftsub3aktiv a {
	text-decoration:none;
	}



/* CONTENT --------------------------------------------------------- */
#content {
	float:left;
	width: 360px;
	left: 160px;
	top: 80px;
	position: static;
	overflow: visible;
	z-index: 12;
	color:#000000;
	padding-top: 40px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
	/*background-color:#CC6600;*/
}
#content p { 
	line-height:15px;
	margin-top: 0px;
	margin-bottom:15px;
 }
 
 #content ul {
	line-height:15px;
	list-style-image: url(../templates_img/listenpunkt.jpg);
	margin:0;
	padding-left:20;
 }
 
 #content p a {
	text-decoration:none;
	background-color:#BABABA;
	color:#000000;
	}

 #content p  a:visited {
 	background-color:#BABABA;
	text-decoration:none;
	color:#000000;
}	
	
 #content p a:hover {
	color: #000000;
	background-color:#FFD9C7;
    text-decoration:none;
}


 #content p a:active {
	color: #FFFFFF;
	background-color:#FF6600;
	text-decoration:none;
}


/* CONTENT_HOMEPAGE -------------------------------------------- */
#content_home {
	float:left;
	width: 400px;
	left: 160px;
	top: 80px;
	overflow: visible;
	z-index: 12;
	color: #000000;	
}

#content_home h1 {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.2em;
	padding-bottom:2px;
	margin:0px;
}

#content_home h2 {
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0.2em;
	padding-bottom:2px;
	margin:0px;
}


#content_home p {
 	line-height: 14px;
	margin:0px;
}
#content_home a{
	color:#000000;
	text-decoration:none;
}
#content_home a:visited{
	color:#000000;
	text-decoration:none;
}
#content_home a:hover{
	color:#FF6600;
	text-decoration:none;
}


/* CONTENT_SILBERSTREIF -------------------------------------------- */
/* AUFBAU FUER AUSWAHLSEITE VERANSTALTUNGEN KEINE RECHTE SPALTE --- */
#content_silberstreif {
	width: 560px;
	left: 160px;
	top: 80px;
	/*position: static;*/
	overflow: hidden;
	z-index: 12;
	color:#000000;
	line-height:0px;
	float: left;
}
.zeile_silberstreif {
	width:520px;
	height:60px;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 10px;
	background-image: url(../templates_img/silberstreif_single.jpg);
	margin-top:0px;
	margin-bottom:0px;
}
.zeile_silberstreif h1 {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.2em;
	margin:0px;
}
.zeile_silberstreif p {
 	line-height: 14px;
	margin:0px;
}
.zeile_silberstreif a{
	color:#000000;
	text-decoration:none;
}
.zeile_silberstreif a:visited{
	color:#000000;
	text-decoration:none;
}
.zeile_silberstreif a:hover{
	color:#FF6600;
	text-decoration:none;
}


/* CONTENT_BILDER --------------------------------------------------------- */
/* kein Padding fuer randgenaue Platzierung der Bilder, keine rechte Spalte */
#content_bilder {
	float:left;
	width: 720px;
	left: 160px;
	top: 80px;
	position: static;
	overflow: visible;
	z-index: 12;
	color:#000000;
}


#content_bilder p, #content_bilder h1 {
	padding-right: 260px;
	padding-left: 20px;
 }

#content_bilder h1, h2, h3 { 
	padding-top:20px;
 }
 
#content_bilder p { 
	line-height:15px;
 }
 
#content_bilder ul {
	line-height:15px;
	list-style-image: url(../templates_img/listenpunkt.jpg);
	margin:0;
	padding-left:20;
 }
 
#content_bilder p a {
	text-decoration:none;
	background-color:#BABABA;
	color:#000000;
	}

#content_bilder p  a:visited {
 	background-color:#BABABA;
	text-decoration:none;
	color:#000000;
}	
	
#content_bilder p a:hover {
	color: #000000;
	background-color:#FFD9C7;
    text-decoration:none;
}


#content_bilder p a:active {
	color: #FFFFFF;
	background-color:#FF6600;
	text-decoration:none;
}


/* CONTENT_TERMINE -------------------------------------------- */

#content_termine {
	float:left;
	width: 640px;
	left: 80px;
	top: 80px;
	position: static;
	overflow: visible;
	padding-top: 40px;
	z-index: 12;
	color:#000000;
	/*height: 200px;*/
}

/* AUFBAU FUER AUSWAHLSEITE TERMINE  --- */
.zeile_termine {
	width:480px;
	clear: both;
	min-height: 40px;
}

.zeile_termine h1 {
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0.08em;
	margin:0px;
	margin-bottom: 0px;
}
.zeile_termine h2 {
	font-size: 11px;
	font-weight: bold;
	margin:0px;
	color:#666666;
	margin-top:5px;
	margin-bottom: 2px;
}
.zeile_termine p {
	line-height: 16px;
	margin:0px;
}
.zeile_termine a{
	color:#000000;
	text-decoration:none;
}
.zeile_termine a:visited{
	color:#000000;
	text-decoration:none;
}
.zeile_termine a:hover{
	color:#FF6600;
	text-decoration:none;
}
.termine_bilder {
	width: 80px;
	float: left;
	max-width: 80px;
	max-height: 160px;
	min-height: 40px;
	overflow: hidden;
	}
	
.termine_bilder_dauer {
	width: 80px;
	float: left;
	max-width: 80px;
	max-height: 160px;
	min-height: 40px;
	overflow: hidden;
	padding-bottom:20px;
	}
	
.termine_text {
	width: 360px;
	float: left;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
	}
.termine_clear {
	background-color: #FFCC00;
	clear: both;
}

/* AUFBAU FUER EINZELSEITE TERMINE  --- */

.zeile_termine_single {
	width:480px;
	clear: both;
	min-height: 200px;
}
.zeile_termine_single h1 {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.2em;
	margin:0px;
	color: #000000;
	margin-bottom: 5px;
}
.zeile_termine_single h2 {
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 0.05em;
	margin:0px;
	margin-bottom: 5px;
}
.zeile_termine_single p {
	line-height: 15px;
	margin:0px;
	margin-top: 20px;
}
.zeile_termine_single a{
	color:#000000;
	text-decoration:underline;
}
.zeile_termine_single a:visited{
	color:#000000;
	text-decoration:underline;
}
.zeile_termine_single a:hover{
	color:#FF6600;
	text-decoration:underline;
}


/* CONTENTFLASH --------------------------------------------------------- */
/* nur Content-Spalte ueber volle Seitenbreite */
#contentflash {
	float:left;
	width: 880px;
	height:440px;
	left: 0px;
	top: 80px;
	position: static;
	overflow: visible;
	z-index: 14;
	color:#000000;
}


/* CONTENTFlASCHENPOST --------------------------------------------------------- */
/* keine rechte spalte */
#contentflaschenpost {
	float:left;
	width: 520px;
	left: 160px;
	top: 80px;
	position: static;
	overflow: visible;
	z-index: 12;
	color:#000000;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
}


#contentflaschenpost p { 
	line-height:15px;
	margin-top: 0px;
	margin-bottom:15px;
 }
 

 
 #contentflaschenpost  a {
	text-decoration:none;
	background-color:#BABABA;
	color:#000000;
	}

 #contentflaschenpost   a:visited {
 	background-color:#BABABA;
	text-decoration:none;
	color:#000000;
}	
	
 #contentflaschenpost  a:hover {
	color: #000000;
	background-color:#FFD9C7;
    text-decoration:none;
}


 #contentflaschenpost  a:active {
	color: #FFFFFF;
	background-color:#FF6600;
	text-decoration:none;
}
	
/* RIGHT --------------------------------------------------------- */
#right {
	float:left;
	width: 160px;
	left: 560px;
	top: 80px;
	position: static;
	overflow: visible;
	z-index: 14;
	color:#000000;
	line-height:12px;
	/*background-color:#3399FF;*/
}

#right a {
	text-decoration:none;
	background-color:#BABABA;
	color:#000000;
	}

#right a:visited {
 	background-color:#BABABA;
	text-decoration:none;
	color:#000000;
}	
	
#right a:hover {
	color: #000000;
	background-color:#FFD9C7;
    text-decoration:none;
}


#right a:active {
	color: #FFFFFF;
	background-color:#FF6600;
	text-decoration:none;
}

#right p {
	letter-spacing: 0.0em;
	padding-left:4px;
	padding-right:4px;
	padding-top:6px;
	padding-bottom:4px;
	margin-bottom:0px;
	margin-top:0px;
	border-bottom-style:dotted;
	border-bottom-color:#b4b4b4;
	border-bottom-width:1px;
	}
	
#right h1 {
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 0.0em;
	padding-left:4px;
	padding-right:4px;
	padding-top:2px;
	padding-bottom:2px;
	margin-bottom:1px;
	border-bottom-style:dotted;
	border-bottom-color:#b4b4b4;
	border-bottom-width:1px;
	border-top-style:dotted;
	border-top-color:#b4b4b4;
	border-top-width:1px;
	
	}

/* BORDER --------------------------------------------------------- */
#border {
	width: 160px;
	left: 720px;
	top: 80px;
	position: static;
	overflow: visible;
	z-index: 15;
	color:#000000;
	float: left;
	line-height:12px;
	
	
}


#border a {
	text-decoration:none;
	background-color:#BABABA;
	color:#000000;
	}

#border a:visited {
 	background-color:#BABABA;
	text-decoration:none;
	color:#000000;
}	
	
#border a:hover {
	color: #000000;
	background-color:#FFD9C7;
    text-decoration:none;
}


#border a:active {
	color: #FFFFFF;
	background-color:#FF6600;
	text-decoration:none;
}

#border p {
	letter-spacing: 0.0em;
	padding-left:4px;
	padding-right:4px;
	padding-top:6px;
	padding-bottom:4px;
	margin-bottom:0px;
	margin-top:0px;
	border-bottom-style:dotted;
	border-bottom-color:#b4b4b4;
	border-bottom-width:1px;
	}
	
#border h1 {
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 0.0em;
	padding-left:4px;
	padding-right:4px;
	padding-top:2px;
	padding-bottom:2px;
	margin-bottom:1px;
	border-bottom-style:dotted;
	border-bottom-color:#b4b4b4;
	border-bottom-width:1px;
	border-top-style:dotted;
	border-top-color:#b4b4b4;
	border-top-width:1px;
	
	}
	



/* BORDER HOMEPAGE --------------------------------------------------------- */
#border_home {
	width: 160px;
	left: 720px;
	top: 80px;
	position: static;
	overflow: hidden;
	z-index: 15;
	color:#000000;
	float: left;
	font-size:10px;
	font-style:normal;
	line-height:12px;
	
}

#border_home a{
	color:#000000;
	text-decoration:none;
}
#border_home a:visited{
	color:#000000;
	text-decoration:none;
}
#border_home a:hover{
	color:#FF6600;
	text-decoration:none;
}

#border_home .spacer {
	width:160px;
	height:160px;
	} 

#border_home .content_element {
	background-image: url(../templates_img/silberstreif_randspalte.jpg);
	padding-left:4px;
	padding-right:4px;
	padding-top:2px;
	padding-bottom:2px;
	margin-bottom:1px;
	}

#border_home .content_element a {
	
	}

#border_home h1 {
	font-size: 10px;
	font-weight: normal;
	letter-spacing: 0.0em;
	margin:0px;
	
	color: #000000;
	
	}
	
#border_home h2 {
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 0.0em;
	margin:0px;
	padding-top:4px;
	padding-bottom:4px;
	color: #000000;
	
	}



/* SPACER 160x160 PIXEL-------------------------------- */
#spacer {
	width: 160px;
	height:160px;
	overflow: hidden;
	z-index: 30;
}


/* FOOTER --------------------------------------------------------- */
#footer {
	clear:both;
	height: 15px;
	width: 850px;
	background-color:#b7b7b7;
	overflow: visible;
	z-index: 20;
	font-size: 9px;
	color: #333333;
	word-spacing: 0.05em;
	padding-top: 5px;
	padding-left: 15px;
	padding-right: 15px;
}

#footer a {	
	text-decoration:none;
	color:#333333;
}
#footer a:visited {	
	text-decoration:none;
}
#footer a:hover {	
	text-decoration:underline;
}
#footer a:active {
	color:#FF6600;	
	text-decoration:underline;
	
}
.footer_links {
text-align:left;
float:left;
}
.footer_rechts {
text-align:right;
float:right;
}


/*------------------KLASSEN----------------------------------*/
.aktiv {
	padding-left: 15px;
}




/* Kennzeichnung aktiver Menueeintraege */
.unterstrich {
text-decoration:underline;
}
/*.unterstrich a {
	text-decoration:underline;
}
.unterstrich a:visited {	
	text-decoration:underline;
}
.unterstrich a:hover {	
	text-decoration:underline;
}
.unterstrich a:active {	
	text-decoration:underline;
	
}*/





/* --------------------------------------------------------------------------*/

/*------- KLASSEN FUER CSS_STYLED_CONTENT-EXTENSION--------
.csc-header h1 {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.2em;
	line-height: 20px;
	margin:0px;
}
.csc-header h1 a {
	color:#000000;
	text-decoration:none;
	}
.csc-header h1 a:hover {
	color:#FF6600;
	text-decoration:none;
	}

.bodytext {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-align: left;
	line-height: 15px;
}
*/
	
/* TYPO3 CVS id: $id$ */
/* Template stylesheet which can be used for new sites */
/* Make a copy of this stylesheet to some other location, modify it and use it from there! */
/*

Colorscheme is:

Background Color 1: #EDEBF1;	(Background 1)
Background Color 1-dimmed: #D8D7DC;	(Background 1 - dimmed)
Background Color 2: #F5FFAA;	(Background 2)
Background Color 3: #D1D2E4;	(Background 2)

Text, main:	#000000
Text Color 1: #186900;	(red)
Text Color 2: #10007B;	(green)
Text Color 3: #8A0020;	(blue)

Links		#000066
Link hover: #660000;

Borders/Lines	#333333
*/



/***************************/
/* General element styles: */
/***************************/
/*H1, H2, H3, H4, H5, P, TD, UL, OL, BLOCKQUOTE, INPUT, TEXTAREA, SELECT { font-family: Verdana, Geneva, Arial, helvetica, sans-serif; color: #000000; }
PRE { font-family: monospace; }
A { color: #000000; text-decoration: underline; }
A:hover { color: #FF6600; }
FORM { margin: 0px 0px 0px 0px;}
P, PRE { margin: 0px 0px 0px 0px; }
P, TD, UL, OL { font-size: 11px; }
INPUT, TEXTAREA, SELECT { padding-left: 5px; font-size: 11px; }*/


/********************************/
/* Frames, spacing, link-to-top */
/********************************/
P.csc-linkToTop { text-align: right; color:#333333 }
P.csc-linkToTop A { font-weight: normal; text-decoration:underline; color:#666666 }


DIV.csc-frame { border: 0px; }
DIV.csc-frame-invisible {}
DIV.csc-frame-rulerBefore { border-top: 1px solid #333333; padding-top:10px; }
DIV.csc-frame-rulerAfter { border-bottom: 1px solid #333333; }
DIV.csc-frame-indent { padding-left: 10px; padding-right: 10px; padding-top:10px; padding-bottom:10px; background-color:#FFCC99;}

DIV.csc-frame-indent3366 { height:130px; padding-top: 20px; padding-right: 20px; padding-left: 20px; padding-bottom: 10px; background-image: url(../templates_img/silberstreif_160_heller.jpg);  overflow:hidden;}
/*Fuer hohen Content-Streifen auf der Homepage*/
DIV.csc-frame-indent6633 { height:60px; padding-top: 10px; padding-right: 20px; padding-left: 20px; padding-bottom: 10px; background-image: url(../templates_img/silberstreif_heller.jpg); overflow:hidden;}
/*Fuer Platzierung der Bilder*/
DIV.csc-frame-frame1 { padding-top: 80px; }
DIV.csc-frame-frame2 { padding-top: 160px; }

/*DIV.csc-frame-frame1 H1, DIV.csc-frame-frame1 H2, DIV.csc-frame-frame1 H3, DIV.csc-frame-frame1 H4, DIV.csc-frame-frame1 H5 { margin-top: 2px; }
DIV.csc-frame-frame2 H1, DIV.csc-frame-frame2 H2, DIV.csc-frame-frame2 H3, DIV.csc-frame-frame2 H4, DIV.csc-frame-frame2 H5 { margin-top: 2px; }*/
				
/******************/
/* Headers, plain */
/******************/
/*H1  {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.2em;
	line-height: 20px;
}
H2 { font-size: 18px; }
H3 { font-size: 16px;  }
H4 { font-size: 14px;  }
H1, H2, H3, H4, H5, H6 { margin: 0px 0px 0px 0px; margin-top: 0px; margin-bottom: 0px; }
H1.csc-firstHeader, H2.csc-firstHeader, H3.csc-firstHeader, H4.csc-firstHeader, H5.csc-firstHeader, H6.csc-firstHeader { margin-top: 0px; }*/

/* Headers, with link */
/*H1 A, H2 A, H3 A, H4 A, H5 A { color: #000000; text-decoration: none; }
H2 A { color: #186900; }
H3 A { color: #10007B; }
H4 A { color: #8A0020; }
H1 A:hover, H2 A:hover, H3 A:hover, H4 A:hover, H5 A:hover { color: #FF6600; }
*/
/* Header date */
/*P.csc-header-date { font-size: 10px; color: #186900; }*/

/* Subheader, general */
/*P.csc-subheader { font-style: italic; background-color: #EDEBF1; }*/

/* Subheader, specific */
/*P.csc-subheader-0 { font-style: normal; }
P.csc-subheader-1 { color: #186900; }
P.csc-subheader-2 { color: #10007B; }
P.csc-subheader-3 { color: #8A0020; }*/



/*******************/
/* RTE / Bodytext: */
/*******************/
/*P.bodytext { font-size: 11px; color: #000000; }
P.bodytext A { text-decoration: underline; line-height: 20px; }*/

/* RTE / Bulletlists */
/*UL { margin-top: 0px;  }
UL UL LI { font-size: 10px; }
OL { margin-top: 0px; }
LI { margin-top: 0px; margin-bottom: 0px; padding-top: 2px; }*/

/* RTE / Table styling */
/*TABLE.contenttable { border: 1px #333333 solid; margin: 10px 0px 10px 0px; width: 100%; }
TABLE.contenttable TR TD { padding: 0px 3px 0px 3px; }
TABLE.contenttable TR TD P.bodytext { font-size: 10px; }
TABLE.contenttable TR { background-color: #EDEBF1; }
*/


/**********/
/* Images */
/**********/



/* Images / Captions */
/*P.csc-caption { font-size: 10px; font-style:normal ; margin:0px; }*/

/* Images / Tables / Floating text */
/*TABLE.imgtext-table { border: 0px; }*/

/* Images / Tables / Wrapped text */
/* When "Text w/Image" elements are wrapping the text into a table the top-margin of Hx elements should be transferred to the wrapping table instead. This is done here: */
/*TABLE.imgtext-nowrap { border: 0px; }
TABLE.imgtext-nowrap H1, TABLE.imgtext-nowrap H2, TABLE.imgtext-nowrap H3, TABLE.imgtext-nowrap H4, TABLE.imgtext-nowrap H5 { margin-top: 0px; }*/



/***************/
/* Bulletlists */
/***************/

/* Bulletlists, general */
/*UL.csc-bulletlist LI { font-size: 11px; }*/

/* Bulletlists, specifically */
/*UL.csc-bulletlist-0 { color: #000000; }
UL.csc-bulletlist-1 { color: #186900; list-style-type : decimal; }
UL.csc-bulletlist-2 { color: #10007B; list-style-position : inside; }
UL.csc-bulletlist-3 { color: #8A0020; list-style-image: url(img/red_arrow_bullet.gif); }*/



/*********************/
/* Tables, generally */
/*********************/
/*TABLE.contenttable P { font-size: 11px; }
TABLE.contenttable TR TD { vertical-align: top; }
*/
/* Tables, specifically */
/*TABLE.contenttable-0 P { color: #000000; }

TABLE.contenttable-1 P { color: #186900; }
TABLE.contenttable-1 TR.tr-0 TD P { font-weight: bold; }
TABLE.contenttable-1 TR.tr-0 TD { background-color: #D1D2E4;}
 
TABLE.contenttable-2 P { color: #10007B; }
TABLE.contenttable-2 TR TD.td-0 { background-color: #F5FFAA;}
TABLE.contenttable-2 TR TD.td-0 P { font-weight: bold; }

TABLE.contenttable-3 P { color: #8A0020; }
TABLE.contenttable-3 TR TD.td-0, TABLE.contenttable-3 TR.tr-0 TD { background-color: #D1D2E4;}
TABLE.contenttable-3 TR TD.td-0 P, TABLE.contenttable-3 TR.tr-0 TD P { font-weight: bold; }*/



/************************/
/* Filelinks, generally */
/************************/
TABLE.csc-uploads {  }
TABLE.csc-uploads TR TD P { }
TABLE.csc-uploads P { margin:0 0 0 0;}
TABLE.csc-uploads TR TD { vertical-align: top;  padding:3px; }
TABLE.csc-uploads TR.tr-even {  }
TABLE.csc-uploads TR.tr-odd { }
TABLE.csc-uploads TR TD.csc-uploads-icon {  }
TABLE.csc-uploads TR TD.csc-uploads-fileName {  }
TABLE.csc-uploads TR TD.csc-uploads-fileName P {}
TABLE.csc-uploads TR TD.csc-uploads-fileName P A {   }
TABLE.csc-uploads TR TD.csc-uploads-fileName P.csc-uploads-description { width:75%;   }
TABLE.csc-uploads TR TD.csc-uploads-fileSize { padding-left: 5px; padding-right: 0px; white-space: nowrap; }

/* Filelinks, specifically */
/*TABLE.csc-uploads-1 { border-color: #186900; }

TABLE.csc-uploads-2 { border-color: #10007B; }

TABLE.csc-uploads-3 { border-color: #8A0020; }
TABLE.csc-uploads-3 TR TD { vertical-align: middle; }
TABLE.csc-uploads-3 TR.tr-even TD.csc-uploads-icon IMG { border: 2px solid #333333; }
TABLE.csc-uploads-3 TR.tr-odd TD.csc-uploads-icon IMG { border: 2px solid #333333; }*/
				


/*****************/
/* Various Forms */
/*****************/

/* Email, Login and Search forms generally: */
/*FORM TABLE TR TD { padding-left: 5px; padding-right: 20px; }
FORM TABLE TR TD.csc-form-labelcell, FORM TABLE TR TD.csc-form-commentcell { background-color: #D8D7DC; }
FORM TABLE TR TD.csc-form-fieldcell { background-color: #EDEBF1; }
FORM TABLE TR TD.csc-form-fieldcell INPUT, FORM TABLE TR TD.csc-form-fieldcell SELECT, FORM TABLE TR TD.csc-form-fieldcell TEXTAREA { border: 1px solid #333333; }
FORM TABLE TR TD.csc-form-labelcell P.csc-form-label-req { font-weight: bold; }
*/
/* Email form, specifically */
/*FORM TABLE.csc-mailform TR TD.csc-form-labelcell  { }*/

/* Search form, specifically */
/*FORM TABLE.csc-searchform { width: 100%; }
FORM TABLE.csc-searchform TR TD { padding: 5px 5px 5px 5px; }
FORM TABLE.csc-searchform TR TD.csc-form-labelcell, FORM TABLE.csc-searchform TR TD.csc-form-commentcell { font-weight: bold; }
FORM TABLE.csc-searchform TR TD.csc-form-fieldcell INPUT, FORM TABLE.csc-searchform TR TD.csc-form-fieldcell SELECT { width: 100%; }*/

/* Login form, specifically */
/*FORM TABLE.csc-loginform { width: 70%; }*/


/*****************/
/* Search result */
/*****************/

/* Search Result, result information box: */
/*TABLE.csc-searchResultInfo { margin-left: 0px; margin-top: 10px; width: 100%;}
TABLE.csc-searchResultInfo TR { background-color: #EDEBF1; }
TABLE.csc-searchResultInfo TR TD P { padding: 0px 5px 0px 5px;}
TABLE.csc-searchResultInfo TR TD.csc-searchResultRange P { font-weight: bold; }
TABLE.csc-searchResultInfo TR TD.csc-searchResultPrevNext { text-align: right; }*/

/* Search Result, header + abstract: */
/*H3.csc-searchResultHeader A { color: #186900; }
H3.csc-searchResultHeader { background-color: #EDEBF1; font-size: 14px; padding-left: 5px; }
P.csc-searchResult { font-style: italic; margin-left: 20px;}*/

/* Search word markup */
/*SPAN.csc-sword { font-weight: bold; color: red; }*/


/*****************************/
/* Menu / Sitemap, generally */
/*****************************/
DIV.csc-menu { margin-left: 0px; padding-top:20px; }
DIV.csc-menu P { font-size: 11px; font-weight: bold;  }
DIV.csc-menu  A { color: #000000; text-decoration: none; }
DIV.csc-menu  A:hover { color: #660000; text-decoration: none; }

/* Menu / Sitemap, "Menu of these pages" */
DIV.csc-menu-def P {  }



/* Menu / Sitemap, "Menu of subpages to these pages" */
.csc-menu-1 {font-weight:bold; }
.csc-menu-1 li {   margin-bottom: 10px; margin-left: 12px; list-style-position:inherit; }
.csc-menu-1 a {text-decoration:none; color:#000000; background-color:#BABABA;}
.csc-menu-1 a:hover {background-color:#FFD9C7;}


/* Menu / Sitemap, "Sitemap" */
/*DIV.csc-menu-2 { }
DIV.csc-menu-2 P.csc-sitemap { }
DIV.csc-menu-2 P.csc-sitemap-level1 { margin-left: 20px; }
DIV.csc-menu-2 P.csc-sitemap-level2 { margin-left: 40px; }
DIV.csc-menu-2 P.csc-sitemap-level3 { margin-left: 60px; }
DIV.csc-menu-2 P.csc-sitemap-level4 { margin-left: 80px; }
DIV.csc-menu-2 P.csc-sitemap-level1 A { color: #000000; }
DIV.csc-menu-2 P.csc-sitemap-level2 A { color: #186900; }
DIV.csc-menu-2 P.csc-sitemap-level3 A { color: #10007B; }
DIV.csc-menu-2 P.csc-sitemap-level4 A { color: #8A0020; }*/

/* Menu / Sitemap, "Section index (pagecontent w/Index checked)" */
/*DIV.csc-menu-3 { }
DIV.csc-menu-3 P.csc-section { margin-left: 0px; }
DIV.csc-menu-3 P.csc-section A { color: #186900; }*/

/* Menu / Sitemap, "Menu of subpages to these pages (with abstract)" */
.csc-menu-4  dt {font-weight:bold; margin-bottom:3px; }
.csc-menu-4 a {text-decoration:none; color:#000000; background-color:#BABABA; }
.csc-menu-4 a:hover {background-color:#FFD9C7;}
/*Zweite Ebene des Menues (Inhalte)*/
	.csc-menu-4 dd { font-weight:normal; margin-bottom:20px; margin-left:20px;}
	.csc-menu-4 dd a {text-decoration:none; color:#000000; background-color:#CCCCCC;}
	.csc-menu-4 dd a:hover {text-decoration:none; color:#000000; background-color:#FFD9C7;}
	.csc-menu-4 dd a:visited { }
	

/* Menu / Sitemap, "Recently updated pages" */
/*DIV.csc-menu-5 { }*/

/* Menu / Sitemap, "Related pages (based on keywords)" */
/*DIV.csc-menu-6 { }*/

/* Menu / Sitemap, "Menu of subpages to these pages + sections" */
.csc-menu-7 {font-weight:bold; }
.csc-menu-7 a {text-decoration:none; color:#000000; background-color:#BABABA;}
.csc-menu-7 a:hover {background-color:#FFD9C7;}
.csc-menu-7 li {   margin-bottom: 10px; margin-left: 12px; list-style-position:inherit; }
	/*bestimmt die zweite Ebene der Liste */
	.csc-section { font-weight:normal; list-style-image:none; list-style-type:none;}
	.csc-section a {text-decoration:none; color:#000000; background-color:#CCCCCC;}
	.csc-section a:visited {text-decoration:none; color:#000000; background-color:#CCCCCC;}
	
	
/*DIV.csc-menu-7 { }
DIV.csc-menu-7 ul {list-style-type:none; list-style-image:none; padding-left:0px;}
DIV.csc-menu-7 P { font-weight: normal; }
DIV.csc-menu-7 P.csc-section A { color: #000000; }*/



/****************************************/
/* Frontend editing / TYPO3 Admin Panel */
/****************************************/
/*IMG.frontEndEditIcons { vertical-align: middle; margin: 0px 2px 0px 2px; } */

/* Default styles for the Admin Panel */
/*TABLE.typo3-adminPanel { border: 1px solid black; background-color: #F6F2E6; }
TABLE.typo3-adminPanel TR.typo3-adminPanel-hRow TD { background-color: #9BA1A8; }
TABLE.typo3-adminPanel TR.typo3-adminPanel-itemHRow TD { background-color: #ABBBB4; }
TABLE.typo3-adminPanel TABLE, TABLE.typo3-adminPanel TD { border: 0px; }
TABLE.typo3-adminPanel TD FONT { font-family: verdana; font-size: 10px; color: black; }
TABLE.typo3-adminPanel TD A FONT { font-family: verdana; font-size: 10px; color: black; }			
TABLE.typo3-editPanel { border: 1px solid black; background-color: #F6F2E6; }
TABLE.typo3-editPanel TD { border: 0px; }*/


/*************/
/* Debugging */
/*************/
/*
H1, H2, H3, H4, H5, P, UL, OL, LI, BLOCKQUOTE, PRE { border: 1px dotted #999999;}
TD TABLE { border: 1px dotted #000099;}
DIV { border: 1px dotted #990000;}
IMG.spacer-gif { border: 1px solid black; }
*/




/* --------------------------------------------------------------------------*/
/*------- KLASSEN FUER CSS_STYLED_CONTENT-EXTENSION ab Version 4.0-----------*/

/* Entfernt den 5px-Rand unter jedem Bild (Margin=0) */
DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image { margin-bottom: 0px; }
DIV.csc-textpic-equalheight DIV.csc-textpic-imagerow { margin-bottom: 0px; display: block; }


/*Bildunterschriften*/
/*.csc-textpic-caption { background-color:#33FF00; padding-top: 5px; padding-right: 5px; padding-bottom: 3px; }*/

/*SItemap*/
DIV .csc-sitemap {

	}
	
DIV .csc-sitemap a {
	text-decoration:none;
	/*background-color:#BABABA;*/
	color:#000000;
	}

DIV .csc-sitemap  a:visited {
	text-decoration:none;
	color:#666666;
}	
	
DIV .csc-sitemap a:hover {
	background-color:#FFD9C7;
    text-decoration:none;
	color:#000000;
}


DIV .csc-sitemap a:active {
	color: #FFFFFF;
	background-color:#FF6600;
	text-decoration:none;
	color:#000000;
}
/* 1. Ebene */	
DIV .csc-sitemap ul  {
	padding-left:15px;
	font-weight:bold;
	font-size:12px;
	
}
DIV .csc-sitemap ul li {
	margin-top:15px;
}

/* 2. Ebene */	
DIV .csc-sitemap ul li ul {
	font-weight:bold;
	font-size:11px;	
	}
DIV .csc-sitemap ul li ul li {
	margin-top:5px;
}

/* 3. Ebene */	
DIV .csc-sitemap ul li ul li ul{
	font-weight:normal;
	}
	
/* 4. Ebene */	
DIV .csc-sitemap ul li ul li ul li ul{
	font-style:italic;
	}



/*----- KLASSEN UND DIVs FUER FORMULARE ----------------------------*/

.csc-mailform {
	border:none;
	padding:0px;
	}

.csc-mailform-field {
	border:none;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:2px;
	border-top:dotted 1px #999999;
	}

.csc-mailform INPUT {
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
	
.csc-mailform SUBMIT {
	font-size:16px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}

.csc-mailform TEXTAREA {
	/*height:12px;*/
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
	
/* Label Felder */
.form_label {
	display:block;
	padding-bottom:1px;
	}
	
/* Label erforderlicher Felder */	
	.form_label_req {
	}

/* Zweite Teile der Beschriftung / Kommentar */
.csc-mailform-label {
	}



/* --------------------------------------------------------------------------*/
/*------- FLASCHENPOST-----------*/

/*------- KLASSEN ---------------*/



	
.list_item {
	margin-bottom:20px;
}

.line_top {
	font-weight:bold;
	line-height:12px;
	margin-bottom:7px;
	}
.line_top2 {
	font-weight:normal;
	line-height:12px;
	margin-bottom:7px;
	}
.line_sub {
	font-weight:normal;
	line-height:12px;
	margin-bottom:5px;
	padding-left:0px;
	}

/*------- Searchbox -----------------*/
.tx-flaschenpost-pi1-searchbox {
	padding-top:20px;
	padding-bottom:20px;
	}

.tx-flaschenpost-pi1-searchbox-sword {
	width:200px;
	font-size:12px;
	margin-right:20px;
	}
.tx-flaschenpost-pi1-searchbox-button {
	width:200px;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	}

.nix p {
	line-height:0px;
	margin-bottom:0px;
	margin-top:0px;
	}



/*-------------------------------------------------------*/
#flp_gruppenliste {
padding-top:20px;
}


/*-------------------------------------------------------*/
#flp_poemsgruppenliste {
padding-top:20px;
}






/*-------------------------------------------------------*/
#flp_single {
	background-image:url(../templates_img/stein_520.jpg);
	background-repeat:no-repeat;
	line-height:15px
}

#flp_single p {
	margin-bottom:0px;
	margin-top:0px;
}

#inschrift {
	width:400px;
	padding-left: 60px;
	padding-top: 100px;
	padding-bottom:10px;
	height:200px;
	font-family: "Monaco", "Courier New", Courier, mono;
	font-size: 18px;
	color: #FFFFFF;
	/*text-transform: uppercase*/;
	font-weight: bold;
	letter-spacing: 7px;
	word-spacing:-6px;
	text-align: center;
}
#inschrift p {
		
	line-height: 27px;
	}
	
	
/*-------------------------------------------------------*/
#kommentar {
	font-style:italic;
	color:#333333;
	text-align:right;
	
	}

