<style type="text/css">
<!--

/*stylesheet fuer softwareseite, normale seiten*/
/*filename: styles/sw_special.css*/
/*erzeugt mit CodeCommander, Autor: Thomas Schall*/


body  { 
     padding-left: 5px;
     padding-right: 5px;
     font-size: 12pt;
     bgcolor: #3d3d3d;
     }

/*normaler text, boxe und hervorhebungen*/
p    { 
     font-family: Helvetica, Arial, sans-serif;
     font-size: 14px;
     color: #3d3d3d;
     text-decoration: none;
     }

div.textbox  {
     border-style: solid; 
     border-width: 3px;
     border-color: #002288; 
     text-indent: 0px;
     width: 790px;
     margin: 5px; 
     padding: 5px; 
     background-color: #e6e6e6;
     position: absolute;
     z-index: 1; 
     top: 140px;
     }

div.headbox  {
     border-style: solid; 
     border-width: 3px;
     border-color: #000000; 
     text-indent: 0px;
     width: 790px;
     height: 100px;
     margin: 5px; 
     padding: 5px; 
     background-color: #000000;
     position: absolute;
     z-index: 2; 
     top: 10px;
     }

div.detxt  { 
     font-family: Helvetica, Arial, sans-serif;
     font-size: 14px;
     text-decoration: none;
     color: #221100;
     }

div.entxt  { 
     font-family: Helvetica, Arial, sans-serif;
     font-size: 14px;
     text-decoration: none;
     color: #001122;
     }

font.emph1  { 
     font-style: italic;
     font-weight: bold;
     font-size: 14px;
     text-decoration: none; 
     }

font.emph2  { 
     font-style: italic;
     font-weight: bold;
     font-size: 14px;
     color: #660b0b;
     text-decoration: none; 
     }


/*ueberschriften*/
h1   { 
     font-size: 20px;
     font-family: Helvetica, Arial, sans-serif;
     font-weight: bold;
     color: #003399;
     text-decoration: none;
     text-align: center; 
     }

h2   { 
     font-size: 18px;
     font-family: Helvetica, Arial, sans-serif;
     font-weight: bold;
     color: #003399;
     text-decoration: none;
     text-align: center;
     }

h3   { 
     font-size: 16px;
     font-family: Helvetica, Arial, sans-serif;
     font-weight: bold;
     font-style: italic;
     color: #003399;
     text-decoration: none;
     text-align: left;
     }

h4   { 
     font-size: 14px;
     font-family: Helvetica, Arial, sans-serif;
     font-weight: bold;
     font-style: italic;
     color: #003399;
     text-decoration: none;
     text-align: center; 
     }

h5, h6  { 
     font-family: Helvetica, Arial, sans-serif;
     font-style: italic;
     color: #003399;
     text-decoration: none;
     text-align: center; 
     }


/*links*/
a:link  { 
     font-family: Helvetica, Arial, sans-serif;
     font-size: 14px;
     color: #004488;
     text-decoration: none;
     decoration: none;
     cursor: help;
     }

a:active  { 
     font-family: Helvetica, Arial, sans-serif;
     font-size: 14px;
     color: #ff0000;
     text-decoration: none; 
     decoration: none;
     cursor: help;
     }

a:visited  { 
     font-family: Helvetica, Arial, sans-serif;
     font-size: 14px;
     color: #002288;
     text-decoration: none; 
     decoration: none;
     cursor: help;
     }

a:hover  {
     text-decoration: none;
     font-family: Helvetica,Arial,sans-serif;
     color: #ff0000;
     background: #ffffff;
     }


/*tabellen*/
table  { 
     text-indent: 0;
     border: 0;
     }

th   { 
     font-family: Helvetica, Arial, sans-serif;
     font-size: 14px;
     padding: 5px;
     background-color: #000000;
     border: 0;
     font-weight: bold;
     color: #eeeeee; 
     } 

td   { 
     font-family: Helvetica, Arial, sans-serif;
     font-size: 14px;
     text-indent: 0px;
     vertical-align: top;
     padding: 3px;
     border: 0;
     background-color: #e6e6e6;
     } 

/*listen*/
ul   { 
     text-align: left;
     text-indent: 25px; 
     font-size: 14px;
     font-family: Helvetica, Arial, sans-serif;
     color: #3d3d3d; 
     text-decoration: none;
     }

ol   { 
     text-align: left;
     text-indent: 25px; 
     font-size: 14px;
     font-weight: bold;
     font-family: Helvetica, Arial, sans-serif;
     color: #3d3d3d; 
     text-decoration: none;
     }

dt   { 
     font-size: 16px;
     font-family: Helvetica, Arial, sans-serif;
     font-weight: bold;
     font-style: italic;
     color: #3d3d3d;
     text-decoration: none;
     } 

dd   { 
     font-family: Helvetica, Arial, sans-serif;
     font-size: 14px;
     color: #3d3d3d;
     text-decoration: none;
     } 

/* Horizontale Linien */
hr   { 
     color: #002288;
     borderstyle: solid;
     }


/*End of file*/
-->