
/* LavaLamp Specific CSS: */
.lavaLamp{
padding-left:3px; padding-right:3px;
}

/* Demo 1 - Spaceship returnHome Demo */
#lavaLampBasicImage {
position: relative;
/*width: 444px;*/
/*background: url("../images/bg.gif") no-repeat top;**************/
/*padding: 15px;*/
padding-right:5px;
border:solid 1px #000000; /*minie***/
background:#2c3e00; /*minie***/
margin: 1px 0 0 -5px;
overflow: hidden;
height: 40px;/* 30px;*/
}
#lavaLampBasicImage li {
float: left;
list-style: none;
}
#lavaLampBasicImage li.backLava {
background: #000000; /*url("../images/lava.jpg") no-repeat right -30px;/*-30px;minnie***/
width: 9px; height: 50px;/*30px*/
z-index: 8;
position: absolute;
}
#lavaLampBasicImage li.backLava .leftLava {
background:#000 url(../icons/pfeil_brwn.gif) no-repeat bottom;/* minnie***/
height:  40px;/*30px;*/
margin-right: 8px; /* 7px is the width of the rounded shape */
}
#lavaLampBasicImage li a {
/*font: bold 14px arial;*/
text-decoration: none;
font-weight:bold;
color: #cccccc;
outline: none;
text-align: center;
top: 10px;/*was 7px*/
text-transform: uppercase;
letter-spacing: 0;
z-index: 10;
display: block;
float: left;
height:  50px;/*30px*/
position: relative;
overflow: hidden;
margin: auto 8px auto 28px;/*8px;    */
}
#lavaLampBasicImage li a:hover, #lavaLampBasicImage li a:active,
 #lavaLampBasicImage li a:visited, #lavaLampBasicImage li.current  a {
color: #cccccc;
border: none;
font-weight:bold;
}

