﻿body 
{width: 500px;
      margin: 20px;
      background-color: #000000;
      font-family: helvetica, arial, tahoma, sans-serif;
      font-size: 100.1%;
      color: #000000;}
a:link { text-decoration:none; color: white;}
a:visited { text-decoration:none; color: white;}
a:hover { text-decoration:none; font-weight:bold; }
a:active { text-decoration:none; }
a:focus { text-decoration:none; font-weight:bold; }


div img
{
	width: 192px;
	height: 140px;

}

div img.small
{
	width: 168px;
	height: 118px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left:10px;
	margin-right:10px;
	border-width: 0
}

ul 
{
zoom: 1.47; 
margin-right:0;
margin-top:0;
margin-left:0;
width: 1200px;
font-family:Arial;
font-size: 100%;
text-align: left;
padding-left: 0;
}

ul a.small
{
	
	margin-left:10px;
	
}

ul li.column 
{
width:210px;
max-width:210px;
display:inline-block;
margin:0;
vertical-align:top;
}



ul li.column div.unorderedCell 
{

margin-top: 20px;
margin-left: 10px;
margin-right:10px;
text-align:center;
}



ul li.column div.big 
{
height:135px;
background-color:#000000;
background-image: url(00TASTE.jpg);

}

#sgbseite {  }
#inhalt{
float:left;
width:735px;
height:800px;

margin: 0px;
margin-top: 20px;
text-align:center;
margin-right: 5px;
border: 0 0 0 0;
border-color: #000000;
	}
	
#navigation{
		overflow:auto;
		height: 480px;
		}
#kopf
{
	
	width: 900px;
	background-color:#000000;

}		
#frame
{
	overflow: auto;
	width:100%;
	height:100%;
	border: 0 0 0 0;
	border-color: #000000;
	margin-right:20px;
	border-width: 0px;
}
.clear{clear:both;}








#menu {
    width: 100%;
    margin: 0;
    padding: 0px 0 0 0;
    list-style: none;  
    background-color: #111;
    background-image: linear-gradient(#444, #111);
    border-radius: 5px;
    box-shadow: 0 1px 1px #2F4F4F;
}


#menu li {
    float: left;
    padding: 10px 0 30px 0px;
    position: relative;
}

#menu a {
    float: left;
    height: 20px;
    padding: 0 25px;
    color: #F5F5F5;
    text-transform: uppercase;
    font: bold 12px/25px Arial, Helvetica;
    text-decoration: none;
    text-shadow: 0 1px 0 #000;
    font: 1.1em/150% arial;
    font-weight: 100; 
}

#menu li:hover > a {
    color: #fafafa;
}

*html #menu li a:hover { /* IE6 */
    color: #fafafa;
}

#menu li:hover > ul {
    display: block;
}

/* Sub-menu */
#menu ul {
    list-style: none;
    margin: 0;
    padding: 0;    
    display: none;
    position: absolute;
    top: 37px;
    left: 0;
    width: 185px;
    z-index: 99999;    
    background-color: #444;   
    background-image: linear-gradient(#444, #111);    
    -moz-border-radius: 2px;
    border-radius: 2px;
}

#menu ul li {
    float: none;
    margin: 0;
    padding: 0;
    display: block;  
    box-shadow: 0 1px 0 #111111, 
                0 2px 0 #777777;
}

#menu ul li:last-child { 
    box-shadow: none;    
}

#menu ul a {    
    padding: 10px;
    height: 13px;
    width: 169px;
    line-height: 1;
    display: block;
    white-space: nowrap;
    float: none;
    text-transform: none;
    font: 0.7em/150% arial;
    font-weight: 100; 

}

*html #menu ul a { /* IE6 */   
    height: 10px;
    width: 150px;
}

*:first-child+html #menu ul a { /* IE7 */    
    height: 10px;
    width: 150px;
}

#menu ul a:hover {
    background-color: #0186ba;
    background-image: linear-gradient(#191919, #686666);
}

#menu ul li:first-child a {
    border-radius: 5px 5px 0 0;
}

}

#menu ul li:last-child a {
    border-radius: 0 0 5px 5px;
}

/* Clear floated elements */
#menu:after {
    visibility: hidden;
    display: block;
    padd
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;

}

* html #menu             { zoom: 1; } /* IE6 */
*:first-child+html #menu { zoom: 1; } /* IE7 */