@charset "UTF-8";

*
{
    margin: 0;
    padding: 0;
}

#wrapper{
    width: 960px;
    margin: 20px auto;
}

#aquarium
{
    position: relative;
    width: 960px;
    height: 500px;
    background: aquamarine;
}

#aquarium .taucher
{
    position: relative;
    background-color: transparent;
    padding-top: 220px;
    z-index: 8;
}

#aquarium .pflanze1
{
    position: relative;
    background-color: transparent;
    padding-left: 5px;
    z-index: 6;
}

#aquarium .pflanze2
{
    position: relative;
    background-color: transparent;
    padding-left: 20px;
    z-index: 2;
}

#aquarium .pflanze3
{
    position: relative;
    background-color: transparent;
    padding-left: 150px;
    z-index: 6;
}

#aquarium .pflanze4
{
    position: relative;
    background-color: transparent;
    padding-left: 155px;
    z-index: 2;
}

#aquarium .pflanze5
{
    position: relative;
    background-color: transparent;
    padding-left: 120px;
    z-index: 6;
}



.bubble
{
    display: none;
    position: absolute;
    bottom: 0;
    width: 30px;
    height: 30px;
    -webkit-border-radius: 20px;    
    border-radius: 20px;
    background-color: rgba(0, 128, 128, 0.2);
    border: 1px solid #5ccccc;
    z-index: 1;
}

.bubblebe
{
    display: none;
    position: absolute;
    bottom: 0;
    width: 30px;
    height: 30px;
    -webkit-border-radius: 20px;    
    border-radius: 20px;
    background-color: rgba(0, 128, 128, 0.2);
    border: 1px solid #5ccccc;
    z-index: 7;
}

.bubblebe1
{
    display: none;
    position: absolute;
    bottom: 0;
    width: 30px;
    height: 30px;
    -webkit-border-radius: 20px;    
    border-radius: 20px;
    background-color: rgba(0, 128, 128, 0.2);
    border: 1px solid #5ccccc;
    z-index: 9;
}

.fish
{
    position: absolute;
    left: 0;
    z-index: 11;
}

#box
{
    position:absolute;
    width:100px;
    height:100px;
    right: 150px;
    background-color: transparent;
    z-index: 1;
}


#box1_1 
{ 
    width: 150px; 
    height: 150px; 
    background-color: #f00; 
    position: absolute; 
    background-color: transparent; 
    z-index: 1;
}

#box1_2 
{ 
    right: 0;
    width: 150px; 
    height: 150px; 
    background-color: #f00; 
    position: absolute; 
    background-color: transparent; 
    z-index: 1;
}

#box2 
{ 
    width: 80px; 
    height: 50px; 
    background-color: #f00; 
    position: absolute; 
    padding-top: 150px;
    background-color: transparent;
    z-index: 4;
}

#box3 
{ 
    width: 60px; 
    height: 40px; 
    background-color: #f00; 
    position: absolute; 
    padding-top: 200px;
    background-color: transparent; 
    z-index: 4;
}

#box4
{ 
    width: 100px; 
    height: 100px; 
    background-color: #f00; 
    position: absolute; 
    padding-top: 350px;
    background-color: transparent; 
    z-index: 5;
}

#box5
{ 
    width: 100px; 
    height: 100px; 
    background-color: #f00; 
    position: absolute; 
    padding-top: 350px;
    background-color: transparent; 
    z-index: 4;
}

#box6
{ 
    width: 100px; 
    height: 100px; 
    background-color: #f00; 
    position: absolute; 
    padding-top: 350px;
    background-color: transparent; 
    z-index: 8;
}

#box7
{ 
    width: 100px; 
    height: 100px; 
    background-color: #f00; 
    position: absolute; 
    padding-top: 350px;
    background-color: transparent; 
    z-index: 10;
}


/* filter:FlipH(); */