td,input { font-size:11px;
	  font-family: Arial, Helvetica, sans-serif;
	  font-weight:normal;
	  }
input 	{ font-size:11px;
	  font-family: Arial, Helvetica, sans-serif;
	  font-weight:normal;
	  input: border-color:#0f0f0f;
	  border-style: solid;
	  border-width:1px;
	  }

#submen0 td {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	line-height:14px;
	/* background-color: #ffffff; */
	layer-background-color: #ffffff; für Netscape 4
	width:129px; /*IE5Mac IE6 Mozilla Opera read this*/
	} 
#submen0 a
	{
	border: #999999 1px solid; 
	border-right: #999999 1px solid; 
	padding-right: 0px;
	border-top: #999999 1px solid;
	padding-left: 0px;
	padding-bottom: 0px;
	border-left: #999999 1px solid;
	padding-top: 0px;
	border-bottom: #999999 1px solid;
	/* background-color: #FFFFFF; */
	display: block;
	padding: 1px 1px 1px 5px; 
	text-decoration: none !important;
	/* width: 100%; */ /*IE 5 PC reads this*/
	
	} 
#submen0 a:link 
	{
	color: #666666;
	text-decoration: none !important;
	}
#submen0 a:visited 
	{
	color: #666666;
	text-decoration: none !important;
	}
#submen0 a:hover,a:active,a:focus
	{
	background-color: #E6E6E6;
	text-decoration: none !important;
	}

table{
		margin-top:0px;
		margin-left:0px;
		margin-right:0px;
		margin-bottom:0px;}

body{
		background-color:<?php echo $Hintergrundfarbe ?>;
		margin-top:0px;
		margin-left:0px;
		margin-right:0px;
		margin-bottom:0px;
		<?php if(ereg( "MSIE", $HTTP_USER_AGENT))
			{
			?>
		scrollbar-3dlight-color:<?php echo $Begrenzungsfarbe?>;
		scrollbar-arrow-color:<?php echo $Begrenzungsfarbe?>;
		scrollbar-base-color:<?php echo $Hintergrundfarbe ?>;
		scrollbar-darkshadow-color:<?php echo $Begrenzungsfarbe?>;
		scrollbar-face-color:<?php echo $Hintergrundfarbe ?>;
		scrollbar-highlight-color:<?php echo $Hintergrundfarbe ?>;
		scrollbar-shadow-color:<?php echo $Begrenzungsfarbe?>;
	<?php
	}
	?>

}