body {
	font-family: Arial, Helvetica, sans-serif;
	color: white;
	font-size: 1em;
	background: url(../images/back.png) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width: 100%;
	min-width: 1024px;	
	margin-left: auto;
  	margin-right: auto;
  	text-align: center;
}

.standardFont {
	font-family: Arial, Helvetica, sans-serif;
	color: white;
	font-size: 0.7em;
}

@font-face {
    font-family: '28_days_laterregular';
    src: url('../font/28dl.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
#backlogo {
	position: fixed;
	top: -1%;
	left: 5%;
	width: 200px;
	height: 206px;
	background-image: url('../images/logo.png');
	opacity: 0.2;
	z-index: -1;
	-ms-transform: rotate(-10deg); /* IE 9 */
    -webkit-transform: rotate(-10deg); /* Chrome, Safari, Opera */
    transform: rotate(-10deg);
}

#backlogoSecond {
	position: fixed;
	bottom: 5%;
	right: 5%;
	width: 200px;
	height: 206px;
	background-image: url('../images/logo.png');
	opacity: 0.1;
	z-index: -1;
	-ms-transform: rotate(10deg); /* IE 9 */
    -webkit-transform: rotate(10deg); /* Chrome, Safari, Opera */
    transform: rotate(10deg);
}

#starfirst {
	position: fixed;
	top: 60%;
	left: 40%;
	width: 150px;
	height: 150px;
	background-image: url('../images/star.png');
	opacity: 0.2;
	z-index: -1;
	-ms-transform: rotate(-10deg); /* IE 9 */
    -webkit-transform: rotate(-10deg); /* Chrome, Safari, Opera */
    transform: rotate(-10deg);
}

#starsecond {
	position: fixed;
	top: 10%;
	right: 5%;
	width: 150px;
	height: 150px;
	background-image: url('../images/star.png');
	opacity: 0.2;
	z-index: -1;
	-ms-transform: rotate(20deg); /* IE 9 */
    -webkit-transform: rotate(20deg); /* Chrome, Safari, Opera */
    transform: rotate(20deg);
}

#starthird {
	position: fixed;
	top: 40%;
	right: 20%;
	width: 150px;
	height: 150px;
	background-image: url('../images/star.png');
	opacity: 0.2;
	z-index: -1;
}

#starfourth{
	position: fixed;
	bottom: 15%;
	left: 10%;
	width: 150px;
	height: 150px;
	background-image: url('../images/star.png');
	opacity: 0.2;
	z-index: -1;
	-ms-transform: rotate(30deg); /* IE 9 */
    -webkit-transform: rotate(30deg); /* Chrome, Safari, Opera */
    transform: rotate(30deg);
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}

a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

a:active {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	color: rgba(179,64,64,1);
	text-decoration: none;
}

h1 { 
	font-family: '28_days_laterregular';
	color: white;
	font-size: 64px;
	margin-top: 0;
	margin-bottom: -20px;
}

h2 { 
	font-family: '28_days_laterregular';
	color: white;
	font-size: 32px;
	margin-bottom: 10px;
}

.headtext {
	font-family: '28_days_laterregular';
	color: white;
	font-size: 24px;	
}


.mainmenu {
	width: 1024px;
	margin-left: auto;
  	margin-right: auto;
	margin-top: 50px;
	background: red;
	list-style: none;
}

.mainmenu li {
	font-family: '28_days_laterregular';
	color: white;
	font-size: 32px;
	float: left;
	width: 145px;
	margin-bottom: 20px;
	padding: 0;
}

#content {
	font-family: Arial, Helvetica, sans-serif;
	color: white;
	font-size: 1em;
	width: 1024px;
	margin-top: 20px;
	margin-left: auto;
  	margin-right: auto;
	text-align: left;
}

.mainleft {
	width: 510px; 
	text-align: left;
	float: left;
}

.mainright {
	width: 510px; 
	text-align: left;
	float: right;
}

#calenderelement {
	float: left;
	height: 80px;
	width: 335px;
	margin-bottom: 20px;
}

#albumMain {
	font-family: '28_days_laterregular';
	font-size: 24px;
}

.grid-item {
  width: 180px;
  margin: 10px;
  float: left;
}

.grid-item img{
  width: 180px;
}


/* START Contact Form */
.contact_form {
	display: block;
	margin-bottom:10px;
}
.contact_form .message {
	display: none;
	width: 90%;
}
.contact_form label {
	display: inline-block; 
	float: left; 
	width:80px; 
}
.contact_form input, 
.contact_form textarea {
	width:90%;
}   
.contact_form textarea {
	resize:none;
}   
.contact_form .required {
	color:#C00;
}
.contact_form .form_buttons {
	margin:4px 0 0 0;
}
.contact_form input.button {
	width: 80px;
	margin-right:10px;
	cursor: pointer;
}
.contact_form .email {
	display:none;
}
.contact_form .error, 
.contact_form .sent {
	font-size:11px;
	padding:2px 5px 2px 5px;
	text-shadow:none;
}
.contact_form .error {
	background:#FBE5E2; 
	border:#F2A197 solid 1px; 
	color:#992213;
}
.contact_form .sent {
	background:#E1F8CB; 
	border:#C6D880 solid 1px; 
	color:#37620d;
}
/* END Contact Form*/




a.fb { 
	background-image: url("bilder/fb.png");
	width: 50px; 
	height: 50px;
	background-size: 50px 50px;
    background-repeat: no-repeat;
  	margin-right: 10px;
  	float: left;

}

a.mail { 
	background-image: url("bilder/mail.png");
	width: 50px; 
	height: 50px;
	background-size: 50px 50px;
    background-repeat: no-repeat;
  	float: left;
  	
}

a.yt { 
	background-image: url("bilder/yt.png");
	width: 50px; 
	height: 50px;
	background-size: 50px 50px;
    background-repeat: no-repeat;
    margin-left:  10px;
  	float: left;
  	
}

div { 
}

#top {
	width: 170px; 
	margin-left: auto;
  	margin-right: auto;
  	text-align: center;
  	clear: left;
}


#footer {
	font-size: small;
}

#impressum{
	font-size: small;
}

#star {
	background-image: url("bilder/star.png");
	width: 100px; 
	height: 100px;
	background-size: 100px 100px;
    background-repeat: no-repeat;
    margin-left: auto ;
  	margin-right: auto ;
  	margin-bottom: 10px;
  	margin-top: 10px;
  	clear: left;
}

#banner {
	background-image: url("bilder/schriftzug_farbe.png");
	width: 800px; 
	height: 139px;
	background-size: 800px 139px;
    background-repeat: no-repeat;
    margin-left: auto ;
  	margin-right: auto ;
  	clear: left;
}

#bandpic {
	background-image: url("bilder/gruppenbild.png");
	width: 800px; 
	height: 407px;
	background-size: 800px 407px;
    background-repeat: no-repeat;
    margin-left: auto ;
  	margin-right: auto ;
  	clear: left;
}

#booking {
	background-image: url("bilder/booking.png");
	width: 200px; 
	padding-top: 55px;
	background-size: 200px 45px;
    background-repeat: no-repeat;
    margin-left: auto ;
  	margin-right: auto ;
  	margin-top: 10px;
  	clear: left;
}



