body{background-color: #000000;}

a:link{color:#000000;text-decoration:none;font-family:arial, sans-serif;}
a:visited{color:#000000;text-decoration:none;font-family:arial, sans-serif;}
a:hover{color:#000000;text-decoration:none;font-family:arial, sans-serif;}
a:focus{color:#000000;text-decoration:none;font-family:arial, sans-serif;}
a:active{color:#000000;text-decoration:none;font-family:arial, sans-serif;}


.style3 {
        font-family: Verdana;
        color: #000000;
         padding-top:5px;
        text-align: center;
         }
.style4 {
        font-family: Verdana;
        color: #000000;
        font-size: small;
        text-align: center;
         }

.style23 {
        text-align: center;
        color: #808080;
        font-family: Verdana;
        font-size: small;
         padding-bottom: 20px;
}
.style33 {
        text-align: center;
        color: #808080;
        font-family: Verdana;
        font-size: 18px;
        font-weight : bold;

}
.style34 {
        text-align: center;
        color: #808080;
        font-family: Verdana;
        font-size: 12px;
        padding-bottom: 20px;

}
.style24 {
        text-align: right;
        color: #808080;
        font-family: Verdana;
        font-size: small;
         font-style:italic;
         padding-bottom: 5px;
         padding-right: 5;


}
.style25 {
        text-align: left;
        color: #FFFFFF;
        font-family: Verdana;
        font-size: small;
         padding-bottom: 5px;
         padding-left: 5;

}

div.logo {
 text-align: right;
 margin:20px 20px 20px 250px; border:1px solid red;
  background-image:url(cr-small.jpg); background-repeat:no-repeat; background-position:right center;
  background-attachment:scroll;
}

.bewerbung{
}

table{
         text-align: right;
        color: #808080;
        font-family: Verdana;
        font-size: 12px;
        padding-bottom: 20px;
        }

#abcstandort{
	background: url(http://www.cr24.de/standorte.jpg) norepeat;
	width:128px;
	height:110px;
}

#abcstandort:hover{
	background: url(http://www.cr24.de/standorte-hl.jpg) norepeat;
}

.mehladr:before {
		content: attr(data-website) "\0040" attr(data-user) ;
		unicode-bidi: bidi-override;
		direction rtl;
}

.standorte{ 
	position : relative;
		width:128px;
		heigth:110px;
}

.logotop{
	position : relative;
	width:200px;
	heigth:130px;
}


.image{
		display:block;
			width:100%;
			height:auto;
}
.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .0s ease;
  background-color: #008CBA;
}

.standorte:hover .overlay {
  opacity: 1;
}
  .logotop:hover .overlay {
  opacity: 1;
  }