/* ========= allgemeines ================= */

body {  
  background-color: #DDFFFB; 
  margin: 0;
  padding: 0;
  font-family: 'Times New Roman',Times,serif;
}
a {
  font-weight: bold;
  font-size: 12px;
  font-family: 'Comic Sans MS';
}
a:link {
  color: black;
}
a:visited {
  color: grey;
}
a:hover {
  color: red;
}
a:active {
  color: red;
}

/* ========= Startseite ================= */
#titel {
  display: block;
  width: 100%;
  height: 30px;
  font-family: 'Times New Roman',Times,serif;
  font-size: 22pt;
  font-color: black;
  font-weight: bold;
  text-align: center; 
  margin: 0px;
  margin-top: 10px;
}
#kopf {
  display: block;
  width: 100%;
  margin-top: 10px;
  text-align: center; 
}
#kopf #links {
  display:block;
  width: 150px;
  float: left;
}
#kopf #links img{
  padding-left: 5px;
}
#kopf #mitte {
  float: left;
  width: 60%;
  padding-left: 5px;
  color: #CC3399;
  font-family: 'Times New Roman',Times,serif;
  font-size: 12pt;
  font-weight: bold;
  text-align:justify;
}
#kopf #rechts {
  display:block;
  padding-right: 5px;
  float: right;
  width:50px;
  color: #CC3399;
  text-align: right;
}
#kopf #rechts a#sprache {
  display:block;
  top:0px;
  height: 30px;
  width:40px;
  background: url(bilder/us.png) no-repeat top right;
}
#kopf #rechts a#sprache b {
  display:none;
}

#text {
  display:block;
  position: absolute;
  align: center;
  width:60%;
  color: #CC3399;
  font-family: 'Times New Roman',Times,serif;
  font-size: 12pt;
  font-weight: bold;
  text-align:center;
  margin-top: 50px;
  padding-left: 150px;
  overflow: hidden;
}
#text p#zentriert {
  color: #CC3399;
  font-family: 'Times New Roman',Times,serif;
  font-size: 14pt;
  font-weight: bold;
  margin-left: 0px;
  color: #000;
  font-weight: normal;
  text-align:center;
}
/* ============ Handy und kleine Browser ==============*/
#info h3.handy {
    display:none;
}

