* {
	margin: 0;
	padding: 0;
}
body {
	background-color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: black;
}
a {
	color: #24785b;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #24785b;
}
a.number {
	display: block; 
	position: absolute; 
	height: 15px; 
	width: 15px; 
	background-color: none; 
	text-decoration: none;
}
div#panel {
/*	position: relative;*/
	width: 760px;
	margin: 0 auto;
	padding: 8px 0;
}
div#body {
/*	position: relative;*/
	background-image: url("../images/bg_content.gif");
	background-position: top left;
	background-repeat: repeat-y;
}
div#content {
/*	position: relative;*/
	float: left;
	width: 584px;
	margin-left: 10px;
/*	overflow: hidden;*/
}
div.cleaner {
	clear: both;
	height: 1px;
	overflow: hidden;
}
/* header *****************************************************************************************/
div#header {
	position: relative;
	height: 130px;
	margin-bottom: 10px;
}
div#logo {
	position: absolute;
	top: 0;
	left: 0;
	width: 166px;
	height: 100%;
	overflow: hidden;
	background-color: yellow;
}
div#teaser {
	position: absolute;
	top: 0;
	right: 0;
	width: 584px;
	height: 100%;
	overflow: hidden;
	background-color: lightblue;
}
div#slogan {
	position: absolute;
	top: 72px;
	left: 0;
	width: 100%;
	height: 29px;
	line-height: 29px;
	color: #24785b;
	font-size: 18px;
	font-weight: bold;
	overflow: hidden;
}
div#slogan div {
	position: absolute;
	top: 0; 
	left: 0;
	width: 100%;
	height: 100%;
}
div#slogan div.text {
	z-index: 100;
	text-align: right;
	width: 575px;
}
div#slogan div.background {
	z-index: 50;
	background-color: white;
	filter:alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity:0.5;
}
/* service navigation (home, imprint, contact *****************************************************/
ul#servicenav {
	list-style-type: none;
	float: left;
	width: 584px;
	height: 22px;
	margin-bottom: 25px;
	background-color: #ecf7c4;
	line-height: 12px;
}
ul#servicenav li {
	float: right;
	border-right: 1px solid #24785b;
	margin: 5px 0;
}
ul#servicenav li.first {
	border-right: none;
}
ul#servicenav li a {
	display: block;
	padding: 0 5px;
	text-decoration: none;
	color: #24785b;
}
ul#servicenav li a:hover {
	color: #104d38;
}
/* navigation *************************************************************************************/
div#mainnav {
	float: left;
	width: 166px;
}
div.navigation ul {
	list-style-type: none;
}
div.navigation ul.level1 {
	border-bottom: 3px solid white;
	margin-bottom: 1em;
}
div.navigation a {
	display: block;
	color: #24785b;
	line-height: 14px;
	padding: 4px;
	text-decoration: none;
}
div.navigation strong a {
	font-weight: normal;
}
div.navigation .level1 li {
	border-top: 3px solid white;
}
div.navigation .level1 li.first {
	border-top: none;
	border-bottom: 22px solid #ecf7c4;
}
div.navigation .level1 li a {
	padding-left: 20px;
	background-image: url("../images/arrow_off.jpg");
	background-repeat: no-repeat;
	background-color: #ecf7c4;
	color: #24785b;
}
div.navigation .level1 a:hover, div.navigation .level1 .active a, div.navigation .level1 .trail a {
	background-image: url("../images/arrow_on.jpg");
	background-color: #24785b;
	color: white;
}
div.navigation .level1 .active a, div.navigation .level1 .trail a {
	background-image: url("../images/arrow_click.jpg");
}
div.navigation .level2 li a, div.navigation .level1 .active li a, div.navigation .level1 .trail li a {
	padding: 2px 4px 2px 5px;
	background-color: white;
	color: #24785b;
	border-left: 15px solid #ecf7c4;
	background-image: none;
}
div.navigation .level2 li, div.navigation .level2 li.first {
	border: none;
}
div.navigation .level2 li.active a, div.navigation .level2 li.trail a {
	border-left: 15px solid #24785b;
}
div.navigation .level2 li a:hover {
	border-left: 15px solid #d1e337;
}
div.address {
	padding: 10px;
	color: #24785b;
}
/* content ****************************************************************************************/
div.col_wide {
	float: left;
	width: 374px;
	overflow: hidden;
}
div.col_narrow {
	float: left;
	width: 190px;
	overflow: hidden;
}
div.col_full {
	position: relative;
	float: left;
	width: 584px;
	overflow: visible hidden;
/*	overflow-x: visible;*/
}
h2 {
	color: white;
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	padding: 3px 5px;
	background-image: url("../images/bg_titel_big.jpg");
	margin-bottom: 5px;
}
div.col_narrow h2 {
	background-image: url("../images/bg_titel_small.jpg");
}
div.col_full h2 {
	background-image: url("../images/bg_titel_3col.jpg");
}
h3 {
	font-size: 12px;
	color: #24785b;
	text-transform: uppercase;
}
h4 {
	font-size: 11px;
	font-weight: normal;
}
div.box div.text {
	border: 1px solid #24785b;
	padding: 5px;
	margin-bottom: 5px;
}
a.boxlink {
	display: block;
	padding: 4px;
	padding-left: 20px;
	background-color: #ecf7c4;
	line-height: 14px;
	color: black;
	text-decoration: none;
	background-image: url("../images/arrow_off.jpg");
	background-repeat: no-repeat;
}
a.boxlink:hover {
	background-image: url("../images/arrow_on.jpg");
}
div.box img {
	margin-bottom: 5px;
}
div.full_width_image_text div.image {
	float: left;
	width: 190px;
	overflow: hidden;
	margin-right: 20px;
}
div.full_width_image_text div.text {
	float: left;
	width: 374px;
}
div.full_width_image_text a.download {
	display: block;
	margin-top: 0.5em;
	text-align: right;
}
div.separator {
	padding-bottom: 0.5em;
	border-bottom: 1px solid #24785b;
}
div.gallery_row a {
	float: left;
	width: 190px;
	margin-right: 7px;
}
div.gallery_row a.last {
	margin-right: 0;
}
div.gallery_row img {
	border: none;
}
div.separator_top {
	border-top: 2px solid #24785b;
	margin-top: 1em;
	padding-top: 1em;
}

