#menu
{
position: relative;
left: 950px;
width: 50px;
z-Index: 4;
}

#kasten
{
top:50px;
left:50px;
width: 120px;
height: 55px;
text-align: left;
position: absolute;
overflow:hidden;
font-family:tahoma;
font-size: 15px;
color: #3B5998; 
}

#down
{
text-align: center;
font-family:tahoma;
color: #3B5998;
}

#up
{
text-align: center;
font-family:tahoma;
color: #3B5998;   
}

#buttonup
{
    position:absolute;
    top:30px;
    width:50px;
    left:50px;
    height:20px;
    text-align: left;
	display: none;
}

#buttondown
{
    position:absolute;
    top:105px;
    width:50px;
    left:50px;
    height:20px;
    text-align: left;
    visible: hidden;
}
