/*
  ----------------------------------------------------------------------------
	Projekt		: Zulauf - Die gr?ne Quelle
	Datei		  : zulauf.css
	Copyright	: (c)2006 - 2007 .hausformat gmbh
	Author		: Sacha P. Suter / P?ter Fankhauser / Reto Schmid
  ----------------------------------------------------------------------------
*/

/*----------------------------------------------------------------------------
	Basis HTML Definitionen
  ----------------------------------------------------------------------------*/

html { height: 100%; }

body {
	margin: 0px;
	padding: 0px;
	font-size: 100.1%;
  font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;	
	color:#323232;
	height: 100%;
	/*background-color: #a0cf67;
	background-image:url(../gui/content_background.gif);
	background-position:center;
	background-repeat:repeat-y;*/
	background: none;
}

* html body { text-align: center; }
a { outline: none; }

/*----------------------------------------------------------------------------
	Container Definitionen
  ----------------------------------------------------------------------------*/

#container {
	width: 650px;
	margin: 0;
	padding: 0;
	text-align: left;
	position: relative;
	min-height: 100%;
	background-image: url(../gui/content_background.gif);
	/* overflow: hidden; */
} 

* html body #container { height: 100%; }

#header {
	width: 650px;
	height: 235px;
	padding: 0px;
	margin: 0px;
	background-image: url(../gui/header_background.gif);
}

#header #mainmenu {
	width: 150px;
	height: 175px;
	padding: 14px 0 0 18px;
	float: left;
  display: none;
}

#header #quickmenu {
	margin-left: 531px;
	padding-top: 18px;
	width: 215px;
	height: 10px;
  display: none;
}

#header #locationmenu {
	margin-left: 531px;
	padding-top: 10px;
	width: 211px;
	height: 10px;
  display: none;
}

* html #header #locationmenu, * html #header #quickmenu { /* IE<7 Hack */
	margin-left: 525px;
}

#header #search {
	margin-left: 0px;
	margin-right: 10px;
	width: 192px;
	width: 207px;
	padding-top: 14px;
	height: 20px;
	float: right;
	clear: right;
  display: none;
}

* html #header #search { /* IE<7 Hack */
	margin-right: 6px;
}

#outer{ margin: 0 195px 0 0px; } 

#inner{
	margin: -3px 0 0 0;
	padding: 0;
	width:100%;
} 

#left {
	width: 170px;
	position:relative;
	margin-left:-170px;
	margin-right:0px;
	padding-top: 3px;
	float: left;
	overflow:hidden;
  display: none;
}

#right {
	width:195px; 
	float:right; 
	position:relative; 
	margin-right:-195px; 
	margin-left:1px;
	padding-top: 3px;
  height: 300px;
  display: none;
}

#welcome { display: none; }

/*----------------------------------------------------------------------------
	Adresse für Printausgabe
  ----------------------------------------------------------------------------*/

#header #print_adresse { font-size: 0.53em; margin-left: 15px; }


/*----------------------------------------------------------------------------
	Infolinie / Breadcrumb / Print
  ----------------------------------------------------------------------------*/

#infoline { 
	margin: 0px 20px 0 20px;
	background-image:url(../gui/divider.gif);
	background-repeat:repeat-x;
	height:28px;
	padding: 2px 0 0 0;
	position: relative;
}

#infoline #breadcrump {
	color: #306702;
	font-weight:bold;
	font-size: 0.8em;
	float: left;
	width: 480px;
	overflow:hidden;
	height: 18px;
}

#infoline #breadcrump a {
	color: #5cb800;
	font-weight:bold;
	text-decoration:none;
}

#infoline #breadcrump a:hover {
	text-decoration:underline;
}

#infoline #print {
	float: right;
	background-image:url(../gui/print_icon.gif);
	background-repeat:no-repeat;
	font-size:0.7em;
	margin-top: 3px;
	padding-left: 12px;
        display: none;
}

#infoline #print a {
	color:#515151;
	text-decoration:none;

}

#infoline #print a:hover { text-decoration:underline; }

/*----------------------------------------------------------------------------
	Hauptcontent (Mittlerer Bereich)
  ----------------------------------------------------------------------------*/

#content {
	margin: 0 20px 0 20px;
	padding: 0;
  float: left;
  width: 544px;    
}

*html body #content {
 	margin: 0 10px 0 10px;
 	m/argin: 0 20px 0 20px;
 	
}

#content p {
	padding:0;
	margin:0 0 7px 0;
	font-size: 0.7em;
	line-height: 1.2em;
	color:#323232;
	line-height: 14px;
}

#content ul {
	padding: 0 0 0 18px;
	font-size: 0.7em;
	line-height: 1.2em;
	color:#323232;
	line-height: 14px;
}

#content h1, #content h2, #content h3 {
	color:#336600;
	font-size:0.75em;
	font-weight:bold;
	margin: 3px 0 4px 0;
	padding: 0;
}

#content a.external-link, #content a.external-link-new-window, 
#content a.download   { /* externer link */
	color:#5cb700;
	text-decoration:underline;

}

#content a.external-link:hover, #content a.external-link-new-window:hover, 
#content a.download:hover { /* externer link */
	text-decoration:none;
}

#content a { /* interner link */
	color:#5cb700;
	text-decoration:none;

}

#content a:hover { /* interner link */
	text-decoration:underline;
}

pre{
	font-size: 12px;
	padding: 5px 10px;
	margin:0px;
}

#outer #inner #content .header p {
	font-family:"Trebuchet MS";
	color: #336601;
	font-weight: bold;
	font-size: 1.25em;
	line-height: 1.1em;
	margin: 0 0 3px 0;
	padding: 0;
}

