#visualsmall .bigfloaterleft{  
   width:390px; 
}
#visualsmall .smallfloaterleft {
background-image:url(../_img/main/headline_back.jpg);
   width:198px;   
}
#visualsmall .smallfloaterright {
   width:192px;
   margin-right:10px;
   display:inline;
}
#visualsmall h3, #visualsmall p {
	margin-top: 5px;
	margin-left: 7px;
	margin-right: 7px;
    margin-bottom:5px;
}
#visualsmall h3 {
	color: #FFD793;
	font-size: 0.9em;
}
#visualsmall p {
	color: #000066;
	font-size: 0.75em;
}
#visualsmall .smallfloaterleft, .smallfloaterright, .bigfloaterleft {
min-height:130px;
overflow:visible;
}
/*IE hack for WIN */
* html  #visualsmall, * html .smallfloaterleft, * html .smallfloaterright,* html .bigfloaterleft
{
    height: 130px;  /* Internet Explorer < 6 */
    h\eight: 130px;   /* Internet Explorer >= 6 */
}
#content .smallfloaterleft p, .smallfloaterright p {  
   min-height: 35px;
}

/*IE hack for WIN */
* html  .smallfloaterleft p, * html .smallfloaterright p
{
    height: 35px;  /* Internet Explorer < 6 */
    h\eight: 35px;   /* Internet Explorer >= 6 */
}
#visualsmall #clear {
    clear: both;
    height:0;
	overflow: hidden;
}

