span.pictobutton {
    background: none repeat scroll 0 0 #5B8CAE;
    color: #FFFFFF !important;
    text-align: center;
    transition: all 0.5s ease-in 0s;
	cursor: pointer;
}

span.pictobutton:hover {
  color:white!important;
  text-decoration:none;
  background:#546F83;
}

.layer-anfrage{
    background:transparent url(images/overlay.png) repeat top left;
	background-color: #666666;
	opacity: 0.6;
	filter: alpha(opacity = 60);
    position:fixed;
    top:0px;
    bottom:0px;
    left:0px;
    right:0px;
    z-index:100;
}

.layer-inhalt{
    position:fixed;
    top:-1000px;
	margin: 0px 10%;
    background-color:#EDEEEF;
    z-index:101;
	max-height: 80% !important;
	max-width: 80% !important;
	width: 700px;
	height: 700px;
	display: block;
}

img.layer-close{
    float:right;
    width:27px;
    height:27px;
    margin-top:-9px;
    margin-right:-5px;
    cursor:pointer;
	font-weight: bold;
	z-index: 100;
}

.layer-inhalt-unten{
	position: absolute;
	background:linear-gradient(to bottom, #EDEEEF 0%, #DADBDD 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	margin-top: 20px;
	padding: 0px 20px 20px 20px;
	width: 700px;
	height: 660px;
	max-height: 95% !important;
	max-width: 100% !important;
	overflow: auto;
	overflow-x: hidden;
	clear: both;
	display: block;
}





