
#wurst {
height:200px;
width:200px;
background:yellow;
}

.wurst2 {
background:blue;
}

#navigation_box {
width:590px;
position:relative;
height:220px;
overflow:hidden;
line-height:100%;

}

#navigation_box_left {
position:relative;
float:left;
width:400px;
height:220px;
background:black;
}

.navigation_box_locationcontainer {
position:absolute;
padding:10px;
width:380px !important;
width:400px;
bottom:10px;
left:0px;
background:url(grafik/overlay_black.png);
font-size:9px;
color:white;
}

.locations_box {
width:400px;
height:220px;
float:left;
}

.navigation_box_locationcontainer ul {
list-style-type:none;
}

.navigation_box_locationcontainer ul li {
float:left;
/*width:132px;*/
padding-top:0px;
padding-bottom:1px;

}

#navigation_box_right {
position:relative;
width:190px;
float:left;
height:220px;
}

#navigation_box #ulu {
list-style-type:none;
float:right;
}

#navigation_box #ulu li {
border-top:1px solid #3C3C42;
font-size:12px;
width:190px;
}


#navigation_box #ulu li
{
background:#666666;
}


#navigation_box #ulu li.ui-state-active {
background:#2B2B32;
}

#navigation_box #ulu li a{
display:block;

color:#cccccc;
padding:10px;
text-decoration:none;
font-size:9px;
}

#navigation_box #ulu li:hover
{
background:#EB3909;
}

#navigation_box #ulu li a:hover{
display:block;
color:white;
padding:10px;
text-decoration:none;
font-size:9px;
}

.ui-tabs .ui-tabs-hide {
     display: none;
}

div.clear
{
clear: left;
height: 0;
margin: 0;
padding: 0;
font-size: 0;
}

.navigation_box_locationcontainer ul li a {
color:white;
font-size:9px;
}
