img, div { 
behavior: url('iepngfix.htc') 
}

.expstickybar{
position:fixed;
color: #000;
padding: 5px 5px 0px 5px;
margin:0px 3px;
right:0; /*horizontally center bar in window*/
left:0; /*horizontally center bar in window*/
background: #fff;
z-index: 10000;
width:auto; /*set width of bar to width of entire window*/
font-weight:bold;
border:1px solid #ccc;
-webkit-border-top-left-radius: 15px;
-webkit-border-top-right-radius: 15px;
-moz-border-radius-topleft: 15px;
-moz-border-radius-topright: 15px;
border-top-left-radius: 15px;
border-top-right-radius: 15px;
-moz-box-shadow:    3px 3px 5px 4px #ccc;
-webkit-box-shadow: 3px 3px 5px 4px #ccc;
box-shadow:         3px 3px 5px 4px #ccc;
behavior: url('PIE.htc');
}

.expstickybar a{
color: #000;
}

#inderbar{
display:block; 
width:100%; 
text-align:right; 
height:35px;
}

.inderinderbar{
float:right;
margin:0px 10px
}

.resources{
margin-top:10px;
font-size:0.9em;
}

.resources ul{
list-style-type:none;
}


#barcontent{
font-size:0.8em;
}

#d4u-aktuelle-main, #d4u-gesamte-main{
width:35%;
float:left;
}

#d4u-letzte{
width:20%;
float:left;
}

#d4u-gesamte, #d4u-aktuelle{
font-family:"trebuchet MS", Helvetica, sans-serif; 
float:left;
z-index:12;
width:80%;
margin-left:140px;
margin-top:-200px;
}

#d4u-aktuelle-kuchen{
z-index:-1;
float:left;
}

#d4u-gesamte-kuchen{
z-index:-1;
float:left;
}

.d4u-list {
background-color: rgba(250, 250, 250, 0.75);
border: 1px solid #EEEEEE;
padding: 6px;
}


