 
body {
	
	text-align : left;
	margin : 0px 0px 0px 0px;
	font-size : 14px;
	font-family : Arial, Helvetica, sans-serif;	
    background-color : #006666;
}

p, td, ul, li {
	font-family : Arial, Helvetica, sans-serif;
	text-align:left;
	font-size : 14px;
}

p.lat {
	font-style : italic;
	text-align : center;
}

p.plantinfo{
	margin-left : 30%;
	margin-right : 30%;
}

p.smallprint {
	font-size:12px;
	text-align:center;
}

.blblau{
	background-color: #0000DF;
	color: #FFFFFF;
}

.blweiss{
	background-color: #FFFFFF;
	color: #000000;
}

.blgelb{
	background-color: #FFFF00;
	color: #000000;
}

.blrot{
	background-color: #FF0000;
	color: #FFFFFF;
}

.blgruen{
	background-color: #00BF00;
	color: #FFFFFF;
}

.blschwarz{
	background-color: #000000;
	color: #FFFFFF;
}

a:link { color:#FFFFFF;}
a:visited { color:#FFFFFF;}
a:active  { color:#FFFFFF;}

h1 {
	font-size:36px;
	text-align:center;
	font-weight : bold;
}

h2{
	font-size:24px;
	text-align:center;
	font-weight : bold;
}

h3{
	font-size:18px;
	text-align:center;
	font-weight : bold;
}

h4{
	font-size:14px;
	text-align:center;
	font-weight : bold;
}

.lateinisch{
     font-style : italic;
}

.narrow{
	width:400px;
	margin-left:auto;
	margin-right:auto;
}

.narrow h4 {
	text-align:left;
}



#main{
    position:absolute;
    width : 935px;
    height: auto;
    padding : 0px;
    top: 10px;
  left:50%;
  margin-left : -468px;
  }


#menu {
	height: auto;
	width: 165px;
	left: 0px;
	top: 30px;
	padding : 10px;
	background-color: #008080;
	z-index: 2;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-color : #006666;
	position : absolute;
}


#content {
    float:none;
    position: relative;
	height: auto;
	width: 705px; 
	margin-top:5px;
	margin-bottom:5px;
	margin-left: 170px;
	top: 10px;
	background-color: #008080;
	z-index: 1;
	padding: 30px; 
	color: White;
	text-align: center;
}


#content1 {
    float:none;
    position: relative;
	height: auto;
	width: 705px; 
	margin-top:5px;
	margin-bottom:5px;
	margin-left: 170px;
	top: 10px;
	background-color: #008080;
	//z-index: 1;
	padding: 30px; 
	color: White;
	text-align: center;
}

#contentsmallborder {
    float:none;
	position: relative;
	height: auto;
	width: 705px;
	margin-top:5px;
	margin-bottom:5px;
	margin-left: 170px;
	top: 10px;
	background-color: #008080;
	z-index: 1;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 10px;	
	padding-bottom: 10px;
	color: White;
	text-align: center;
}

#index{
	text-align: left;
	width: 230px;
	margin-left: auto;
	margin-right: auto;
}


#imagegroup{
   clear: both;
	float:left;
	width:680px;
	height:auto;
	padding : 3px;
	border : 1px solid #006666;
	margin : 5px;
	color: White;
}


/*max width: 674-21=653*/
.imageitem{
	float:left;
	padding : 5px;
	border : 1px solid #006666;
	margin : 5px;
	color: White;
	min-height: 220px;
}

#bottomfield{
    float:none;
	clear:both;
}


