@charset "utf-8";
/* CSS Document */

html {
	background-color:#535353;
}

body {
	font: 13px/1.3 "Helvetica Neue",Helvetica,Verdana,Arial,sans-serif; color:#5c5a5a;
	background:#ddd url(../images/background_grad.jpg) center top repeat-x ;
	position:relative;
	padding:0;
	margin:0;
}

.concertBody {
	background:#ddd url(../images/background_grad_small.jpg) center top repeat-x ;
}

a, a:visited {color:#4f4f4f;}
a:hover {color:#303030;}

h1 {
	font-size:24px;
	color:#000;
	padding:0;
	margin:0;
}

h2 {
	margin:0;
	padding:0;
}

.divCenterFrame {
	width:1000px;
	margin:auto;
}

img {
	border:0;
}

input {
	font-size:13px;
	border:1px solid;
	border-color: #999 #888 #999 #888;
	padding: 7px 12px;
	color: #5c5a5a;
	margin:2px 4px 2px 0;
	width:350px;
}

textarea {
	font-size:13px;
	border:1px solid;
	border-color: #999 #888 #999 #888;
	font-family: "Helvetica Neue",Helvetica,Verdana,Arial,sans-serif;
	padding: 7px 12px;
	color: #5c5a5a;
	margin:2px 4px 2px 0;
	width:1000px;
	height:200px;
	resize:none;
}

input:focus {
	color: #000;
	background-color:#fff;
}

.invalidInput {
	border-color:#f00;
}

#imgLogo {
	position:absolute;
	left:0;
	top:30px;
}

#divNaviFrame {
	position:relative;
	height:80px;
	margin-bottom:70px;
}

#divNaviFrame a {
	text-decoration:none;
}

#divNavigation {
	position:absolute;
	right:0;
	top:30px;
	text-align:right;
	font-size:17px;
	font-weight:bold;
}

#divNavigation ul {
	list-style-type:none;
}

#divNavigation ul li {
	float:left;
	padding-bottom:3px;
	margin:12px 20px 16px 20px;
}

#divNavigation ul li:hover {
	margin:12px 20px;
	border-bottom:4px solid #000;
}

#divTitleFrame {
	margin-top:80px;
}

#divTitleFrame h1 {
	color:#fff;
	font-weight:bold;
	font-size:56px;
}

#divTitleFrame h2 {
	color:#fff;
	font-size:36px;
	font-weight:normal;
	margin-bottom:25px;
	margin-top:10px;
}

#divHeadFrame {
	height:376px;
	border:5px solid #000;
	background-color:#fff;
	padding:7px;
	position:relative;
	margin-bottom:97px;
}

#divAdvertFrame {
	margin-bottom:30px;
}

.divAdvertisment {
	border:5px solid #000;
	padding:7px;
	width:284px;
	height:114px;
	float:left;
	position:relative;
}

#divBodyFrame {
	margin-bottom:30px;
}

.divBottomBox {
	float:left;
	border-top:5px solid #000;
	padding:30px 0px 7px 0px;
	width:308px;
	height:150px;
	position:relative;
}

#divFootFrame {
	font-size:12px;
	color:#eee;
	height:45px;
	padding:20px 0 10px 0;
	background:url(../images/background_dark.png) repeat-x #535353;
}

#divFootFrame a {
	color:#777;
}

#previewTitle, #previewDate {
	color:#fff;
	text-shadow: 1px 1px 3px #000;
}
#previewTitle {
	font-size:46px;
	font-weight:bold;
	cursor:pointer;
}

#previewDate {
	font-size:34px;
	cursor:pointer;
}

#previewMarker {
	position:absolute;
	z-index:999997;
	right:0;
	bottom:0;
	width:200px;
	height:200px;
}

.marker {
	position:absolute;
	z-index:999997;
	right:7px;
	bottom:7px;
	width:200px;
	height:200px;
}

.soldout {
	background:url(../images/stoerer_soldout.png) no-repeat;
}

.canceld {
	background:url(../images/stoerer_canceld.png) no-repeat;
}

