a:link 		{ 
			  font-family: "MS Sans Serif", Arial, Helvetica, sans-serif; 
			  font-size: 10pt; 
			  font-style: normal;
			  color: #ff4500; 
			  text-decoration: none
			}
						
a:active 	{ 
			  font-family: "MS Sans Serif", Arial, Helvetica, sans-serif; 
			  font-size: 10pt; 
			  font-style: normal;
			  color: #DC2B19; 
			  text-decoration: none
			} 
			
a:visited 	{ 
			  font-family: "MS Sans Serif", Arial, Helvetica, sans-serif; 
			  font-size: 10pt; 
			  font-style: normal;
			  color: #ff4500; 
			  text-decoration: none
			}
			
a:hover 	{  
			  font-family: "MS Sans Serif", Arial, Helvetica, sans-serif; 
			  font-size: 10pt;  
			  font-style: bold;
			  color: #009900; 
			  text-decoration: none
			}

body {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10pt;
		font-style: normal;
		font-weight: normal;
		color: #1f1a17;
		background-color: #FBE0C7;
		margin-bottom : 0px;
		margin-left : 0px;
		margin-right : 0px;
		margin-top : 0px;
		scrollbar-face-color: #FBE0C7;
	 }
	 
td  {
	 font-size: 10pt;
	 color: #1f1a17; 
	}
	
.small  {
	 	 font-size: 8pt;
	 	 color: #1f1a17; 
		 }
	 
th  { 
	 text-align: left;
	 font-size: 10pt;
	 color: #1f1a17;
	}
	
h2 { color: #dc2b19;
   }
   
h4 { color: #FBE0C7;
	 background-color: #1F1A17; 
	 font-size: 12pt; 
   }
	
h5 { color: #FBE0C7;
	 background-color: #1F1A17; 
	 font-size: 10pt; 
   }
	
hr { color: #1f1a17;
	 height: 1px;
	 align: center;
	 width: 98%;
    }
	
hr.trenner { border: dotted #1f1a17;
	}
	
hr.balken { border: outset #1f1a17;
			height: 2px;
			width: 100%;
	}
	
input, textarea, select { background-color: #ffe4b5; 
  						  border: 1px solid #000000;
						  select-face-color: #000000;
						  font-size: 8pt;
						}
						
input.button_nav { 	background-color: #DC2B19;
 				color: #1F1A17; 
 				border: 1px solid #FBE0C7;
 				cursor: hand;
				font-size: 8pt;
				font-weight: bold;}
				
input.button { 	background-color: #DC2B19;
 				color: #1F1A17; 
 				border: 1px solid #000000;
				width: 125px;
 				cursor: hand;
				font-size: 8pt;
				font-weight: bold;}
						
input.box { border: 0px solid; 
		  }
		  
input.ob 	{ background-color: #FBE0C7;
			  border: 1px solid #FBE0C7; }
			  
.rahmen {border: 1px inset; border-color: #FBE0C7 0 utset}

.ohnerahmen 	{ background-color: #FBE0C7; border: 0px;}