@charset "utf-8";
/* CSS Document */
/* Dunkler Hintergrund mit roten Links und sonstigen Schriften  */

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;
     }

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:#9966CC; font-weight:bold; text-decoration:none; }


/* Ueberschriften und Absaztz */
h1 { font-family:Tahoma,sans-serif; font-size:40pt; font-weight:bold; color:#0033CC; }
h2 { font-family:Tahoma,sans-serif; font-size:30pt; font-weight:bold; color:#0033CC; }
h3 { font-family:Tahoma,sans-serif; font-size:20pt; font-weight:bold; color:#0033CC; }
h4 { font-family:Tahoma,sans-serif; font-size:16pt; font-weight:bold; color:#0033CC; }
h5 { font-family:Tahoma,sans-serif; font-size:12pt; font-weight:bold; color:#0033CC; }
h6 { font-family:Tahoma,sans-serif; font-size:10pt; font-weight:bold; color:#0033CC; }


/* Nachrichtentexte */
.N_rubrik        { font-family:"Arial Black", sans-serif; font-size:12pt; font-weight:normal; color:#330033; font-style: italic; }
.N_datum         { font-family:Arial, sans-serif, sans-serif; font-size:10pt; color:#9999FF; font-weight:bold; }
.N_dachunter     { font-family:"Arial narrow", sans-serif; 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, sans-serif; font-size:10pt; color:#000000; font-weight:bold; line-height: 12pt; border-bottom: 13px; }
.N_nachricht     { font-family:Arial, sans-serif; font-size:10pt; color:#000000; line-height: 12pt; }
.N_komm          { padding-right: 8px; padding-left: 8px; background: #FFFFFF; font-family: Arial, sans-serif; font-size: 9pt; color:#000000; line-height: 10pt; }
.N_zwischentit   { font-family:Arial, sans-serif; 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; }
.N_Basinfoliste  { font-family:Arial, sans-serif; font-size:8pt; 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", sans serif; 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 */
.mini1           { font-size:2pt; color:#000000; }
.N_Literatur     { font-family:Arial, sans-serif; font-size:9pt; color:#000000; line-height: 11pt; font-weight:normal; }
.N_Verweise      { font-family:Arial, sans-serif, sans-serif; font-size:10pt; color:#000000; font-weight:bold; }


/* 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: 190px; 
     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;   
     }

.stdbereichbasisinfo { width: 620px;
                       height: auto;
				       min-height: 1400px;
                       margin: 0,0,0,0;
				       border: 0,0,0,0;
                       background-color: #D2D2D2;
                     }
					 
					 

