body, table {
font-family: Arial, 'Trebuchet MS', Tahoma, Verdana, sans-serif;
font-size: 13px;
line-height: 150%;
margin: 0;
color:white;
background: #679ca9;
}

h1, h2, h3 {
color: white;
font-size: 30px;
font-family: Arial, 'Trebuchet MS', Tahoma, sans-serif;
margin-top: 0.2em;
font-weight:bold;
}

h2 {
font-size: 18px;
}

h3 {
font-size: 16px;
}

hr { margin-bottom: 16px;

border-bottom: 1px   dotted  #fff;
border-top: 0;
border-left: 0;
border-right: 0;
}

a, a:visited { color: #fff; text-decoration: underline; }
a:hover { color: #0B6C82; text-decoration: none; font-weight:bold; }

a img { border: none }

img {
border-radius: 25px 5px 5px 5px;

}

.aniHoverbox {
    float: left;
    height: 156px;
    margin: 7px;
    position: relative;
    width: 156px;
}
.aniHoverbox:hover {
    z-index: 5;
}
img.aniHoverboxBild {
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -khtml-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    background: none repeat scroll 0 0 #A8A8A8;
    border-color: #CCCCCC #8F8F8F #8F8F8F #CCCCCC;
    
    border-style: solid;
    border-width: 1px;
    box-shadow: 1px 1px 2px #000000;
    display: block;
    height: 150px;
    left: 0;
    padding: 1px;
    position: absolute;
    top: 0;
    width: 150px;
}
.aniHoverbox:hover img.aniHoverboxBild {
    height: 200px;
    left: -23px;
    position: absolute;
    top: -23px;
    width: 200px;
    box-shadow: 1px 1px 4px #000000;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -khtml-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.aniHoverboxGlass {
    -moz-transition: opacity 0.3s ease 0s, height 0.3s ease 0s, width 1s ease 0s, top 1s ease 0s, left 1s ease 0s;
    -o-transition: opacity 0.3s ease 0s, height 0.3s ease 0s, width 1s ease 0s, top 1s ease 0s, left 1s ease 0s;
    -webkit-transition: opacity 0.3s ease 0s, height 0.3s ease 0s, width 1s ease 0s, top 1s ease 0s, left 1s ease 0s;
    -khtml-transition: opacity 0.3s ease 0s, height 0.3s ease 0s, width 1s ease 0s, top 1s ease 0s, left 1s ease 0s;
    -ms-transition: opacity 0.3s ease 0s, height 0.3s ease 0s, width 1s ease 0s, top 1s ease 0s, left 1s ease 0s;
    transition: opacity 0.3s ease 0s, height 0.3s ease 0s, width 1s ease 0s, top 1s ease 0s, left 1s ease 0s;
    height: 150px;
    left: 2px;
    opacity: 1;
    position: absolute;
    top: 2px;
    width: 150px;
    z-index: 1;
}
.aniHoverbox:hover .aniHoverboxGlass {
    -moz-transition: opacity 1s ease 0s, height 0.3s ease 0s, width 0.3s ease 0s, top 0.3s ease 0s, left 0.3s ease 0s;
    -o-transition: opacity 1s ease 0s, height 0.3s ease 0s, width 0.3s ease 0s, top 0.3s ease 0s, left 0.3s ease 0s;
    -webkit-transition: opacity 1s ease 0s, height 0.3s ease 0s, width 0.3s ease 0s, top 0.3s ease 0s, left 0.3s ease 0s;
    -khtml-transition: opacity 1s ease 0s, height 0.3s ease 0s, width 0.3s ease 0s, top 0.3s ease 0s, left 0.3s ease 0s;
    -ms-transition: opacity 1s ease 0s, height 0.3s ease 0s, width 0.3s ease 0s, top 0.3s ease 0s, left 0.3s ease 0s;
    transition: opacity 1s ease 0s, height 0.3s ease 0s, width 0.3s ease 0s, top 0.3s ease 0s, left 0.3s ease 0s;    
    height: 200px;
    left: -21px;
    opacity: 0;
    top: -21px;
    width: 200px;
    height:0px\9;
    width:0px\9;
    *height:0px
    *width:0px;
    _height:0px
    _width:0px;
}

.aniHoverbox
{
	*position: relative;
}

.aniHoverbox:hover
{
	*display: block;
	*font-size: 100%;
	*z-index: 1;
}

.aniHoverbox:hover .aniHoverboxBild
{
	*top: -38px;
	*left: -50px;
}

/*-------------------------------------------------------*/

.contener {
border-radius: 25px 5px 5px 5px;
background-color: #7FB7C4;
padding: 10px;
}

.contener:hover {
border-radius: 25px 5px 5px 5px;
background-color: #93CCD8;
padding: 10px;
color: #000000;
}
