body {
  background-color: #FFBB00;
  text-align: center;
  }
  
a {
  font-family: Arial;
  font-size: 10pt;
  text-decoration: underline;
  font-weight: bold;
  color: #0099BB
  }

.titel {
  width: 800px;
  padding: 0px;
  text-align: center;
  background-color: #00BBFF;
  margin: auto;
  margin-top: 20px;
  
  font-family: Arial;
  font-size: 12pt;
  text-decoration: none;
  font-weight: bold;
  color: #FFFFFF
  }

.inhalt {
  width: 776px;
  padding: 10px;
  border: 2px #00BBFF solid;
  text-align: justify;
  background-color: #FFDD00;
  margin: auto;
  
  font-family: Arial;
  font-size: 10pt;
  text-decoration: none;
  font-weight: none;
  color: #000000
  }

.bild {
  margin: 5px 5px 5px 5px;
  border: 0px;
  }



#lightbox{
	background-color:#FFDD00;
	padding: 10px;
	border: 2px #00BBFF solid;
	}
	
#lightboxDetails{
	font-size: 10pt;
	font-family: Arial;
	padding-top: 3px;
	}	
	
#lightboxCaption{ float: left; }

#keyboardMsg{ float: right; }

#lightbox img{ border: none; }
 
#overlay img{ border: none; }
