	body
		{ 
			background-image: url(../images/bg.jpg);
			background-repeat: repeat-y;
			background-position: top center;
			background-color: #5A5A5A;
			margin: 0px 0px 0px 0px;
		} 
		.table_medium
		{
			width: 577px;
			background-color: #3A3A3A;
			BORDER: 1px solid black;
		}
		.table_small
		{
			width: 358px;
			background-color: #3A3A3A;
			BORDER: 1px solid black;
		}	
		.table_mini
		{
			width: 215px;
			background-color: #3A3A3A;
			BORDER: 1px solid black;
		}			
		.contentbox
		{
			padding: 5px;
		}		
		.smallfont, .contentbox
		{
			font: 10px Tahoma;
			color: white;
		}	
		.largefont
		{
			font: 12px Tahoma;
			color: white;
		}						
		hr
		{
			border: 0px;
			border-top: solid 1px #4D4D4D;
			width: 100%;
			border-bottom: transparent;
			
		}
		.actpic
		{
			border: solid 1px black;
		
		}
		.headline
		{
			font: 12px Tahoma;
			color: #FB874E;
		}
		.impressum
		{
			font: 10px Tahoma;
			color: #4e4e4e;
		}		
		.act_home
		{
			font: 14px Tahoma;
			color: #ffffff;
		}		

		.error
		{ 
			color: #ff0000; 
			font: 12px Tahoma;
			font-weight: bold;	
		}			
		a:link, a:active, a:visited 
		{ 
			color: #FB874E; 
			text-decoration: none;
			font-weight: bold;
			
		}
		a:hover 
		{ 
			color: #FB874E; 
			text-decoration: underline;
			font-weight: bold;	
		}
		input.form, textarea
		{
			background-color: #7c7c7c;
			border: solid 1px #c9c9c9;
			width: 224px;
			color: #ffffff; 
			font: 12px Tahoma;
		
		}
		.orange
		{ 
			color: #FB874E; 	
		}		