/* Seitenränder */

body {
  margin-top:0px;
  margin-right:0px;
  margin-bottom:20px;
  margin-left:0px;
  padding:0px;
  border:0px;
}


/* Grafiken */

img {
  width:100%;
  height:100%;
  border:none;
}


/* Bildleiste */

#bild_1 {
  position:absolute;
  height:80px;
  width:120px;
  top: 25px;
  left: 50%; margin-left: -235px;
  background-color:white;
  border:2px solid #1E90FF;
  z-index:2;
}

#bild_2 {
  position:absolute;
  height:80px;
  width:120px;
  top: 25px;
  left: 50%; margin-left: -105px;
  background-color:white;
  border:2px solid #1E90FF;
  z-index:2;
}

#bild_3 {
  position:absolute;
  height:80px;
  width:120px;
  top: 25px;
  left: 50%; margin-left:25px;
  background-color:white;
  border:2px solid #1E90FF;
  z-index:2;
}

#bild_4 {
  position:absolute;
  height:80px;
  width:120px;
  top: 25px;
  left: 50%; margin-left:155px;
  background-color:white;
  border:2px solid #1E90FF;
  z-index:2;
}

#bild_5 {
  position:absolute;
  height:80px;
  width:120px;
  top: 25px;
  left: 50%; margin-left:285px;
  background-color:white;
  border:2px solid #1E90FF;
  z-index:2;
}


/* Kästen */

#kasten_oben {
  position:absolute;
  height:100px;
  width:660px;
  top: 15px;
  left: 50%; margin-left: -245px;
  background-color:white;
  border:2px solid #1E90FF;
  z-index:1;
}

#kasten_links {
  position:absolute;
  width:160px;
  top: 15px;
  left: 50%; margin-left: -415px;
  background-color:white;
  border:2px solid #1E90FF;
  z-index:2;
}

#kasten_rechts {
  position:absolute;
  width:660px;
  top: 125px;
  left: 50%; margin-left: -245px;
  background-color:white;
  border:2px solid #1E90FF;
  z-index:1;
}

#kasten_update {
  position:absolute;
  width:230px;
  top: 125px;
  left: 50%; margin-left: +425px;
  background-color:white;
  border:2px solid #1E90FF;
  z-index:1;
}

#winkel {
  position:absolute;
  left:50%;
  width:30px;
  height:30px;
  z-index:2
}


/* Verschiedenes */

#platzhalter {
  position:absolute;
  width:840px;
  height:25px;
  left: 50%; margin-left: -420px;
  background-color:#ffff70;
}

#flag {
  position:absolute;
  left:50%;
  margin-left:425px;
  width:25px;
  height:25px;
  z-index:3;
}

#logo {
  position:absolute;
  top:25px;
  left:50%;
  margin-left:-404px;
  width:140px;
  height:140px;
  z-index:3
}

#linie {
  position:relative;
  height:1px;
  width:150px;
  left:0px;
  margin-top:10px;
  margin-bottom:10px;  
  z-index:3;
}



/* Projekte */

#box_projekte_1 {
  position:absolute;
  left:50%; margin-left: -300px;
  width:110px;
  border:2px solid #1E90FF;
}

#box_projekte_2 {
  position:absolute;
  left:50%; margin-left: -160px;
  width:450px;
  height:110px;
  z-index:3;
}



/* Textfelder */


#textfeld {
  position:absolute;
  width:600px;
  top: 150px;
  left: 50%; margin-left: -215px;
  font-family:Times New Roman;  
  z-index:3;
  text-align:justify;
  font-size:100%;
}

#textfeld span {
  float: left;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 200%;
  line-height: 1; /* wichtig */
  text-transform: uppercase; /* IMMER als Großbuchstabe darstellen */
  background-color: #fafafa;
  color: none;
  padding: 0 5px ;
  margin-right: -4px;
  margin-top: -12px; /* je nach Umständen ggfs. anpassen */
  margin-bottom: -5px;
}

#textfeld_links_1 {
  position:absolute;
  height:20px;
  width:150px;
  top: 170px;
  left: 50%; margin-left:-408px;
  text-align:center;  
  z-index:2;
  font-size:16px;
  font-family:Times New Roman;  
  color:#1E90FF;
  font-weight:bolder;
}

#textfeld_links_2 {
  position:absolute;
  height:20px;
  width:150px;
  top: 190px;
  left: 50%; margin-left:-408px;
  text-align:center;  
  z-index:2;
  font-size:13px;
  font-family:Times New Roman;  
  color:#1E90FF;
  font-weight:bolder;
}

#textfeld_links_3 {
  position:absolute;
  height:400px;
  width:150px;
  top: 250px;
  left: 50%; margin-left:-408px;
  text-align:center;  
  z-index:2;
  font-size:100%;
}



/* Überschriften und Text */

h1 {
  font-family:Times New Roman;  
  color:#1E90FF;
  text-decoration:none;
  text-align:left;
  margin-top:10px;
  margin-left:50px;
  margin-bottom:25px; 
}

h3 {
  font-family:Times New Roman;
  font-style:italic;  
  color:none;
  text-decoration:none;
  text-align:left;
  margin-top:20px;
  margin-left:0px;
  margin-bottom:0px; 
}

p {
  font-family:Times New Roman;
  text-align:justify;
  font-size:15px;
  margin-left:5px;
}



/* Links */

a:link {
  text-decoration:none;
  font-weight:bold; 
  font-family:Times New Roman; 
  font-style:bold;
  color:#1E90FF;
}

a:visited {
  text-decoration:none; 
  font-weight:bold; 
  font-family:Times New Roman;
  font-style:bold;
  color:#1E90FF;
}
