/* 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-base-color:#000000;
  scrollbar-3dlight-color:#E2E2E2;
  scrollbar-arrow-color:#E2E2E2;
  scrollbar-darkshadow-color:#E2E2E2;
  scrollbar-face-color:#000000;
  scrollbar-highlight-color:#FFFFFF;
  scrollbar-shadow-color:#000000;
  scrollbar-track-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; }

h1 { margin:0px; padding:0px; font-style:normal; font-weight:normal; font-size:140%; }

/* ------ 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%; }
.FontSizeMedium { font-size:85%; }
.FontSizeSmall  { font-size:75%; }
.FontSizeMini   { font-size:65%; }

.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 ------------- */






