#box {
  
  width: 340px;
  height: 275px;
  border-color: white;
  border-width: 5px;
  border-style: solid;
  float:left;
  font-size: 16px;
}

#kopf {
	
  height: 120px;
  border-color: blue;
  border-width: 5px;
  border-style: solid;
    
}
	
#kopf2 {
	
  position: absolute;
  height: 120px;
  top: 10px;
  left: 150px;
  font-size: 54px;
	
}

#kopf3 {
  position: absolute;
  height: 120px;
  top: 70px;
  left: 150px;
  font-size: 54px;
	
}

#nav {
   width: 200px;                   /* Breite des Bereichs */
   text-align: left;               /* Textausrichtung     */
   margin-top: 10px;               /* Außenabstand oben   */
   margin-bottom: 10px;            /* Außenabstand unten  */
   margin-left: 5px;              /* Außenabstand links  */
   margin-right: 15px;             /* Außenabstand rechts */
   background-color: cyan;
   float:left;
}

#haupt {
   text-align: left;               /* Textausrichtung     */
   margin-top: 10px;               /* Außenabstand oben   */
   margin-bottom: 10px;            /* Außenabstand unten  */
   margin-left: 225px;              /* Außenabstand links  */
   margin-right: 15px;             /* Außenabstand rechts */  
}


#box3 {

  width: 700px;
  height: 10000px;
  border-color: white;
  border-width: 5px;
  border-style: solid;
  font-size: 16px;
}

#box4 {

  width: 700px;
  height: 50px;
  border-color: white;
  border-width: 5px;
  border-style: solid;
  font-size: 16px;
  float:right;
}

#landschaft2 {
   text-align: left;               /* Textausrichtung     */
   margin-top: 10px;               /* Außenabstand oben   */
   margin-bottom: 10px;            /* Außenabstand unten  */
   margin-left: 10px;              /* Außenabstand links  */
   margin-right: 15px;             /* Außenabstand rechts */  
}

#landschaft1 {
   width: 400px;
   text-align: left;               /* Textausrichtung     */
   margin-top: 10px;               /* Außenabstand oben   */
   margin-bottom: 10px;            /* Außenabstand unten  */
   margin-left: 10px;              /* Außenabstand links  */
   margin-right: 15px;             /* Außenabstand rechts */  
   float:left;
}

#boxtagesfoto {
  
  width: 665px;
  height: 520px;
  border-color: white;
  border-width: 5px;
  border-style: solid;
  float:left;
  font-size: 16px;
}