/* Link-Farben */
a:link,
a:visited,
a:active,
a:focus   { color:#FFFFFF; text-decoration:none; }
a:hover   { color:#FFFFFF; text-decoration:underline; }

/* Scrollbar immer anzeigen damit sich der Inhalt nicht verschiebt */
html { height: 100%; margin-bottom: 0.1px; } /* Netscape */
body { overflow-y: scroll; } /* Netscape & IE7 */

body { 
  background:#000000;
  margin:0px;
  color:#FFFFFF;
  font-family:Arial, Helvetica, sans-serif;
  font-size:10pt;
  
  /* Scrollbar */
  scrollbar-face-color: #000040;
  scrollbar-arrow-color: #FFFFFF;
  scrollbar-highlight-color: #002973;
  scrollbar-base-color: #000000;
  scrollbar-shadow-color: #000000;
  scrollbar-3d-light-color: #000000;
  scrollbar-dark-shadow-color: #000000;
}

/* Anpassungen fuer Ausdruck */
@media print { 
  body { 
    background:none;
	background-image:none;
    margin:0px;

    color:#000000;
    font-family:Arial, Helvetica, sans-serif;
    font-size:10pt;
  }
}

/* Umdefinitionen fuer html-Tags */
form                                 { margin:0px; }
select, textarea, input              { border:1px solid #747474; font-family:Arial, Helvetica, sans-serif; }
form, select, textarea, input, table { font-size:100%; }

img             					{ border:none; }
hr              					{ border:1px solid #484848; }

/* ------ Allgemeine Klassen ------------- */

[* /* Wird fuer Bereiche verwendet die beim Drucken nicht dargestellt werden sollen */ *]
.ex_NoPrint          { }
@media print         { .ex_NoPrint { display:none; } }

/* Font Groessen */
.FontSizeXXL    { font-size:140%; }
.FontSizeBig    { font-size:120%; }
.FontSizeNormal { font-size:100%; }
.FontSizeMedium { font-size:80%; }
.FontSizeSmall  { font-size:70%; }


.ex_Button                         { background-color:#405070; color:#FFFFFF; border:1px solid 000000; 
                                     letter-spacing:1px; font-weight:bold; font-size:90%; text-align:center; padding:2px; }
.ex_Button a,
.ex_Button a:link, 
.ex_Button a:visited, 
.ex_Button a:active, 
.ex_Button a:focus                 { color:#405070; }
.ex_Button a:hover                 { color:#405070; text-decoration:none; }

/* ------ Projekt Klassen ------------- */





