html {
height:100%; 
max-height:100%;  
padding:0; 
margin:0; 
border:0; 
font-size:14px; 
font-family: arial, helvetica, sans-serif;
color:#BB5000;
background:#FFFFC0; 
overflow: hidden; 
 }

body {
	height:100%;
	max-height:100%;
	overflow:hidden;
	padding:0;
	margin:0;
	border:0;
   url(bg-header.jpg) repeat-x left 5px;
	background-repeat: repeat-y;
	background-position: right;
}

img {

      border:0px;

} 

#content {
	display:block;
	height:100%;
	max-height:100%;
	overflow:auto;
	position:relative;
	z-index:3;
}

#header {position:fixed; margin:0; top:0; right:18px; display:block; width:100%; z-index:5; background: url(bg-header.jpg) repeat-x left 5px;}
#footer {position:fixed; margin:0; bottom:-1px; right:18px; display:block; width:100%; height:6px; background:url(bg-linie-terra.png); z-index:5;}
#menu {position:fixed; left:50; top:0; height:100%; width:200px; z-index:4; padding-left:41px;}
#right {position:absolute; margin:0; top:0; right:36px; display: block; width: 133px; height:100%; text-align:center;}
* html #header, * html #footer,* html #menu, * html #right {
	position:absolute;
}

/* Anweisungen für den header und den Abstand von oben */
.paddingTop {
	display:block;
	height:140px;
}
.terraline {
	background: url(bg-linie-terra.png) repeat-x;
	height:5px;
}
#logo {
	background: url(logo-bioterra2008.jpg) no-repeat 18px top;
	height:100px;
}

/* div menu = linke spalte (fixiert)
menuAds = additionals = grüner Kasten
#author = adressbox   */

#menu ul {
	border: 1px solid #FFCC00;
	list-style-type: none;
	margin: 0;
	padding: 0;
	line-height:25px;
	float: left;
	list-style-position: outside;
	clear: both;
}
#menu ul li {
	background-image: url(bg-menu.png);
	list-style-position: outside;
	list-style-type: none;
}
#menu a {
	color: #CC5500;
	font-weight: bold;
	text-decoration: none;
	width:136px;
	display:block;
	padding:0 6px;
}
#menu a:hover {
	background-color: #FFFF88;
	color: #EE0000;
}
.menuAds {
	width: 148px;
	background-color: #FFFFFF;
	border: 1px solid #669900;
	color: #333333;
	margin:40px 0 0 0;
	text-align:center;
}
.menuAds h1 {
	font-size: 12px;
	color: #FFFFFF;
	background-color: #669900;
	margin: 0;
	padding:2px;
}
.menuAds p {
	padding:2px;
	margin:0px;
}

.menuAds a {
	padding:0px;
   width:130px;
   margin-top:10px;
   	font-size: 12px;

}

#author {
	font-weight: normal;
	text-align: center;
	padding-top: 40px;
	height: auto;
	position: relative;
	width: 148px;
}

/* inhalt = mittlere spalte (linke ebene in ebene "content")
der abstand links ist mit padding gemacht (230px) */
#inhalt {
	border: 1px solid #FFCC00;
	border-top-width:0px;
	display:block;
	min-height:78%;
	margin-left:230px;
	width:650px;
}
#inhalt h3, #inhalt h2, #inhalt img, #inhalt ul, #inhalt p {
	padding:0 25px;
}
#inhalt h1 {
	font-size: 20px;
	margin: 0;
	padding:8px 25px 0px 25px;
	background: url(bg-titel.png) repeat-x;
	color: #CC0000;
	height:26px;
	border-bottom: 1px solid #FFCC00;
	border-top: 1px solid #FFCC00;
	clear: both;
}

#inhalt h2, 
{
	font-size: 19px;
}

#inhalt h3 {
	font-size: 16px;
}

#inhalt p {
	clear:left;
}

#content #inhalt ul {
	list-style-type: none;
	margin: 0;
	line-height: 18px;
	position: relative;
}

#content #inhalt li {
	list-style-type: square;
}

/* ---------------- #inhalt : 3spaltige tabelle = ul mit class .dreiSpalten -------------- */ 
ul.dreiSpalten  {
	min-width:650px;
	width: 650px;
	margin:0px; padding:0;
	line-height:18px;
	clear:both;
	margin-bottom:18px;

}
.dreiSpalten li {
	float: left;
	width: 33%;
	list-style-type: none;
	list-style-position: inside;
	display: block;

}
/* ---------------- ende 3-spaltige Tabelle ------*/


/* das betrifft nur die Termin-Seite */
#content #inhalt .termin {
	padding: 0;
	display: block;
	clear: both;
	margin-top: 24px;
	margin-bottom: 16px;
}
#content #inhalt .termin h3 {
	padding: 4px 0;
	margin: 0 25px 10px 25px;
	border-top: 2px solid #FFCC00;
	border-bottom: 2px solid #FFCC00;
}
.termin p {
	margin: 0 0 10px 0;
}


#content #inhalt .termin a {
	float: right;
	padding: 0 10px 10px 10px;
	color: #999999;
	text-decoration:none;
	text-align: right;
	font-weight: bold;
}

#content #inhalt .termin .info img {
	padding: 0;
	border: 1px solid #999;
	margin-bottom: 8px;
}

/* rechte spalte */
#right h1 {
	font-size: 14px;
	margin: 0;
	color: #666699;
	margin-bottom:20px;
	background-image: url(bg-titel.png);
	height:26px;
	padding-top:8px;
	border: 1px solid #FFCC00;
}
#right img {
	margin-bottom:10px;
}
/* das ist die Unterzeile, in der das copyright drin steht */
#service {
	display: block;
	padding: 12px 16px 12px 230px;
	text-align:right
}

/* falls etwas nicht wieder links anfängt, davor einen tag mit dieser klasse erstellen */
.end {
	clear: both;
	margin: 0;
}

.galerie {
	position: relative;
	display: block;
	width: 100%;
}

.image {
	float: left;
	position: relative;
}

.galerie a {
	width:200px;
	display: block;
	float: left;
	padding: 10px 10px 10px 0;
	height: 200px;
	margin-right:40px;
	position:relative;
}

.link-extern {
	color: #CC5500;
	font-weight: bold;
	text-decoration: none;
	width:136px;
	display:block;
	padding:0 0px;
}
