/* ----------------------------------------------------- */
/* Style Sheet K+S Homepage */
/* ----------------------------------------------------- */
/* Body */

body{
   background: #FFFFFF;
   margin-left: 0px;
   margin-top: 0px;
   }

/* ----------------------------------------------------- */
/* Obere Navigation (Navi 1) */

td.navi1, a.navi1:link, a.navi1:visited, a.navi1:active, a.navi1:hover{
   font-family: verdana, helvetica, arial, sans-serif;
   color: #000000;
   font-size: 12px;
   text-decoration: none;
   letter-spacing: 0em;
   }

a.navi1:hover{
   color: #3333CC;
   text-decoration: underline;
   }

/* ----------------------------------------------------- */
/* Linke Navigation (Navi 2) */

td.navi2, a.navi2:link, a.navi2:visited, a.navi2:active, a.navi2:hover{
   font-family: verdana, helvetica, arial, sans-serif;
   color: #000000;
   font-size: 11px;
   text-decoration: none;
   letter-spacing: 0em;
   font-weight: normal;
   }

a.navi2:hover{
   text-decoration: underline;
   font-weight: normal;
   }

td.navi2{
   text-decoration: underline;
   font-weight: normal;
   }

/* ----------------------------------------------------- */
/* Normale Links im Content */

a:link, a:visited, a:active, a:hover{
   font-family: arial, verdana, helvetica, sans-serif;
   color: #333399;
   font-size: 13px;
   text-decoration: none;
   letter-spacing: 0em;
   text-decoration: underline;
   }

a:hover{
   text-decoration: underline;
   color: #990033;
   }

/* ----------------------------------------------------- */
/* Normale Schrift im Content */

p, ul, li, ol, p.header{
  font-family: arial, verdana, helvetica, sans-serif;
  font-size: 13px;
  text-decoration: none;
  letter-spacing: 0em;
  }

/* ausprobieren: das ul-Problem mit margin-bottom: 20px;  bzw. margin-top lösen! */

/* ----------------------------------------------------- */
/* Normale Tabellen im Content */ /*vormals: CCCCFF und DEDEDE*/

table.content{background-color: #EFEEF0;}

tr.head{
   background-color: #E3DDFF;
   font-weight: bold;
   letter-spacing: 0.04em;
   }

td{
   font-family: arial, verdana, helvetica, sans-serif;
   font-size: 12px;
   }

/* ----------------------------------------------------- */
/* Überschriften im Content */

p.header, h1, h2{
   font-family: arial, verdana, helvetica, sans-serif;
   font-size: 16px;
   font-weight: bold;
   padding: 5px;
   margin-left: -5px;
   /* background: url(/images/headline.gif); rausgenommen wegen Netscape mag das nicht */
   /*background-repeat: no-repeat;*/
   /*background-position: bottom left;*/
   }

p.header2, h3, h4, h5, h6{
   font-family: arial, verdana, helvetica, sans-serif;
   font-size: 14px;
   font-weight: bold;
   }

a.header:link, a.header:visited, a.header:active, a.header:hover{
   font-family: arial, verdana, helvetica, sans-serif;
   font-size: 14px;
   font-weight: bold;
   text-decoration: underline;
   font-size: 16px;
   font-weight: bold;
   }

/* ----------------------------------------------------- */
/* Kleine Schrift, Links und Tabellen im Content */

p.small{
   font-family: verdana, helvetica, arial, sans-serif;
   font-size: 11px;
   text-decoration: none;
   }

p.smallhead{
   font-family: verdana, helvetica, arial, sans-serif;
   font-size: 11px;
   font-weight: bold;
   }

a.small:link, a.small:visited, a.small:active, a.small:hover{
   font-family: verdana, helvetica, arial, sans-serif;
   color: #333399;
   font-size: 11px;
   text-decoration: none;
   letter-spacing: 0em;
   font-weight: bold;
   }

a.small:hover{
   text-decoration: underline;
   color: #990033;
   }

td.small{
   font-family: verdana, helvetica, arial, sans-serif;
   font-size: 11px;
   }

p.hinweis{
   font-family: arial, verdana, helvetica, sans-serif;
   font-size: 12px;
   color: #FF0000;
   border: 0.03em;
   }

/* ------------------------------------------------------ */
/* Startseite */

a.start:link, a.start:visited, a.start:active, a.start:hover{
   font-family: TimesNR, serif;
   color: #000000;
   font-size: 16px;
   text-decoration: none;
   letter-spacing: 0em;
   font-weight: normal;
   }

/* ------------------------------------------------------ */
/* Überschrift ohne Unterstrich */

p.start{
   font-size: 16px;
   font-weight: bold;
   }

/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* -------- Testphase Konsolidierung Stylesheet -------- */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* Tabellen */

/* table.seite: Die Haupttabelle, in der jeder Seiteninhalt aufgebaut wird */

table.seite {
  width: 600px;
  /* border: 1px solid sienna; */
  /* background-color: linen; */
  }

td.seite {
  /* border: 1px solid turquoise; */
  /* background-color: azure; */
  margin-bottom: 2em;
  }

/* table.rahmen: Rahmen um die Liste herum */

table.rahmen {
  border: 2px solid #CCCCCC;
  }

/* table.liste: Eine Anzeige-Tabelle innerhalb des Seiteninhalts */

table.liste {
  width: 590px;
  border: 1px solid white
  }

table.liste td,
table.liste th {
  border: 1px solid white;
  font-family: arial, verdana, sans-serif;
  font-size: 12px;
  padding: 0.25em 0.25em 0.25em 0.25em;
  }

table.liste th {
  background-color: #CCCCFF;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.04em;
  }

table.liste td {
  background-color: #DEDEDE;
  text-align: left;
  }

/* table.eingabe: Eine Formular-Tabelle innerhalb des Seiteninhalts */

table.eingabe {
  border: 1px solid white
  }

table.eingabe td,
table.eingabe th {
  border: 1px solid white;
  font-family: arial, verdana, sans-serif;
  font-size: 12px;
  padding: 0.25em 0.25em 0.25em 0.25em;
  }

table.eingabe th {
  background-color: #CCCCFF;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.04em;
  }

table.eingabe td {
  background-color: #EEEEEE;
  text-align: left;
  }

            