.moved {
	background:url(../images/stoerer_moved.png) no-repeat;
}


.breaker {
	height:5px;
	background-color:#222;
	margin:10px 0px;
}

.textDate {
	display:inline-block;
	padding:7px 10px;
	position:relative;
	top:-3px;
	margin:0px;
	background-color:#000;
	color:#fff;
	font-weight:bold;
	font-size:14px;
	text-transform:uppercase;
}
.topleft {
	position:absolute;
	top:-4px;
	left:0px;
}

.mainBox {
	margin-bottom:30px;	
}

.extLink {
	padding-left:17px;
	background:url(../images/icon_arrow.png) no-repeat 0px 2px;
}

.intLink {
	padding-left:17px;
	background:url(../images/icon_arrowup.png) no-repeat 0px 2px;
}

.albumPreviewImg {
	border:1px solid #000;
	padding:3px;
	margin:0 5px 5px 0;
	width:64px;
	height:64px;
}

.albumPreviewImg:hover {
		box-shadow:0px 0px 3px #666;
}

.concertAdvertisment {
	padding:3px 0;
	border-bottom:1px dashed #555;
}

.concertAdvertismentTitle {
	font-size:10px;
	padding:5px 0 0 0;
	margin:0;
}

.imgLink {
	text-decoration:none;
}

.clear {
	clear:both;
}

.textButton { /* MouseOut */
	font-size:11px;
	font-weight:bold;
	border:1px solid;
	border-color: #999 #888 #999 #888;
	padding: 3px 7px;
	background-image:url(../images/button_background.gif);
	color: #5c5a5a;
	margin:2px 4px 2px 0;
	cursor:pointer;
}

.textButton:hover{ /* Mouse Over */
	color: #000;
	box-shadow:0px 0px 3px #666;
}

.statusMarker { /* MouseOut */
	font-size:11px;
	font-weight:bold;
	border:1px solid;
	border-color: #999 #888 #999 #888;
	padding: 3px 7px;
	background-image:url(../images/marker_background.gif);
	color: #f3f3f4;
	position:absolute;
	top:-2px;
	right:90px;
	cursor:default;
}

.blackBox {
	padding:5px 20px;
	background-color:#000;
}

.concertListLeft {
	float:left;
	width:720px;
}

.concertListRight {
	float:right;
	width:239px;
}

.concertListConcertFrame {
	padding:3px 0;
	margin:5px 0;
	position:relative;
	border-bottom: 1px #ccc solid;
}

.concertListConcertButton {
	position : absolute;
	margin:0;
	top:-2px;
	right:0;
}

.concerListTitle {
	font-weight:bold;
}

.concertListDate {
	display:inline-block;
	width:90px;
}

.concertListDay {
	display:inline-block;
	width:90px;

}

.concertListThumbTitle {
	display:inline-block;
	width:215px;
}

.concertListSpacer {
	padding-top:20px;
	padding-bottom:5px;
}

.divSubNavigationFrame {
	margin:0 0 20px 0;
}

.divPartyPrev {
	position:relative;
	float:left;
	width:300px;
	height:420px;
	margin-right:33px;
	margin-bottom:20px;
}

.divPartyPrev img {
	display:block;
	border:1px solid #000;
	box-sizing: border-box;
	padding:3px;
	height:100%;
	width:100%;
}

.divPartyPrevOverlay {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;

	background-color: #fff;

	padding:10px;
	visibility:hidden;
	opacity:0;

	transition: opacity 400ms ease;
	-moz-transition: opacity 400ms ease;
	-webkit-transition: opacity 400ms ease;

	overflow: hidden;
}

.divPartyPrevOverlay p {
	font-size: 12px !important;
}

.divPartyPrev:hover .divPartyPrevOverlay {
	visibility: visible;
	opacity: 0.9;
}

.divPartyListHead {
	margin-bottom:20px;
}

.divPartyPrevLeft {
	float:left;
	width:300px;
}

.divPartyPrevLeft img {
	border:1px solid #000;
	padding:3px;
}

.divPartyPrevRight {
	float:right;
	width:700px;
}