/*-- Fylout-Menü mit einem Submenü und Standardschaltern 165x60 --*/
.flyout_s1_03{width:175px;margin-left:12px; margin-top:10px;}
.flyout_s1_03 ul {padding:0;margin:0;list-style-type:none; width:175px;position:relative;border-style:none;border-width:0px;}
.flyout_s1_03 li {
/*	text-align:center; */
  	height:70px;
 	display:block;
 	margin:0px;
}
.flyout_s1_03 a{
	height: 60px;
	display:block;
 	width:165px;
  	color:black;
  	margin:0px;
  	padding-top:10px;
 	padding-bottom:2px;
 	font-size:12px;

	background:url(flyout_s1_03_bt.gif) center no-repeat;
	}
.flyout_s1_03 a:hover{
	padding-top:12px;
 	padding-bottom:0px;
	background:url(flyout_s1_03_bth.gif) center no-repeat;
	color:blue;

}
.flyout_s1_03 a img{
	max-height:35px;
	max-width:50px;
	float:left;
	border-width:0px;
	border-style:none;
	margin-left:10px;
	margin-right:5px;
}
.flyout_s1_03  table{
	margin-left:70px;
	background-color:#CCCC99;
	padding:0px;
}
.flyout_s1_03 td{
   height:100px;
	vertical-align:bottom;
	width:175px;
  	padding-bottom:12px;
	border-style:outset;
	border-width:2px;
	border-color:white;
	padding-left:10px;
}
.flyout_s1_03 td:hover{
	 padding-bottom:12px;
}
.flyout_s1_03 td:hover a{
 color:black;
}

.flyout_s1_03 td:hover a:hover{
 color:blue;
}
.flyout_s1_03 li:hover ul{
	visibility:visible;
}
.flyout_s1_03 ul ul {
 	position:relative;
	left:175px;
 	top:-120px;
 	visibility:hidden;
 	height:510px;
 	width:650px;
 	overflow:auto;
 	background:url(px.gif) center no-repeat;
}
.flyout_s1_03 :hover > a{

	color:blue;

}



