/*==================Elemente zum Positionieren======================*/
body {
	background-color: #FFFFFF;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000000;
	background-image: url(../images/schmetter_back.png);
	background-repeat: no-repeat;
	background-position: 0px bottom;
	background-attachment: fixed;
}
#all{
	text-align: left;
	padding: 2px;
	height: 100%;
}
.inhalt {
	margin:0;
	padding:2.5em 2.5em 3.5em;
	height: 100%;
} 
* #content {
	font-size: 1em;
	padding: 1em;
	min-height: 100%;
	height: 100%;
	border: 1px solid #000000;
	filter: alpha(opacity=85);
	opacity: 0.85;
	margin-left: 6em;
	margin-right: 1em;
	color: #000000;
	background-position: 0 bottom;
	background-color: #FFFFFF;
	background-attachment: fixed;
	background-image: url(../images/schmetter_glass.png);
	background-repeat: no-repeat;*/
}
#content {
	font-size: 1em;
	padding: 1em;
	margin-right: 1em;
	height: 100%;
	border: 1px solid #000000;
	filter: alpha(opacity=85);
	opacity: 0.85;
	margin-left: 6em;
	color: #000000;
	background-position: 0 bottom;
	background-color: #FFFFFF;
	background-attachment: fixed;
	background-image: url(../images/schmetter_glass.png);
	background-repeat: no-repeat;*/
}
#impressum{
	padding: 0.5em;
	margin-bottom: 0.5em;
	margin-right: 0.5em;
	text-align: center;
	float: left;
	width: 90%;
	background-image: url(../images/mini_devil.png);
	background-repeat: no-repeat;
	background-position: 95% 5%;
	height: 150px;
}
#content a img{
	text-align:center;
	clear: none;
	height: 100%;
}
/*Bilder die rechts kleben*/
.img_float_right {
	clear: right;
	float: right;
	text-decoration: none;
		filter: alpha(opacity=99);
    opacity: 0.99;
}
/*Bilder die links kleben*/
.img_float_left {
	clear: both;
	float: left;
	text-decoration: none;
	filter: alpha(opacity=99);
	opacity: 0.99;
	padding-right: 0.5em;
}
.img_center {
	text-align:center;
	clear: none;
}
/* Ende des Spezialeintrags*/
table{
	border-width:thin;
	text-align: center;
	width: 90%;
	margin: 1em;
	border-collapse:collapse;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
table tr{
	border-collapse:collapse;
	border: thin solid #009933;
	background-color: #F4F4F4;
}
table td{
	border-collapse:collapse;
	border: 1px solid #009933;
}
.tabelle_kopf{
	color: #F3F3F3;
	text-align: center;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	background: #74A06D;
	border: 1px solid #F3F3F3;
}

/*Bildergallerie als Definitionsliste*/
dl.galerie {
	background-color: #CCCCCC;
	width: auto;
	float: left;
	height: 190px;
	margin: 5px;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #E9E9E9;
	border-left-color: #E9E9E9;
}
.galerie dt {
	margin: 5px;
	text-align: center;
}
.galerie dt img {
	text-align: center;
}

.galerie dd {
	font-size: 0.8em;
	margin-right: auto;
	color: #5F5F5F;
	margin-left: auto;
	text-align: center;
}
/*Listennavigation*/

/*normale Listen*/
#content li{
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 3em;
	text-align: left;
}
/*Definitionslisten*/
dt{
	font-weight: bold;
}
dl{
	font-weight: normal;
}
dd{
	font-weight: normal;
}
/*Bilder, verlinkte Bilder*/
#content a img, #content img{
	border: none;
	margin: 0.2em;
}
/*allgemeiner Absatz*/
#content p {
	padding-bottom: 1em;
}
/*farblicher Kasten */
.info{
	background-color: #F7F5EA;
	text-align: left;
	border: 1px solid #999999;
	padding: 1em;
	margin: 1em;
}
/*hervorgehobener Text*/
.merke {
	font-weight: bold;
	color: #54586D;
}
.neu {
	color: #FF0000;
	text-decoration: blink;
	font-weight: bold;
}
/*Überschriften*/
h1 {
	font-size:2em;
	text-align: center;
	padding: 10px;
	color: #333333;
}
h2 {
	font-size:1.5em;
	color:#005279;
	text-align: center;
	padding: 10px;
}
h3 {
	font-size:1em;
	color:#000000;
	text-align: left;
	font-weight: bold;
}
h4 {
	font-size:1em;
	color:#000000;
	text-align: left;
	font-style: italic;
}
h5 {
	font-size:1.2em;
	color:#25452B;
	text-align: left;
	font-weight: bold;
	clear: left;
}
/*kleiner Text für Fussnoten*/
.mini {
	font-size: 0.75em;
}
/*Ascii-Art*/
.ascii {
	font-size: 3mm;
	width: 80mm;
	height: auto;
	font-family: "Courier New", Courier, mono;
	white-space: pre;
}
/*Behandlung von Hyperlinks*/
a:link, a:visited, a:active, a:hover, img a:hover
{
	filter: alpha(opacity=99);
    opacity: 0.99;
	text-decoration:underline;
	font-size:1em;
	font-weight: normal;
}
a:active, a:hover
{	filter: alpha(opacity=99);
    opacity: 0.99;
	color:#009999;
}
/*Elemente zum Floaten*/
.float_left{
	float:left;
	margin-left:0em;
	margin-right:0.7em;
	margin-bottom:0.5em;
	margin-top:0.5em;
}
.float_right{
	margin-right:0em;
	margin-left:0.5em;
	margin-top:0.5em;
	margin-bottom:0.5em;
	float: right;
}
.bild_tr{
	float: right;
}