#right_top {
	display:none;
}

/*----------------------------------------------------------------------------
	Bilder Texte
  ----------------------------------------------------------------------------*/

.csc-textpic-caption {
  font-size: 0.6em;
  color: #777777;
}
  
  
  
/*----------------------------------------------------------------------------
	Portrait Box
  ----------------------------------------------------------------------------*/
  
#content .portrait {
	background-color: #edf8d8;
	float: left;
	width: 100%;
	margin-bottom: 10px;
}

* html body #container #content .portrait { width: 544px; }

#content .portrait .bild {
	width: 148px;
	height: 148px;
	float:left;
	overflow: hidden;
}

#content .portrait .inhalt {
	margin: 4px 0 0 10px;
	float:left;
	width: 230px;
}

#content .portrait .inhalt2 {
	margin: 0px;
	float:right;
	text-align:right;
	border: none;
}

#content .portrait .inhalt2 img{
	margin-bottom: 10px;
	border: none;
}

#content .portrait .inhalt2 a { font-weight:normal; text-decoration: underline; }
#content .portrait .inhalt2 a:hover { font-weight:normal; text-decoration: none; }


#content .portrait .inhalt h1{ margin: 0 0 3px 0; }

#content .portrait .inhalt p,#content .portrait .inhalt2 p{
	color:#346400;
	margin-right: 2px;
}

#content .portrait .end { clear: left; }

/*----------------------------------------------------------------------------
	Kurse Box
  ----------------------------------------------------------------------------*/
  
#content .kursecontainer {
	background: #dcedf4;
	background-image:url(../gui/kurse_container.gif);
	background-repeat:no-repeat;
	background-position:top;
	width: 260px;
	float: left;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-right: 5px;
}

#content .kursecontainer .inner { min-height: 140px; }

* html body #content .kursecontainer .inner{ height: 140px; }

#content .kursecontainer .titel {
	padding-top: 56px;
	margin-left: 8px;
	margin-right: 130px;
	overflow: hidden;
	text-align: left;
}

#content .kursecontainer .titel h1 {
	font-size:0.75em;
	color: #FFFFFF;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	letter-spacing: 0;
}

#content .kursecontainer .inhalt p {
	margin: 6px 0 0 0;
	padding: 0px;
}

#content .kursecontainer .inhalt {
	text-align: left;
	padding-left: 8px;
	margin-right: 8px;
	margin: 0;
}

#content .kursecontainer .inhalt a {
	color:#1689b8;
	font-weight:bold;
	text-decoration:none;
	background-image:url(../gui/link_kurse.gif);
    background-repeat:no-repeat;
    padding-left: 12px;
}

#content .kursecontainer .inhalt a:hover { text-decoration:underline; }

#content .kursecontainer .flow {
	float: right;
	width: 130px;
	height: 25px;
}

#content .kursecontainer .end {
	overflow: hidden;
	height: 12px;
	background-image: url(../gui/kurse_container_end.gif);
	background-repeat: no-repeat;
}

/*----------------------------------------------------------------------------
	Geschenke Box
  ----------------------------------------------------------------------------*/
  
#content .geschenkecontainer {
	background: #f9e4e1;
	background-image:url(../gui/geschenke_container.gif);
	background-repeat:no-repeat;
	background-position:top;
	width: 260px;
	float: left;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-right: 5px;
}

#content .geschenkecontainer .inner { min-height: 140px; }

* html body #content .geschenkecontainer .inner{ height: 140px; }

#content .geschenkecontainer .titel {
	padding-top: 56px;
	margin-left: 8px;
	margin-right: 110px;
	overflow: hidden;
	text-align: left;
}

#content .geschenkecontainer .titel h1 {
	font-size:0.75em;
	color: #FFFFFF;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	letter-spacing: 0;
}

#content .geschenkecontainer .inhalt p {
	margin: 6px 0 0 0;
	padding: 0px;
}

#content .geschenkecontainer .inhalt {
	text-align: left;
	padding-left: 8px;
	margin-right: 8px;
	margin: 0;
}

#content .geschenkecontainer .inhalt a {
	color:#d54d36;
	font-weight:bold;
	text-decoration:none;
	background-image:url(../gui/link_geschenke.gif);
  background-repeat:no-repeat;
  padding-left: 12px;
}

#content .geschenkecontainer .inhalt a:hover { text-decoration:underline; }

#content .geschenkecontainer .flow {
	float: right;
	width: 110px;
	height: 30px;
}

#content .geschenkecontainer .end {
	overflow: hidden;
	height: 12px;
	background-image: url(../gui/geschenke_container_end.gif);
	background-repeat: no-repeat;
}

/*----------------------------------------------------------------------------
	Dampfbahn Box
  ----------------------------------------------------------------------------*/

#content .dampfbahncontainer {
	background: #dfe3f0;
	background-image:url(../gui/dampfbahn_container.gif);
	background-repeat:no-repeat;
	background-position:top;
	width: 260px;
	float: left;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-right: 5px;
}

#content .dampfbahncontainer .inner { min-height: 140px; }

* html body #content .dampfbahncontainer .inner{ height: 140px; }

#content .dampfbahncontainer .titel {
	padding-top: 56px;
	margin-left: 8px;
	margin-right: 130px;
	overflow: hidden;
	text-align: left;
}

#content .dampfbahncontainer .titel h1 {
	font-size:0.75em;
	color: #FFFFFF;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	letter-spacing: 0;
}

#content .dampfbahncontainer .inhalt p {
	margin: 6px 0 0 0;
	padding: 0px;
}

#content .dampfbahncontainer .inhalt {
	text-align: left;
	padding-left: 8px;
	margin-right: 8px;
	margin: 0;
}

