/* allgemeine Definnitionen */

html, body { width:100%; height:99%; margin:0; padding:0; background-color:white; font-family: Verdana, Geneva, Arial, helvetica, sans-serif; font-size: 12px; line-height:16px; }
td, th { font-family: Verdana, Geneva, Arial, helvetica, sans-serif; font-size: 12px; line-height:16px; }
a, img { border-style: none; text-decoration:none; color: #730d1b;}
a:hover {text-decoration: underline;}

a.menulink {cursor:default;}
a.menulink:hover {cursor:default;}

hr {border-top: 1px solid #730d1b; border-left: 0px; border-right:0px; border-bottom:0px;}
ul {list-style:circle;}


/* Farben */

.rot {color: #730d1b;}
/*.grau {color: #99999b;}*/
.grau {color: #878787;}


/* Textformate */

.title {font-size: 14px; line-height: 18px; vertical-align:bottom; padding-bottom: 5px;}
.eingerueckt { padding-left:40px;}
.content {padding-top:50px; padding-left: 20px; vertical-align:top; text-align:justify; color:#878787}
.gross {font-size:19px; font-weight: normal;}
.mittel {font-size:17px;}
.klein {font-size:11px;}
.ganz_klein {font-size: 9px;}


/* Rahmen und Menüs */

.menu {border: 1px solid #99999b; text-align:center; vertical-align:middle; width:250px;}
.person {border: 1px solid #99999b; text-align:center; vertical-align:middle; width:150px;}
.menu_selected  {border: 1px solid #99999b; text-align:left; vertical-align:middle; width:200; background-color: #EFF0ED; font-size:10px; color:#730d1b;}
.menu_unselected {border: 1px solid #99999b; text-align:left; vertical-align:middle; width:200; background-color: #DEDBDB; font-size:10px; color:#730d1b;}
.menu_mover  {border: 1px solid #99999b; text-align:left; vertical-align:middle; width:200; background-color: #EFF0ED; font-size:10px; color:#730d1b;}


/* Tabelle Mitarbeiter */

.mitarbeiter {margin-top:-5px;}


/*Rahmen um Bilder */
.border {border: 1px solid #99999b;}
img.rechts {padding-left: 20px;}


/* Sonstiges */

.hintergrund {background-color:#EFF0ED;}


/* Container allgemein*/

div.start { width:100%; height:99%; margin:0; padding:0; display:table; }


/* Container für Logo-Seite */

div.start_main { width:99%; height:99%; margin:0; padding:0; display:table-cell; vertical-align:middle; }
div.start_centered { width:100%; margin-left:auto; margin-right:auto; text-align:center;}


/* Container Hauptseite */

div.top { height: 6%; width: 99%; border-bottom: 1px solid #740d1b; margin-left :auto; margin-right: auto; }
div.middle { height: 90%; width: 97%; margin-left:auto;  overflow-y:auto; overflow:-x:hidden;}
div.bottom { height: 2%; width: 99%; border-top: 1px solid #740d1b; margin-left :auto; margin-right: auto; }


/* Tooltips */

.tooltip {font-size: 10px; position: absolute; display: none; background-color: #DEDBDB; border-width: 1px; border-style: solid; border-color: #730d1b; }
.tooltip .head {color: #730d1b; padding: 4px; }
.tooltip .content {background-color: #EFF0ED; padding: 4px; text-align:left; font-size:9px;}
