@charset "iso-8859-1";
/**
 * 
 * @desc		Main CSS
 * @project		LOGL
 * @author		Boris Bojic <bojic@devshack.biz>
 * @copyright	2009 Boris Bojic / DevShack
 * @version		Tue, 04 Aug 2009 01:28:52 +0200
 *
 */

/* === [ Generelles ] ===================================================================== */

* {
	border: 0 none;
	padding: 0;
	margin: 0;
	font-family: Tahoma, Verdana, Arial;
}

pre{
	background-color: #eee;
	color: #000;
	border: 1px solid #666;
	font-size: 12px;
	padding: 10px;
	margin: 10px;
}

table {
	border-spacing: 0;
	border-collapse: collapse;
}

body {
	color: #333;
	background-color: #FBFBE8;
	font-size: 100.1%;
}

a {
	text-decoration: underline;
	color: #333;
}

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



label {
	cursor: pointer;
}

#obstbaum{
	background: #FFFFD7 url(/bilder/jugendwettbewerb/2009_10/obstbaum.png) no-repeat;
}

#bg-garten {
	background: #FFFFD7 url(/bilder/gartenkalender/logl-newsletter-gartenkalender.jpg) 425px 0 no-repeat;
	min-height: 240px;
}

hr {
	border-top: #006F61 1px solid;
	height: 1px;
	padding: 0 0 10px 0;
	clear: both;
}


.rot {
	color: #cc0000;
}

.clear {
	clear: both;
}

.txtklein {
	font-size: 0.8em;
}

.unterstreichen {
	text-decoration:underline;
}

p.gruen {
	color: #006F61;
}

.bleu {
		color: #006F61;
		font-size: 0.79em;
}


/* === [ Grundlayout ] ===================================================================== */

#wrapper {
	width: 898px;
	min-height: 600px;
	margin: 0 auto;
	border: 1px solid #006F61;
	border-width: 0 1px;
	background: #FFFFD7 url(/design/kopf/wrapper_back.png) repeat-y;
}

#wrapper:after {
	content: ".";
	visibility: hidden;
	height: 0;
	display: block;
	clear: both;
}

#wrapper h1 {
	height: 142px;
	background: #FFFF99;
	text-align: center;
	font-size: 1em;
}

#wrapper h1 img {
	display: block;
}


#seitenleiste {
	float: left;
	width: 180px;
	background-color: #FFFF93;
}

#contentleiste {
	width: 700px;
	float: right;
}

#footer {
	clear: left;
	width: 898px;
	margin: 0 auto;
	background-color: #006F61;
	border: 1px solid #006F61;
	color: #fff;
	font-size: 0.6em;
	/*font-weight: bold;*/
	text-align: right;
	line-height: 1.9;
}

#footer a {
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	color: #FFFF93;
	text-decoration: underline;
}

#news-anm {
	width: 300px;
	padding-top: 30px;
	padding-left: 30px;
}

/* === [ Obere Navigation ] ===================================================================== */

#wrapper #topnavigation {
	background-color: #FFFF99;
	border-top: 1px solid #006f61;
	border-bottom: 1px solid #006f61;
	border-width: 1px 0;
	padding: 3px 0;
}

#wrapper #topnavigation ul {
	padding: 0 0 0 200px;
	list-style-type: none;
	font-size: 0.79em;
	color: #fff;
	background-color: #006f61;
}


#wrapper #topnavigation li {
	display: inline;
	padding: 0 5em 0 10px;
	background: url(/design/icons/ecke_weiss.png) 0 center no-repeat;
}

#wrapper #topnavigation li a {
	color: #fff;
	text-decoration: none;
	line-height: 1.5;
}

#wrapper #topnavigation li a:hover {
	color: #FFFF93;
}

/* === [ Seitliche Navigation ] ===================================================================== */

#seitenleiste h2 {
	font-size: 0.79em;
	color: #006F61;
	font-weight:normal;
	
	/*background-color: #006F61;*/
	line-height: 1.2;
	padding-left: 10px;
	margin-top: 10px;
}

#seitenleiste fieldset {
	display: block;
	padding: 8px 0 20px 8px;
}

#seitenleiste #suchenach {
	float: left;
	width: 135px;
	height: 18px;
	line-height: 18px;
	padding: 0 0 0 5px;
	font-size: 0.79em;
	color: #000;
	background-color: #FFFFD7;
	border: 1px solid #006f61;
}

#seitenleiste #suchlupe {
	float: left;
	width: 20px;
	height: 20px;
}

#seitenleiste ul {
	list-style-type: none;
	color: #fff;
	font-size: 0.79em;
}

#seitenleiste ul li {
	background: #006F61 url(/design/icons/ecke_weiss.png) 0.5em 0.8em no-repeat;
	line-height: 1.8;
	margin-bottom: 3px;
}

#seitenleiste ul li a {
	display: block;
	padding-left: 18px;
	color: #fff;
	text-decoration: none;
}

