﻿@charset "utf-8";
/* CSS Document */

body {
	background: url("/layout/img/fancybox/fancybox_overlay.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
}

#fancy {
	max-width: 800px;
	background: #fff;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	position: relative;
}

.close {
	background: url("/layout/img/svgz/bt_fancy_close.svg") no-repeat scroll center center transparent;
    cursor: pointer;
    height: 33px;
    position: absolute;
    right: 8px;
    top: 15px;
    width: 33px;
    z-index: 8041;
}

.logo-folge {
	cursor: default !important;
}