#content .dampfbahncontainer .inhalt a {
	color:#2a4698;
	font-weight:bold;
	text-decoration:none;
	background-image:url(../gui/link_dampfbahn.gif);
    background-repeat:no-repeat;
    padding-left: 12px;
}

#content .dampfbahncontainer .inhalt a:hover { text-decoration:underline; }

#content .dampfbahncontainer .flow {
	float: right;
	width: 130px;
	height: 30px;
}

#content .dampfbahncontainer .end {
	overflow: hidden;
	height: 12px;
	background-image: url(../gui/dampfbahn_container_end.gif);
	background-repeat: no-repeat;
}

/*----------------------------------------------------------------------------
	Kurse Box
  ----------------------------------------------------------------------------*/
  
#content .veranstaltungencontainer {
	background: #FFF4BA;
	background-image:url(../gui/veranstaltungen_container.gif);
	background-repeat:no-repeat;
	background-position:top;
	width: 260px;
	float: left;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-right: 5px;
}

#content .veranstaltungencontainer .inner { min-height: 140px; }

* html body #content .veranstaltungencontainer .inner{ height: 140px; }

#content .veranstaltungencontainer .titel {
	padding-top: 56px;
	margin-left: 8px;
	margin-right: 130px;
	overflow: hidden;
	text-align: left;
}

#content .veranstaltungencontainer .titel h1 {
	font-size:0.75em;
	color: #FFFFFF;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	letter-spacing: 0;
}

#content .veranstaltungencontainer .inhalt p {
	margin: 6px 0 0 0;
	padding: 0px;
}

#content .veranstaltungencontainer .inhalt {
	text-align: left;
	padding-left: 8px;
	margin-right: 8px;
	margin: 0;
}

#content .veranstaltungencontainer .inhalt a {
	color: #FDB813;
	font-weight:bold;
	text-decoration:none;
	background-image:url(../gui/link_veranstaltungen.gif);
    background-repeat:no-repeat;
    padding-left: 12px;
}

#content .veranstaltungencontainer .inhalt a:hover { text-decoration:underline; }

#content .veranstaltungencontainer .flow {
	float: right;
	width: 130px;
	height: 20px;
}

#content .veranstaltungencontainer .end {
	overflow: hidden;
	height: 12px;
	background-image: url(../gui/veranstaltungen_container_end.gif);
	background-repeat: no-repeat;
}

/*----------------------------------------------------------------------------
	Ausstellung Box
  ----------------------------------------------------------------------------*/

#content .ausstellungencontainer {
	background: #eef1de;
	background-image:url(../gui/ausstellungen_container.gif);
	background-repeat:no-repeat;
	background-position:top;
	width: 260px;
	float: left;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-right: 5px;
}

#content .ausstellungencontainer .inner { min-height: 140px; }

* html body #content .ausstellungencontainer .inner{
  height: 140px; 
} 

#content .ausstellungencontainer .titel {
	padding-top: 56px;
	margin-left: 8px;
	margin-right: 130px;
	overflow: hidden;
	text-align: left;
}

#content .ausstellungencontainer .titel h1 {
	font-size:0.75em;
	color: #FFFFFF;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	letter-spacing: 0;
}

#content .ausstellungencontainer .inhalt p {
	margin: 6px 0 0 0;
	padding: 0px;
}

#content .ausstellungencontainer .inhalt {
	text-align: left;
	padding-left: 8px;
	margin-right: 8px;
	margin: 0;
}

#content .ausstellungencontainer .inhalt a {
	color:#8ba124;
	font-weight:bold;
	text-decoration:none;
	background-image:url(../gui/link_ausstellungen.gif);
    background-repeat:no-repeat;
    padding-left: 12px;
}

#content .ausstellungencontainer .inhalt a:hover { text-decoration:underline; }

#content .ausstellungencontainer .flow {
	float: right;
	width: 120px;
	height: 25px;
}

#content .ausstellungencontainer .end {
	overflow: hidden;
	height: 12px;
	background-image: url(../gui/ausstellungen_container_end.gif);
	background-repeat: no-repeat;
}

/*----------------------------------------------------------------------------
	Aktuell Box
  ----------------------------------------------------------------------------*/

#content .aktuellcontainer {
	background: #edf8d8;
	background-image:url(../gui/aktuell_container.gif);
	background-repeat:no-repeat;
	background-position:top;
	width: 580px;
	float: left;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-right: 15px;
}

#content .aktuellcontainer .inner {	min-height: 96px; }

* html body #content .aktuellcontainer .inner{ height: 96px; }

#content .aktuellcontainer .titel {
	padding-top: 8px;
	margin-left: 8px;
	margin-right: 420px;
	overflow: hidden;
	text-align: left;
}

#content .aktuellcontainer .titel h1 {
	font-size:0.75em;
	color: #FFFFFF;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	letter-spacing: 0;
}

#content .aktuellcontainer .inhalt p {
	padding: 6px 0 0 0;
	margin: 0px;
}

#content .aktuellcontainer .inhalt {
	text-align: left;
	padding-left: 8px;
	margin-right: 8px;
	margin: 0;
}

#content .aktuellcontainer .inhalt h1 {
	font-size:0.75em;
	color: #5bb900;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

#content .aktuellcontainer .inhalt a {
	color:#8ba124;
	font-weight:bold;
	text-decoration:none;
	background-image:url(../gui/link_aktuell.gif);
  background-repeat:no-repeat;
  padding-left: 12px;
}

#content .aktuellcontainer .inhalt img {
	float: right;
	margin-right: 20px;
	margin-top: -6px; 
}

#content .aktuellcontainer .inhalt a:hover {
	text-decoration:underline;
}