#seitenleiste ul li a:hover {
	color: #FFFF93;
}

/* Zweite Ebene */

#seitenleiste ul ul {
	background-color: #FFFF93;
	color: #006F61;
	font-size: 1.21em;
	padding-top: 6px;
	display: none;
}

#seitenleiste ul ul li {
	font-size: 0.6em;
	background: #FFFF93 url(/design/icons/ecke_gruen.png) 1.1em 0.65em no-repeat;
}

#seitenleiste ul ul li.gr {
	font-size: 0.7em;
	background: #FFFF93 url(/design/icons/ecke_gruen.png) 0.9em 0.65em no-repeat;
	font-weight: bold;
}

#seitenleiste ul ul li a {
	color: #006F61;
	padding-left: 20px;
}

#seitenleiste ul ul li a:hover {
	color: #006F61;
	text-decoration: underline;
}

/* Menüs ausgeklappt je nach body id */

body#bd-aktuelles #seitenleiste ul li#nav-aktuelles ul,
body#bd-orga #seitenleiste ul li#nav-orga ul,
body#bd-streu #seitenleiste ul li#nav-streu ul,
body#bd-fachmag #seitenleiste ul li#nav-fachmag ul,
body#bd-gartenkalender #seitenleiste ul li#nav-gartenkalender ul,
body#bd-archiv #seitenleiste ul li#nav-archiv ul,
body#bd-mitglieder #seitenleiste ul li#nav-mitglieder ul,
body#bd-links #seitenleiste ul li#nav-links ul,
body#bd-kontakt #seitenleiste ul li#nav-kontakt ul,
body#bd-impressum #seitenleiste ul li#nav-impressum ul,
body#bd-start #seitenleiste ul li#nav-start ul {
	display: block;
}

body#bd-aktuelles #seitenleiste ul li#nav-aktuelles ul a,
body#bd-orga #seitenleiste ul li#nav-orga ul a,
body#bd-streu #seitenleiste ul li#nav-streu ul a,
body#bd-fachmag #seitenleiste ul li#nav-fachmag ul a,
body#bd-gartenkalender #seitenleiste ul li#nav-gartenkalender ul a,
body#bd-archiv #seitenleiste ul li#nav-archiv ul a,
body#bd-mitglieder #seitenleiste ul li#nav-mitglieder ul a,
body#bd-links #seitenleiste ul li#nav-links ul a,
body#bd-kontakt #seitenleiste ul li#nav-kontakt ul a,
body#bd-impressum #seitenleiste ul li#nav-impressum ul a,
body#bd-start #seitenleiste ul li#nav-start ul a {
	border: 0 none;
	padding-left: 20px;
}

body#bd-aktuelles #seitenleiste ul li#nav-aktuelles,
body#bd-orga #seitenleiste ul li#nav-orga,
body#bd-streu #seitenleiste ul li#nav-streu,
body#bd-fachmag #seitenleiste ul li#nav-fachmag,
body#bd-gartenkalender #seitenleiste ul li#nav-gartenkalender,
body#bd-archiv #seitenleiste ul li#nav-archiv,
body#bd-mitglieder #seitenleiste ul li#nav-mitglieder,
body#bd-links #seitenleiste ul li#nav-links,
body#bd-kontakt #seitenleiste ul li#nav-kontakt,
body#bd-impressum #seitenleiste ul li#nav-impressum,
body#bd-start #seitenleiste ul li#nav-start {
	background: #FFFFD7 url(/design/icons/ecke_gruen_navi.png) 0.5em 0.8em no-repeat;
}

body#bd-aktuelles #seitenleiste ul li#nav-aktuelles a,
body#bd-orga #seitenleiste ul li#nav-orga a,
body#bd-streu #seitenleiste ul li#nav-streu a,
body#bd-fachmag #seitenleiste ul li#nav-fachmag a,
body#bd-gartenkalender #seitenleiste ul li#nav-gartenkalender a,
body#bd-archiv #seitenleiste ul li#nav-archiv a,
body#bd-mitglieder #seitenleiste ul li#nav-mitglieder a,
body#bd-links #seitenleiste ul li#nav-links a,
body#bd-kontakt #seitenleiste ul li#nav-kontakt a,
body#bd-impressum #seitenleiste ul li#nav-impressum a,
body#bd-start #seitenleiste ul li#nav-start a {
	color: #006F61;
	border-top: 1px solid #006F61;
	border-bottom: 1px solid #006F61;
	padding-left: 18px;
}

/* === [ Breadcrumbs / Drucken ] ===================================================================== */

#pfadleiste {
	float: right;
	width: 718px;
	border-bottom: 1px solid #006F61;
}

#pfadleiste ul {
	width: 50em;
	padding: 0 0 0 18px;
	list-style-type: none;
	font-size: 0.6em;
	line-height: 2.3;
	color: #333;
}

#pfadleiste ul li {
	display: inline;
	padding: 0 2px 0 0;
}

