/*
**
** BODY-DEFINITION  *****************************************************************
**
*/

body 		{
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Georgia, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	margin-top:0px;
	margin-left:0px;
	marginright: 0px;
	rightmargin: 0px;
	
	
	SCROLLBAR-FACE-COLOR: #DADADA;
	SCROLLBAR-HIGHLIGHT-COLOR: #FFFFFF;
	SCROLLBAR-SHADOW-COLOR: #737373;	
	SCROLLBAR-3DLIGHT-COLOR: #737373;
	SCROLLBAR-ARROW-COLOR:  #737373;
	SCROLLBAR-TRACK-COLOR: #CDCDCD;
	SCROLLBAR-DARKSHADOW-COLOR: #CDCDCD;
	
  background-image : url(../images/bg.gif);
}
			 
 /*
**
** HYPERLINKS *****************************************************************
**
*/ 


 a:link  { 
	color: black;
	text-decoration: underline;
	font-family: Verdana, Arial Georgia, Helvetica, sans-serif;
	font-size: 11px;
	border-bottom: 1px black;
} 

 a:visited   { 
 	font-family: Verdana, Arial, Georgia, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	
	color:  #666666;
	text-decoration: none;
	border-bottom: 1px solid  #666666 dashed;
} 

 a:active  { 
    font-family: Verdana, Arial, Georgia, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	
 	color:  #666666;
	text-decoration: none;
	border-bottom: 1px solid  #666666 dashed;
} 

 a:hover  { 
    font-family: Verdana, Arial, Georgia, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	
	text-decoration: underline;
	border-bottom: 1 px solid #990000;
} 
				
 /*
**
** HTML-BOXEN  *****************************************************************
** Für netscape einzeln!
**
*/		


.box 	{
	font-family: Verdana, Arial Georgia, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	background-color:white;
	
	border-top : 1px solid black;
	border-bottom : 1px solid black;
	border-left : 1px solid black;
	border-right : 1px solid black;
	border-style : solid;
	border-color : Black;
	
	margin : 0px 0px 0px;
}

.printheader {
	background-color: #D8D8D8;
}

.printfooter {
		background-color: white;
	border-right : 1px solid black;
	border: 1px solid black;
	border-top: 0 px;
	padding-bottom : 2px;
	padding-left : 4px;
}


.result { 
	border: 3px solid #E8E8EB;	
	border-left : 3px solid #E8E8EB;
	border-right : 3px solid #E8E8EB;
	border-top: 3px solid #E8E8EB;
	border-bottom: 3px solid #E8E8EB;
 	background-color: white;
	padding-bottom : 6px;
	padding-left : 6px;
	padding-right : 6px;
	padding-top : 6px;
}

 /*
**
** HEADLINES H1- H6  *****************************************************************
**
*/		

h1 		{	
						color: 	black; 
						background-color:	transparent;
						text-decoration: 	bold; 
						font-family: 		Arial, Verdana, Georgia, Helvetica, sans-serif; 
						font-size: 		20px;
			}

			
h2 		{
						color:black;
						background-color:	transparent;
						text-decoration: 	bold; 
						font-family: 		Arial, Verdana, Georgia, Helvetica, sans-serif; 
						font-size: 		18px;
			}

			
h3	     {
						color: #000000;
						text-decoration: bold;
						font-family: Arial, Verdana, Georgia, Helvetica, sans-serif;
						font-size: 16px;
						font : bold;
			}

			
h4	    {
						color: #000000;
						text-decoration: bold;
						font-family:  Arial,  Verdana, Georgia, Helvetica, sans-serif;
						font-size: 14px;
						font : bold;
						display: inline;
}


h5		{
						color: #000000;
						font-family:  Verdana, Arial, Georgia, Helvetica, sans-serif;
						font-size: 11px;
						font : bold;
			}

/*
**
** HTML-FORMATIERUNG *****************************************************************
** Für netscape einzeln!
**
*/					
		
table  {						
						text-decoration: none;
						font-family: Verdana, Arial, Georgia, Helvetica, sans-serif;
						font-size: 11px;	
			}  
				
 
 
 td       {						
						text-decoration: none;
						font-family: Verdana, Arial, Georgia, Helvetica, sans-serif;
						font-size: 11px;	
		   }  



tr       {						
						text-decoration: none;
						font-family: Verdana, Arial, Georgia, Helvetica, sans-serif;
						font-size: 11px;	
		   }  			
 
 
 blockqoute  {						
						text-decoration: none;
						font-family: Verdana, Arial, Georgia, Helvetica, sans-serif;
						font-size: 11px;	
				       }  


hr  {
	border: 1px solid #CCCCCC dashed thin;
}				
			
 /*
**
** Formulare und Masken  *****************************************************************
**
*/		
input {
	font-family: verdana, lucida, arial, helvetica, sans-serif;
	font-size : 11px;
}


 textarea {
	font-family: verdana, lucida, arial, helvetica, sans-serif;
	font-size : 11px;
}


input.button  {
	background-color: #E5E5E5;
	font-family: Verdana, Arial Georgia, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	
	border-top : 1px solid black;
	border-bottom : 1px solid black;
	border-left : 1px solid black;
	border-right : 1px solid black;
	border-style : solid;
	border-color : Black;
	
	margin : 0px 0px 0px;
}


ul {
	list-style : square inside;
	list-style-position : inside;
}

