/* CSS Document */
html { 
        overflow: -moz-scrollbars-vertical; 
}
body {
	font-family:  Arial, Helvetica, sans-serif;
	color: #555555; 
	font-size: 12px; 
	background-color: #BBEBE1; 	
}
tr, td, div {
	font-size: 12px; 
	font-family:  Arial, Helvetica, sans-serif;
	color: #555555; 
}
td.th{ 
	font: bold 16px Arial, Helvetica, sans-serif ;
	color: #66CC00;
	border-bottom: solid 5px #859595;
	text-align: center;
}
.maintb {
	border: 2px solid #505A5A;
}
.inhalttd{
	background-image: url(bilder/bg/bglinks_gr.gif);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	line-height: 150%;	
}
table.inhalttable{
	width:500px;
	height:350px;
	margin-top: -170px;
	margin-left: 200px;
	margin-right: 10px;
	}
.titeldiv{
	width:20px;
	position:relative;
	margin:-20px 0 0 170px;
	z-index: 1;
	top: 0;
	height: 115px;

}
.fototd{
	background-image: url(bilder/bg/bgrechts_gr.gif);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
.rand {
	border: 1px solid #333333;
}
a, a:visited {
	color: #66CC00;
}
a:hover{
	color: #33CCCC;
}
h1 {
	 font: 16px Century Gothic, Arial, Helvetica, sans-serif;  
	 color: #66CC00;
}
.blau{
	color:#33CCCC;
}
.dgruen{
	color:#006633;
}
.gruen{
	color:#339900;
}
/* Tooltipp */
a.tipp, a.tipp:visited, a.tipp:active {
	padding-left: 10px;
	position: relative;
	text-decoration: none;
	font-weight: normal;
	background-image: url(bilder/tipps.gif);
	background-repeat: no-repeat;
	background-position: 0 5px;
	color: #000000;	
	}
a.tipp:hover {
	color: #66CC00;
}
a.tipp span {
  display: none;
  font: 13px Century Gothic, Arial, Helvetica, sans-serif;  
  } 
a.tipp:hover span{
	width: 200px;
 	position: absolute;
	top: 20px;
	left: 30px;
	display: block;
	background:transparent url(bilder/bg/transparent.png); 
	border: 1px solid #66CC00;
	text-decoration: none;
	padding: 3px;
	color: #000000;
  }
 /* Tooltipp Frosch*/
a.frosch {
	position: relative;
	}
a.frosch span {
  display: none;
  font: 12px Century Gothic, Arial, Helvetica, sans-serif;
  color: #000000;
  } 

a.frosch:hover span{
	width: 300px;
 	position: absolute;
	top: -30px;
	left: -305px;
	display: block;
	background:transparent url(bilder/bg/transparent.png); 
	border: 1px solid #66CC00;
	padding: 3px;
	text-decoration: none;
  }
ul {
	list-style-image: url(bilder/liste2.gif);
}
table.refer td{
	background-color:#333333;
	color:#FFFFFF;
	font: Arial, Helvetica, sans-serif ;
	}
