a:link { color: #C00; text-decoration: underline; }
a:visited { color: #C00; text-decoration: underline; }
a:focus { color: #C00; text-decoration: none; }
a:hover { color: #C00; text-decoration: none; }
a:active { color: #C00; text-decoration: underline; }

body {
  font-size: 100.01%;
  font-family: arial, verdana, sans serif;
  background-color: #E2E2E2;
}

abbr[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

h2 {
  font-size: 1.2em;
  font-weight: bold;
  color: #343434;
}

/* Navigation in der Hauptleiste */

#nav a:link, #nav a:visited {
  display: block;
  border-right: 1px solid #808080;
  font-size: 0.90em;
  color: #FFF;
  text-decoration: none;
}  
  
#nav a:focus, #nav a:hover, #nav a:active {
  display: block;
  border-right: 1px solid #808080;
  font-size: 0.90em;
  color: #FC3;
  text-decoration: none;
} 

/* Fuer Listen mit Links, z.B. Nachrichtenuebersicht */

/* Erste Zeile */

#linkliste_e a:link, #linkliste_e a:visited {
  display: block;
  font-size: 1.0em;
  color: #000;
  background-color: #FFF;
  text-decoration: none;
  line-height: 1.6em;
}  
  
#linkliste_e a:focus, #linkliste_e a:hover, #linkliste_e a:active {
  display: block;
  font-size: 1.0em;
  color: #000;
  background-color: #FAFAD2;
  text-decoration: none;
  line-height: 1.6em;
} 

/* folgende Zeilen */

#linkliste a:link, #linkliste a:visited {
  display: block;
  border-top: 1px dotted #E2E2E2;
  font-size: 1.0em;
  color: #000;
  background-color: #FFF;
  text-decoration: none;
  line-height: 1.6em;
}  
  
#linkliste a:focus, #linkliste a:hover, #linkliste a:active {
  display: block;
  border-top: 1px dotted #E2E2E2;
  font-size: 1.0em;
  color: #000;
  background-color: #FAFAD2;
  text-decoration: none;
  line-height: 1.6em;
} 

/* das gleiche noch einmal, nur mit geringerer Zeilenhoehe und ggf. anderer Farbe*/

#linklistes_e a:link, #linklistes_e a:visited {
  display: block;
  font-size: 0.9em;
  color: #000;
  background-color: #FFF;
  text-decoration: none;
  line-height: 1.6em;
}  
  
#linklistes_e a:focus, #linklistes_e a:hover, #linklistes_e a:active {
  display: block;
  font-size: 0.9em;
  color: #000;
  background-color: #FAFAD2;
  text-decoration: none;
  line-height: 1.6em;
} 

#linklistes a:link, #linklistes a:visited {
  display: block;
  border-top: 1px dotted #E2E2E2;
  font-size: 0.9em;
  color: #000;
  background-color: #FFF;
  text-decoration: none;
  line-height: 1.6em;
}  
  
#linklistes a:focus, #linklistes a:hover, #linklistes a:active {
  display: block;
  border-top: 1px dotted #E2E2E2;
  font-size: 0.9em;
  color: #000;
  background-color: #FAFAD2;
  text-decoration: none;
  line-height: 1.6em;
} 

/* Seitennavigation mit Dropdown */

#seitennavi, #seitennavi ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul#seitennavi li a {
  color: black;
  font-size: 0.9em;
  text-decoration: none;
  display: block;
  width: 12em;
}

#seitennavi li {
  float: left;
  width: 12em;
}

#seitennavi li ul {
  position: absolute;
  width: 12em;
  left: -999em;
  background-color: #E2E2E2;
}

#seitennavi li:hover ul {
  left: auto;
}

#seitennavi li li a:hover {
  background-color: #C00;
  color: white;
}

/* Frames der Startseite */

#links {
  width: 28%;
  /* float: left; */
  padding: 0 6px 0 0;
  margin: 0;
}

#rechts {
  width: 69%;
  /* float: right; */
  padding: 0 0 0 6px;
  margin: 0 0 0 6px;
  border-left: 1px dotted #E2E2E2;
}

.header_links {
  /* background-image: url('../images/header_links_hl.jpg'); */
  background: #F5F5DC;
  border: 1px solid #343434;
  color: #000;
  text-align: center;
  font-weight: bold;
  margin-bottom: 4px;
  /* padding-left: 2px; */
}

/* Sonstiges */

.banner {
  height: 60px;
  background-color: #373737;
  border-top: 1px solid #373737;
  border-right: 1px solid #373737;
  border-left: 1px solid #373737;
}

