* { margin:0; padding:0; font-size: 100%; } 

html { height: 100% } 
	
body { 
	
	min-height: 101%;	
	
	font-size: 100.01%; 
	
	position: relative; 
	   
	text-align: center; 
	
	background-image: url(../../img/main.bg.gif); 
	background-repeat:repeat-x;
	background-color:#d9dfe7;
	padding:0;	
	margin:0;
	font-family:"Lucida Grande",Lucida,Arial,Helvetica,sans-serif;
	color: #222; 
	font-size: 83.33%; 
	/*font-family: 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif; */
} 
	
fieldset, img { border:0; }

select, input, textarea { font-size: 99% }

/* ######################################################################################################
** ### DIV-Container des Basislayouts ###################################################################
** ######################################################################################################
*/
#topnav {
	position:relative;
	top: 10px;
	right: 10px;
	color: #fff;
	background: transparent;
	text-align: right; /* Erforderlich, damit im Opera 6 wirklich rechts plaziert ! */
}
	#nav {
	position:relative;
	float:left;
	top: 0px;
	z-index: 100;
	background: #fff url(../../img/header.bg.gif);
	height:30px;
	width:980px;
	/*_width:50px;*/
	background-image: url(../../img/header.bg.gif);

	}
	#nav_main {
	position:relative;
	margin: 0 10px;
	background: #efefef url(../../img/shiny_buttons/background.gif) repeat-x center right;
    border-top: 1px #c5c4c4 solid; 
    border-bottom: 1px #c5c4c4 solid;
	height:29px;
	z-index:1000;/*f�r Opera, da sonst teaser �ber nav und navigation nicht anklickbar*/
}
#nav_main ul {
    display: block;
	margin: 0;
	padding: 0;
    font-size: 1.0em;
	line-height: 1em;
}

#nav_main ul li {
	float: left;
	margin: 0;
	padding: 0;
    	font-size: 1.0em;
	line-height: 1em;
   	list-style-type: none;
	border-left: 1px #fff solid;
	border-right: 1px #c5c4c4 solid;
	background: #efefef url(../../img/shiny_buttons/background.gif) repeat-x center right;

}

#nav_main ul li#first {	border-right: 1px #aaa solid; border-left: none; padding: 0.5em 0em 0.5em 0em; width:48px; }
#nav_main ul li#last { border-left: 1px #fff solid; border-right: none; padding: 0.5em 0em 0.5em 0em; }

#nav_main ul li a {
    display:block;
    width: auto;
	font-size: 1em;
    font-weight: bold;
	background: transparent;
	text-decoration: none;
	color: #979797;
	margin: 0;
	padding: 0.6em 0.8em 0.60em 0.8em;
}

#nav_main ul li a:hover {
	background: #eee;
	color: #333;
	text-decoration: none;

}

#nav_main ul li#current { 
    border-left: 1px #444 solid; 
	border-right: 1px #888 solid;
	background: transparent url(../../img/shiny_buttons/background_active.gif) repeat-x center right;	
}
#nav_main ul li#current a,
#nav_main ul li#current a:hover {
	color: #fff;
	background: transparent;
	text-decoration: none;
}
#main {	clear:both; width: auto;  z-index: 10; }

	
#footer { clear:both; width:980px;}	/* Backup f�r IE-Clearing */
	
	/* Der z-Index verhindert, dass im Falle des noch bestehenden IE-Bugs die Texte vor 
	** dem Spaltenhintergrund erscheinen. */
	#col1 {z-index: 3;}
	#col2 {z-index: 5;}
	#col3 {z-index: 1;}
	#col1_content {z-index: 4;}
	#col2_content {z-index: 6;}
	#col3_content {z-index: 2;}
	

	
/* ######################################################################################################
** ### Markupfreie CSS-Floatclearing-L�sungen ###########################################################
** ######################################################################################################
*/

	/* Clearfix-Methode zum Clearen der Float-Umgebungen */
	 .clearfix:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}
	
	/* Diese Angabe ben�tigt der Safari-Browser zwingend !! */
	.clearfix { display: block; } 
	
	/* Overflow-Methode zum Clearen der Float-Umgebungen */
	.floatbox { overflow:hidden; }
	
	/* IE-Clearing: Ben�tigt nur der Internet Explorer und �ber iehacks.css zugeschaltet */
	#ie_clearing { display: none } 



/* ######################################################################################################
** ### Standard-Formatierungen f�r Listen & Zitate ######################################################
** ######################################################################################################
*/

	ul, ol, dl { margin: 0 0 1em 1em }
	li { margin-left: 1.5em; line-height: 1.5em; }
	
	dt { font-weight: bold; }
	dd { margin: 0 0 1em 2em; }
	
	blockquote, cite { margin: 0 0 1em 1.5em; font-size: 0.93em; width: auto;}

/* ######################################################################################################
** ### Subtemplates #####################################################################################
** ######################################################################################################
*/

	.subcolumns { 
		width: 100%;
		padding: 0 1px 0 1px; 
		margin: 0 -1px 0 -1px; 
		overflow:hidden;
	}
			
	.c50l, .c25l, .c33l, .c38l, .c66l, .c75l, .c62l {float: left; overflow: hidden;}
	.c50r, .c25r, .c33r, .c38r, .c66r, .c75r, .c62r {float: right; overflow: hidden;}
	
	.c25l, .c25r { width: 24.999%; }
	.c33l, .c33r { width: 33.333%; }
	.c50l, .c50r { width: 49.999%; }
	.c66l, .c66r { width: 66.666%; }
	.c75l, .c75r { width: 74.999%; }
	.c38l, .c38r { width: 38.196%; } /* Goldener Schnitt */
	.c62l, .c62r { width: 61.803%; } /* Goldener Schnitt */
	
	.subc  { padding: 0 1em 0 1em; overflow: hidden; }
	.subcl { padding: 0 1em 0 0; overflow: hidden; }
	.subcr { padding: 0 0 0 1em; overflow: hidden; }