#content .aktuellcontainer .end {
	overflow: hidden;
	height: 12px;
	background-image: url(../gui/aktuell_container_end.gif);
	background-repeat: no-repeat;
	width: 580px;
	float: left;
	margin-top: -11px;
}

/*----------------------------------------------------------------------------
	2 Spalten Layout
  ----------------------------------------------------------------------------*/

#content .zweispalten {
  float: left;
	width: 100%;
	margin-bottom: 10px;
}

* html body #content .zweispalten {
	width: 544px;
}

#content .zweispalten .spalte_eins {	
	float:left;
	width: 49%;
}

#content .zweispalten .spalte_zwei {
	float:right;
	width: 49%;
}

#content .zweispalten .end	{ clear: left; }

/*----------------------------------------------------------------------------
	Info Box
  ----------------------------------------------------------------------------*/

#content .infoblock {
	width: 280px;
	float: left;
}

#content .infoblock img {
	float: left;
	margin-right: 5px;
}

#content .infoblock .inhalt {
	margin-right: 5px;
}

#content .infoblock .end { clear: left; }

#content .infoblock a { /* interner link */
	color:#5cb700;
	text-decoration:none;
	font-weight:bold;
	background-image:url(../gui/link_normal.gif);
  background-repeat:no-repeat;
  padding-left: 12px;
}

#content .infoblock a:hover { /* interner link */
	text-decoration:underline;
}


/*----------------------------------------------------------------------------
	News Box
  ----------------------------------------------------------------------------*/
/*
#content .newscolor { background:#ecf5e0; }

#content .news { margin-bottom: 10px; padding: 5px;}
#content .news .datum { 
font-size: 0.69em; color: #306701; float: right; margin-top: 3px; 
}
#content .news .inhalt { clear: left; float: none; }
#content .news h1 { color: #5db700; float: left; margin-bottom: 3px;}
#content .news p { color: #306701; margin-bottom: 2px; }
#content .news a { font-weight:normal; }
#content .news .end { clear: left; }

#content .news2 { margin-bottom: 10px; padding: 5px;}
#content .news2 .datum { 
font-size: 0.69em; font-weight:bold; color: #306701; 
float: left; margin-top: 0px; width: 250px; }
#content .news2 .inhalt { float: left; }
#content .news2 .end { clear: left; }
#content .news2 h1 { color: #5db700; margin-bottom: 3px;}
#content .news2 p { color: #306701; margin-bottom: 2px; }
#content .news2 a { font-weight:normal; }

*/

/*----------------------------------------------------------------------------
	Footer
  ----------------------------------------------------------------------------*/
  
#footer {
	clear:left;
	padding:0px;
	margin:0px;
	text-align: right; 
}

/*----------------------------------------------------------------------------
	Hauptnavigation
  ----------------------------------------------------------------------------*/

#header #mainmenu ul {
	margin: 0px;
	padding: 0px;
}

#header #mainmenu ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#header #mainmenu ul li a {
	color:#ffffff;
	font-size: 0.7em;
	font-weight: bold;
	text-decoration: none;
	width: 140px;
  padding-left: 23px;
	background-image: url(../gui/main_navi_dot.gif);
	background-repeat: no-repeat;
}

#header #mainmenu ul li a.act {
	background-image: url(../gui/main_navi_dot_sel.gif);
	background-repeat: no-repeat;
}

#header #mainmenu ul li a:hover {
	background-image: url(../gui/main_navi_dot_sel.gif);
	background-repeat: no-repeat;
}

/*----------------------------------------------------------------------------
	Schnellnavigation & Ortswahl
  ----------------------------------------------------------------------------*/
  
#header #quickmenu ul,#header #locationmenu ul {
	margin: 0px;
	padding: 0px;
}

#header #quickmenu ul li,#header #locationmenu ul li {
	color:#ffffff;
	font-size: 0.7em;
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;
}

#header #quickmenu ul li a, #header #locationmenu ul li a {
	color:#ffffff;
	text-decoration: none;
}

#header #quickmenu ul li a.act, #header #locationmenu ul li a.act {	
  color:#beef24; 
}

#header #quickmenu ul li a:hover, #header #locationmenu ul li a:hover { 
  color:#beef24; 
}

/*----------------------------------------------------------------------------
	Suchbox im Header
  ----------------------------------------------------------------------------*/
  
#header #search input {
   width:130px;
   height: 14px;
   border: none;
   font-size: 0.7em;
}

#header #search input.fragen {
   width: 40px;
   border: none;
   font-size: 0.7em;
   color: #eeeeee;
   background: blue;
   cursor: pointer;
   background: none;
   height: 18px;
}

/*----------------------------------------------------------------------------
	Zulauf Logo
  ----------------------------------------------------------------------------*/
/*
#header #logo {
	margin-left: 660px;
	margin-top: 61px;
	background-image: url(../gui/logo_big.gif);
	width: 220px;
	height: 110px;
}
*/

#header #logo {
  left: 420px;
	top: 40px;
	background-image: url(../gui/logo_big.gif);
	width: 220px;
	height: 110px;
	position: absolute;
}

/*----------------------------------------------------------------------------
	Zulauf Infotext
  ----------------------------------------------------------------------------*/

#header #info {
	left: 190px;
	top: 130px;
	width: 400px;
	height: 60px;
	position: absolute;	
  background-image: url(../gui/haben_sie_gewusst.gif);
  background-repeat: no-repeat;
  padding-top: 22px;
  display: none;
}


#header #info p {
  color: #336601;
  margin: 0;
  padding: 0;
  font-size: 0.7em;
}

#header #info a {
	color:#5cb700;
	text-decoration:none;
	font-weight:bold;
}

