@charset "utf-8";

body {
   background: #DDDDDD;
   margin-left: 0px; 
   margin-top: 0px; 
   margin-right: 0px;
   font-family: Arial;
   font-size: 10pt;
   font-style: normal;
   font-weight: normal;
   color: #000000;
     }

form      { margin:0px; padding:0px; border-width:0px}
select    { background-color:#E8E8FF; width:140px; border-style:none; font-family:Arial,Helvetica,sans-serif; font-size:11px; }
input     { background-color:#D0D0F0; border-style:none; font-family:Arial,Helvetica,sans-serif; font-size:11px; font-weight:normal; }

hr { color: #9999FF; size: 1px; height: 1px; background-color: #9999FF; border-color: #9999FF; }

a:link     { color:#3300CC; font-weight:bold; text-decoration:none; }
a:visited  { color:#330033; font-weight:bold; text-decoration:none; }
a:active   { color:#CC00CC; font-weight:bold; text-decoration:none; }
a:hover    { color:#3300CC; font-weight:bold; text-decoration:none; text-decoration:blink; }


/* Ueberschriften und Absaztz */
h1 { font-family:Arial, sans-serif; font-size:40pt; font-weight:bold; color:#0033CC; }
h2 { font-family:Arial, sans-serif; font-size:30pt; font-weight:bold; color:#0033CC; }
h3 { font-family:Arial, sans-serif; font-size:20pt; font-weight:bold; color:#0033CC; }
h4 { font-family:Arial, sans-serif; font-size:16pt; font-weight:bold; color:#0033CC; }
h5 { font-family:Arial, sans-serif; font-size:12pt; font-weight:bold; color:#0033CC; }
h6 { font-family:Arial, sans-serif; font-size:10pt; font-weight:bold; color:#0033CC; }


/* Nachrichtentexte */
.N_rubrik      { font-family:"Arial Black"; font-size:12pt; font-weight:normal; color:#330033; font-style: italic; }
.N_datum       { font-family:Arial, sans-serif; font-size:10pt; color:#9999FF; font-weight:bold; }
.N_dachunter   { font-family:"Arial narrow"; font-size:13pt; font-weight:bold; color:#3300CC; }
.N_head        { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:18pt; font-weight:bold; color:#3300CC; }
.N_vorspann    { font-family:Arial; font-size:10pt; color:#000000; font-weight:bold; line-height: 12pt; border-bottom: 13px; }
.N_nachricht   { font-family:Arial; font-size:10pt; color:#000000; line-height: 12pt; }
.N_komm        { padding-right: 8px; padding-left: 8px; background: #FFFFFF; font-family: Arial; font-size: 9pt; color:#000000; line-height: 10pt; }
.N_zwischentit { font-family:Arial; font-size:11pt; color:#000000; font-weight:bold; color:#660099; line-height: 12pt; }
.N_bildlegende { background: #FFFFFF; font-family:Tahoma; font-size:9pt; color:#000000; line-height: 11pt; }


/* Nachrichten-Leistentexte */
.N_linksbunt   { font-family:Arial, sans-serif; font-size:10pt; color:#0033CC; font-weight:bold; line-height: 11pt; }
.N_linksblack  { font-family:"Arial narrow"; font-size:10pt; color:#000000; line-height: 11pt; }
.N_linkstext   { font-family:Arial, sans-serif; font-size:9pt; color:#000000; line-height: 11pt; }


/* sonstige Schriften */
.klein     { font-family:Arial; font-size:8pt; color:#707070; line-height: 10pt; }
.mini1     { font-size:2pt; color:#000000; }


/* Tabellen-IDs für Rahmen */
#breite { 
     width: 100%;
     }

#rundrum {
     width: 100%;
     border-width:1px;
     border-style:solid;
     border-color:#9999FF;  
     }

#obenunten {
     width: 100%;
     border-top-width:1px;
     border-top-style:solid;
     border-bottom-width:1px;
     border-bottom-style:solid;
     border-color:#9999FF;   
     }

#obenuntenbild {
     border-top-width:1px;
     border-top-style:solid;
     border-bottom-width:1px;
     border-bottom-style:solid;
     border-color:#9999FF;   
     }

#oben {
     width: 100%;
     border-top-width:1px;
     border-top-style:solid;
     border-color:#9999FF;  
     }   

#obenlinkstab { 
     width: 160px; 
     border-top-width:1px; 
     border-top-style:solid; 
     border-color:#9999FF; 
     border-bottom: 7px;     }   

#unten {
     width: 100%;
     border-bottom-width:1px;
     border-bottom-style:solid;
     border-color:#9999FF;   
     }

.stdbereichngrau { width: 860px;
                   height: auto;
				   min-height: 1400px;
                   margin: 0,0,0,0;
				   border: 0,0,0,0;
                   background-color: #D2D2D2; 
                 }

.stdbereichngraun {     width: 1040px;
                        height: 100%;
                        background-color: #D2D2D2;
                     }
					 