#pfadleiste ul li a {
	font-size: 0.9em;
	color: #333;
	text-decoration: none;
}

#pfadleiste ul li a:hover {
	color: #006F61;
}



#druckbox {
	float: right;
	width: 11em;
	padding-right: 30px;
	font-size: 0.6em;
	color: #333;
	line-height: 2.3;
}

#druckbox a {
	color: #333;
	text-decoration: none;
	display: block;
	padding-left: 20px;
	background: url(/design/icons/drucker.png) left center no-repeat;
}

#druckbox a:hover {
	color: #006F61;
}

/* === [ Content / Inhalt] ===================================================================== */

#contentleiste h3 {
	clear: both;
	font-size: 1.2em;
	padding: 1.2em 18px 0.5em 0;
	font-weight: normal;
	color: #006F61;
}

#contentleiste h3.bild {
	background: url(/bilder/jugendwettbewerb/himbeere.jpg) 460px 20px no-repeat;
	clear: both;
	font-size: 1.2em;
	padding: 1.2em 18px 1.2em 0;
	font-weight: normal;
	color: #006F61;
}

#contentleiste h4 {
	padding: 1em 18px 1em 0;
	font-size: 0.79em;
	color: #333;
}

#contentleiste h4.gruen {
	padding: 0 18px 1em 0;
	font-size: 0.85em;
	color: #006F61;
	line-height: 1.5;
}

#contentleiste h4.abstand {
	margin-top: 40px;
	padding: 1em 18px 1em 0;
	font-size: 0.79em;
	color: #333;
}

#contentleiste h5 {
	clear: both;
	font-size: 0.9em;
	padding: 1.2em 18px 1.2em 0;
	font-weight: bold;
	color: #006F61;
	line-height: 1.4;
}

#contentleiste h5.rot {
	clear: both;
	font-size: 0.9em;
	padding: 1.2em 18px 1.2em 0;
	font-weight: bold;
	color: #cc0000;
}

#contentleiste h5.kursiv {
	clear: both;
	font-size: 0.9em;
	line-height: 2em;
	font-weight: bold;
	font-style: italic;
	color: #006F61;
	height: 110px;
	background: url(/bilder/tag_der_offenen_gartentuer/logo_garten.gif) 400px 0 no-repeat;
}

#contentleiste h5.abstand {
	clear: both;
	font-size: 0.9em;
	padding: 3em 18px 1.2em 0;
	font-weight: bold;
	color: #006F61;
}

#contentleiste h5.ein {
	clear: both;
	font-size: 0.9em;
	padding: 0px 18px 1.2em 2em;
	font-weight: bold;
	color: #006F61;
}

#contentleiste h5.gold {
	clear: both;
	font-size: 0.9em;
	padding: 1em 0 0.9em 0.9em;
	font-weight: bold;
	color: #4C470B;
}


/* === [ Content / Absatz] ===================================================================== */

#contentleiste ul,
#contentleiste ol {
	font-size: 0.79em;
	line-height: 1.5;
	color: #333;
	padding: 0 18px 1.7em 0;
	margin-left: 20px;
}

.mod {
	display: block;
	font-size: .8em;
	padding-bottom: 10px;
}


#contentleiste p {
	font-size: 0.79em;
	color: #333;
	line-height: 1.5;
	padding: 0 18px 1.7em 0;
}

#contentleiste p.fehlermeldung {
	color: #c00;
	border: 1px solid #c00;
	text-align: center;
	padding: 10px;
	margin: 0 20px 0 0;
}

#contentleiste p.ab-links {
	font-weight: bold;
	color: #006F61;
	padding-top: 30px;
	padding-left: 150px;
}

#contentleiste p.braun {
	color: #885346;
	font-size: 0.79em;
	font-weight: bold;
}

#contentleiste p.rechts {
	float: right;
	padding: 20px 4em 0 0;
}

#contentleiste p.abstand-20 {
	margin-top: 20px;
}

#contentleiste p.abstand-40 {
	margin-top: 40px;
}

#contentleiste p.abstand-60 {
	margin-top: 60px;
}


#contentleiste p.abstand-80 {
	margin-top: 80px;
}

#contentleiste p.abstand-100 {
	margin-top: 100px;
}

#contentleiste p.abstand-110 {
	margin-top: 110px;
}

#contentleiste p.abstand-120 {
	margin-top: 120px;
}

#contentleiste p.abstand-150 {
	margin-top: 150px;
}

#contentleiste p.abstand-180 {
	margin-top: 180px;
}


#contentleiste p.abstand-220 {
	margin-top: 220px;
}

#contentleiste p.abstand-250 {
	margin-top: 250px;
}

#contentleiste p.abstand-500 {
	margin-top: 500px;
}

#contentleiste p.infotext {
	font-size: 0.6em;
}

#contentleiste p.textgruen {
	color: #006F61;
	padding-top: 1em;
}

#contentleiste p.autor {
	color: #006F61;
	float: right;
	font-weight: bold;
	font-size: 0.7em;
	padding: 0.5em 5em 0 0;
}