#header #info a:hover {
	text-decoration:underline;
}
/*----------------------------------------------------------------------------
	Linke Seite / Subnavigation
  ----------------------------------------------------------------------------*/

#left h1 {
	color: #ffffff;
	font-size: 0.8em;
	margin: 0 0 0 11px;
	padding: 0 0 0 9px;
	width: 154px;
	height: 28px;
	background-image: url(../gui/left_home_h1.gif);
	background-repeat: no-repeat;
}

#left p {
	color: #663401;
	font-size: 0.7em;
	padding: 0 0 8px 20px;
	margin:0;
}

#left a {
	color: #663401;
	text-decoration: none;
}

#left a:hover {
	color: #663401;
	text-decoration: underline;
}

#left #submenu {
	margin-top: -5px;
	margin-left: 5px;
}

#left ul, #left li {
	margin:0px;
	padding:0px;
	list-style-type: none;
	display: inline;
}

#left ul li a {
	font-size: 0.7em;
	text-decoration:none;
	margin: 5px 0 0 0px;
	padding: 0 0 3px 16px;
	width: 100%;
	display: block;
}

#left ul li a.act {
	font-size: 0.7em;
	text-decoration:none;
	margin: 5px 0 0 0px;
	padding: 0 0 3px 16px;
	width: 100%;
	display: block;
	background-color:#ffde6a;
}


#left ul li a:hover {
	font-size: 0.7em;
	text-decoration:none;
	color: #633400;
	background-color:#ffde6a;
}

#left ul li ul li a {
	font-size: 0.7em;
	text-decoration:none;
	margin: 0;
	padding: 0 0 2px 26px;
	width: 100%;
	background-color:#ffde6a;
	display: block;
}

#left ul li ul li a:hover {
	font-size: 0.7em;
	text-decoration:none;
	margin: 0;
	padding: 0 0 2px 26px;
	width: 100%;
	background-color:#efce5a;
	display: block;
}

#left ul li ul li a.act {
	font-size: 0.7em;
	text-decoration:none;
	margin: 0;
	padding: 0 0 2px 26px;
	width: 100%;
	background-color:#efce5a;
	display: block;
}

/*----------------------------------------------------------------------------
	Rechte Seite / Quicknews
  ----------------------------------------------------------------------------*/

#right .newstitle {
	color: #cd6528;
	font-size: 0.75em;
	font-weight:bold;	
	background-image: url(../gui/news_header.gif);
	background-repeat: no-repeat;
	height: 16px;
	margin: 0 0 0 0;
	padding: 1px 10px 0 22px;
}

* html body #right .newstitle { height: 17px; }

#right #qnews {
	background-image: url(../gui/news_bg.gif);
	background-repeat:repeat-y;
	min-height: 300px;
}

* html body #right #qnews {
	height: 300px;
}

#right .newscontent {
	background-image: url(../gui/news_bg.gif);
	background-repeat:repeat-y;
	margin: 0 0 0 0;
	padding: 0 10px 10px 22px;
	color: #336703;
}

#right .newsdiv {
	background-image: url(../gui/news_sep.gif);
	background-repeat: no-repeat;
	width: 100%;
	height: 5px;
	overflow:hidden;
	margin: 0;
	padding: 0;
}

#right .newscontent p {
	font-size: 0.7em;
	margin: 0 0 0 0;
	padding: 5px 0 0 0;
}

#right .newscontent .date {
	font-size: 0.625em;
	font-weight:bold;
	margin: 0 0 0 0;
	padding: 5px 0 0 0;
}

#right .newscontent a {
	color:#cd6325;
	text-decoration:none;
}

#right .newscontent a:hover {
	text-decoration:underline;
}

#right .archiv {
	text-align:center;
}	

#right .archiv a {	
	font-size:.69em;
	color:#cd6325;
	text-decoration:none;
}

#right .archiv a:hover { text-decoration:underline; }

#right .newscontent h1 {
	font-size: 0.7em;
	margin: 0 0 0 0;
	padding: 5px 0 0 0;
	color:#5eb902;
}

/*----------------------------------------------------------------------------
	News im Contentbereich
  ----------------------------------------------------------------------------*/
  
  
  /*-----------------------------------  clearer  -----------------------------------*/
  /* prevent floated images from overlapping the div-containers they are wrapped in  */
  
  .news-list-container HR.clearer, .news-latest-container HR.clearer{
  clear: both;
  border: 0; 
  background-color: #BDBDBD;
  height:1px;
  width: 100%;
  }
  .news-latest-container HR.clearer {
  clear:left;
  }
  .news-single-item HR.clearer {
  border: 0; 
  height: 0;
	visibility: hidden;
  }
/*-----------------------------------  Archiv  -----------------------------------*/

#content .news-amenu-container {
  margin-top: 10px;
}

#content .news-amenu-container h2 {
  margin-bottom: 10px;
}

#content .news-amenu-container ul {
  margin: 0; 
  padding: 0 0 10px 0;
  list-style: none;
  border-bottom: solid #e2e4ce 1px;
  border-left: solid #e2e4ce 1px;
  border-right: solid #e2e4ce 1px;
}

#content .news-amenu-container ul li.news-amenu-item-year {
  margin: 10px 0 4px 0; 
  padding: 5px 0 5px 5px;
  font-weight: bold;
  border-top: solid #e2e4ce 1px;
  border-bottom: solid #e2e4ce 1px;
  background: #fafaf0;
}

#content .news-amenu-container ul li {
  margin: 0; 
  padding: 0 0 0 5px;
  list-style: none;
  /* font-size:.69em; */
}

#content .news-amenu-container ul li a {
  font-weight: normal;
}

