/* CSS definition file containing sitestyle stylesheets */

BODY 
	{ 
	font-family: Verdana,Tahoma,Arial,Helvetica,sans-serif; 
	font-weight: normal; 
	font-style: normal; 
	color:white;

	scrollbar-face-color: 		gray; 	/* Vordergrund */
	scrollbar-track-color: 		black; 		/* Hintergund */		
	scrollbar-highlight-color: 	silver; 	/* links&oben innen */
	scrollbar-3dlight-color: 	black;		/* links&oben aussen*/		
	scrollbar-shadow-color: 	#535353; 	/* Schatten rechts&unten innen*/	
	scrollbar-darkshadow-color: black;		/* Schatten rechts&unten aussen*/			
	scrollbar-arrow-color: 		black;		/* Pfeile */		
	}
	
A:active 
 	{ 
	font-family: Verdana,Tahoma,Arial,Helvetica,sans-serif; 
	font-size: x-small; 
	font-weight: normal; 
	font-style: normal;
	text-decoration: none;
	color: black;
	}
	
A:link 
 	{ 
 	font-family: Verdana,Tahoma,Arial,Helvetica,sans-serif; 
	font-size: x-small; 
	font-weight: normal; 
	font-style: normal;
	text-decoration: none;
	color: white;
	}
	
A:visited 
 	{ 
	font-family: Verdana,Tahoma,Arial,Helvetica,sans-serif; 
	font-size: x-small; 
	font-weight: normal; 
	font-style: normal;
	text-decoration: none;
	color: white;
	}	
	
A:hover 
 	{ 
	font-family: Verdana,Tahoma,Arial,Helvetica,sans-serif; 
	font-size: x-small; 
	font-weight: normal; 
	font-style: normal;
	text-decoration: underline;
	color: white;
	}
		
h1 
 	{ 
	font-family: Verdana,Tahoma,Arial,Helvetica,sans-serif; 
	font-size: 14px; 
	font-weight: bold; 
	font-style: normal;
	}
	
P 	{ 
 	font-family: Verdana,Tahoma,Arial,Helvetica,sans-serif; 
	font-size: 11px; 
	font-weight: normal; 
	font-style: normal;
	}
	
div { 
 	font-family: Verdana,Tahoma,Arial,Helvetica,sans-serif; 
	font-size: 11px; 
	font-weight: normal; 
	font-style: normal;
	}

div.big { 
 	font-family: Verdana,Tahoma,Arial,Helvetica,sans-serif; 
	font-size: 13px; 
	font-weight: bold; 
	font-style: normal;
	}
	
div.tall { 
 	font-family: Verdana,Tahoma,Arial,Helvetica,sans-serif; 
	font-size: 13px; 
	font-weight: normal; 
	font-style: normal;
	}
	
LI { 
 	font-family: Verdana,Tahoma,Arial,Helvetica,sans-serif; 
	font-size: 11px; 
	font-weight: normal; 
	font-style: normal;
	}
	
 
.rahmen 
	{
	border: 1px solid gray;
	}
	
textarea
	{
	border: 1px solid gray;	
	background-color:black;
	color: white;
	}
	
input		
	{
	border: 1px solid gray;	
	background-color:black;
	color: white;
	}