/* ######################################################################################################
** ### Skiplink-Navigation ##############################################################################
** ######################################################################################################
*/
@media screen, print
{
.skip {
	position: absolute;
	left: -1000em; 
	width: 20em;
}

}



/* Formatierung der Kopfbereiches */
#header { 
position:relative; 
height: 102px; 
_height:101px;/*IE < 7*/
width:980px;
color: #fff; 
background: #fff url(../../img/header.bg.gif); 
}
#logo {
	position:absolute;
	top: 0px;
	left: 15px;
	font-size:208%;
	width:263px;
	height:90px;
	margi-top:-5px;
}
#tools { position:absolute; top:20px; width:500px; height:80px; margin-right:10px; right:0px; border:1px solid #ff0000; z-index:100; }
#mysearch{
position:absolute;
margin-right:10px;
float:right;
top: 70px;
right:20px;
}
#tools div {float:left; width: auto; margin: 0 10px 0 10px; }
#breadcrumb {position:absolute; top:80px;  left:30px;  font-size: 0.82em; color:#333; display: none }
#breadcrumb a {color:#334;}
#breadcrumb a:hover {background:transparent;}
#langMenu {position:absolute; top:2px; right:30px; margin-right:0;}
#selectFontSize {position:absolute; top:5px; right:140px;}
#selectFontSize a {color:#334;}
#selectFontSize a:hover {background:transparent;}
.aktDatum {float:right; font-size: 0.82em; padding-top:0.5em; padding-right:1em;}
#keyvisual { 
float:left;
height: 200px; 
width:980px;
color: #fff; 
#background: transparent url(../../img/keyvisual_rachel.jpg); 
background: transparent url(../../img/keyvisual-lusen.jpg); 
}
#topnav { top:100px; }

#main { background: inherit ; padding-top: 0; } 

/* linke Spalte */
#col1 { float: left; width: 205px; 	background: url(../../img/left.menu.jpg) top left no-repeat;}	
#col1_content { margin-left: 1em; margin-right: 1em; color: #444; background:none; min-height:690px}

/* Rechte Spalte */
#col2 { float:right; width: 204px;}	
#pics{ position:relative; left:14px; width: 190px; height:420px;}	
#pics img{ margin-bottom:10px}	

#col2_content {	margin: 0 1em 2em 1em; text-align:left}

/* Mittlere Spalte */
#col3{ float:left; width:570px; _width:565px; overflow:hidden}/* Mittlere Spalte mit _width, da sonst Fehler im IE */
#col3_content { margin-left: 1em; margin-right: 1em; overflow:hidden}

#col1_content, #col2_content, #col3_content { position:relative; }
#col3 , #col3 p { padding-right:0px}
.bodytext{
margin: .5em 0 1em 0;
padding-right:15px;
}	
/*******************************************
* Styles barrierefreies Men� mit Nummerierung und Punkt am Ende
********************************************/
#col1_content dfn, #col1_content .hidden {
	position: absolute;
	left: -1000em; 
	top:0;
	width: 20em;
	height:0;
} 
/* ######################################################################################################
** ### Formatierung des Teasers der Startseite ##########################################################
** ######################################################################################################*/

#teaser { 
	position:relative;
	top:0;
	margin: 0; 
	padding: 0; 
	color: #687d4c;
	width:100%;
	height:20px;
}

#pfad {	float:left; margin:0px; padding: 8px 0 0 220px; width: auto;  font-size: 0.82em; color:#000; 	
background: url(../../img/teaser.bg.jpg); }

#pfad a {color:#334;}
#pfad a:hover {background:transparent;}

#pfad .aktDatum {float:right; font-size: 0.82em; padding-top:0.5em; padding-right:1em;}

/* Festlegung der Layoutbreite und Zentrierung*/

#page{ 
padding:0; 
background: transparent url(../../img/mainie.bg.jpg) repeat-y top left; 
/*border:1px solid red;*/
width:980px; 
margin:0;
}
#page_margins {
width:980px; 
margin:auto;
text-align:left;
}

#main { margin: 0; padding: 0; }
#footer {
margin:0; 
border: none; 
color:#fff;
background: transparent url(../../img/footer.bg.jpg) repeat-y top left;
}
#footer p{
padding: 20px 45px
}

h1,h2,h3,h4 { font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif; font-weight:bold;}
h1,h2,h3,h4 { font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif; display:block;}