/* Listen Ansicht */
.news-list-container {
  }
  
  .news-list-item p{
          margin:0px 0px 5px 0px;
  	}
  	

  .news-single-category {
      font-family: Verdana, Arial, Helvetica, sans-serif;
      font-size: 0.69em;
  }

  .news-single-timedata {
      font-family: Verdana, Arial, Helvetica, sans-serif;
      font-size: 0.69em;
  }

  .news-search-emptyMsg{
  
  margin:0px;
  }
  .news-search-form FORM {
  	margin:0px;
  }
  .news-list-container H3 {
  	margin-bottom: 5px;
  	font-size: 11px;
  }
  .news-list-container H3 A:LINK,.news-list-container H3 A:VISITED,.news-list-container H3 A:HOVER {
  	color:#e24d3b;
  }
  .news-list-container H3 A {
  	color:#e24d3b;
  
  }
  
  .news-list-date {
  	float: right;
  	width: 120px;
  	text-align: right;
  	height: 13px;
  	margin-top: 0;
  	margin-right: 0px;
  	font-size: 9px;
  	font-weight: normal;
  	color: #666666;
  	}
  
  .news-list-imgcaption {
  	float: right;
  	padding-top:3px;
  	padding-right:3px;
  	font-size: 9px;
  
  	}
  
  .news-list-container IMG {
  		float: right;
  	border:1px solid #666;
  margin-bottom:5px;
  margin-right:2px;
  margin-left:5px;
  }
  .news-list-category IMG {
  	float: none;
  border:none;
  margin:0px;
  }
  
  .news-list-morelink,.news-list-category {
  	  font-family: Verdana, Arial, Helvetica, sans-serif;
  }
  .news-list-morelink A{
  margin-bottom:3px;
  color: #e24d3b;
  text-decoration: none;
  font-size: 0.69em;
  }
  .news-list-browse {
  	text-align: right;
  }
/* Single Ansicht */

  	/*--------------------------------- tt_news SINGLE view  ---------------------------------*/
  .news-single-item {
  	margin-bottom:5px;
  
  }
  .news-single-item H2 {
  	font-size: 12px;
  	font-weight:bold;
  	color: #e24d3b;
  	margin-bottom: 0px;
  	clear: right;
  }
  .news-single-item H3 {
  	margin-bottom: 15px;
  	font-size: 11px;
  }
  
  .news-single-img {
  	float: right;
  margin-left:5px;
  
  }
  
  .news-single-imgcaption {
  	padding:3px;
  	clear:both;
  }
  
  .news-single-category {
		font-size: 10px;
		float: right;
		width: 400px;
		text-align: right;
		color: #4a4b47;
  }
  .news-single-backlink, .news-single-backlink a {
  	font-weight: bold;
  	font-size: 10px;
  	margin-bottom: 15px;
  	margin-top: 10px;
  }
  .news-single-timedata {
  	color: #4a4b47;
  }
  .news-single-timedata, .news-single-author,.news-single-imgcaption {

  	font-size: 10px;
  }
  .news-single-author {
  	padding-bottom: 3px;
  }
  .news-single-additional-info {
  	clear: both;
  padding:3px;
  padding-bottom:0px;
  color: #5A5A5A;
  }
  .news-single-related,.news-single-files,.news-single-links  {
  margin:0px;
  	margin-bottom: 3px;
  }
  
  .news-single-related DD, .news-single-links DD, .news-single-files DD {
  margin-left:7px;
  
  }
  
  .news-single-related DT, .news-single-links DT, .news-single-files DT {
  	font-weight: bold;
  	font-size: 11px;
  width:90%;
  }
.news-single-files dd a{
font-size: 0.69em;
padding-left:5px;
text-decoration: none;
}
.news-single-files img {
vertical-align: middle;
}
.news-single-links dd a{
padding-left:5px;
text-decoration: none;
}

/*----------------------------------------------------------------------------
	Sitemap Definition
  ----------------------------------------------------------------------------*/
  
#outer #inner #content .tx-dropdownsitemap-pi1 A{
	font-weight: bold;
	color: #59595b;
}

#outer #inner #content .tx-dropdownsitemap-pi1 {
	font-size: 0.7em;
	font-weight: bold;
}

#outer #inner #content .tx-dropdownsitemap-pi1 li {
   list-style: none;
   margin-top: 5px;
  	  	
}

#outer #inner #content .tx-dropdownsitemap-pi1 li.open {
  margin-top:5px;
}

#outer #inner #content .tx-dropdownsitemap-pi1 img {
  margin-top: 2px;
  margin-right: 3px;
  vertical-align: top;
  border: none;
}

#outer #inner #content .tx-dropdownsitemap-pi1 LI.open OL {
  display: block;
  margin: 0;
  padding: 0;
  padding-left: 15px;
}

#outer #inner #content .tx-dropdownsitemap-pi1 LI.closed OL {
	display: none;
}
#outer #inner #content .tx-dropdownsitemap-pi1 LI.open UL {
	display: block;
}

#outer #inner #content .tx-dropdownsitemap-pi1 LI.closed UL {
	display: none;
}

#outer #inner #content .tx-dropdownsitemap-pi1 DIV {
	margin-bottom: 0px;
}

#outer #inner #content .tx-dropdownsitemap-pi1 ol {
	margin: 10px 0 0 0;
  padding: 0;
}

#outer #inner #content .tx-dropdownsitemap-pi1 DIV.level_2 {

}

#outer #inner #content .tx-dropdownsitemap-pi1 DIV.level_2 A {
	font-weight: normal;
}
#outer #inner #content .tx-dropdownsitemap-pi1 DIV.level_3 {

}
#outer #inner #content .tx-dropdownsitemap-pi1 DIV.level_4 {

}
#outer #inner #content .tx-dropdownsitemap-pi1 DIV.level_5 {

}
#outer #inner #content .tx-dropdownsitemap-pi1 DIV.expAll {
	text-align: left;
	font-weight: normal;
}

