.kotteprodukt
{
clear:both;
margin-bottom:10px;
padding:5px 0 5px 0;
}

.kottebild
{
	float:left;
	margin-right:10px;
	border:0;
}

.kottebild img
{
	width:100px;
	border:1px solid #000;
}

.kottelink
{
margin-top:20px;
padding-bottom:20px !important;
border-bottom:1px solid #CCFFCC;
display:block;
font-weight:bold;
}

.kottehead
{
font-size:14px;
margin-top:0;
padding-top:0;
}

.kotteueberschrift
{
font-size:14px;
margin:0 0 3px 0;
}

/* style the outer div to give it width */
#footermenu {
	float:left;
	margin-left:714px;
	margin-top:-41px;
}

* html #footermenu {
	float:left;
	margin-left:355px;
	margin-top:-41px;
}

.softair {
width:80px;
font-size:11px;
margin:0 0 0 0;
font-family: Arial,Helvetica,sans-serif;
}

*html .softair {
margin:0 0 0 0;
padding-top:0;
}

.softair span
{
font-weight:normal !important;
}

/* remove all the bullets, borders and padding from the default list styling */
.softair ul 
{
padding:0;
margin:0;
list-style-type:none;
}

.softair ul ul
{
width:200px;
}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.softair li
{
	float:left;
	width:80px;
	position:relative;
}
.softair li li
{
	float:left;
	width:200px;
	position:relative;
}

/* style the links for the top level */
.softair a, .softair a:visited
{
display:block;
font-size: 11px;
text-decoration:none; 
color:#666 !important; 
width:80px; 
border:1px solid #fff;
border-right:1px solid #fff;
background:#ffffff; 
padding:1px 0 1px -1px; 
text-align:left;
font-weight:normal;
}

/* a hack so that IE5.5 faulty box model is corrected */
* html .softair a, * html .softair a:visited
{
width:80px;
w\idth:79px;
border-right:0 !important;
}

.softair li ul a, .softair li ul a:visited
{
display:block;
font-size: 11px;
text-decoration:none; 
color:#000 !important; 
width:196px; 
border:1px solid #fff;
border-right:1px solid #fff;
background:#ffffff; 
padding:1px 0 1px -1px; 
text-align:left;
font-weight:bold;
}

/* a hack so that IE5.5 faulty box model is corrected */
* html .softair li ul a, * html .softair li ul a:visited
{
width:210px;
w\idth:199px;
border-right:0 !important;
}

*+ html .softair a, *+ html .softair a:visited
{
border-right:0 !important;
}

/* style the second level background */
.softair ul ul a.drop, .softair ul ul a.drop:visited
{
background:#fffffe;
border-right:0 !important;
}

/* style the second level hover */
.softair ul ul a.drop:hover
{
background:#fffffe;
}

.softair ul ul :hover > a.drop
{
background:#fffffc;
}

/* style the third level background */
.softair ul ul ul a, .softair ul ul ul a:visited
{
border-right:0 !important;
background:#fffffb;
}

/* style the third level hover */
.softair ul ul ul a:hover
{
background:#fffffa;
}

.softair ul ul ul :hover > a
{
background:#fffffe;
}

/* style the table so that it takes no part in the layout - required for IE to work */
.softair table {border-collapse:collapse; border:0; position:absolute; left:0; bottom:-1px;}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.softair ul ul
{
	visibility:hidden;
	position:absolute;
	bottom:15px;
	left:-128px;
	width:200px;
	border-bottom:1px solid #c0c0c0;
	border-left:1px solid #c0c0c0;
}

* html .softair ul ul
{
bottom:14px;
left:-128px; 
}

/* position the third level flyout menu */
.softair ul ul ul
{
left:200px; 
bottom:0;
width:200px;
}

/* position the third level flyout menu for a left flyout */
.softair ul ul ul.left
{
left:-150px;
}


/* style the second level links */
.softair ul ul a, .softair ul ul a:visited
{
background:#fffffd; 
color:#000 !important; 
height:auto; 
padding:2px 11px; 
width:178px;
border-right:0 !important;
/* yet another hack for IE5.5 */
}

* html .softair ul ul a
{
font-size: 11px;
width:190px;
w\idth:178px;
}


/* style the top level hover */
.softair a:hover
{
	color:#000;
	font-size: 11px !important;
	background:#fffffc !important;
}

.softair ul ul a:hover
{
	color:#000;
	font-size: 11px !important;
	background:#D0E8C9 !important;
}

.softair :hover > a, .softair ul ul :hover > a
{
color:#000;
font-size: 11px;
background:#fffffb;
}

/* make the second level visible when hover on first level list OR link */
.softair ul :hover ul
{
visibility:visible;
height:auto;
}

/* keep the third level hidden when you hover on first level list OR link */
.softair ul :hover ul ul
{
display:none;
}

/* keep the fourth level hidden when you hover on second level list OR link */
.softair ul :hover ul :hover ul ul
{
display:none;
}

/* make the third level visible when you hover over second level list OR link */
.softair ul :hover ul :hover ul
{ 
display:block;
bottom:0;
}

/* make the fourth level visible when you hover over third level list OR link */
.softair ul :hover ul :hover ul :hover ul
{ 
display:block;
bottom:0;
}