/* Datei seiten.css für die definerte Gestaltung der Kopf, Navigation und Haupseiten*/

/* Hauptframe */


body {
  margin: 5px;
  padding: 1em 0;
  background-color : #7777777;
  padding : 0px;
}

div#Seite {
  width:970px;      /* breite des gesamten Sichtfensters
                       bei Aenderungen hier, bitte auch die Navigation
                       und das Inhaltsfenster demenstsprechend aendern!
                    */
  padding: 0;
  border: 2px ridge silver;
  background-color:red;
}

/* Kopf */
div#Kopf{
}

div#Kopf table {
  table-layout:fixed;
  height:80px;
  height:100%;
}

div#Kopf td {
  vertical-align:bottom;
  font-size : 10pt;
  font-family : Arial;
}

div#Kopf a:link  {
  text-decoration : none;
  font-size : 10pt;
  font-family : Arial;
  color : Black;
}
div#Kopf a:visited  {
  text-decoration : none;
  font-size : 10pt;
  font-family : Arial;
  color : Black;
  cursor : pointer;
}
div#Kopf a:hover  {
  text-decoration : none;
  font-weight : bold;
  font-size : 10pt;
  font-family : Arial;
  color : Black;
}
div#Kopf a:active  {
  text-decoration : none;
  font-weight : bold;
  font-family : Arial;
  font-size : 10pt;
  color : Black;
}


/* Navigation */

div#Navigation{
  float:left;
    width:150px;
  margin-top:30px;
}
div#Navigation a:link  {
  text-decoration : none;
  font-size : 10pt;
  font-family : Arial;
  color : Black;
}

div#Navigation a:visited  {
  text-decoration : none;
  font-size : 10pt;
  font-family : Arial;
  color : Black;
}

div#Navigation a:hover  {
  text-decoration : none;
  font-weight : bold;
  font-size : 10pt;
  font-family : Arial;
  color : Black;
}

div#Navigation a:active  {
  text-decoration : none;
  font-weight : bold;
  font-family : Arial;
  font-size : 10pt;
  color : Black;
}

div#Navigation td  {
  font-family : Arial;
  font-size : 10pt;
  color : Black;
}

div#Navigation p {
  font-weight : bold;
  font-family : Arial;
  font-size : 11pt;
  color : Black;
}

/* HAUPTSEITE */

div#Inhalt {
  padding:20px;
  margin-left:180px;
  background-color : White;
}

div#Inhalt h1  {
  font-size : 16pt;
  font-family : Arial;
  color : Black;
}

div#Inhalt h2  {
  font-size : 14pt;
  font-family : Arial;
  color : Black;
}

div#Inhalt h3  {
  color : black;
  font-size : 12pt;
  font-family : Arial;
}

div#Inhalt p, li  {
  font-size : 10pt;
  color : black;
  font-family : Arial;
}

div#Inhalt td  {
  font-family : Arial;
  font-size : 10pt;
  color : Black;
}

div#Inhalt a:link  {
  text-decoration : underline;
  font-weight : bold;
  font-size : 10pt;
  font-family : Arial;
  color : Blue;
}

div#Inhalt a:visited  {
  text-decoration : underline;
  font-weight : bold;
  font-size : 10pt;
  font-family : Arial;
  color : Blue;
}

div#Inhalt a:hover  {
  text-decoration : underline;
  font-weight : bold;
  font-size : 10pt;
  font-family : Arial;
  color : Blue;
}

div#Inhalt a:active  {
  text-decoration : underline;
  font-weight : bold;
  font-family : Arial;
  font-size : 10pt;
  color : Blue;
}