#contentleiste p.gruenabstand {
	color: #006F61;
	padding-top: 5em;
}

#contentleiste p.textgruen-abstand {
	color: #006F61;
	margin-top: 80px;
}

#contentleiste p.ueberschrift {
	font-size: 0.9em;
	padding: 0.5em 18px 0.9em 0;
	font-weight: bold;
	color: #006F61;
}

#contentleiste p.ueberschrift-abstand {
	font-size: 0.9em;
	padding: 3em 18px 0.9em 0;
	font-weight: bold;
	color: #006F61;
}

#contentleiste p.block {
	color: #333;
	font-style: normal;
	padding: 50px 320px 0 0;
}

#contentleiste p.notiz {
	font-size: 0.6em;
	font-style: italic;
	background: url(/design/icons/notiz.gif) no-repeat;
	padding: 0 0 10px 20px;
}

#contentleiste .roteschrift {
	color: #c00;
}

#contentleiste .grueneschrift {
	color: #006F61;
}

#contentleiste blockquote {
	font-size: 0.6em;
	line-height: 1.5;
	font-style: italic;
	color: #006F61;
}

#contentleiste #vkarte {
	padding: 0 0 0 0;
	border-top: 1px solid #006F61;
	background: url(/design/karte/vkarte_2.jpg)  10px 30px no-repeat;
}


#contentleiste #gartentuer {
	padding: 0 0 0 0;
	border-top: 1px solid #006F61;
	border-bottom: 1px solid #006F61;
	background: url(/bilder/tag_der_offenen_gartentuer/logo_garten.gif) 400px 0 no-repeat;
}

#contentleiste address {
	font-size: 0.79em;
	line-height: 1.5;
	color: #333;
	font-style: normal;
	padding: 0 18px 1.7em 0;
}

#contentleiste #whitebox {
	background: #ffffff url(/bilder/logo_garten_08.gif) 20px 30px no-repeat;
	width: 700px;
	height: 100px;
	padding: 0;
	margin: 0;
}

/* === [ Content / dl] ===================================================================== */



#contentleiste dl.address-spalten {
	font-size: 0.79em;
	line-height: 1.5;
	color: #333;
	padding: 0 0 1.7em 0;
	width: 25em;
}

#contentleiste dl.address-spalten:after {
	content: ".";
	visibility: hidden;
	height: 0;
	display: block;
	clear: both;
}

#contentleiste dl.address-spalten dt {
	clear: left;
	float: left;
	font-weight: bold;
	width: 6em;
}

#contentleiste dl.address-spalten dt.lang {
	clear: left;
	float: left;
	font-weight: bold;
	width: 10em;
}

#contentleiste dl.address-spalten dt.lang-18 {
	clear: left;
	float: left;
	font-weight: bold;
	width: 17em;
}

#contentleiste dl.address-spalten dd {
	width: 10em;
	float: left;
}

#contentleiste dl.address-spalten dd.lang {
	width: 17em;
	float: left;
}

#contentleiste dl.address-spalten dd.breite {
	width: 19em;
	float: left;
	padding-bottom: 10px;
}
#contentleiste dl.bildrechts {
	float: right;
	padding: 0 18px 0.5em 0.5em;
}

#contentleiste dl.bildrechts dd.rot {
	color: #c00;
}

#contentleiste dl.bildlinks {
	float: left;
	padding: 0 0.5em 0.5em 0;
}


#contentleiste dl.bildrechts dt img,
#contentleiste dl.bildlinks dt img {
	display: block;
	cursor: pointer;
}

#contentleiste dl.bildrechts dd,
#contentleiste dl.bildlinks dd {
	font-size: 0.6em;
	color: #333;
	text-align: center;
	height: 20px;
}

#contentleiste dl.bildrechts-abstand {
	float: right;
	padding: 80px 18px 0.5em 0.5em;
}

#contentleiste dl.bildlinks-abstand {
	float: left;
	padding: 80px 0.5em 0.5em 0;
}

#contentleiste dl.bildrechts-abstand dt img,
#contentleiste dl.bildlinks-abstand dt img {
	display: block;
}

#contentleiste dl.bildrechts-abstand dd,
#contentleiste dl.bildlinks-abstand dd {
	font-size: 0.6em;
	color: #333;
	text-align: center;
}

#contentleiste img.abstand-unten {
	display: block;
	margin-bottom: 1.7em;
}

#contentleiste ul.termin-liste {
	margin: 0;
	padding: 0 1em 0 .5em;
	font-size: 0.79em;
	color: #333;
	line-height: 1.5;
	list-style-type: none;
}

#contentleiste ul.termin-liste li {
	padding: 0 0 1em 2em;
	background: url(/design/icons/ecke_gruen_kipp.png) 0 0.3em no-repeat;
}

#contentleiste ul.termin-liste li.eins {
	background: url(/design/icons/eins.gif) 0 0.2em no-repeat;
}

