body {
  background: #e4e5e7;
  margin-left:20px; 
  margin-right:20px; 
  margin-top:20px; 
  margin-bottom:50px
}
h1 {
 color: #616161;
 text-decoration: underline;
 text-align: center;
 
 font-size: 200%; 
 font-family: verdana, arial, sans-serif;<! z.b. auch "Times New Roman">
 
 text-align: center;
 letter-spacing: 3px;
 font-variant: small-caps;
 font-weight: bold;
}
h2 {
 color: #616161;
 
 font-family: verdana, arial,  sans-serif; <! z.b. auch "Times New Roman">
 font-weight: bold;
 font-size: 150%; 
 
 text-align: center;
 vertical-align:top;
 
}
h3 {
 color: #616161;
 
 font-family: verdana, arial, sans-serif; <! z.b. auch "Times New Roman">
 font-weight: bold;
 font-size: 130%; 
 
 text-align: left;
 vertical-align:top;
 
}
p {
  color: #616161;
  font-family: verdana, arial, sans-serif; <! z.b. auch "Times New Roman">
  font-size: 1em;
  text-transform: none;
}
a:link {
  font-family: verdana, arial, sans-serif; 
  font-size: 1em;
  color: #000000;
  text-decoration:none;
}
a:active {
  font-family: verdana, arial, sans-serif; 
  font-size: 1em;
  color: #7F7F7F;
  text-decoration:none;
}
a:visited {
  font-family: verdana, arial, sans-serif; 
  font-size: 1em;
  color: #000000;
  text-decoration:none;
}
a:hover {
  font-family: verdana, arial, sans-serif; 
  font-size: 1em;
  letter-spacing: 1px;
  color: orange;
  font-style: italic;
  text-decoration:none;
  cursor:pointer;
}
#float {
  float:left;
  width: 33%;
}
#home { 
  color: #000000;
  text-align: center; 
  background: #e4e5e7 url("blue_fog3.png") no-repeat scroll 50% 50%; <! einzelne Tags zusammengefasst>
  position:relative;
  height: 680px;
  width: 1000px;   
   
  border-left-width: 3px;
  border-left-style: solid;
  border-color: #7F7F7F;
  padding-left: 0px;
}
#galerie {
  text-align: center;  
  color: #000000;
  position:relative;
  height: 900px;
  width: 1000px;
  background-color: #e4e5e7;
   
  border-left-width: 3px;
  border-left-style: solid;
  border-color: #7F7F7F;
  padding-left: 40px;
}
#sidebar {
  text-align: left;  
  color: #000000;
  border-right: 2px solid black;
  border-bottom: 2px solid black;
  border-left: 1px solid black;
  border-top: 1px solid black;
  height: 210px;
  width: 120px;
  background-color: #e4e5e7;
  margin-top: 0px;
}
#sidebar2 {
  text-align: left;  
  color: #000000;
  border-right: 2px solid black;
  border-bottom: 2px solid black;
  border-left: 1px solid black;
  border-top: 1px solid black;
  height: 100px;
  width: 120px;
  background-color: #3d4b54;
  margin-top: 0px;
  margin-bottom:0px
}
#Reading {
  text-align: center;  
  color: #000000;
  position:relative;
  height: 680px auto;
  width: 1000px;
  background-color: #e4e5e7;
   
  border-left-width: 3px;
  border-left-style: solid;
  border-color: #7F7F7F;
  padding-left: 40px;
}
#log {
  text-align: center;  
  color: #000000;
  position:relative;
  height: 680px;
  width: 1000px;
  background-color: #ffffff;
   
  border-left-width: 3px;
  border-left-style: solid;
  border-color: #7F7F7F;
  padding-left: 40px;
}