/*--[ Stylesheet mit NN4 unverträglichen Infos importieren ]--*/

@import url("nonn4-swbsv.css");

/*--[ Globale Formatierungen ]--*/

html {
   color            : #000;
   background       : #fff none no-repeat;
   margin           : 0;
   padding          : 0;
}

body {  
   color            : #000;
   background       : #fff;
   margin           : 0;
   padding          : 0;
}

/*--[ Links ]--*/

a:link { 
   text-decoration  : underline;
   color            : #007500;
}    

a:visited { 
   color            : #004000; 
}   

a:hover { 
   text-decoration  : none;
   color            : #007500;
} 

a:active { 
   color            : #000; 
}

/*--[ kleine Schrift ]--*/

.size1 {
   font-size        : 8pt;
}

td.size1 {
   font-size        : 8pt;
   width            : 15%;
}

/*--[ Formatierung oberste Tabelle ]--*/

#top {
   font-family      : Verdana,Arial,Helvetica,Geneva,sans-serif;
   font-size        : 30pt;
   font-weight      : bold;
   font-style       : italic;
   color            : #fff;
   background       : #007500 url(/img/hgr.png);
   margin           : 0;
   padding          : 0;
   width            : 100%;
   vertical-align   : middle;
}

#topright {
   color            : #fff;
   background       : #007500 url(/img/hgr_topright.png);
}

#topleft {
   color            : #fff;
   background       : #007500 url(/img/hgr_topleft.png);
}

/*--[ Formatierung Fußzeile ]--*/

#bottom {
   font-family      : Verdana,Arial,Helvetica,Geneva,sans-serif;
   font-size        : 8pt;
   width            : 100%;
   text-align       : center;
}

#bottom a {
   font-weight      : bold;
}

/*--[ Haupttabelle ]--*/

#left {
   padding-top      : 0.5em;
   width            : 15%;
   vertical-align   : top;
}

#right {
   color            : #000;
   background       : #c0c0c0;
   padding-top      : 0.5em;
   width            : 15%;
   vertical-align   : top;
}

#center {
   font-family      : Arial,Helvetica,Geneva,sans-serif;  
   font-size        : 10pt;
   padding-top      : 0.5em;
   padding-left     : 1em;
   padding-right    : 1em;
   width            : 70%;
   vertical-align   : top;
}

#center h2 {
   font-family       : Verdana, Arial, sans-serif;
   font-size         : 0.85em;
   font-weight       : bold;
   text-transform    : uppercase;
   color             : #fff;
   background        : #004000;
   margin-bottom     : 0;
   padding           : 3px;
   width             : 100%;
   border            : none;
}

#center h3 {
   font-family       : Verdana, Arial, sans-serif;
   font-size         : 100%;
   font-weight       : bold;
   color             : #000;
   background        : #eee;
   margin-top        : 0;
   margin-bottom     : 0.2em;
   padding           : 2px;
   width             : 100%;
   border            : none;
}

/*--[ Zellenbreiten ]--*/

.fuenf {
   width            : 5%;
}

.sechzig {
   width            : 60%;
}

.vierzig {
   width            : 40%;
}

.zehn {
   width            : 10%;
}

.dreiunddreisig {
   font-family      : Arial, Helevtica, sans-serif;   
   font-size        : 10pt;
   width            : 33%;
   text-align       : left;
}
