body {

background-color: #F1D88E;
font-family: Geneva, Arial, Helvetica, sans-serif;
}

/* Die Linkbox */
a#button {
  display:block; width:160px; height:1.5em; padding:3px;
  font-family: Arial, Helvetica, sans-serif;
  text-align:center; font-weight:bold; text-decoration:none;
}
a#button:link, a#button:visited {
  color:#000; background-color:#FDEFD2;
  border-left:2px solid #fff; border-top:2px solid #fff;
  border-right:2px solid #000; border-bottom:2px solid #000;
}
a#button:hover {
  color:#000; background-color:#FFFFCC; padding:4px 2px 2px 4px;
  border-left:2px solid #666; border-top:2px solid #666;
  border-right:2px solid #ccc; border-bottom:2px solid #ccc;
}
a#button:active {
  color:#fff; background-color:#FFFFCC;
  border-left:2px solid #000; border-top:2px solid #000;
  border-right:2px solid #fff; border-bottom:2px solid #fff;
}

/* Formatierungen */
a {
	color: #330000;
}

a:hover {
	color: #DEDECA;
	background-color: #FF3300;
}

	
a#black  {
	font-size: xx-small;
	font-weight: normal;
	color: #000000;

}
/* Formatierungen */


.smallText {
	font:10px Arial, Helvetica, sans-serif;
	color:#000000;
	}
	
.box {
	background-color: #FAF3DB;
	font-style: normal;
	border: thin ridge #000000;
	text-align: left;

}
.box2 {

	font-style: normal;
	text-align: left;

}
.box3 {
	font-style: normal;
	text-align: left;
	background-image: url(06april/bgsonnequer.jpg);
	width: 90%;
	font-size: large;
	font-weight: bolder;
	border: thin ridge #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-variant: normal;
	position: static;
	margin: 5px;
	padding: 5px;
	color: #000000;
}
.boxTitel {
	font-style: normal;
	text-align: left;
	background-position: center;
	position: static;
	width: 100%;


}
.tabellenrand {
	width:90%;
	text-align:center;
	padding:5;
	margin:5px;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: thin ridge #000000;
	font-weight: normal;
	font-size: medium;
	color: #000000;



}

.tableer {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	padding: 5px;
	width: 70%;

}

.Zelle6 {
 border: 10px ridge #FFEEAB;
}
.Zelle7 {
 border-left:2px solid #fff; border-top:2px solid #fff;
 border-right:2px solid #000; border-bottom:2px solid #000;
}
.Zelle8 {
 border: 5px ridge #F1D88E;
}
.Zelle9 {
 border: 3px ridge #000000;
}
.Zelle11 {
border: 2px ridge #646B84;
}
.Zelle00 {
border: 1px ridge #F1D88E;
}
.floatRight {
float:right;
margin-left:10px;
margin:10pt 0px 15px 5pt;
}
.floatLeft {
float:left;
margin-top:10px;
margin-left:0;
margin-bottom:10px; 
margin-right: 20px
}

/* Schriften und groessen */


h1 {
margin-bottom: 15px;
font-family: Arial, Helvetica, sans-serif;
font-size: 36px;
font-style: normal;
letter-spacing: 1pt;
color: #000000;
}
h2 {
	font-size: 110%;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;

}
h3 {
font-size: 130%;
color: #213343;
}
h4 {
	font-size: 14px;
	color: #000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bolder;
	font-style: normal;
	font-variant: normal;
}
/*Beginn der Linkvarianten */

.fett {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;

}

p {
	margin: 10px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;

}
div#Inhalt {
	margin-left: 22em;
	padding: 0 1em;
	border: 1px dashed silver;
	min-width: 16em;
	overflow: visible;
	position: absolute;
	visibility: visible;
	width: 70%;
	left: 294px;
	top: 289px;



}
div#Inhalt h1 {
  font-size: 1.5em;
  margin: 0 0 1em;
}
div#Inhalt h2 {
  font-size: 1.2em;
  margin: 0 0 1em;
}
div#Inhalt p {
  font-size:1em;
  margin: 1em 0;
}

/*die Lichtbox*/

#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visi	}

/*Ende der Lichtbox*/
.tooltip a  {
text-decoration: none;
background-color: transparent;
color: #000;
border-bottom: 1px dashed #000;
}
.tooltip a:hover  {
background-color: #ffc;
color: #000;
border: 1px solid #000;
padding: 0 5px;
cursor: default;
}
.tooltip a span {
display: none;
}
.tooltip a:hover span {
display: inline;
}
/*Sprechblase*/
/* ==============================================
   CSS für die runde Box
   ============================================== */
div.rundebox {
   width:200px; 
   background: #f3c600 url(bilder/unten.gif) no-repeat left bottom; 
}
div.rundebox h3 {
   background: transparent url(bilder/oben.gif) no-repeat left top; 
   padding: 10px 20px 0 20px;
}
div.rundebox p {
   padding: 0 20px 10px 20px; 
}
