/*Pseudoklassen zum späteren Überschreiben*/
a { font-family: Arial; text-decoration: none;}
a:link { color: #200F94;}
a:active { color: #200F94;}
a:visited { color: #6350EE;}
a:hover { text-decoration: underline;}

/*Seitenaufbau*/
html {
  box-sizing: border-box;
}
*, ::before, ::after {
  box-sizing: inherit;
}
body {
   background-image:URL('../images/bglong.gif');
   overflow-x:hidden;
   overflow-y:auto;
}
#seite_top_head {
   position:fixed;
   background-color:#891E35;
   border-bottom:solid 1px #FFFFFF;
   width:100%;
   height:100px;
   z-index:99;
}
#seite_logo {
   float:left;
   width:25%;
   height:100%;
}
#seite_logo >a>img {
   margin-left:10px;
   margin-top:10px;
   height:80%;
}
#seite_topnav {
   width:50%;
   float:left;
   height:50px;
   margin-top:45px;
}
#seite_login_info {
   float:left;
   width:25%;
   height:100%;
   text-align:right;
}
#seite_login_info > a > img {
   margin-top:25px;
   margin-right:25px;
}
#seite_linkenav {
   position:absolute;
   left:0px;
   top:101px;
   width:200px;
   min-height:100%;
   background-color:#891E35;
   z-index:1;
   padding-bottom:50px;
}
#seite_content {
   position:absolute;
   left:200px;
   top:100px;
   width:90%;
   z-index:2;
}
#content_kopfzeile {
   width:100%;
   height:25px;
}
#content_inhalt {
   width:90%;
   margin-left:25px;
}
#content_inhalt h1 {
   font-weight:normal;
   color:#891E35;
   text-shadow:2px 2px 2px #cccccc;
   font-size:18px;
   width:90%;
   margin-bottom:25px;
   border-bottom:1px solid;
}
.navueber {
   width:100%;
   color:#FFFFFF;
   border-color:#FFFFFF;
}
.nav10 {
   box-sizing:border-box;
   border-bottom:#CCCCCC;
   color:#FFFFFF;
   width:95%;
   height:21px;
   padding-top:2px;
}
.nav10:hover {
   background-color:#EBEEEE;
}
a.navlink {
   color:#FFFFFF;
   display:block;
   width:100%;
   height:100%;
   margin-left:15px;
   font-size: 12px; text-decoration: none; font-weight: bold;
}
a.navlink:hover {
   color:#000000;
}
#content_kontrolle {
    background-color:#EDEDED;
    height:9px;
    font-size:11px;
    overflow:hidden;
}
.w_exakt {
   overflow:hidden;
}

/*Tabellenformate für Übersichten*/
.liste_zeile {
   border-bottom-style: solid;
   border-bottom-width: 1px;
   border-color: #aa8899;
   width:100%;
   font-family:Arial;
   font-size: 11px;
}
.liste_kopf {
   background-color:#F1F1F1;
   font-weight:bold;
   padding-top:5px;
   border-bottom:1px solid #aa8899;
   border-top:1px solid #aa8899;
   font-size: 11px;
   float:left;
}
.liste_zelle {
   padding-top:2px;
   padding-bottom:2px;
   float:left;
   font-size:11px;
}





/*Nebenformate für Höhe und Breite*/
.w600 {
   width:600px;
}
.w500 {
   width:500px;
}
.w400 {
   width:400px;
}
.w350 {
   width:350px;
}
.w300 {
   width:300px;
}
.w200 {
   width:200px;
}
.w180 {
   width:180px;
}
.w160 {
   width:160px;
   }
.w125 {
   width:125px;
   }
.w120 {
   width:120px;
   }
.w100 {
   width:100px;
   }
.w80 {
   width:80px;
   }
.w60 {
   width:60px;
   }
.w40 {
   width:40px;
   }
.w20 {
   width:20px;
   }
.w25 {
   width:25px;
   }
.h40 {
   height:40px;
   }
.h60 {
   height:60px !important;
   }

.button_work {
   display:block;
   float:left;
   margin-right:1px;
   width:24px;
   height:22px;
   overflow:hidden;
   background-image:url('../images/button_low_hg.gif');
}
.button_work:hover {
   background-image:url('../images/button_hi_hg.gif');
}
.button_work > a > img {
   width:17px;
   margin-top:5px;
   margin-left:3px;
}

.Hauptspalte_links {
   float:left;
   width:720px;
}
.Hauptspalte_rechts {
   float:left;
   width:320px;
   margin-left:30px;
}

.bg_light_green {
   background-color:#D6FEC6;
}
.bg_light_red {
   background-color:#FED6C6;
}
.bg_light_blue {
   background-color:#C6D6FE;
}
.bg_light_yellow {
   background-color:#FFFFCC;
}
#Inlinefenster {
   z-index:9999;
}
