.view {
   font-family : Arial; font-size: 12px;
   width: 300px;
   height: 107px;
   margin: 5px;
   float: left;
   border: 5px solid #fff;
   overflow: hidden;
   position: relative;
   text-align: center;
   -webkit-box-shadow: 1px 1px 2px #e6e6e6;
   -moz-box-shadow: 1px 1px 2px #e6e6e6;
   box-shadow: 1px 1px 2px #e6e6e6;
   cursor: default;
   background: #fff;
}
.view .mask,.view .content {
   font-family : Arial; font-size: 12px;
   width: 300px;
   height: 107px;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
   background: #fff;
}
.mask a {
   font-family : Arial; font-size: 12px;
   display: inline-block;
   text-decoration: none;
   padding: 7px 14px;
   background: url(../images/nav-blaukl.png) repeat-x top;   
   border:1px solid #000; border-radius: 15px;
   color: #fff;
   float:right;
}
.mask a:hover {
   font-family : Arial; font-size: 12px;
   text-decoration: none;
   color: #000;
}
.view img {
   display: block;
   position: relative;
}
.view h2 {
   text-transform: uppercase;
   color: #fff;
   text-align: center;
   position: relative;
   font-size: 12px;
   padding: 5px;
   background: url(../images/nav-blaukl.png) repeat-x top;   
   margin: 5px 0 0 0;
}

.view h4 {
   font-family : Arial; font-size: 12px;
   text-decoration: none;
   color: #fff;
   text-align: left;
   position: relative;
   font-size: 10px;
   padding: 5px;
   background: rgba(0, 0, 0, 2.8);
   margin: 0px 0 0 0;
}


.view p {
   font-family : Arial; font-size: 12px;
   background: #fff;
   position: relative;
   color: #fff;
   padding: 5px 5px 5px;
   text-align: left;
}
.view a.info {
   display: inline-block;
   float:right,
   text-decoration: none;
   background: #fff;
   color: #336699;
}
.view a.info: hover {
    text-decoration: none;
}