/* Schriftart im gesamten Dokument */
body {
font-family: Verdana, Arial, Helvetica, sans-serif;
margin-top: 0px;
margin-left: 0px;
margin-right: 1px;
}

/* oberster DIV-Container, umfasst das gesamte CMS */
div.topdiv {
border-style: none;
border-width: 1px;
border-color: gray;
}

/* Überschrift 1 Hauptüberschrift*/
h1 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:  13.0pt;
color: black;
border-bottom-style: solid;
border-bottom-color: silver;
border-width: 1px;
text-align: center;
} 

/* Überschrift 2 mit Rahmen am linken Rand  */
h2 {
font-size: 11.5pt;
border-left-style: solid;
border-left-width: 10px;
border-left-color: #CD3326;
padding-left: 5px;
color: black;
margin-bottom: 0px; 
} 

/* Überschrift 3 blau einfärben  */
h3 {
font-size: 11pt;
margin-bottom: 0px; 
font-weight: bold;
color: #1C1C7C;
} 

/* Überschrift 4, neutral  */
h4 {
font-size: 10pt;
margin-top: 2px;
margin-bottom: 2px;
} 

/* Überschrift 5, neutral  */
h5 {
font-size: 9pt; 
margin-left: 0px;
margin-top: 3px;
margin-bottom: 2px; 
}

/* Hauptcontainer für Inhalt */
div.show {
margin: 20px;
margin-top: 10px;
}

/* Absätze, Tabellen, Formulare in 10,5 Punkt */
p, div, table, li, form  {
font-size: 10.5pt;
}

/* normale Absätze */
p {
margin-top:12px;
margin-bottom: 10px;
}

/* Einführungsabschnitt (Lead bzw. Teaser) */
div.lead, div.lead p {
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size:  10.5pt;
font-weight: none;
margin-top: 5px;
margin-bottom: 18px;
line-height: 1.3;
}

div.newshead {
background-color: #8098C4;
color: white;
font-weight: bold;
margin-left: 0px;
padding: 2px;
padding-left: 4px;
}

/* freie Vorlage, 10-Punkt-Schrift, für News-Boxen (rechts) */
div.news, div.news p, div.news div {
font-family : Verdana, Arial, Helvetica, sans-serif; 
font-size : 10pt; 
margin-left : 2px;
margin-bottom: 4px;
margin-top: 0px;
padding: 2px;
} 

/* Minischrift */
.mini {
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size:  8pt;
}

/* grauer Rahmen mit Umrandung */
.rahmen {
font-family : Verdana, Arial, Helvetica, sans-serif; 
font-size : 10.5pt; 
background-color : white; 
border-style : solid; 
border-width : 1px; 
border-color : #9C6F68; 
padding : 1px; 
} 

/* Rahmen mit gestrichelter Umrandung */
.tipp {
font-family : Verdana, Arial, Helvetica, sans-serif; 
font-size : 10.5pt; 
border-style : dotted; 
border-width : 1px; 
border-color : gray; 
padding : 3px;
margin-top: 8px;
margin-bottom: 10px; 
}

/* Rahmen mit gestrichelter Umrandung und Gelbhinterlegung */
.tipp2 {
font-family : Verdana, Arial, Helvetica, sans-serif; 
font-size : 10.5pt; 
border-style : dotted; 
border-width : 1px; 
border-color : gray; 
padding : 3px;
margin-top: 8px;
margin-bottom: 10px; 
background-color: #FFFFCC;
}

/* fette Passagen mit einem Rotton einfärben */
b {
color: black; 
} 

/* kursive Passagen blau färben */
i {
color:  black; 
} 

/* Quellcode formatieren */
.code {
font-family: Courier New, Courier, monospace;
font-size: 100%;
color: #000099;
}

/* Grafik als Aufzählungspunkt einbinden */
ul {
list-style-image: url(karo.gif);
}

ul.new {
list-style-image: url(new.gif);
}

ul.arrow {
list-style-image: url(arrow.gif);
}

/* Abstand der Aufzählungspunkte */
li {
margin-bottom: 2px;
}

/* Kategorien im linken Bereich*/
div.subcat {
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 10pt;
margin-left: 10px;
}

a.subcat:link, a.subcat:active  {
font-family: Verdana, Arial, Helvetica, sans-serif;
text-decoration: none; 
font-size: 10pt;
color: white;
}

a.subcat:visited  {
font-family: Verdana, Arial, Helvetica, sans-serif;
text-decoration: none; 
font-size: 10pt;
color: white;
}

a.subcat:hover  {
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 10pt;
color: white;
border-left-style: solid;
border-left-width: 10px;
border-left-color: #7F96B8;
padding-left: 1px;
margin-left: -10px;
}

.subcatactive  {
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 10pt;
border-left-style: solid;
border-left-width: 10px;
border-left-color: #7F96B8;
padding-left: 0px;
font-weight: bold;
text-decoration: none;
}

a.cat:link, a.cat:active {
text-decoration: none;
color: white;
}

a.cat:visited {
text-decoration: none;
color: white;
}

a.cat:hover  {
text-decoration : none; 
font-weight: bold;
color: white; 
}

div.catactive {
/* text-transform: uppercase; */
font-variant: small-caps;
margin-top: 8px;
margin-bottom: 1px;
border-bottom-style: dotted;
border-bottom-width: 1px;
border-color: white;
font-weight: bold;
color: black;
text-decoration: none;
width: 165px;
}

div.cat {
/* text-transform: uppercase; */
font-variant: small-caps;
margin-top: 8px;
margin-bottom: 1px;
border-bottom-style: dotted;
border-bottom-width: 1px;
border-color: silver;
width: 165px;
}
/* Kategorien Ende */

/* Link-Stile für Hover-Links  */
/* Pseudo-Klassen für dynamische Links */
a:visited {
color: black;
text-decoration: underline;
}

a:visited {
text-decoration : none; 
color : black; 
}

a:link {
text-decoration : none; 
color: black;
} 

a:hover {
text-decoration : underline; 
color : black; 
} 

a:active {
text-decoration : none; 
color : black; 
} 

.navi {
color: white;
}

a.navi:visited {
color: white;
font-weight: bold;
text-decoration: none;
}

a.navi:link {
color: white;
font-weight: bold;
text-decoration: none;
}
 
a.navi:hover {
color: white; 
font-weight: bold;
text-decoration: underline;
} 

/* Linkleiste gesamt, Abstand nach oben zur Logozeile */
table.linkbar {
margin-top: 0px;
}

/* Linkleiste Tabelle Einzelzelle */
td.linkbar {
color: white;
background-color: white;
font-weight: bold;
text-align: center;
}

/* hervorgehobene Einzelzelle */
td.linkbaractive {
color: white;
background-color:white;
font-weight: bold;
text-align: center;
}

td.linkbar2 {
color: white;
background-color: white;
font-weight: bold;
text-align: center;
}

td.linkbaractive2 {
color: white;
background-color: white;
font-weight: bold;
text-align: center;
}

/* Tabelle formatieren für die rechte Spalte */
table.right {
border-style: dotted;
border-width: 1px;
border-color: #7F96B8;
padding-left: 0px;
}

/* Gestaltung der langen und schmalen Tabelle ganz unten */
table.footer {
margin-top: 6px;
font-size: 9pt;
color: white;
background-color: white;
border-style: dotted;
border-width: 1px;
border-color: white;
}

/* Suchformular rechts oben */
form.suchform {
margin-top: 25px;
}