/* 
mainStyle.css 

*/

/* ### -- -- -- -- -- Hauptseite -- -- -- -- -- ### */

.body {
	margin: 20px 0 0 0;
	background-color: #333;
	z-index:1;
	background: url(../img/IMG_3227_1200x720.jpg) no-repeat center center fixed;
 -webkit-background-size: cover;
 -moz-background-size: cover;
 -o-background-size: cover;
 background-size: cover;
}



.spacer {
    background-image:url(../img/spacer.gif);
	width: 975px;
	height: 550px;
	clear:both;
	display: block;
	z-index: 3;
	margin: auto;
}
.table-Left {
    float:left;
	width: 662px;
	z-index:4;
}
.table-Right {
    float:right;
	width: 110px;
	vertical-align: top;
	text-align:left;
	margin: 0;
	padding: 0;
	z-index:4;
}

.container-Magazin {
    width: 1000px;
	z-index: 5;
	clear:both;
	display: block;
	height: 600px;
	border: 0px solid #000;
	background-image: url(../img/szeneeinsbackground.png);
	background-repeat:no-repeat;
	margin: auto; 
}


/* ### -- -- -- -- -- Navigation -- -- -- -- -- ### */

.navigation-List-Div {
      position: relative;
	  top: 120px;
	  z-index: 33;
}
.navigation-List {
     list-style: none;
	 margin: 0;
	 padding: 0;
	 height: 100%;
}

.buttonMagazin {
	padding-left: 5px;
	padding-bottom: 10px;
}
.buttonMusik {
	padding-left: 30px;
	padding-bottom: 10px;	
}
.buttonTickets {
	padding-left: 10px;
	padding-bottom: 10px;
}
.buttonShop {
	padding-left: 35px;
	padding-bottom: 10px;
}
.buttonKontakt {
	padding-left: 5px;
	padding-bottom: 10px;
}



/* ### -- -- -- -- -- Footer -- -- -- -- -- ### */

.container-Footer {
    width: 975px;
	height: 25px;
	text-align: right;
	padding-top: 5px;
	display: table;
	margin: 0 auto; 
}
.container-Footer span {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
}
.container-Footer a:link, .container-Footer a:visited, .container-Footer a:active {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	font-weight: bold;
	text-decoration: none;
} 
.container-Footer a:hover {
	color: #aa475c;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	font-weight: bold;
	text-decoration: underline;
} 

/* ### -- -- -- -- -- Content -- -- -- -- -- ### */

.content-Main {
	position: relative;
	z-index: 5;
	top: 127px;
	left: 120px;
	width: 662px;
	height:39px;
}
.content-Inside {
	width: auto;
	height: 392px;
	overflow: auto;
}
.content-Padding {
	padding: 10px 10px 10px 10px;
	text-align:justify;
}

/* ### -- -- -- -- -- Text und Inhalte -- -- -- -- -- ### */

.text {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
}

.text a:link, .text a:visited, .text a:active {
	color: #808080;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: none;
	text-decoration: underline;
} 
.text a:hover {
	color: #808080;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: none;
	text-decoration: none;
} 
.title {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
}


.mini {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
}

.mini a:link, .mini a:visited, .mini a:active {
	color: #808080;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	font-weight: none;
	text-decoration: underline;
} 
.mini a:hover {
	color: #808080;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	font-weight: none;
	text-decoration: none;
} 
.gallery-Image {
    border: 1px solid #000000;
	padding: 5px;
	margin: 8px;
}

/* ### -- -- -- -- -- Popup -- -- -- -- -- ### */

.popup-Impressum {
    margin: 0;
	background-color: #FFF;
}

.popup-Container {
    position: absolute;
	top: 40px;
	left: 15px;
	width: 280px;
	height: 364px;
	overflow: auto;
}

