* {
 padding: 0;
 margin: 0;
 border: 0;
}

body, html {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	height: 100%;/*** This is the left column background "faked" with an image. The 100px is added to have control of where the vertically repeating starts. The background color #fff (white) will be the background color for our content area ***/
	background-color: #F6F1ED;
	background-repeat: repeat-y;
	background-position: 0 100px;
	background-image: url(seiten/fr_links/back3.jpg);
}

body {
 font-size: 100.01%;
 min-width: 760px;/* Don't work in IE */
}

p {
 padding: 7px 0 7px 0;
 font-size: 0.8em;
}

/*h1 {
 font-family: Georgia, "Times New Roman", Times, serif;
 font-size: 1.4em;
 word-spacing: 1.5em;
 text-align: center;
}
*/

h1 {
	font-size: 1.3em;
	color: #006A3F;
	margin-bottom: 2.5em;
	text-align: center;
}

h2 {
	font-size: 1.1em;
	color: #006A3F;
	display: block;
	margin-bottom: 2.5em;
	margin-top: 1em;
}

a {
 color: #006633;
 font-weight: bold;
}

a:hover {
 color: #ff9966;
 font-weight: bold;
}

.clear, #footer p {
 clear: both;
}

#mainContainer {
 min-height: 100%;/*** This is the right column background "faked" with an image.  The 100px is added to have control of where the vertically repeating starts. ***/
 background-image: url(seiten/fr_rechts/back3u.jpg);
 background-repeat: repeat-y;
 background-position: 100% 100px;
}

* html #mainContainer {
 height: 100%;/*** IE doesn't support min-height, but instead it handles height as min-height so we need to hack the height ***/
}
/**************************
HEADER
**************************/

#header {
	position: relative;
	height: 100px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 189px;
	margin-right: 190px;
	margin-bottom: 50px;
}

#header_left {
	background-repeat: repeat-y;
	position: fixed;
	width: 160px;
	height: 100px;
	top: 6px;
	left: 1px;
}

* html #header_left {
 position: absolute;
}

#header_right {
	position: fixed;
	top: 5px;
	right: 0px;
	z-index: 2;
	width: 160px;
	height: 100px;
}

#zur-beachtung {
	font-size: 0.9em;
	font-weight: bold;
	color: red;
	float: right;
	text-align: center;
	width: 15.5em;
	margin-top: 6px;
	margin-right: 10px;
}
/**************************
CONTENT AND COLUMNS
**************************/

.outer {
	padding-left: 160px;/*** Same width as margin-left for the float-wrap div ***/
	padding-right: 160px;
	padding-top: 20px;
}

.inner {
 width: 100%;
 padding-bottom: 45px;/*** Padding-bottom value is the same value as the total height of the footer ***/
}
/*** div.inner is wider than its container, div.outer, and so overlaps to the right, pushing
div.right into the proper position. IE expands div.outer instead, requiring a Tan hack to avoid 
blowing the layout apart. IE gets the original 100% width as in the Livingstone layout.
***/

.float-wrap {
 float: left;
 width: 100%;
 margin-left: -160px;
}

#content {
 float: right;
 margin-right: -160px;/*** Same length as .outer padding-left but with negative value ***/
 width: 100%;
 position: relative;/*** IE needs this  ***/
}

.contentWrap{
 padding-right: 1.8em;
 padding-left: 1.8em;
}

.contentWrap ol, .contentWrap ul {
 margin: 3px 0 5px 35px;
}

#galerie {
 text-align: center;
 margin-top: 2em;
}

#panda {
 text-align: center;
 margin-top: 2em;
 margin-right: auto;
 margin-left: auto;
 overflow: auto;
 margin-bottom: 2em;
}

.panda {
 background-color: #F6F1ED;
 text-align: center;
 margin-right: auto;
 margin-left: auto;
}

#galerie img, #right img {
 border: 1px solid #666666;
}

.onecolumn-index {
	float: left;
	text-align: center;
	width: 100%;
	height: 320px;
	margin-top: 20px;
}