h1 {font-size: 1.14em; color: #687d4c;  background:inherit;  margin:0.4em 0 0.5em 0; border-bottom: 1px #ccc solid; padding-top: 1em;}
h2 {font-size: 1.1em; color: #fff; background-color: #687d4c;   margin:0.2em 0 0.5em 0; padding: 0.3em; margin-top: 1em; }
h3 {font-size: 1.05em; color: #687d4c; margin:0.4em 0 0.3em 0; padding-top: 1em;}
#col1 h3{font-size:.95em}
h4 {font-size: 1.0em; color: #888; margin:0.4em 0 0.3em 0; border-bottom: 1px #ccc solid; padding-top: 1em;}

#teaser h1 { font-size: 1.2em; border: 0; }

p,ul,dd,dt { line-height: 1.5em;}
p { line-height: 1.5em; margin: 0 0 1em 0; }


strong,b { font-weight: bold; }
em,i { font-style:italic; }
pre, code {	font-family: "Courier New", Courier, monospace; }
address { font-style:normal; line-height: 1.5em; margin: 0 0 1em 0; }

hr { 
	color: #fff; 
	background:transparent; 
	margin: 0 0 0.5em 0; 
	padding: 0 0 0.5em 0; 
	border:0; 
	border-bottom: 1px #eee solid; 
}

acronym, abbr {
	border-bottom: 1px dashed #c00;
	cursor: help;
}

/* ### Bildpositionierung ############################################################################ */

img.float_left { float: left; margin-right: 1em; margin-bottom: 0.15em; border:0; }
img.float_right { float: right; margin-left: 1em; margin-bottom: 0.15em; border:0; }
img.center { text-align:center; background: #fff; padding: 4px; border:1px #ddd solid; }

/* ### Auszeichnung lokaler und Externer Links ######################################################## */

a, a em.file {color: #1e6289; text-decoration:none;}
a:hover {background-color: #eef; text-decoration:underline;}

#topnav a { color: #fff; background:transparent; text-decoration:none; }
#topnav a:hover{ text-decoration:underline; background-color: transparent;}

#footer a { color: #ddd; }
#footer a:hover {background-color: #eef; color:#333 }

#main a[href^="http:"], #main a[href^="https:"]
{
	padding-left:0;
	background-image:none;
}

#main a.imagelink {
	padding-left: 0;
	background: transparent;
}
/* ######################################################################################################
** ### Formulare & Tabellen #############################################################################
** ######################################################################################################
*/

table { border-collapse:collapse; margin-bottom: 0.5em; }

form {overflow:hidden;}

input, textarea {
    width: auto;
	font: 1em Verdana, Arial, Helvetica, Sans-Serif;
	border: 1px #ccc solid;
    background: #fafafa;
	padding: 3px;
	color: #777;
}

input[type=text]:focus, input[type=password]:focus, textarea:focus {
	background: #f0f0f0;
	color: #333;
	border-color: #666;
}

/* Beispieldateien */
p.demo { background-color: #fee; border: 1px #fcc solid; padding: 6px; margin-bottom: 0.5em; }

/* Navigation am Seitenende */
p.navlink { background-color: #f4f8f4; border: 1px #aca dotted; padding: 6px; margin-bottom: 0.5em; }
p.navlink a { color: #353;}
p.navlink a:hover { font-weight: bold; background: transparent; }

blockquote { 
	color: #222; 
	background: #f8f8f8; 	
	border: 1px #ddd solid;
	border-left: 8px #ddd solid;
	padding: 1em 1em 0 1em;
	margin: 0 0 1em 1em;
}

/* Ungeordnete Listen ohne Listenpunkt */ 
ul.linklist { list-style-type: none; margin: 0 0 1em 0; }
ul.linklist li { margin: 0 0 1em 0; }

/* Auszeichnungen f�r Code, Dateien, Verzeichnisse */
em.mono, em.file, em.directory {
	font-family: "Courier New", Courier, monospace;
	font-style: normal;
}

em.mono { 
	padding:0 0.3em 0 0.3em;
	background:#f0f0f4;
	border: 1px #ccd solid;
}

em.file { 
	padding:0 0 0 14px;
	color: #008;
	background: transparent url(../../img/icons/file.gif) no-repeat left;
}

em.directory { 
	padding:0 0 0 15px;
	color: #008;
	background: transparent url(../../img/icons/dir.gif) no-repeat left;
}



/* ### Tabellen ################################################################## */

table.bugs { margin-bottom: 1em; margin-top: 0.5em; width:100%; }
table.bugs th { 
	background: #fff; color: #222; 
	padding: 0.5em; 
	text-align: center; 
	border-bottom: 1px #ccd solid; 
	border-right: 1px #ccd solid;
}

table.bugs td {
	background: #f0f0f4; color: #222; 
	padding: 0.5em; 
	text-align: center; 
	border-bottom: 1px #ccd solid; 
	border-right: 1px #ccd solid;
}

/* ### Download-Box ################################################################## */

.bluebox {

	color:#000;
	background: #f0f0f4; 
	padding: 2px; 
	border: 1px #ccd solid;
	text-align: center;
	padding: 5px 3px 5px 0;
	margin-bottom: 1em;

}

.bluebox p { padding: 0px 8px 0 8px; }

a.dl_link {
	display: block;
	padding: 0;
	margin: 0.5em auto 0 auto;
	background-image: none;
}

a.dl_link:hover { text-decoration: none; background-color: transparent; }

/*******************************************
* Styles f�r Typo3 (RTE)
********************************************/
input, textarea {
  width: auto;
	font: 1em Verdana, Arial, Helvetica, Sans-Serif;
	border: 1px #ccc solid;
  background: #fafafa;
	padding: 2px;
	color: #777;
}

input[type=text]:focus, textarea:focus {
	background: #f0f0f0;
	color: #333;
	border-color: #666;
}
img {
	border: 0;
}
p.csc-linkToTop {
	text-align: right;
}
span.mono { 
	font-family: "Courier New", Courier, monospace;
	font-style: normal;
	padding:0 0.3em 0 0.3em;
	background:#f0f0f4;
	border: 1px #ccd solid;
}
span.file { 
	font-family: "Courier New", Courier, monospace;
	font-style: normal;
	padding:0 0 0 14px;
	color: #000088;
	background: transparent url('../../img/icons/file.gif') no-repeat left;
}

span.directory { 
	font-family: "Courier New", Courier, monospace;
	font-style: normal;
	padding:0 0 0 15px;
	color: #000088;
	background: transparent url('../../img/icons/dir.gif') no-repeat left;
}
p.smalltext {
	font-size: 0.9em;
}
p.redbox { color:#000; background-color:#fee; border:1px #fcc solid; padding:6px; margin-bottom: 0.5em; }
p.greenbox { background-color: #f4f8f4; border: 1px #aca dotted; padding: 6px; margin-bottom: 0.5em; }
p.greenbox a { color: #353;}
p.greenbox a:hover { background: transparent; }
p.box {
	display: block;
	font-size: 1em;
	color: #000;
	padding: 0.5em;
	background: #f0f0f4;
	border-left: 8px #E0E7F5 solid;
}
p.code {
	display: block;
	margin: 0 0 1em 1em;
	font-family: "Courier New", Courier, monospace;
	font-size: 1em;
	padding: 0.5em;
	color: #000; 
	background: #f0f0f4;
	border-left: 8px #E0E7F5 solid;
}
p.bluebox {
	color:#000;
	background: #f0f0f4; 
	padding: 2px; 
	border: 1px #ccd solid;
	text-align: center;
	padding: 4px 0 4px 0;
	margin-bottom: 1em;
}
p.csc-form-label-req {
	font-weight: bold;
}
.csc-caption {
	font-size: 0.9em;
	background-color: #E0E7F5; padding: 2px;
}
/* Typo3 Version 4 */
dd.csc-textpic-caption {
	font-size: 0.9em;
	padding: 3px 5px;
}
/*******************************************
* Styles für tt_news
********************************************/
.tx-ttnews-browsebox {

	text-align:center;

	padding:0;

	margin:1.2em 0 1em 0;

	padding:1px; /*border:1px solid #ccd; background:#f0f0f4;*/

}

.tx-ttnews-browsebox a, .tx-ttnews-browsebox strong {

	padding:0 0.4em 0.4em 0;

	margin:0;

	background:transparent;

}

/* LATEST Ansicht */

#news-latest {

	margin-top:8px;

}

#news-latest h1 {

	margin-top:0;

}

.news-latest-container {
float: right;
}

.news-latest-date {

	display:none

}

.news-latest-item {

	margin:8px 9px 0 2px;

	line-height:133%;

}
#seite-1 .news-latest-item {
	margin:8px 2px 0 8px;
	width:168px;
}
.news-latest-item p {

	line-height:125%;

	padding-top:2px

}
#seite-1 .news-latest-item h2{background:none}
#col2_content .news-latest-item {

	margin:8px 9px 0 0px;

}
 .news-latest-gotoarchive{display:none}

#col1_content h1, #col2_content h1 {

	padding:0;

	font-weight:bold;

	font-size: 1.4em;

	margin:0 0 0 0;

	color:#2f4670;

	padding:20px 0 0 10px

}

#col2_content h1 {

	padding:20px 0 0 0px

}

.news-latest-item h3 {

	font-size: 1em;

	text-transform:uppercase;

	color:#2f4670;

	padding-top:0;

}

.news-latest-item h3 a {

	text-decoration:underline;

}

.news-latest-item h3 a:hover {

	background:transparent;

}

.news-latest-item img {

	margin-right:4px;

	margin-top:6px;

	border:1px solid #727272;

	float:left;

}

.news-latest-morelink {

	width:88px;
	height:30px;

	padding:0px 0 5px 0;

	margin-top:-8px;

	text-align:center;

	position:relative;

	left:98px;

}

.news-latest-morelink a {

color:#color:#2f4670;;

}

.news-latest-morelink a:hover {

	background:transparent;

}

/* LIST Ansicht */

.news-list-item {

	margin-bottom:1em;

}

.news-list-item h3 {

	padding-top:0;

}

.news-list-item h3 a {

	text-decoration:underline;

}

.news-list-item h3 a:hover {

	background:transparent;

}

.news-list-item img {
	padding-right:1em;
	padding-top:0.5em;
	float:left;
}

.news-list-item h3 span.news-list-date {
	color:#f9fcf9;
	font-weight:normal;
}

.news-list-morelink {
	padding:1px;
	text-align:right;
	clear:both;
}

.news-list-morelink a {
	color:#669;
}

.news-list-morelink a:hover {

	background:transparent;

}

.news-list-category {

	color:#aaa;

}

span.news-list-date {
	font-size:.7em;
	color:#f9fcf9;
	display:none

}

/* SINGLE Ansicht */

.news-single-item h3 {

	margin-bottom:.78em;

	font-size:1em;

	margin-top:1em;

	color:#fff;

	padding:0.5em;

	background:#6a9ecd;

}

.news-single-item h2 {

margin0;

	color:#2f4670;
	font-size: 120%;
	background:none;

	padding:0;

}

.news-single-img {

	padding:0;

	margin:0;

	padding-right:15px;

	float:left;

}

.news-single-img p {

	padding:0;

	margin:0;

}

.news-single-timedata {

	color:#f9fcf9;

	margin-bottom:1em;

}

.news-single-additional-info {

}

.news-single-additional-info dd {

	margin-top:-1em;

}

.news-single-additional-info dt {

	margin-bottom:1.4em;

	color:#aaa;

}

/* CATEGORY Menu */

.news-catmenu {

	font-size:0.8em;

	margin-top:2em;

	padding:1em;

	background:#eee;

	border:1px dotted black;

}

.news-catmenu a {

	display:inline;

	padding-left:2px;

}

.news-catmenu a:hover {

	background:transparent;

	font-style:italic;

	font-weight:bold;

}

.news-catmenu .news-catmenu-NO {

	height:16px;

}

p.news-catmenu-header {

	line-height:1em;

	margin:0;

}


/*******************************************
* Styles f�r Extension "tx_indexedsearch"
********************************************/
.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-button { width:100px; border:1px solid #ccc; cursor:pointer}
.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-sword { width:150px; }
.tx-indexedsearch .tx-indexedsearch-whatis P .tx-indexedsearch-sw { font-weight:bold; font-style:italic; }
.tx-indexedsearch .tx-indexedsearch-whatis { margin-top:10px; margin-bottom:5px; }
.tx-indexedsearch P.tx-indexedsearch-noresults { text-align:center; font-weight:bold; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title { background:#eeeeee; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title P { font-weight:bold; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title P.tx-indexedsearch-percent { font-weight:normal; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr P { font-style:italic; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr P .tx-indexedsearch-redMarkup { }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info { background:#E0E7F5; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead { margin-top:20px; margin-bottom:5px; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead H2 { color:#006699; margin-top:0px; margin-bottom:0px; background:transparent; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead TABLE { background:#cccccc; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead TD { vertical-align:middle; }
.tx-indexedsearch .tx-indexedsearch-res .noResume { color : #666666; }
.tx-indexedsearch-sw, .csc-sword, .tx-indexedsearch-redMarkup {	font-family: monospace;	font-style: normal;	padding:0 0.3em 0 0.3em; background:#ffff88; border: 1px #ccd solid; }

.browsebox{
position:relative;
left:0px;
width:100%;

}
.browsebox ul
{
margin-left: 0px;
padding-left: 0;
white-space: nowrap;
}

.browsebox li
{
display: inline;
list-style-type: none;
margin:5px;
}

.browsebox a { padding: 3px 10px; }

.browsebox a:link,.browsebox a:visited
{
color: #333;
background-color: #e0e7f5;
text-decoration: none;
}

.tx-indexedsearch-browselist-currentPage a:hover, .browsebox a:hover
{
color: #e0e7f5;
background-color: #333;
text-decoration: none;
}


/*******************************************
* Styles f�r Sprachenauswahl
********************************************/
#langMenu {
	padding: 0 0 0 0;
}
#langMenu a:hover {
	background: transparent;
}
#langMenu img, img.flag{
	margin-top: 2px;
	padding-right: 3px;
}
#langMenu img.arrow, img.arrow {
float:left;
margin-top: 6px;
padding-top:1px;
}
.arrow, .flag{float:left; display:block; padding:3px; margin:0;}


/*******************************************
* Styles f�r Linklist
********************************************/
.tx_ablinklist_listView_links {
}
.tx_ablinklist_listView_link {
	padding: 0 0 1em 0;
	margin: 0 0 1em 0;
	border-bottom: 1px solid #cccccc;
}
.tx-ablinklist-pi1-browsebox td {
	padding-right: 1em;
}
.tx_ablinklist_viewRateLink {
}

/*******************************************
* Styles tx_dropdownsitemap
********************************************/
.tx-dropdownsitemap-pi1 A {
	font-weight: bold;
}
.tx-dropdownsitemap-pi1 LI.open OL {
	display: block;
}
.tx-dropdownsitemap-pi1 LI.closed OL {
	display: none;
}
.tx-dropdownsitemap-pi1 LI.open UL {
	display: block;
}
.tx-dropdownsitemap-pi1 LI.closed UL {
	display: none;
}
.tx-dropdownsitemap-pi1 DIV {
	border: solid 1px #ccd;
	background: #F0F0F4;
	padding: 2px;
	margin-bottom: 5px;
}
.tx-dropdownsitemap-pi1 DIV.level_2 {
	background: #FFFFFF;
}
.tx-dropdownsitemap-pi1 DIV.level_2 A {
	font-weight: normal;
}
.tx-dropdownsitemap-pi1 DIV.level_3 {
	background: #F0F0F4;
}
.tx-dropdownsitemap-pi1 DIV.level_4 {
	background: #FFFFFF;
}
.tx-dropdownsitemap-pi1 DIV.level_5 {
	background: #F0F0F4;
}
.tx-dropdownsitemap-pi1 DIV.expAll {
	text-align: center;
	border: solid 1px #ccd;
	background: #F0F0F4;
}
.tx-dropdownsitemap-pi1 img {
	margin-right:0.5em;
}
.tx-dropdownsitemap-pi1 a:hover {
	background:transparent;
}
/*******************************************
* Vertikale Listennavigation
********************************************/
#col1_content h3 { 
	border:0;
	margin:1.4em 0 0.3em 0;
	padding:0;
	color:#FFF;
	background:none;
}
#col1_content .mainMenu { 
	width: 100%; 
	overflow: hidden;
	color:#fff;
	margin:0;
	font-weight: bold;
	padding:1em 0 1em 0;
	border-top: 1px #fff solid; 
	background-image:none;

}
#col1_content li {
	margin:0;
	padding:0;
	/*_line-height:normal;*/
	padding: 2px 0; /*padding hier unbedingt n�tig da IE6 sonst zu gro�e Zeilenabst�nde definiert*/
	list-style:none;
}
#col1_content li a {
	display:block;
	color:#fff;
	padding: 2px 5px;
	margin:0px;
}
#col1_content li a:hover {
	color:#000;
	text-decoration:none;
	background-color:#fff;
}
#col1_content li strong{
	display:block;
	color:#000;
	padding: 2px 5px;
	margin:0px;
	text-decoration:none;
	background-color:#fff;
}

#col1_content li li {
	list-style:none;
	margin-left:0;
	padding-left:0;
	font-size:.9em
}
#col1_content li li li {
	list-style:none;
}
#col1_content ul {
	margin-bottom:0;
}