#outer #inner #content .tx-dropdownsitemap-pi1 DIV.expAll a {
	font-weight: normal;
}



/*----------------------------------------------------------------------------
	Sitemap Definition
  ----------------------------------------------------------------------------*/
  /*
.tx-dropdownsitemap-pi1 A{
	font-weight: bold;
}

.tx-dropdownsitemap-pi1 {
	font-size: 0.7em;
	font-weight: bold;
}

.tx-dropdownsitemap-pi1 A img {
  margin-bottom: 7px;
}

.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 #DFE2E3;
	background: #FAFBFB;
	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: #FAFBFB;
}
.tx-dropdownsitemap-pi1 DIV.level_4 {
	background: #FFFFFF;
}
.tx-dropdownsitemap-pi1 DIV.level_5 {
	background: #FAFBFB;
}
.tx-dropdownsitemap-pi1 DIV.expAll {
	text-align: center;
	border: solid 1px #DFE2E3;
	background: #FAFBFB;
}
*/

/*----------------------------------------------------------------------------
	Formulare Definition
  ----------------------------------------------------------------------------*/

#content form.formularStyle1 {
	width: inherit;
	margin: 0px;
	padding: 0px;
}

#content .formularStyle1 fieldset {
	background-color: #f5f6f0;
	border: 1px solid #dee2cd;
	border-top: none;
	margin: 10px auto 10px auto;
	padding: 0;
}

#content .formularStyle1 p.legend{
	padding: 5px 5% 5px 5%;
	margin: 0;
	border-top: 1px solid #dee2cd;
	font-weight: bold;
	background-color: #f2f3eb;
}

#content .formularStyle1 fieldset dl {
	margin: 0;
	padding: 0;
}
#content .formularStyle1 fieldset dt {
	margin: 0;
	padding: 0;
	width: 40%;
	float: left;
	/float: left;
}
#content .formularStyle1 fieldset label {
	border-top: solid #ffffff 2px;
	height: auto;
	clear: left;
	width: 87.5%;
	margin: 0px;
	padding: 7px 0 7px 12.5%;
	/float: left;
}
#content .formularStyle1 fieldset dd {
	border-top: solid #ffffff 2px;
	float: left;
	/float: left;
	height: auto;
	width: 60%;
	margin: 0px;
	padding: 5px 0px;
}
#content .formularStyle1 fieldset p {
	padding: 8px 5%;
	margin: 0;
	width: 90%;
	float: left;
	/float: left;
	border-top: solid #ffffff 2px;
}
#content .formularStyle1 fieldset p.input {
	padding: 2px 0 2px 0;
	margin: 0;
	float: left;
	border: none;
}
#content .formularStyle1 fieldset p strong {
	font-weight: bold;
	color: red;
}

#content .formularStyle1 fieldset p,
#content .formularStyle1 fieldset label,
#content .formularStyle1 fieldset input,
#content .formularStyle1 fieldset select,
#content .formularStyle1 fieldset legend,
#content .formularStyle1 fieldset textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .69em;
	color: #4A4B47;
	float: left;
}

#content .formularStyle1 .oberstesElement {
	border-top: 1px solid #dee2cd;
}

/*----------------------------------------------------------------------------
	Produkteausgabe KB_SHOP
  ----------------------------------------------------------------------------*/

#content .tx-kbshop-pi1 {
  float: left;
  width: 100%;
}

* html body #container #content .tx-kbshop-pi1 { width: 544px; }

#content .tx-kbshop-pi1 .list-kategorie {
   float: left;
   width: 148px;
   height: 140px;
   margin: 10px 0 0 0;
   padding: 0px;
}

#content .tx-kbshop-pi1 #contentnavi  {
   float: left;
}

#content .tx-kbshop-pi1 #contentnavi select {
   color: #4a4b47;
  	font-size: 0.69em;
}

#content .list-pflanzen-0 {
   background: #e9f3db;
   height: 57px;
   overflow: hidden;
   margin-bottom: 11px;
}

#content .list-pflanzen-1 {
   background: #ffffff;
   height: 57px;
   overflow: hidden;
   margin-bottom: 11px;
}

#content .list-pflanzen-0 img, #content .list-pflanzen-1 img{
   float: left;
   margin-right: 20px;
}

#content .list-pflanzen-0 .info p, #content .list-pflanzen-1 .info p {
   font-style: italic;
   margin-right: 20px;
}

#content .tx-kbshop-pi1 .pagebrowser-header {
  clear: left;
  padding-top: 15px;
}


#content .tx-kbshop-pi1 .pagebrowser-header a {
  font-weight: normal;
  text-decoration: underline;
}

#content .tx-kbshop-pi1 .pagebrowser-header a.selected, 
#content .tx-kbshop-pi1 .pagebrowser-header a:hover {
  text-decoration: none;
}

#outer #inner #content .tx-kbshop-pi1 ul {
	margin: 0px;
	padding: 0px;
}

#outer #inner #content .tx-kbshop-pi1 ul li {

  line-height: 15px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	color: #5cb700;
}

#outer #inner #content .tx-kbshop-pi1 ul li a {
	font-weight: normal;
	text-decoration: none;
}

#outer #inner #content .tx-kbshop-pi1 ul li a.selected {
	font-weight: bold;
}

#outer #inner #content .tx-kbshop-pi1 ul li a:hover {
  text-decoration: underline;
}

/* Suche im KB_SHOP */