.onecolumn {
	float: left;
	text-align: center;
	width: 100%;
	height: 220px;
}

.onecolumn p, .onecolumn-raris p, .twocolumn p, .threecolumn p, .threecolumn-rohre p, .fourcolumn p, .twocolumn-pflanzen p, .fourcolumn-raris p {
 font-size: 0.8em;
 text-align: center;
 padding-top: 0.2em;
}

.onecolumn-raris {
 float: left;
 text-align: center;
 width: 100%;
 height: 320px;
}

.twocolumn {
 float: left;
 text-align: center;
 width: 50%;
 height: 230px;
}

.threecolumn {
 float: left;
 text-align: center;
 width: 33%;
 height: 240px;
}

.threecolumn-rohre {
 float: left;
 text-align: center;
 width: 33%;
 height: 160px;
}

.fourcolumn {
 float: left;
 text-align: center;
 width: 25%;
 height: 230px;
}

.twocolumn-pflanzen {
 float: left;
 text-align: center;
 width: 50%;
 height: 270px;
}

.fourcolumn-raris {
 float: left;
 text-align: center;
 width: 25%;
 height: 220px;
}

.red {
 color: red;
 font-weight: bold;
 text-align: center;
 margin-top: 2em;
 font-size: 1em;
}

.red-left {
 color: red;
 font-weight: bold;
 margin-bottom: 1em;
}

.red-big {
 font-size: 1em;
 color: red;
 font-weight: bold;
}

.red-small {
	color: red;
	font-weight: bold;
	text-align: center;
}

.strong {
 font-weight: bold;
}

.strong-centered {
 font-weight: bold;
 text-align: center;
}

.centered {
 text-align: center;
 font-size: 1em;
}

.img-centered {
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

.bild-ohne-rahmen {
 border-top-width: 0px;
 border-right-width: 0px;
 border-bottom-width: 0px;
 border-left-width: 0px;
 border-top-style: none;
 border-right-style: none;
 border-bottom-style: none;
 border-left-style: none;
}

.centered-small {
 text-align: center;
 font-size: 0.7em;
}

.contentWrap li {
 font-size: 0.8em;
 padding-bottom: 2px;
}

/*#impressum {
 padding-top: 0.5em;
}

.impressum {
 font-size: 1.2em;
 color: #006A3F;
 padding-top: 3.5em;
 font-weight: bold;
 text-align: center;
}
*/
.table-light {
 background-color: #F6F1ED;
 font-weight: bold;
 width: 100%;
 padding: 0px;
 margin-top: 0.5em;
 margin-right: 0px;
 margin-bottom: 0.5em;
 margin-left: 0px;
}

/**************************
LEFT COLUMN
**************************/
/*** div.left is in div.float-wrap, and when div.float-wrap is neg margined to the left, 
div.left is carried over into the proper position. 
***/

#left {
	float: left;
	width: 160px;
	padding: 5px;
	position: fixed;
	left: 0px;
	top: 115px;
}

* html #left {
 width: 120px;
 position: relative;
 top: -30px;
 padding: 0;
}

#left ul {
	list-style: none;
	padding-top: 0em;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0.5em;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


#left li {
 font-size: 0.8em;
 padding-bottom: 0.55em;
 font-weight: bold;
}

#left a {
 font-style: italic;
 color: #006633;
}

#left a:hover, #right a:hover {
 color: #ff9966;
}

#left img {
 margin-left: 1em;
}
/*************************
RIGHT COLUMN
**************************/

#right {
	float: right;
	width: 160px;
	font-weight: bold;
	font-size: 0.6em;
	margin-right: -160px;/** This negative margin-right value is the same as the right column width (width + padding). ***/
	position: fixed;
	top: 145px;
	right: 165px;
}

* html #right {
 position: relative;
 top: -135px;
 right: 6px;
}

#right ul {
 list-style: none;
}

#right li {
 padding-bottom: 2px;
}

#right a:link {
 color: #000000;
 font-style: italic;
}