#seite-1 #col1 h3, #seite-1 #col1 .mainMenu{display:none}

#seite-1 .news-latest-container{margin-left:2px; font-size:95%}
/*******************************************
* TYPO3 Mailformular
********************************************/
#mailform{margin-bottom:1em}
#mailform label{margin:.3em 0}
.csc-mailform-field label {
  color:#369;
  display:block;
  font-size:1em;
  margin-top:1em;
}
.csc-mailform-radio label {
  display:inline;
  margin-left:0.3em;
}
.csc-mailform-radio legend {
  display:none;
}
.csc-mailform-submit {
  margin-top:1em;
}
#flashy{
float:right;
width:380px;
}
/* ######################################################################################################
** ### Farbwechsel ##########################################################
** #####################################blau#################################################################*/

#seite-170 #pfad, #seite-173 #pfad, #seite-172 #pfad, #seite-171 #pfad, #seite-101 #pfad {background: url(../../img/teaser.bg.blue.jpg); }
#seite-170 #col1, #seite-173 #col1, #seite-172 #col1, #seite-171 #col1, #seite-101 #col1 {background: url(../../img/left.menu.blue.jpg) top left no-repeat;}
#seite-170 #page, #seite-173 #page, #seite-172 #page, #seite-171 #page, #seite-101 #page { background: transparent url(../../img/mainie.bg.blue.jpg) repeat-y top left; }
#seite-170 #col3 h1, #seite-173 #col3 h1, #seite-172 #col3 h1, #seite-171 #col3 h1, #seite-101 #col3 h1 { color:#3b5d8d }
#seite-170 #col3 h2, #seite-173 #col3 h2, #seite-172 #col3 h2, #seite-171 #col3 h2, #seite-101 #col3 h2 { background-color:#3b5d8d }

