/* Dieser Dummy ist noetig, weil Opera die erste Zeile des css ignoriert */
Dummy {}

/*         WICHTIG :
        bei den Colors ist darauf zu achten, dass Opera und Netscape nur die
           Farben beruecksichtigt, welche einen Namen haben
*/

Body { padding-left : 0pt;
       padding-top : 0pt;
       padding-right : 0pt;
       background-color : #E6E6F6; /*blue*/>
       color : #000000;

/*           scrollbar-face-color: steelblue;
       scrollbar-highlight-color: steelblue;
       scrollbar-shadow-color: steelblue;
       scrollbar-3dlight-color: black;
       scrollbar-arrow-color: black;
       scrollbar-track-color: CornflowerBlue;
       scrollbar-darkshadow-color: black;   */
         }

/* erweiterte Definition des Standardtextes */
P, UL, .normal, .layout { text-align : justify;
             line-height : 1.3;
             color : black;
             font-family : Tahoma, Arial, sans-serif;
             font-size : 10pt;
             font-weight : normal;
           }

.title { font-family: Tahoma, Arial, sans-serif;
		 font-size: 24pt;		  	
         font-weight: normal;
		 background-color : #E6E6F6;
		 color : #4144AE; /* svkt dark blue */ 
	   }           
.frame { border:2pt solid #4144AE;
     }
                                           
.design { font-family: Arial, sans-serif;
		  font-size: 8pt;		  	
		  text-align: center;
          font-weight: normal;
          color: #4144AE; /* svkt dark blue */ 
	  	}
		
.menutitle { font-family: Tahoma, Arial, sans-serif;
		 font-size: 14pt;		  	
         font-weight: bold;
		 background-color : #E6E6F6;
		 color : #4144AE; /* svkt dark blue */ 
	   }           
     
.menu { font-family: Tahoma, Arial, sans-serif;
		font-size: 12pt;		  	
        font-weight: bold;
		background-color : #E6E6F6;
		color : #005EBE; /* svkt blue */ 
		text-align: right;
		line-height: 1.5;
	  }            

.submenu1 { font-family: Tahoma, Arial, sans-serif;
		    font-size: 10pt;	
            font-weight: bold;	  	
            background-color : #E6E6F6;
            color : #005EBE; /* svkt blue */
            text-align: right;
            line-height: 1.2;
	  }            
          
.sponsorbar {  font-family: Tahoma, Arial, sans-serif;
		 font-size: 7pt;		  	
         font-weight: normal;
		 color : white; 
         background-color: #80AAD4;
	   }           
       
.sponsor { font-family: Tahoma, Arial, sans-serif;
		 font-size: 10pt;		  	
         font-weight: normal;
		 color : black; 
         background-color: #80AAD4
	   }           
                
.date { font-weight: bold;    
      }

.important { font-weight: bold;
             font-size: 11pt;
           }
      
/* Der Text, der unter Bildern, Tabellen etc. zu stehen kommt */
.beschreibung, .beschreibung_titel { font-family : Arial, sans-serif;
                                     font-size : 8pt;
                                   }
.beschreibung_titel {font-weight : bold; }

/* Definiert die Farbe, die der Balken hat, welcher ein Bild vom Text abtrennt */
.bild_separator { background-color : black; }


/* Headers */
H1 { font-size: 14pt;
     color: black; 
     font-family : Tahoma, Arial, sans-serif;
     text-align : left;
  }

H2
 {
	/*font-size: medium;*/
	color: black;
	font-family : Tahoma, Arial, sans-serif;
	text-align : left;
	font-weight: bold;
	font-size : 11pt;
}

/* Spezielle Formate */

/* Format für die verschiedenen Typen von Kontakten */
.kontakt { font-weight: bold;
                   text-align : right;
                   vertical-align: top;
                 }

.trennung { line-height : 0.5; }

Img {
	border-color : #4144AE;
}

/* Definiert die Farben fuer die verschiedenen Links */
A, A.intern { color : #005EBE;
              text-decoration : none;
            }
A:hover, A.intern:hover { color : black; }

A.menu:hover, A.submenu1:hover { color : black }

A.design { color : #4144AE;; }
A.design:hover { color : #D00000; }


A.attached { color: #6A9161; 
             font-family : Tahoma, Arial, sans-serif;
             font-size : 11pt;
             font-weight: bold;
			}
A.attached:hover { color:  #FAFCF7; }

/* Definiert die Groesse der Sub und Sup Texte, damit sie in allen Browser einigermassen lesbar dargestellt werden  */
Sub, Sup { font-size : 6pt }

TABLE.layout {
    border: none; /*thin solid black; */
    border-spacing: 0pt;
    padding: 0pt;
}
    

