a{color:#278C2B; font-weight:bold; text-decoration:none; font-style:italic;}
a:hover{text-decoration:underline;}

.tabelle{
  font-size:14px; 
  border-collapse: collapse;
}

.tabelle *{
  border-width:1px;
  border-style:dotted;
  border-color:#ff9900;
  padding:5px;
  text-align:center;
}

.ueberschrift{
  color:#ff9900;
  font-weight:bold;
  margin-bottom:10px;
  margin-top:5px;
}

.subheader{
  text-decoration:underline;
  font-weight:bold;
}

.fett{
  font-weight:bold;
  text-align:center;
}

.text{
  text-align:justify;
}

.wait{
  position:absolute;
  left:45%;
  top:45%;
  width:10%;
  height:10%;
  text-align:center;
  vertical-align:middle;
  margin-top:10px;
  background-color:#278C2B;
  border:2px solid black;
  z-index:99999;
}

.body{
  /* Schrift */
  font-family:cursive, verdana, sans-serif;
  font-size:14px;
  color:black;
  background-color:#278C2B;

  margin:0px;
  padding:0px;
}

.header{
  /* Position */
  position:absolute;   
  left:50%; 
  width:800px;
  height:220px;
  margin-top:20px;
  margin-left:-400px;
  font-style:italic;
  font-weight:bold;
  font-size:24px;
  color:#ff9900;
}

.all{
  /* Hintergrund */
  background:#278C2B;
  
  /* Position */
  width:100%;
  height:100%;
  
  /* Darstellung */
  display:block;
  overflow:hidden;
}

.main{
  /* Position */
  position:absolute;   
  left:50%; 
  width:800px;
  margin-top:240px;
  margin-left:-400px;
  
  background-color:#CCCCCC;

  overflow:auto;
  scrollbar-base-color:white;
  scrollbar-face-color:#cc0000;
  scrollbar-track-color:white;
  scrollbar-arrow-color:white;
}

.navigation{
	float:left;
	background-color:#EDF1F1;
	width:100px;
	margin:10px;
	padding:5px;
	border:1px solid #278C2B;
}

.content{
	float:left;
	width:635px;
	margin:10px;
	padding:5px;
	border:1px solid #278C2B;
	background-color:#EDF1F1;
}

.navMain{
	cursor:pointer;
	width:100%;
	font-size:16px;
}

.navSub{
  color:black;
	cursor:pointer;
	width:100%;
	margin-left:5px;
	font-style:italic;
	font-size:14px;
}

.navSubBlock{
	
}

.balken{
  width:99%;
  text-align:center;
  border:1px solid #CCCCCC;
}

.fotoreihe{
  width:610px; 
  height:100px; 
  float:left;
  margin-top:10px;
  margin-left:10px;
}