#seite-170 #keyvisual, #seite-173 #keyvisual, #seite-172 #keyvisual, #seite-171 #keyvisual, #seite-101 #keyvisual {background: url(../../img/keyvisual_boot.jpg); } 
/*##########################################rot############################################################*/
#seite-174 #pfad, #seite-226 #pfad, #seite-232 #pfad, #seite-209 #pfad, #seite-208 #pfad, #seite-231 #pfad, #seite-230 #pfad, #seite-229 #pfad, #seite-228 #pfad, #seite-227 #pfad, #seite-218 #pfad, #seite-225 #pfad, #seite-224 #pfad, #seite-223 #pfad , #seite-222 #pfad, #seite-221 #pfad, #seite-220 #pfad {background: url(../../img/teaser.bg.red.jpg); }
#seite-174 #col1, #seite-226 #col1, #seite-232 #col1, #seite-209 #col1, #seite-209 #col1, #seite-208 #col1, #seite-231 #col1, #seite-230 #col1, #seite-229 #col1, #seite-228 #col1, #seite-227 #col1, #seite-218 #col1, #seite-225 #col1, #seite-224 #col1, #seite-223 #col1 , #seite-222 #col1, #seite-221 #col1, #seite-220 #col1 {background: url(../../img/left.menu.red.jpg) top left no-repeat;}
#seite-174 #page, #seite-226 #page, #seite-232 #page, #seite-209 #page, #seite-209 #page, #seite-208 #page, #seite-231 #page, #seite-230 #page, #seite-229 #page, #seite-228 #page, #seite-227 #page, #seite-218 #page, #seite-225 #page, #seite-224 #page, #seite-223 #page , #seite-222 #page, #seite-221 #page, #seite-220 #page { background: transparent url(../../img/mainie.bg.red.jpg) repeat-y top left; }
#seite-174 #col3 h1, #seite-226 #col3 h1, #seite-232 #col3 h1, #seite-209 #col3 h1, #seite-209 #col3 h1, #seite-208 #col3 h1, #seite-231 #col3 h1, #seite-230 #col3 h1, #seite-229 #col3 h1, #seite-228 #col3 h1, #seite-227 #col3 h1, #seite-218 #col3 h1, #seite-225 #col3 h1, #seite-224 #col3 h1, #seite-223 #col3 h1 , #seite-222 #col3 h1, #seite-221 #col3 h1, #seite-220 #col3 h1 { color:#9a5f47}
#seite-174 #col3 h2, #seite-226 #col3 h2, #seite-232 #col3 h2, #seite-209 #col3 h2, #seite-209 #col3 h2, #seite-208 #col3 h2, #seite-231 #col3 h2, #seite-230 #col3 h2, #seite-229 #col3 h2, #seite-228 #col3 h2, #seite-227 #col3 h2, #seite-218 #col3 h2, #seite-225 #col3 h2, #seite-224 #col3 h2, #seite-223 #col3 h2 , #seite-222 #col3 h2, #seite-221 #col3 h2, #seite-220 #col3 h2 { background-color:#9a5f47}
#seite-174 #col3 h3, #seite-226 #col3 h3, #seite-232 #col3 h3, #seite-209 #col3 h3, #seite-209 #col3 h3, #seite-208 #col3 h3, #seite-231 #col3 h3, #seite-230 #col3 h3, #seite-229 #col3 h3, #seite-228 #col3 h3, #seite-227 #col3 h3, #seite-218 #col3 h3, #seite-225 #col3 h3, #seite-224 #col3 h3, #seite-223 #col3 h3 , #seite-222 #col3 h3, #seite-221 #col3 h3, #seite-220 #col3 h3 { color:#9a5f47}