.navleiste {
  height: 22px;
  background-image: url('../images/nav_back.jpg');
  border-right: 1px solid #373737;
  border-left: 1px solid #373737;
}

.schatten {
  height: 10px;
  background-image: url('../images/schatten.jpg');
  border-right: 1px solid #373737;
  border-left: 1px solid #373737;
}

.hauptframe {
  font-size: 0.85em;
  line-height: 1.6em;
  padding: 5px;
  overflow: hidden;
  float: left;
  background-color: #FFFFFF;
  border-right: 1px solid #373737;
  border-bottom: 1px solid #373737;
  border-left: 1px solid #373737;
}

.fusszeile {
  clear: left;
  font-size: 0.75em;
  line-height: 1.6em;
}

.headline {
  font-size: 1.4em;
  font-weight: bold;
  color: #373737;
  border-bottom: 1px dotted #373737;
  padding-bottom: 2px;
}

.sub_headline {
  font-size: 1.2em;
  font-weight: bold;
  background-color: #F5DEB3;
  border: 1px solid #808080;
  text-align: center;
}

.efoto {
  float: right;
  margin-left: 10px;
  padding: 2px;
  vertical-align: bottom;
  border: 1px solid #808080;
  background-color: #E2E2E2;
}

.tfoto {
  border: 1px solid #808080;
  margin: 5px;
  padding: 2px;
  background-color: #E2E2E2;
}

.tfoto_left {
  border: 1px solid #808080;
  margin: 5px;
  padding: 2px;
  background-color: #E2E2E2;
  float: left;
}

.pict_start {
  border: 1px solid #808080;
  margin-right: 5px;
  float: left; 
}

.br_start {
  clear: left;
}

.tab_start_link_l {
  background-color: #808080;
  color: white;
}

.tab_start_link_b_l {
  vertical-align: top;
}

.tab_start_link {
  background-color: #808080;
  color: white;
  border-right: 1px solid #E2E2E2;
}

.tab_start_link_b {
  border-right: 1px solid #E2E2E2;
  vertical-align: top;
}
  
.mehr {
  text-align: right;
}

.tab_auswahl {
  border: 1px solid #808080;
  background-color: #CF9;
}

.tab_fehler {
  font-size: 1.0em;
  font-weight: bold;
  background-color: #FCC;
  border: 1px solid #808080;
}

.tabelle_collapse {
  border-collapse: collapse;
}

.tab_caption {
  font-weight: bold;
  text-align: center;
  border: 1px solid #808080;
  background-color: #E2E2E2;
}

.tab_head {
  font-size: 1.0em;
  border: 1px solid #808080;
  background-color: #FC9;
  font-weight: bold;
}

.tab_body {
  font-size: 1.0em;
  border: 1px solid #808080;
  background-color: #FFFFF0;
}

.tab_summe {
  font-size: 1.0em;
  font-weight: bold;
  border: 1px solid #808080;
  background-color: rgb(204,255,255);
}

.tab_thema {
  border-right: 1px solid #E2E2E2;
}

.thema_body {
  padding: 5px;
}

.tab_thema_l {
  /* LEER */
}

.thema_body_l {
  padding: 5px;
}

.hr_clear {
  clear: both;
}

.textbox_rechts {
  border: 1px solid #343434;
  background: #F5F5DC;
  padding: 3px;
  overflow: hidden;
  float: right;
  margin-left: 10px;
  width: 27em;
}

.img_textbox {
  border: 1px solid #343434;
  vertical-align: bottom;
  float: left;
  margin-right: 10px;
}

.pict_left {
  float: left;
  margin-right: 10px;
}

.pict_right {
  float: right;
  margin-left: 10px;
}

.da {
  text-align: right;
}

.rss {
  float: left;
  margin-top: 0.5em;
}

/* Kalender */ 

.kal_start_titel {
  font-size: 0.9em;
  font-weight: bold;
  background: #808080;
  color: #FFFFFF;
}

.kal_start_norm {
  font-size: 0.9em;
  background: #E2E2E2;
  color: #000000;
}

.kal_start_term {
  font-weight: bold;
  color: #C40000;
}

.kal_start_mehr {
  font-size: 0.9em;
}

.kal_titel {
  font-weight: bold;
  background: #808080;
  color: #FFFFFF;
}

.kal_norm {
  background: #E2E2E2;
  color: #000000;
}

.kal_term {
  font-weight: bold;
  color: #C40000;
}

.tab_term_gerade {
  border: 1px solid #808080;
  background-color: #CCFFFF;
}

.tab_term_ungerade {
  border: 1px solid #808080;
  background-color: #FFFFF0;
}