
body {
 font-family:Courier New;
 font-size:12px;
 background-color: #D3D3D3;
 text-align:center;
 float: center;

}
#header {
  width: 1200px;
  height: 65px;
  color: #BC8F8F;
}
#header_logo {
  float: left;
}
#header_text {
  float: right;
  font-size: 30px;
  font: normal normal 50 Courier New;
  font-weight: bold
  
}
#content {
  width: 1200px;
  height: auto;
  min-height:700px;
  padding-top: 30px;	
  text-align:center;
  color: #eeeeee;
  border: 5px solid #808000;
}
#menu {
  margin-top:-20px;
  text-align:center;
  font: normal normal 15px Courier New;
  color: #ffff00;
  font-size: 20px;
}
#text {
    padding-top: 90px;
}
#kontakt {
  margin-top:300px;
  text-align:center;
  font: normal normal 14px Courier New;
  color: #eeeeee;
}
#Word {
  margin-top:145px;
  text-align:center;
  font: normal normal 14px Courier New;
  color: #eeeeee;
}

#link {
  margin-top:50px;
  text-align:center;
  font: normal normal 15px Courier New;
  color: #ffff00;
}
#footer {
  width: 1200px;
  height: 15px;
  font: normal bold 20px Courier New;
  color: #4682B4;
}
#menu a, #link a, #footer a, #kontakt a{
  text-decoration: none;
  color: #4682B4;
}
#menu a:hover, #link a:hover, #footer a:hover, #kontakt a:hover{
  text-decoration: underline;
}

.galerie{
 margin-top: 20px;
}

.galerie2{
 margin-top: 30px;
 text-align: center;
 margin-left: 120px;
}

.bild{
  background-color: yellow;
  border: solid 2px #AAAAAA;
  height: 65px;
  float: left;
  left:10px;
  margin-top: 5px;
  margin-right: 5px;
  cursor: pointer;
}