#seite-174 #keyvisual, #seite-226 #keyvisual, #seite-232 #keyvisual, #seite-209 #keyvisual, #seite-209 #keyvisual, #seite-208 #keyvisual, #seite-231 #keyvisual, #seite-230 #keyvisual, #seite-229 #keyvisual, #seite-228 #keyvisual, #seite-227 #keyvisual, #seite-218 #keyvisual, #seite-225 #keyvisual, #seite-224 #keyvisual, #seite-223 #keyvisual , #seite-222 #keyvisual, #seite-221 #keyvisual, #seite-220 #keyvisual {background: url(../../img/keyvisual_pano.jpg); } 
/** #####################################orange#################################################################*/

#seite-175 #pfad, #seite-99 #pfad, #seite-130 #pfad, #seite-133 #pfad, #seite-127 #pfad, #seite-247 #pfad, #seite-248 #pfad {background: url(../../img/teaser.bg.orange.jpg); }
#seite-175 #col1, #seite-99 #col1, #seite-130 #col1, #seite-133 #col1, #seite-127 #col1, #seite-247 #col1, #seite-248 #col1{background: url(../../img/left.menu.orange.jpg) top left no-repeat;}
#seite-175 #page, #seite-99 #page, #seite-130 #page, #seite-133 #page, #seite-127 #page, #seite-247 #page, #seite-248 #page { background: transparent url(../../img/mainie.bg.orange.jpg) repeat-y top left; }