#contentleiste ul.termin-liste li.zwei {
	background: url(/design/icons/zwei.gif) 0 0.2em no-repeat;
}

#contentleiste ul.termin-liste li.drei {
	background: url(/design/icons/drei.gif) 0 0.2em no-repeat;
}

#contentleiste ul.termin-liste li.vier {
	background: url(/design/icons/vier.gif) 0 0.2em no-repeat;
}

#contentleiste ul.termin-liste li.fuenf {
	background: url(/design/icons/fuenf.gif) 0 0.2em no-repeat;
}

#contentleiste ul.termin-liste li.sechs {
	background: url(/design/icons/sechs.gif) 0 0.2em no-repeat;
}

#contentleiste ul.termin-liste li.sieben {
	background: url(/design/icons/sieben.gif) 0 0.2em no-repeat;
}

#contentleiste dl.spalten-600 {
	font-size: 0.79em;
	line-height: 1.8;
	color: #333;
	padding: 0 0 1.7em 0;
	width: 600px;
}

#contentleiste dl.spalten-600:after {
	content: ".";
	visibility: hidden;
	height: 0;
	display: block;
	clear: both;
}

#contentleiste dl.spalten-600 dt {
	clear: left;
	float: left;
	font-weight: bold;
	width: 100px;
}


#contentleiste dl.spalten-600 dd {
	width: 500px;
	float: left;
}

#contentleiste dl.blockliste {

	font-size: 0.79em;
	color: #333;
	line-height: 1.1;
	width: 650px;
	padding-top: 25px;
}


#contentleiste dl.blockliste dt {

	float: left;
	font-weight: normal;
	color: #006F61 ;
	width: 8em;
}

#contentleiste dl.blockliste dt.spalte1 {

	float: left;
	font-weight: normal;
	color: #006F61 ;
	width: 240px;
	background: url(/design/icons/ecke_gruen_kipp.png) 0 0 no-repeat;
	padding-left: 20px;
}

#contentleiste dl.blockliste dd {

	float: left;
	font-weight: normal;
	color: #333 ;
	width: 370px;
	padding-bottom: 0.9em;
}

#contentleiste dl.blockliste:after {
	content: ".";
	visibility: hidden;
	height: 0;
	display: block;
	clear: both;
}

#contentleiste dl.termin-liste {
	font-size: 0.79em;
	color: #333;
	line-height: 1.5;
}

#contentleiste dl.termin-liste:after {
	content: ".";
	visibility: hidden;
	height: 0;
	display: block;
	clear: both;
}

#contentleiste dl.termin-liste dd {
	width: 50em;
	padding: 0 0 1em 2em;
	background: url(/design/icons/ecke_gruen_kipp.png) 0 0.3em no-repeat;
}

#contentleiste dl.termin-liste dd.schmal {
	width: 35em;
	padding: 0 0 1em 2em;
	background: url(/design/icons/ecke_gruen_kipp.png) 0 0.3em no-repeat;
}

#contentleiste dl.termin-liste dt {
	font-size: 1.0em;
	font-weight: bold
}

#contentleiste dl.termin-liste dt.gruen {
	font-size: 1.0em;
	font-weight: bold;
	color: #006F61;
	padding: 4px;
}

#contentleiste dl.termin-liste dd.klein {
	background: none;
}

#contentleiste dl.termin-liste dt.klein {
	font-size: 0.7em;
	color: #333;
}

#contentleiste dl.regionen-liste {
	float: left;
}

#contentleiste dl.regionen-liste dt {
	font-size: 0.79em;
	color: #006F61;
	font-weight: bold;
}

#contentleiste dl.regionen-liste dd {
	font-size: 0.6em;
	width: 25em;
	color: #333;
	padding: 0.5em 1.5em 1em 2em;
}

#contentleiste dl.regionen-liste a {
	line-height: 1.5em;
}

#contentleiste dl.regionen-liste:after {
	content: ".";
	visibility: hidden;
	height: 0;
	display: block;
	clear: both;
}

#contentleiste dl.gartentuer-liste {
	float: left;
	padding-top: 3.5em;
}

#contentleiste dl.gartentuer-liste dt {
	font-size: 0.79em;
	color: #006F61;
	font-weight: bold;
}

#contentleiste dl.gartentuer-liste dd {
	font-size: 0.79em;
	width: 17em;
	color: #333;
	padding: 0.5em 0 1em 2em;
}



#contentleiste dl.gartentuer-liste a {
	line-height: 1.5em;
}

#contentleiste dl.gartentuer-liste dt.grau {
	color: #333;
}

#contentleiste dl.gartentuer-liste:after {
	content: ".";
	visibility: hidden;
	height: 0;
	display: block;
	clear: both;
}



#contentleiste dl.gartentuer-breit {
	clear: both;
	padding-bottom: 40px;
}

#contentleiste dl.gartentuer-breit dd {
	font-size: 0.79em;
	color: #333;
	padding: 0.5em 0 1em 2em;
}

