/***************************************************************************************/
/*
Titel:     Standardstyles für Bildschirmmedien
Autor:     Stephan Schindel, inixdata GmbH
Update:   25.09.2008

Inhalt:   - Globale Einstellungen
          - Seitenstruktur
          - Hauptinhalt
          - Formulare
          - Rechte Spalte
          - Navigation
style.css
*/
/***************************************************************************************/
/* @import url("NAME_DER_DATEI.css");*/
/*###############################GLOBALE EINSTELLUNGEN#################################*/
body {
        /* zusätzliche Hintergrundfarbe zu highlight. Verstärkt den 3D-Effekt*/
        scrollbar-arrow-color : #FF9933;
        /*Farbe des Schattenwurfs der Pfeile. Oberer Pfeil: untere Kante. Unterer Pfeil: Schräge nach rechts*/
        scrollbar-base-color : Black;
        /*konnte ich nicht herausfinden ist wohl eher unwichtig*/
        scrollbar-darkshadow-color : White;
        /*Rahmen unten und rechts der Fläche rund um die Pfeile*/
        scrollbar-face-color : White;
        /*Die Oberflächenfarbe rund um die rauf-runter Pfeile. Oberflächenfarbe des schiebbaren Balkens*/
        scrollbar-highlight-color : White;
        /* Rahmen oben und links der Fläche rund um die Pfeile*/
        scrollbar-shadow-color : Black;
        /*Schattenwurf nach rechts unten von den scrollblöcken*/
        scrollbar-track-color : #E7E3E7;
        /*Farbe des Scrollbalkens*/
        font-family:Arial, Helvetica;
        font-size:12px;
        background-repeat : no-repeat;
        background-color: #D9EAFA;
}

a:visited {
	font-family: Arial, Helvetica;
	color: Maroon;
	text-decoration: none;
}
a:active {
	font-family: Arial, Helvetica;
	color: Maroon;
	text-decoration: none;
}
a:link {
	font-family: Arial, Helvetica;
	color: Maroon;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: Gray;
	text-decoration: underline;
}
/* Menu 1. Ebene */
a.ebene1 {
	padding-top: 2px;
	padding-left: 9px;
	padding-bottom: 5px;
	font: bold 12px Arial, Helvetica, sans-serif;
	line-height: 20px;
	background-image: url(../bilder/bg_nav_hauptmenuep.gif);
	background-repeat : no-repeat;
}
a.ebene1:visited {
	color: Maroon;
	text-decoration: none;
}
a.ebene1:active {
	color: Maroon;
	text-decoration: none;
}
a.ebene1:link {
	color: Maroon;
	text-decoration: none;
}
a.ebene1:hover {
	color: Gray;
	text-decoration: underline;
}
/* Submenu 2. Ebene */
a.ebene2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #F78634;
	padding-bottom: 5px;
	padding-left: 8px;
}
a.ebene2:visited {
	color: Maroon;
	text-decoration: none;
}
a.ebene2:active {
	color: Maroon;
	text-decoration: none;
}
a.ebene2:link {
	color: Maroon;
	text-decoration: none;
}
a.ebene2:hover {
	color: Gray;
	text-decoration: underline;
}
/* Submenu 2. Ebene Aktiv */
a.ebene2act {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color : #F78634;
	padding-bottom: 5px;
	padding-left: 8px;
}
a.ebene2act:visited {
	color: Maroon;
	text-decoration: none;
}
a.ebene2act:active {
	color: Maroon;
	text-decoration: none;
}
a.ebene2act:link {
	color: Maroon;
	text-decoration: none;
}
a.ebene2act:hover {
	color: Gray;
	text-decoration: underline;
}

h1 {
	font-family:Arial, Helvetica;
	font-size: 16px;
	color: #FD7F00;
}
h2 {
	font-family:Arial, Helvetica;
	font-size: 14px;
	color : #FD7F00;
}
h3 {
	font-family:Arial, Helvetica;
	font-size: 12px;
	color: #FD7F00;
}
h4 {
	font-family:Arial, Helvetica;
	font-size: 10px;
	color: #FD7F00;
}
h5 {
	font-family:Arial, Helvetica;
	font-size: 8px;
	color: #FD7F00;
}
table {
	vertical-align: top;
}
img {
	border: none;
}
table.tx-xinittwocolumn-pi1{
	background-color: #D9EAFA;
}
.bodytext {
	font-family:Arial, Helvetica;
	font-size:12px;
	background-repeat : no-repeat;
	background-color: #D9EAFA;
}