#seite-175 #col3 h1, #seite-99 #col3 h1, #seite-130 #col3 h1, #seite-133 #col3 h1, #seite-127 #col3 h1, #seite-247 #col3 h1, #seite-248 #col3 h1{ color:#b68d44 }
#seite-175 #col3 h2, #seite-99 #col3 h2, #seite-130 #col3 h2, #seite-133 #col3 h2, #seite-127 #col3 h2, #seite-247 #col3 h2, #seite-248 #col3 h2 { background-color:#b68d44 }
#seite-175 #col3 h3, #seite-99 #col3 h3, #seite-130 #col3 h3, #seite-133 #col3 h3, #seite-127 #col3 h3, #seite-247 #col3 h3, #seite-248 #col3 h3 { color:#b68d44 }
#seite-175 #col1 .mainMenu a, #seite-99 #col1 .mainMenu a, #seite-130 #col1 .mainMenu a, #seite-133 #col1 .mainMenu a, #seite-127 #col1 .mainMenu a, #seite-247 #col1 .mainMenu a, #seite-248 #col1 .mainMenu a { color:#333 }
#seite-99 #col1 h3, #seite-130 #col1 h3, #seite-133 #col1 h3, #seite-127 #col1 h3, #seite-247 #col1 h3, #seite-248 #col1 h3{ color:#333 }
#seite-175 #keyvisual, #seite-99 #keyvisual, #seite-130 #keyvisual, #seite-133 #keyvisual, #seite-127 #keyvisual, #seite-248 #keyvisual, #seite-247 #keyvisual{background: url(../../img/keyvisual_kultur.jpg); } 
/** #####################################lila#################################################################*/

#seite-98 #pfad, #seite-137 #pfad, #seite-191 #pfad, #seite-136 #pfad, #seite-176 #pfad  {background: url(../../img/teaser.bg.lila.jpg); }
#seite-98 #col1, #seite-137 #col1, #seite-191 #col1, #seite-136 #col1, #seite-176 #col1 {background: url(../../img/left.menu.lila.jpg) top left no-repeat;}
#seite-98 #page, #seite-137 #page, #seite-191 #page, #seite-136 #page, #seite-176 #page { background: transparent url(../../img/mainie.bg.lila.jpg) repeat-y top left; }

#seite-98 #col3 h1, #seite-137 #col3 h1, #seite-191 #col3 h1, #seite-136 #col3 h1, #seite-176 #col3 h1{ color:#745f8a }
#seite-98 #col3 h2, #seite-137 #col3 h2, #seite-191 #col3 h2, #seite-136 #col3 h2, #seite-176 #col3 h2 { background-color:#745f8a }
#seite-98 #col3 h3, #seite-137 #col3 h3, #seite-191 #col3 h3, #seite-136 #col3 h3, #seite-176 #col3 h3 { color:#745f8a }

#seite-98 #keyvisual, #seite-137 #keyvisual, #seite-191 #keyvisual, #seite-136 #keyvisual, #seite-176 #keyvisual{background: url(../../img/keyvisual_rachel.jpg); }

/*############### Liste#####################*/
#col3_innen .csc-textpic-text ul
{
	margin: 0 0 1em 0;
	padding: 0;
	list-style-type: none;
}

#col3_innen .csc-textpic-text ul li
{
	background: url(../../img/accept.png) no-repeat 0px 2px;
	padding-left: 20px;
	margin:0;
	margin-top:.4em
}