#contentleiste dl.gartentuer-breit dt {
	font-size: 0.79em;
	color: #006F61;
	font-weight: bold;
}

#contentleiste dl.gartentuer-breit dt.grau {
	color: #333;
}

#contentleiste dl.infokasten {
	float: left;
}

#contentleiste dl.infokasten dd {
	font-size: 0.79em;
	color: #333;
	line-height: 1.5;
	border: 1px solid #006F61;
	padding: 10px 1em 10px 1em;
}

/* === [ Content / ul] ===================================================================== */


#contentleiste ul.auflistung-klein {
	list-style-type: none;
	font-size: 0.6em;
	color: #333;
	padding: 0 6em 1.7em 1em;
	line-height: 1.7;
}

#contentleiste ul.auflistung-klein li {
	padding-left: 10px;
	background: url(/design/icons/ecke_gruen.png) 0 0.65em no-repeat;
}
#contentleiste ul.auflistung-klein li.ohne {
	padding-left: 10px;
	background: 0 none;
	font-size: 1.3em;
	font-weight: bold;
}

#contentleiste ul.auflistung-spalte {
	list-style-type: none;
	font-size: 0.6em;
	color: #333;
	padding: 0 6em 1.7em 1em;
	line-height: 1.7;
	height: 13em;
	float: left;
}

#contentleiste ul.auflistung-spalte li {
	padding-left: 10px;
	background: url(/design/icons/ecke_gruen.png) 0 0.65em no-repeat;
	width: 15em;
}

#contentleiste ul.auflistung-mittel {
	list-style-type: none;
	font-size: 0.79em;
	color: #333;
	line-height: 1.5;
	padding: 0 18px 1.7em 0
}

#contentleiste ul.auflistung-mittel li {
	padding-left: 10px;
	background: url(/design/icons/ecke_gruen.png) 0 0.65em no-repeat;
}

#contentleiste ul.auflistung-mittel li.links {
	padding-left: 70px;
	padding-bottom: 5px;
	background: url(/design/icons/ecke_gruen.png) 55px 0.65em no-repeat;
}

#contentleiste ul.auflistung-kipp {
	list-style-type: none;
	font-size: 0.85em;
	color: #333;
	line-height: 1.9;
	padding: 0 18px 1.7em 10px
}

#contentleiste ul.auflistung-kipp li {
	padding-left: 22px;
	background: url(/design/icons/ecke_gruen_kipp.png) 0 0.6em no-repeat;
}



#contentleiste ul.sitemap {
	list-style-type: none;
	font-size: 1em;
	line-height: 1.5;
	padding: 0 0 10px 50px;
	color: #006F61;
}

#contentleiste ul.sitemap li {
	padding-left: 10px;
	background: url(/design/icons/ecke_gruen.png) 0 0.65em no-repeat;
	font-size: 0.9em;
}

#contentleiste ul.sitemap ul {
	list-style-type: none;
	font-size: 0.9em;
	color: #006F61;
	line-height: 1.5;
	padding: 1em 18px 1em 2em;
}

#contentleiste ul.sitemap ul li {
	padding-left: 10px;
	background: url(/design/icons/ecke_gruen.png) 0 0.65em no-repeat;
	font-size: 0.9em;
}

#contentleiste ul.sitemap ul ul {
	list-style-type: none;
	font-size: 0.85em;
	color: #333;
	line-height: 1.5;
	padding: 5px 18px 5px 2em;
}

#contentleiste ul.sitemap ul ul li {
	padding-left: 10px;
	background: url(/design/icons/ecke_gruen.png) 0 0.65em no-repeat;
	font-size: 1.1em;
}

#contentleiste ul.sitemap ul ul ul {
	list-style-type: none;
	font-size: 0.85em;
	color: #333;
	line-height: 1.5;
	padding: 5px 18px 5px 2em;
}

#contentleiste ul.sitemap ul ul ul li {
	padding-left: 10px;
	background: url(/design/icons/ecke_gruen.png) 0 0.65em no-repeat;
	font-size: 1.2em;
}




/* === [ Content / table reservierung] ===================================================================== */

#contentleiste table.reservierung {
	width: 500px;
	margin: 0 0 1.7em 0;
	empty-cells: show;
}

#contentleiste table.reservierung th,
#contentleiste table.reservierung td {
	font-size: 0.7em;
	color: #333;
	text-align: left;
	border: 1px solid #006F61;
	padding: 6px;
}

#contentleiste table.reservierung th {
	background-color: #21564f;
	color: #fff;
}

#contentleiste table.reservierung tr {
	background-color: #EDF8CA;
}

#contentleiste table.reservierung tr.ohne-farbe {
	background-color: #FFFFD7;
}
#contentleiste table.reservierung tr.alt-farbe {
	background-color: #FBFBE8;
}

#contentleiste table.reservierung td.schmal {
	width: 50px;
	text-align: center;
}

#contentleiste table.reservierung td.breit {
	width: 20em;
}