/*********** gallery *****************/
a.galleryimages_small {
background-color: #EEEEEE;
border: 1px solid #24785b; 
float: left;
height: 140px;
width: 190px;
margin-bottom: 3px;
margin-right: 7px;
}

div.col_narrow img.gallerythumb {
	width: 190px;
}
div.col_wide img.gallerythumb {
	width: 374px;
}

/* themenfarben************************************************************************************/
h2.titel  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
	color: #000000;
	background-image: none;
	padding: 5px;
	margin: 0;
/*	height: 13px;*/
	border: 1px solid #000000;
}
h2.alpinum {
	background-color: #D7E3E7;
}
h2.heilpflanzen {
	background-color: #CDA676;
	}
h2.themen {
	background-color: #E2B2A2;
	}
h2.waldgarten {
	color: #FFFFFF;
	background-color: #478F80;
	}
h2.schau {
	background-color: #E9D167;
}
h2.mittelmeer {
	background-color: #D3BED3;
}
h2.gebaude {
	background-color: #CCCCCC;
}
h2.kontinente {
    background-color: #FFFF7F;
}
h2.arboretum {
    background-color: #B3E095;
}
/* garden plan ************************************************************************************/
#plan {
	position: relative;
	width: 585px;
}
#plan a {
/*	border: 1px solid red;*/
	display: block;
	position: absolute;
	overflow: hidden;
}
#plan a img {
	border: none;
/*	border: 1px solid white;*/
	width: 100%;
	height: 100%;
}
.plan_tooltip .bt-content {
	font-size: 11px;
}
#plan div.how_to_use {
	position: absolute;
	top: 10px;
	right: 30px;
	width: 200px;
	border: 1px solid #333333;
	background-color: white;
	padding: 5px;
}