html {
	background: url(../bilder/bg.jpg) repeat #E0E0E0;
}
body {
	width:940px;
	margin:0 auto;
}

#pano, .tour {
	box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.15);
}

.overlays > li {
	box-shadow: 2px 2px 10px 0px rgb(217, 217, 217);	
}

/* Pano */
#pano {
	background:url(../bilder/Dresden_Canaletto-Blick.jpg);
	height:391px;
	width:100%;
	display:block;
	position:relative;
}
#logo {
	padding:15px;
}
.intro {
	position:absolute;
	right:20px;
	top:0;
	padding:15px;
	background:#fff;
	background:rgba(255,255,255,0.9);
	height:361px;
	width:290px;
}
.intro h1 {
	color:#A67019;
	text-transform:uppercase;
	font-size:14px;
	font-weight:normal;
	padding:15px 0;
}
.intro p {
	font-size:12px;
	line-height:15px;
	margin-bottom: 5px;
	color:#000;
	text-shadow:0 1px 0 rgba(255,255,255,0.5);
}

/* Touren */
#touren {
	counter-reset: tour;
	display:block;
	position:relative;
}
.tour {
	float:left;
	width:200px;
	height:474px;
	padding:10px;
	margin:22px 0 20px;
	background:#fff;
	position:relative;
	display:block;
	5CA4FF
}
.tour + .tour {
	margin-left:20px;
}
.tour h1 {
	color:#fff;
	font-size:13px;
	hyphens:auto;
	width:200px;
	height:32px;
	padding:10px;
	margin:-10px 0 10px -10px;
	background:#5CA3FF;
	transform:all 0.2s linear;
	cursor:pointer;
}
.tour h1:before {
	color: #FFFFFF;
	content: counter(tour, decimal);
	counter-increment: tour;
	float: right;
	font-size: 18px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	width: 31px;
}
.tour h1.dim {
	background:#648CBF;
	color:#e0e0e0;
}
.tour h1.dim:before {
	opacity:0.5;
}
.tour strong, .overlays strong {
	padding: 5px 0;
	display: inline-block;
}
.tour p, .overlays p, #anmeldung p {
	font-size:12px;
	line-height:15px;
	margin-bottom:5px;
	clear:left;
}
.tour button, .tourIntro button {
	color:#fff;
	background:#5CA3FF;#A67019
}
.tour button, .tourIntro button, #anmeldeForm button {
	text-align:center;
	font-weight:bold;
	border:none;
	width:200px;
	padding:5px 0;
	position:absolute;
	bottom:10px;
	left:10px;
}
#anmeldeForm button {
	position:static;
	font-size:16px;
	background: #fa802b;
	color: white;
}

/* Overlay */
.overlays {
	list-style:none;
}
.overlays > li {
	width:100%;
	height:422px;
	padding:10px 0;
	background:#fff;
	position:absolute;
	left:0;
	top:74px;
	z-index: 1;
}
.overlays .einViertel {
	float:left;
	width:220px;
	text-align:left;
}
.overlays .einViertel + .einViertel {
	margin-left:20px;
}
.overlays .tourIntro {
	width:200px;
	padding:0 10px;
	text-align:left;
}
.overlays .icon {
	float:left;
	margin-right:10px;
	margin-bottom:5px;
}
.overlays h2 {
	font-size:14px;
}
.overlays ul {
	list-style:disc;
	clear:left;
	padding-left:15px;
	text-align:left;
	margin: 5px 0 20px;
}
.overlays .details p {
	margin: 5px 0 20px;
	text-align:left;
}
.overlays .anmelden {
	color:white;
	text-align:center;
	font-weight:bold;
	background:#FA802b;
	border:none;
	width:200px;
	padding:5px 0;
	position:absolute;
	bottom:10px;
	right:10px;
}

/* Anmeldung */
#anmeldungDim {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	min-height:100%;
	background:rgba(0,0,0,0.6);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#60000000, endColorstr=#60000000)";
	z-index: 20;
}
#anmeldung {
	display:block;
	margin:5% auto 0;
	padding:20px;
	width:370px;
	background:#fff;
}
#anmeldung h1 {
	color:#fff;
	font-weight:normal;
	font-size:16px;
	text-transform:uppercase;
	background:#5CA3FF;
	width:370px;
	margin:-20px 0 20px -20px;
	padding:20px;
	display:block;
	position:relative;
}
#anmeldung #schliessen {
	position:absolute;
	top:20px;
	right:20px;
	cursor:pointer;
}
#anmeldeForm label {
	font-size:14px;
	font-weight:bold;
	width:100%;
	display:block;
	margin-bottom:5px;
}
#anmeldeForm input, #anmeldeForm select, #anmeldeForm textarea {
	width:325px;
	padding:10px;
	margin-bottom:25px;
	border:1px solid #232323;
	display:block;
}
#anmeldeForm select {
	width:345px;
}
#anmeldeForm textarea {
	height:110px;
}
#url, label[for='url'] {
	display:none !important;
}
#anmeldeForm label.error {
	color:#c21b1a;
}
#anmeldeForm input.error {
	border-color:#c21b1a;
}
.ajaxLoading {
    display: block;
    margin: 15px auto;
    padding-top: 15px;	
}

/* Footer */
footer {
	font-size:11px;
	line-height:15px;
	color:#272727;
	clear:left;
}
footer .box {
	background:#fff;
	padding:10px;
}
footer .sub {
	text-align:right;
	margin-top:20px;
	font-size:9px;
}
footer a, footer a:visited {
	text-decoration:underline;
	color:#272727;
}
footer a:hover {
	color:#272727;
	text-decoration:none;
}

.tac {
	text-align: center;
}