#contentleiste table.reservierung td.breiter {
	width: 30em;
}

#contentleiste table.reservierung td.mitte {
	text-align: center;
}

#contentleiste table.reservierung td.noborder {
	border: none;
	font-size: 0.79em;
	padding: 10px 0 5px 0;
}


/* === [ Content / table infotabelle] ===================================================================== */



#contentleiste table.infotabelle {
	width: 650px;
	margin: 0 0 1.7em 1em;
	empty-cells: show;
}

#contentleiste table.infotabelle th,
#contentleiste table.infotabelle td {
	font-size: 0.7em;
	color: #333;
	text-align: left;
	border: 1px solid #006F61;
	padding: 6px;
	line-height: 1.5;
}

#contentleiste table.infotabelle th {
	background-color: #21564f;
	color: #fff;
}

#contentleiste table.infotabelle th.rahmen {
	background-color: #ffffd7;
	color: #333;
}

#contentleiste table.infotabelle th.center {
	text-align: center;
}

#contentleiste table.infotabelle tr {
	background-color: #EDF8CA;
}

#contentleiste table.infotabelle tr.alt-farbe {
	background-color: #FBFBE8;
}

#contentleiste table.infotabelle tr.high-40 {
	height: 50px;
	background-color: #fef2a0;
}

#contentleiste table.infotabelle td.datum {
	font-size: 0.7em;
	font-weight: bold;

}

#contentleiste table.infotabelle td.fe-schm {
	font-size: 0.7em;
	font-weight: bold;
	width: 8em;
}

#contentleiste table.infotabelle td.breit {
	width: 15em;
}

#contentleiste table.infotabelle td.platz {
	width: 5em;
	font-weight: bold;
}

#contentleiste table.infotabelle td.center {
	text-align: center;
	font-weight: bold;
}

#contentleiste table.infotabelle td.flach {
	line-height: 1.2;
}


#contentleiste table.infotabelle td.lupe {
	text-align: center;
	padding: 0;
}

#contentleiste table.infotabelle td.lupe-1 {
	text-align: center;
	padding-right: 8px;
}

#contentleiste table.infotabelle td.schmal {
	width: 30px;
}

#contentleiste table.infotabelle td.name {
	width: 20em;
	font-weight: bold;
}

#contentleiste table.infotabelle td.kursiv {
	width: 17em;
	font-style: italic;
	font-weight: bold;
}

#contentleiste table.infotabelle td.urkunde {
	width: 12em;
	font-weight: bold;
	font-style: italic;
}

#contentleiste table.infotabelle td.breit-20em {
	font-weight: bold;
	font-style: italic;
	width: 40em;
}

#contentleiste table.infotabelle td.breit-9em {
	width: 9em;
}

#contentleiste table.infotabelle td.breit-3em {
	width: 3em;
}

#contentleiste table.infotabelle td.jubi {
	font-weight: bold;
	font-style: italic;
	width: 6em;
	text-align: center;
}


#contentleiste table.infotabelle td.bild {
	width: 310px;
	padding: 15px;
}


#contentleiste table.infotabelle td p {
	font-size: 1em;
	padding-bottom: 1em;
	width: 15em;
}

#contentleiste table.infotabelle td.datum p.rot {
	font-size: 1em;
	color: #c00;
	font-weight: normal;
}

#contentleiste table.infotabelle td.infosorte {
	font-weight: bold;
	font-style: italic;
}

#contentleiste table.infotabelle td.infoname {
	font-weight: bold;
	padding: 0.7em 1em 0.7em 0.7em;
}

#contentleiste table.infotabelle span {
	font-style: italic;
}

#contentleiste table.infotabelle img.lupe {
	padding-left: 20px;
}

#contentleiste table.info {
	width: 550px;
	margin: 0 2em 1.7em 4em;
}

#contentleiste table.info th,
#contentleiste table.info td {
	font-size: 0.79em;
	color: #333;
	text-align: left;
	border: 1px solid #006F61;
	padding: 8px 1em 8px 1em;
}

#contentleiste table.info th {
	background-color: #21564f;
	color: #fff;
}

#contentleiste table.info th.center {
	text-align: center;
}

#contentleiste table.info tr {
	background-color: #EDF8CA;
}

#contentleiste table.info tr.alt-farbe {
	background-color: #FBFBE8;
}

#contentleiste table.info td.bold {
	font-weight: bold;
	font-style: italic;
}

#contentleiste table.info td.center {
	text-align: center;
	font-weight: bold;
}


#contentleiste table.vereine {
	width: 630px;
	margin: 0 2em 1.7em 0.9em;
}

#contentleiste table.vereine th,
#contentleiste table.vereine td {
	font-size: 0.69em;
	color: #333;
	text-align: left;
	border: 1px solid #2f9b8d;
	padding: 8px 1em 8px 1em;
}

#contentleiste table.vereine th {
	background-color: #21564f;
	color: #fff;
}

#contentleiste table.vereine tr {
	background-color: #EDF8CA;
}

