/* Standart-CSS fuer Webdesign */


/* saemtliche Abstaede auf NULL stellen */
* {
        margin: 0;
        padding: 0;
}

/* Grundeinstellungen fuer den Body */
html, body {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 11px;
    background-color:#00000;
 }

#seite {
    text-align:left;
    margin: 0 auto;
    font-color: #ffffff;

    }

#content {
    float: left;
    width: 37.5em;
    margin: 1.3e .5em .7em .5em;
    line-height: 1.5em;
    font-color: #ffffff;
    width: 1200px;

}

p {
        margin-bottom: 10px; /*Abstand zwischen den Abschnitten*/
}

ul, ol {
        padding-left: 25px;
}



/* Standarttabelle ohne Rahmen, Zeilen und Zellen mit Rahmen */
table {
        empty-cells:show;
        border-collapse: collapse;
        border: 0px;
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-size: 1.0em;
        font-color: #ffffff;
}

tr {
        padding: 5px;
        border: 1px solid black;
}

th {
        padding: 5px;
        border: 1px solid black;
}

td {
        padding: 5px;
        border: 1px solid black;
}




#tabellegruen
        {
         background-color:#54aa25;
   }

#tabellegrau
        {
         background-color:#EAEAEA;
   }
#tabellehellgrau
        {
         background-color:#F0F0F0;
   }

#tabellehellgrau2
        {
         background-color:#F0F0F0;
         text-align:center;
   }

#tabellerot
        {
         background-color:#D50000;
   }
#tabellehellrot
        {
         background-color:#FF9191;
   }
#tabelleweiss
        {
        background-color:#ffffff;
   }

/*************/
/* Sektionen */
/*************/
#right {
text-align:right
}

/* Titelleiste */

#kopflogo {

  position: absolute;
  top: -70px;
  left: -10px;

}

#kopflogor {

  position: absolute;
  top: -80px;
  left: 800px;

}
#kopf {

  position: absolute;
  top: 80px;
  left: 10px;
  width: 1200px;

  font-size: 0.9em;
  padding: 1px;
  color: #979797;

}


#kopfnav {
  position: absolute;
  top: -60px;
  left: 500px;
  color: #979797;
  list-style: none;

  width: 1200px;

  }

#kopfnavoben {
  position: absolute;
  top: -60px;
  left: 280px;
  color: #979797;
  list-style: none;

  width: 1200px;
  margin: 0px 5px 0px 5px;
  }

#kopfnavunten {
  position: absolute;
  top: 20px;
  left:50px;
  color: #979797;
  list-style: none;
  display: block;
  width: 1200px;
  margin: 0px 5px 0px 5px;
  }

div#kopf h1 {
  font-size : 1.6em;
}

div#kopf a {        /* normale, nicht angewaehlte Links */
  color: #979797;
  background: transparent;
  margin-right: 1em;
  padding: 0em 2em;
  text-transform: none;
  text-decoration: none;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  font-size: 14px;
  font-weight: bold;
}

/*Einstellungen fuer die Navigationsschrift im Kopf bei Mouseover*/
div#kopf a:hover {
  color: #000000;
  background: transparent;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;

}

div#kopf a:active {
  color: #000000;
  background: transparent;
  }


/* Hauptbereich */
#inhalt_mitte
{
  height:auto;
  width: 1200px;
  position: absolute;
  top: 310px;
  left: 0px;
  padding: 10px 15px 10px 15px;
  margin-bottom: 145px;
  font-size: 1.4em;
  line-height : 1.6em;
  font-color: #ffffff;
  /*border-top: 1px solid #e1e1e1;
  border-left: 1px solid #e1e1e1;
  border-bottom: 1px solid #888;
  border-right: 1px solid #888;*/
}

div#inhalt_mitte
{
  height:auto;
  width: 1000px;
  position: absolute;
  top: 310px;
  left: 20px;
  padding: 10px 15px 10px 15px;
  margin-bottom: 145px;
  font-size: 1.4em;
  line-height : 1.6em;
  font-color: #ffffff;
  /*border-top: 1px solid #e1e1e1;
  border-left: 1px solid #e1e1e1;
  border-bottom: 1px solid #888;
  border-right: 1px solid #888;*/
}


div#inhalt_mitte h1
{
  font-size : 1.5em;
  font-weight: bold;
  letter-spacing:3px;
  color:#979797;
  line-height: 1;
}

div#inhalt_mitte h2 {
  font-size: 1.2em;
  font-weight: bold;
  letter-spacing: 1.5px;
  color: #979797;
  margin-bottom: 7px;
}

div#inhalt_mitte h3 {
  font-size: 1.3em;
  color: #979797;
  margin-bottom: 7px;
}

div#inhalt_mitte a:link, div#nav a:link {
  color:#979797;
  text-decoration: none;
}

div#inhalt_mitte a:visited, div#nav a:visited{
  color: #000000;
  text-decoration: none;
}

div#inhalt_mitte a:active, div#nav a:active{
  color: #ff0000;
  text-decoration: underline;
}

div#inhalt_mitte a:hover, div#nav a:hover{
  color:#009f00;
  text-decoration: none;
}

/*Tooltip*/

a.tooltip
{
  position: relative;
  text-decoration: none;
  color: black;
}

a.tooltip span
{
  display: none;
}

a.tooltip:hover span
{
  position: absolute;
  display: block;
  top: 1.5em;
  left: 2em;
  border: 1px solid black;
  background-color:white;
  padding: 0.2em;
}


/* Smartphones (portrait and landscape) ----------- */
@media only screen
and (min-width : 320px)
and (max-width : 480px) {
/* Styles */
}

/* Smartphones (landscape) ----------- */
@media only screen
and (min-width : 321px) {
/* Styles */
}

/* Smartphones (portrait) ----------- */
@media only screen
and (max-width : 320px) {
/* Styles */
}

/* iPads (portrait and landscape) ----------- */
@media only screen
and (min-width : 768px)
and (max-width : 1024px) {
/* Styles */
}

/* iPads (landscape) ----------- */
@media only screen
and (min-width : 768px)
and (max-width : 1024px)
and (orientation : landscape) {
/* Styles */
}

/* iPads (portrait) ----------- */
@media only screen
and (min-width : 768px)
and (max-width : 1024px)
and (orientation : portrait) {
/* Styles */
}

/* Desktops and laptops ----------- */
@media only screen
and (min-width : 1224px) {
/* Styles */
}

/* Large screens ----------- */
@media only screen
and (min-width : 1824px) {
/* Styles */
}

/* iPhone 4 ----------- */
@media
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {
/* Styles */
}
