body								
{
	margin:			0;				
	margin-top:		25px;
	background-color:	#CCCCCC;			
	font-family: 		Verdana, Arial, Helvetica, sans-serif; 		
	font-size: 		10px; 
	color:			#000000;
}

.logo								
{
	width:			200px; 
	text-align:		center; 
	color:			#FFFFFF; 
	font-size: 		xx-small; 
	vertical-align:		top; 
	background-image: 	url(../images/logo_blau.gif); 
	background-position: 	0 0;
	background-repeat: 	no-repeat;
}

.topnav
{
	background-image: 	url(../images/bg_topnav.gif); 
	background-position: 	0 0; 
	background-repeat: 	no-repeat; 
	text-align:		left; 
	padding-left:		370px; 
	color:			#FFFFFF; 
	font-size: 		x-small;
}

.menu								
{
	color:			#FFFFFF; 
	font-size: 		small; 
	text-align:		left; 
	vertical-align:		top; 
	background-color:	#999999;
}

.headline
{
	font-size:		small;
	font-weight:		bold;
	color:			#333333; 
	vertical-align:		bottom;
}

.content
{
	padding-left:		17px;
	color:			#333333; 
	font-size: 		x-small; 
	text-align:		left; 
	vertical-align:		top; 
	background-color: 	#E6E6E6; 
}

a:link, a:visited, a:active 					
{ 
	color: 			#333333; 			
	text-decoration: 	underline; 				
}
a:hover 							
{ 
	text-decoration: 	underline; 				
}

a.white:link, a.white:visited, a.white:active 			
{ 
	color: 			#FFFFFF; 			
	text-decoration: 	none; 				
}
a.white:hover 							
{ 
	text-decoration: 	none; 			
}

.input
{
	background-color:	#ffffff;
	color:			#333333;
	font-family: 		Verdana, Arial, Helvetica, sans-serif; 		
	font-size:		x-small;
	font-weight:		bold;
	border:			1px solid #999999;
}

.button
{
	background-color:	#CCCCCC;
	color:			#333333;
	border:			1px solid #999999;
	font-family: 		Verdana, Arial, Helvetica, sans-serif; 		
	font-size:		x-small;
	font-weight:		bold;
}