#contentleiste table.vereine tr.alt-farbe {
	background-color: #EDF8CA;
}


#contentleiste table.vereine td.breit {

	width: 300px;
}



/* === [ Content / links] ===================================================================== */


#contentleiste a {
	color: #006F61;
	text-decoration: underline;
}

#contentleiste a:hover {
	color: #000;
}

#contentleiste #linie {
	border-top: 1px solid #006F61;
	background: url(/bilder/obst-und-garten-magazin/oug_titel_2008.jpg)  480px 10px no-repeat;
}


/* === [ Formulare ] =========================================================================== */

#kontaktform {
	padding: 1em 20px 1em 30px;
}

#kontaktform fieldset {
	width: 410px;
	border: 1px solid #d0d4d9;
	padding: 0 0 8px 50px;
	margin: 0 0 8px 0;
}

#kontaktform legend {
	font-size: 0.79em;
	color: #006F61;
	font-weight: bold;
}

#kontaktform label {
	display: block;
	width: 200px;
	font-size: 0.79em;
	color: #006F61;
	cursor: pointer;
	padding-top: 7px;
}

#kontaktform label.reservierung {
	display: block;
	width: 400px;
	font-size: 0.79em;
	color: #333;
	cursor: pointer;
	padding-top: 7px;
	padding-bottom: 5px;
}

#kontaktform input.reservierung {
	display: block;
	width: 300px;
	padding: 2px;
	border: 1px solid #939ea8;
	font-size: 0.79em;
	color: #000;
	background-color: #f2f2f2;
}

#kontaktform input.text {
	display: block;
	width: 10px;
	padding: 2px;
	margin-left: 10px;
	border: 1px solid #939ea8;
	font-size: 0.79em;
	color: #000;
	background-color: #f2f2f2;
}

 

#kontaktform label em {
	font-size: 10px;
	font-weight: normal;
	color: #e30505;
}



#kontaktform input,
#kontaktform textarea {
	display: block;
	width: 200px;
	padding: 2px;
	border: 1px solid #939ea8;
	font-size: 0.79em;
	color: #000;
	background-color: #f2f2f2;
}

#kontaktform #checkbox {
	padding: 10px 0 20px 10px;
}

#kontaktform #checkbox input,
#kontaktform #checkbox label {
	display: inline;
	width: auto;
	padding-left: 5px;
}

#kontaktform #kontakt_senden {
	margin-left: 51px;
	font-size: 1em;
	background-color: #9F0420;
	color: #fff;
	margin-bottom: 15px;
}

#kontaktform textarea {
	width: 350px;
}

#kontaktform textarea:focus, #kontaktform input:focus {
	color: #000;
	background-color: #e1e1e1;
}

/* === [ DIV Popups ] ============ */


#contentleiste table td .popbox{
	position: relative;	
}

	#contentleiste table td .popbox a
	{
		color: #006F61;
	}

	#contentleiste table td .popbox a:hover
	{
		color: #008001;
	}
	
#contentleiste table td .popbox .popup
{
	display:none;
	position: absolute;
	top: -40px;
	left: 90px;
	width: 270px;
	background-color: #FFEBDF;
	border: 1px solid #F88B42;
	padding: 5px 0 0 5px;
	line-height: 0.9em;
	text-align: left;
}

#contentleiste table.infotabelle td .popbox .popup p
{
	font-size: 1em;
	padding: 4px;
	width: 250px;

}

#contentleiste .popup_tafeln {
	display: none;
	position: fixed;
	left: 368px;
	background-color: #227034;
	border: 1px solid #006F61;
	padding: 5px;
	top: 150px;
}

#contentleiste .popup_poster {
	display: none;
	position: fixed;
	left: 368px;
	background-color: #227034;
	border: 1px solid #006F61;
	padding: 5px;
	top: 50px;
}

#contentleiste .popup_hilfen {
	display: none;
	position: fixed;
	background-color: #227034;
	border: 1px solid #006F61;
	padding: 5px;
	top: 200px;
}

#contentleiste .popup_info {
	display: none;
	position: fixed;
	background-color: #FFFFD7;
	border: 1px solid #006F61;
	padding: 15px;
	width: 350px;
	font-size: 0.79em;
}

#contentleiste .popup_info ul {
	list-style-type: none;
	font-size: 0.69em;
	color: #333;
	line-height: 1.5;
}

#contentleiste .popup_info ul li {
	padding-left: 10px;
	background: url(/design/icons/ecke_gruen.png) 0 0.65em no-repeat;
}

#contentleiste .popup_info ul li.ohne {
	background: 0 none;
	font-size: 1.2em;
	font-weight: bold;
	color: #006F61;
	line-height: 2.5;
}

#contentleiste .popup_tog {
	display: none;
	position: absolute;
	background-color: #FBFBE8;
	border: 1px solid #006F61;
	padding: 15px;
	width: 200px;
	left: 690px;
	font-size: 0.79em;
}