/*definierte Abstände größer als p*/
.drei_br {
	margin-top: 60px;
}
.vier_tab {
	margin-left: 120px;
}
.zwei_tab {
	margin-left: 60px;
}
/* Experimente*/

/* Relativer Tooltip */
a.tooltip, a.tooltip:link, a.tooltip:visited, a.tooltip:active  {
	position: relative;
	text-decoration: none;
	font-style: italic;
	color: #333333;
	font-weight: bold;
  }
  
a.tooltip:hover {
  color: #0000ff; 
  background: transparent;
  }

a.tooltip span {
  display: none;  
  text-decoration: none; 
}

a.tooltip:hover span {
	display: block;
	position: absolute;
	left: -10em;
	width: 10em;
	z-index: 100;
	color: #000000;
	border:1px solid #000000;
	background: #FFFFCC;
	font: 10px Verdana, sans-serif;
	text-align: left;
	top: -3em;
  }
label {
	display: inline;
	padding-left: 5px;
}
input {
	margin-top: 2px;
	margin-bottom: 1px;
}
fieldset {
	background-color: #C8DAC5;
	margin-left: -0.1em;
}
textarea {
	margin-bottom: 5px;
	width: 90%;
	margin-left: 2px;
}
.img_float_right {
	clear: right;
	float: right;
	text-decoration: none;
}
/*Bilder die links kleben*/
.img_float_left {
	clear: both;
	float: left;
	text-decoration: none;
}
.schatten {
	background: url(../images/schatten-214.png) no-repeat left bottom;
	text-decoration: none;
	border:none;
  padding: 4px 7px 17px 7px;
}
a img{
	border:none;
}
.zweispaltig{
	width:95%;
	font-family: "Times New Roman", Times, serif;
	background-color: #FFFFFF;
	padding: 10px;
	column-count:2;
	column-gap:20px;
	column-width:45%;
	column-rule: 1px solid;
	column-rule-color:#666666;
	column-rule-width:1px;
	-moz-column-count:2;
	-moz-column-gap:20px;
	-moz-column-width:45%;
	-moz-column-rule: 1px solid;
	-moz-column-rule-color:#666666;
	-moz-column-rule-width:1px;
	-webkit-column-count:2;
	-webkit-column-gap: 20px;
	-webkit-column-rule: 1px solid;
	-webkit-column-rule-color:#666666;
	-webkit-column-rule-width:1px;
	font-size: 1.1em;
}
.zweispaltig ul li{
	list-style:disc;
}
.dreispaltig{
	width:95%;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	padding: 10px;
	column-count:3;
	column-gap:10px;
	column-width:25%;
	column-rule: 1px solid;
	column-rule-color:#666666;
	column-rule-width:1px;
	-moz-column-count:3;
	-moz-column-gap:10px;
	-moz-column-width:25%;
	-moz-column-rule: 1px solid;
	-moz-column-rule-color:#666666;
	-moz-column-rule-width:1px;
	-webkit-column-count:3;
	-webkit-column-gap: 10px;
	-webkit-column-width:25%;
	-webkit-column-rule: 1px solid;
	-webkit-column-rule-color:#666666;
	-webkit-column-rule-width:1px;
	font-size: 0.9em;
}
.dreispaltig ul li{
	list-style:disc;
}
.galerie_set{

}
.galerie{
	float:left;
	text-align:center;
}
.papier{
	background-image: url(../images/paper017.jpg);
	background-repeat: repeat;
	padding: 1em;
	font-family: Geneva, sans-serif;
	font-style: italic;
	font-size: 1.2em;
	width: 70%;
	margin-left: 10%;
}

.webcam{
	background-image: url(../images/garten1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 400px;
	width: 500px;float:left;
}
.webcam2{
	background-image: url(../images/garten2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 400px;
	width: 500px;
}
.webcam3{
	background-image: url(../images/garten3.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 400px;
	width: 500px;
}

.clock{
	text-align: right;
	display: block;
	vertical-align: bottom;
}
