body 

	{
		background-color:#162B58;
		color:#000000;
		font-size:10pt; 
		font-family:Arial;
		margin-left:0px; 
		margin-right:0px; 
		margin-bottom:20px; 
		margin-top:20px; 
		margin-width:0px; 
		margin-height:0px;
		scrollbar-base-color:#C12904; 
		scrollbar-arrow-color:#C12904;
		scrollbar-face-color:#A29F9F;
	}

a:link 

	{
		text-decoration:underline; 
		color:#C12904;
	}


a:visited

	{
		text-decoration:underline;
		color:#C12904;
	}

a:active 

	{
		text-decoration:underline;
		color:#C12904;
	}
	
.klein

	{
		font-size:8pt;
		color:#000000;
	}	

#bg 

	{
		background-image:url('./Images/bg.jpg');
		background-position: left top;
		background-repeat:no-repeat;
		background-color:#A29F9F;
	}
	
#bg_top 

	{
		background-image:url('./Images/top.jpg');
		background-position: left top;
		background-repeat:repeat-x;
		color:#C12904;
		font-size:11pt; 
	}
	
#bg_top a

	{
		text-decoration:underline;
		color:#FFFFFF;
		font-size:11pt; 
	}
	
#bg_top1

	{
		background-image:url('./Images/top_1.jpg');
		background-position: left top;
		background-repeat:repeat-x;
		color:#FFFFFF;
		font-size:11pt; 
	}
	
#bg_middle

	{
		background-image:url('./Images/middle_1.jpg');
		background-position: left top;
		background-repeat:no-repeat;
		color:#000000;
		font-weight:bold;
	}

#bg_bottom 

	{
		background-image:url('./Images/top.jpg');
		background-position: left top;
		background-repeat:repeat-x;
		color:#FFFFFF;
		font-size:9pt; 
	}
	
#table

	{
		color:#000000;
		font-size:10pt; 
		font-weight:bold;
	}
	
#table_zeiten

	{
		color:#C12904;
		font-size:10pt; 
		font-weight:bold;
	}	
	
#dropmenudiv

	{		
		border-left:1px solid #C12904; 
		border-right:1px solid #C12904;
		border-top:1px solid #C12904;
		border-bottom:0px solid #C12904; 
		position:absolute;
		line-height:20px;
		z-index:100;
		color:#000000; 
		font-style:normal; 
		font-variant:normal; 
		font-weight:normal; 
		font-size:10pt; 
		font-family:Arial;
	}

#dropmenudiv a
	
	{
		width: 100%;
		display: block;
		text-indent: 3px;
		border-bottom: 1px solid #C12904;
		padding: 1px 0;
		text-decoration: none;
		font-weight: bold;
		color:#FFFFFF;
	}

#dropmenudiv a:hover

	{ 
		/*hover background color*/
		background-color: #A29F9F;
		color:#000000;
	}
	
#mail>span:before { content:"@"; }
#mail>span span { display:none; }
*:first-child+html #mail>span span { display:inline; }