/*######################## TEASER   ###############################*/
.tx-jppageteaser-pi1-browsebox {
	margin-top: 10px;
	padding-top: 3px;
	border-top: 1px solid #ccc;
}
/* List View */

		.tx-jppageteaser-pi1-list {
}
.tx-jppageteaser-pi1-list-entry {
	clear: both;
}
.tx-jppageteaser-pi1-list-entry-description {
	margin-top: 10px;
}
.tx-jppageteaser-pi1-list-entry-image IMG {
	float: left;
	margin: 10px 20px 10px 0px;
	border: 1px solid #000000;
}
.tx-jppageteaser-pi1-list-entry-link-item {
	margin-top: 8px;
	margin-bottom: 2px;
}
.tx-jppageteaser-pi1-list-entry-link-item a:link, .tx-jppageteaser-pi1-list-entry-link-item a:visited{border:1px solid #fff; padding:2px 4px; background:#8fad69; color:#fff}
.tx-jppageteaser-pi1-list-entry-link-item a:hover {text-decoration:none; color:#fff; background:#687d4c; border:1px solid #687d4c}
.tx-jppageteaser-pi1-list-entry h4 {
	border-bottom: 1px solid #ccc;
	font-size:1.1em;
	position: relative;
}
.tx-jppageteaser-pi1 h3 {margin-top:0; padding-top:0;}
.tx-jppageteaser-pi1-list-entry h4 a {
	color: #718f53;
}
.tx-jppageteaser-pi1-list-entry-creation-date,  .tx-jppageteaser-pi1-list-entry-change-date {
	position: absolute;
	bottom: 4px;
	right: 0px;
	font-weight: normal;
	color: #999;
}
.tx-jppageteaser-pi1-browsebox {
	text-align: center;
}
.tx-jppageteaser-pi1-browsebox-show-results {
}

.tx-jppageteaser-pi1-browsebox-browse-links {
}
.tx-jppageteaser-pi1-browsebox-show-results-number {
}
.tx-jppageteaser-pi1-browsebox-disabled-link {
}
.tx-jppageteaser-pi1-browsebox-inactive-link {
}
.tx-jppageteaser-pi1-browsebox-active-link {
}
/*###################### Flash Banner ##########################*/
#c773{width:195px; height:195px; position:relative;float:right; margin-left:8px; }
/*div #flash_5ab69bb941{position:absolute; z-index:50000}*/
#naturlink{text-align:right; width:95%; clear:both;1 position:relative; }

/*################# Tierisch Wild ################*/
.tierisch #mysearch, .tierisch #col1 h3 {display:none}
.tierisch #logo{width:267px; height:78px; margin-top:10px; margin-left:20px}
#seite-257 #col1 h3, #seite-257 #pfad, #seite-257 #col1 .mainMenu{display:none}
#seite-257 #keyvisual, .tierisch #keyvisual {background: url(../../img/keyvisual-tierischwild.jpg); }
#seite-257 #col1, .tierisch #col1 { float: left; width: 205px; 	background: url(../../img/left-tierisch.jpg) top left no-repeat;}	

#seite-257 #col1_content { margin-left:11px; height:563px; width:194; overflow:hidden}

#seite-257 #page, .tierisch #page { background: transparent url(../../img/main-bg-tierisch.jpg) repeat-y top left; }
#seite-1 #col1_content { padding:0; margin:-19px 0 0 11px; height:440px}

#seite-1 #col1 {padding:0;margin:0;}


.tierisch #nav_main {
	position:relative;
	margin: 0 10px;
	background: #efefef url(../../img/shiny_buttons/background-tw.gif) repeat-x center right;
    border-top: 1px #c5c4c4 solid; 
    border-bottom: 1px #c5c4c4 solid;
	height:29px;
	z-index:1000;/*f�r Opera, da sonst teaser �ber nav und navigation nicht anklickbar*/
}
.tierisch #nav_main ul {
    display: block;
	margin: 0;
	padding: 0;
    font-size: 1.0em;
	line-height: 1em;
}

.tierisch #nav_main ul li {
	float: left;
	margin: 0;
	padding: 0;
    font-size: 1.0em;
	line-height: 1em;
    list-style-type: none;
	border-left: 1px #fff solid;
	border-right: 1px #c5c4c4 solid;
		background: #ff0099 url(../../img/shiny_buttons/background-tw.gif) repeat-x center center;

}

.tierisch #nav_main ul li#first {	border-right: 1px #aaa solid; border-left: none; padding: 0.5em 0em 0.5em 0em; width:48px; }
.tierisch #nav_main ul li#last { border-left: 1px #fff solid; border-right: none; padding: 0.5em 0em 0.5em 0em; }

.tierisch #nav_main ul li a {
    display:block;
    width: auto;
	font-size: 1em;
    font-weight: bold;
	background: transparent;
	text-decoration: none;
	color: #fff;
	margin: 0;
	padding: 0.6em 0.8em 0.60em 0.8em;
}

.tierisch #nav_main ul li a:hover {
		background: transparent url(../../img/shiny_buttons/background-tw-active.gif) repeat-x center right;	

	color: #fff;
	text-decoration: none;

}

.tierisch #nav_main ul li#current { 
    border-left: 1px #ccc solid; 
	border-right: 1px #ccc solid;
	background: transparent url(../../img/shiny_buttons/background-tw-active.gif) repeat-x center right;	
}
.tierisch #nav_main ul li#current a,
.tierisch #nav_main ul li#current a:hover {
	color: #fff;
		background: transparent url(../../img/shiny_buttons/background-tw-active.gif) repeat-x center right;	

	text-decoration: none;
}

.tierisch #teaser { 
	display:none
}

.tierisch #pfad {display:none}
.tierisch .mainMenu{display:none;}
.tierisch #pics{margin-top:20px}
/* ### weather #### */
.tx-mvyahooweather-pi1 table{
margin-top:7px;
}
.tx-mvyahooweather-pi1 table{height:190px; margin:5px 0 7px 0}
.tx-mvyahooweather-pi1 td p{margin:-15px 0 5px 0}
#AutoNumber1 th {padding:0px; margin:0; height:30px; font-weight:normal; border:none; color:#fff; text-align:center}
#col2 h2{width: 147px}


/* Kalender */

#chooseDateForm label{float:left; width:90px}