#outer #inner #content .tx-kbshop-pi1 #plantsearch  {
  float: right;
  width: 300px;
}

#outer #inner #content .tx-kbshop-pi1 form  {
margin: 0; padding: 0;
}

/* Einzelansicht */

#outer #inner #content .tx-kbshop-pi1 .single-container  {
   float: left;
   margin: 0; padding: 0;
   background: #e9f3db;
}

* html body #container #content .tx-kbshop-pi1 .single-container {
  width: 544px; 
} 

#outer #inner #content .tx-kbshop-pi1 .single-container img  {
   float: left
}

#outer #inner #content .tx-kbshop-pi1 .single-container .inhalt  {
   float: right;
   width: 298px;
   padding:10px;
}

#outer #inner #content .tx-kbshop-pi1 .single-container .inhalt p.info {
  font-style: italic;
  color: #346702;
}

#outer #inner #content .tx-kbshop-pi1 .single-container .inhalt p {
  color: #346702;
}

/*----------------------------------------------------------------------------
	Pflanzendoktor KB_SHOP
  ----------------------------------------------------------------------------*/

#content .list-doktor-0 {
   background: #e9f3db;
   overflow: hidden;
   padding-top: 2px;
   margin-bottom: 5px;
   height: 16px;
}

* html body #content .list-doktor-0 {
   height: 18px;
   h\eight: 16px;
}

#content .list-doktor-1 {
   background: #ffffff;
   overflow: hidden;
   padding-top: 2px;
   margin-bottom: 5px;
   height: 16px;
}

* html body #content .list-doktor-1 {
   height: 18px;
   h\eight: 16px;
}

#content .list-doktor-0 p,#content .list-doktor-1 p {
   margin: 0;
   padding: 0;
}

/*----------------------------------------------------------------------------
	Suche
  ----------------------------------------------------------------------------*/
#content .tx-indexedsearch form.kb-suche {
  position: absolute;
  left: 558px;
  width: 184px;
}

*html body #content .tx-indexedsearch form.kb-suche {
  left: 563px;
}

#content .tx-indexedsearch form.kb-suche p input {
  font-size: 1em;
}

#content .tx-indexedsearch .plant_search_header {
  margin-top: 10px;
  background: #e9f3db;
  width: 544px;
  font-weight: bold;
  font-size: 1.1em;
}

#content .tx-indexedsearch .plant_search_header p {
  color: #336600;
}

#content .tx-indexedsearch .tx-indexedsearch-browsebox ul { 
  display:inline; 
  margin: 0;
  padding: 0;
}

#content .tx-indexedsearch .tx-indexedsearch-browsebox ul li { 
  display:inline; margin-right:5px;
}



#content .tx-indexedsearch h3 {
  margin-top: 10px;
  background: #e9f3db;
  width: 544px;
}

#content .tx-indexedsearch .tx-indexedsearch-icon, #content .tx-indexedsearch .tx-indexedsearch-result-number {
  display: none;
}

#content .tx-indexedsearch .tx-indexedsearch-res dl dt {
  float: left;
  width: 70px;
}

#content .tx-indexedsearch .tx-indexedsearch-res dl {
  font-size: 0.69em;
}

/*----------------------------------------------------------------------------
	DAM Filelist
  ----------------------------------------------------------------------------*/
.tx-mmdamfilelist-pi1-listrow { font-size: 0.69em; }  
.tx-mmdamfilelist-pi1-listrow table { width: 544px; }  
.tx-mmdamfilelist-pi1-listrow tr td { vertical-align: top; padding-bottom: 10px; padding-top: 10px; padding-left: 5px; }  
.tx-mmdamfilelist-pi1-listrow .tx-mmdamfilelist-pi1-ziplink { padding-top: 5px; } 
.tx-mmdamfilelist-pi1-listrow .tx-mmdamfilelist-pi1-title { padding-bottom: 5px; }
.tx-mmdamfilelist-pi1-listrow tr.tx-mmdamfilelist-pi1-listrow-even { background: #f8f8f8; }

/*----------------------------------------------------------------------------
	Seminars
  ----------------------------------------------------------------------------*/
.tx-seminars-pi1 table { margin-left: -1px; border-spacing: 0; }	
.tx-seminars-pi1-listrow table { width: 100%; font-size: 0.7em; border-spacing: 0; }
.tx-seminars-pi1-listrow table th,
.tx-seminars-pi1-listrow table td { padding: 5px 0 5px 5px; text-align: left; vertical-align: top; }
.tx-seminars-pi1-listrow table tr.listrow-odd td { background-color: #E9F3DB; }
.tx-seminars-pi1-listrow table td.tx-seminars-pi1-title { width: 300px; }
.tx-seminars-pi1-listrow table td.tx-seminars-pi1-date { width: 100px; }
span.tx-seminars-pi1-date-dayofweek { width: 22px; float: left; }
span.tx-seminars-pi1-date-dayandmonth { width: 50px; float: left; }
div.tx-seminars-pi1-browsebox { margin-top: 12px; }
div.hr { background-image:url(../gui/divider.gif); background-repeat:repeat-x; background-position: 0px -18px; height: 10px; width: 100%; }
input.tx-seminars-pi1-searchbox-sword { margin: 10px 0; }
div.tx-seminars-pi1-browsebox td { padding-right: 11px; }

/*-------------------------------------------------------------------------*/
/* sIFR */
.sIFR-flash { display: none !important; height: 0; width: 0; position: absolute; overflow: hidden; } 
.sIFR-alternate { visibility: visible !important; display: block !important; position: static !important; left: auto !important; top: auto !important; width: auto !important; height: auto !important; }

.rgmediaimages-player { display: none; }
.rgaccord1-nest div { height: auto !important: }