#right a:visited {
 color: #000000;
}

dl.img-sidebar2{
	text-align: center;
	float: left;
	width: 78px;
	height: 97px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

dl.img-sidebar2 dt {
 margin-bottom: 0;
}

dl.img-sidebar2 dd {
 margin: 0;
}

table {
 border-collapse: collapse;
 background-color: #999966;
 font-size: 0.8em;
 margin-top: 1.5em;
 padding: 0px;
 margin-right: 0px;
 margin-bottom: 2em;
 margin-left: 0px;
}

th {
 background-color: #996535;
 font-weight: bold;
 text-align: center;
 border: 2px solid #F6F1ED;
 padding-top: 1em;
 padding-right: 0.4em;
 padding-bottom: 1em;
 padding-left: 0.4em;
}

td {
 border: 2px solid #F6F1ED;
 padding: 0.4em;
}

.table-green {
	background-color: #cccc99;
	font-size: 0.8em;
	border: 0 none;
	margin-top: 0em;
	margin-right: 0em;
	margin-bottom: 1em;
	margin-left: 0em;
}

.table-green th {
 background-color: #cccc99;
 font-style: italic;
 text-align: left;
 border: 0 none;
 margin: 0em;
 padding: 0.4em;
 font-size: 1.1em;
 font-weight: bold;
}

.table-green td{
 border: 0 none;
 vertical-align: top;
}

#hg-green, .tr-light {
	background-color: #cccc99;
	width: 620px;
	margin-right: auto;
	margin-left: auto;
}

.tr-dark {
 background-color: #999966;
}
/**************************
FOOTER
**************************/

#footer {
 height: 45px;/*** The drawback with this solution is that the height of the footer can't have a flexible height. If you add so much content to the footer that it extends 45px, you will get a vertical scrollbar and the content will overflow the footer if you don't set overflow to hidden ***/
 margin-top: -45px;/*** By using a negative margin-top we now moves the footer up the same amount as the footer height to avoid vertical scrolling. Remember, if you use borders and padding on your footer you will have to calculate this in your negative margin-top value also. ***/
 text-align: center;
 background-color: #F6F1ED;
 font-size: 0.8em;
}

.img-right {
 float: right;
 width: 200px;
 margin-right: 6em;
}

.kursiv {
 font-style: italic;
}

.gruen {
 font-size: 0.9em;
 font-weight: bold;
 color: #006633;
 margin-top: 1em;
}

.gruen-oben {
 font-size: 0.9em;
 font-weight: bold;
 color: #006633;
 text-align: right;
 vertical-align: top;
 padding-right: 2em;
}

.gruen-unten {
 font-size: 0.9em;
 font-weight: bold;
 color: #006633;
 text-align: left;
 vertical-align: bottom;
 padding-left: 2em;
}

.fett-kursiv {
 font-style: italic;
 font-weight: bold;
}

.a-centered {
 text-align: center;
 display: block;
}#mainContainer #header img {
}
#bzm {
	text-align: center;
	margin-top: 1.4em;
	margin-bottom: 2.1em;
}
.centered-std {
	text-align: center;
}
.kontakt {
	float: left;
	text-align: center;
	display: block;
	width: 33%;
}
#kontakt {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
}
.contentWrap a:link {
	color: #996533;
	font-weight: normal;
}

.contentWrap a:visited {
	color: #996533;
	font-weight: normal;
}

.contentWrap a:hover {
	color: #006633;
}

#lageplan {
	text-align: center;
	width: 620px;
	margin-right: auto;
	margin-left: auto;
}
h5 {
	text-align: center;
}
.bigger {
	font-size: 0.9em;
	font-weight: bold;
}
.p-index {
	font-size: 0.9em;
}
#link-hervor {
}

#link-hervor a:link {
	color: #F00;
	font-size: 1.1em;
}

#link-hervor a:visited {
	color: #F00;
	font-size: 1.1em;
}
#link-hervor a:hover {
	color: #006633;
	font-size: 1.1em;
}
.h1-left {
	text-align: left;
}
