/* CSS Document */
p,li { font-family: Arial,sans-serif; font-size: 10pt }
body      { font-family:Arial, sans-serif; font-size: 10pt;
			background-color:#ffffff;
            scrollbar-shadow-color: #000000; scrollbar-face-color: #CCCCCC;
            scrollbar-highlight-color: #000000; scrollbar-3dlight-color: #FFFFFF;
            scrollbar-darkshadow-color: #ffffff; scrollbar-track-color: #EEEEEE;
            scrollbar-arrow-color: #000000 }
H1        { font-family:Arial, sans-serif; font-size: 16pt; font-weight: bold; font-style: italic; }
H2        { font-family:Arial, sans-serif; font-size: 14pt; font-weight: bold; font-style: italic;}
H3        { font-family:Arial, sans-serif; font-size: 12pt; font-style: italic; font-weight: bold }
A         { font-family:Arial, sans-serif; color: #710707; font-size: 9pt; font-weight: bold; text-decoration: none }
A:hover   { color: #000000; text-decoration: underline }

/* Tabellenangaben für das Hauptdesign*/
.maintable  { border-style: solid;
			  border-width: 1px;
			  background-color: #F3F3F3; 
			  width: 95%;  
	
			 }
.navtop		{ font-family:Arial, sans-serif;
			  font-size: 13pt; 
			  font-weight: bold;  
			  color: #000000;
			  background-color: #A0A9B4;
			  padding: 3px;
			  }
.headingtop	{ font-family:Arial, sans-serif;
			  font-size: 13pt; 
			  font-weight: bold;
			  font-style: italic;  
			  color: #000000;
			  background-color: #EDEDED;
			  padding: 3px;
			  }
.navheading	{ font-family:Arial, sans-serif;
			  font-size: 10pt; 
			  font-weight: bold;
			  color: #000000;
			  background-color: #E1E1E1;
			  padding: 2px;
			  }
.navlink	{ 
			  background-color: #EBEBEB;
			  padding: 2px;
			  }
.bottom 	{ font-family:Verdana, sans-serif;
			  font-size: 10pt;   
			  color: #000000;
			  background-color: #A0A9B4; 
			  }
.maincontent {font-family:Verdana, sans-serif;
			  font-size: 10pt; 
			  font-weight: normal;
			  font-style: normal;  
			  color: #000000; 
			  background-color: #F9F9F9;
				}
/*Design Angaben zu Tabellen und anderen Elementen innerhalb des Content-Bereichs ("Hauptframe") */
.tabtop		{ font-family:Arial, sans-serif;
			  font-size: 11pt; 
			  font-weight: bold;  
			  color: #000000;
			  background-color: #D4D4D4;
			  padding: 1px;
			  }
.tabchange1	{ font-family:Arial, sans-serif;
			  font-size: 10pt; 
			  font-weight: normal;
			  color: #000000;
			  background-color: #EDEDED;
			  padding: 0px;
			  }
.tabchange2	{ font-family:Arial, sans-serif;
			  font-size: 10pt; 
			  font-weight: normal;
			  color: #000000;
			  background-color: #DDDDDD;
			  padding: 0px;
			  }
.tabright {
			background-color: #ffffff;
			}

/*Design von Formularelementen konfigurieren*/
input, select, textarea {font-family:Arial, sans-serif;
			  			 font-size: 10pt; 
			  			 font-weight: normal;  
			  			 color: #000000;
			  			 background-color: #EBEBEB;
						}
