html {
	margin: 0;
	padding: 0;
}


body {
	width: 400px;
	margin: auto;	
	background-color: #6A9047;
	background-image: url(bg4.jpg);
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
}

section { 
	border: 0px solid;	
	margin: 100px 0 0 0;
	position: relative;     
	text-align: center;
}

.login a {
	color: #FFFFFF; 
	height: 260px;
	font: 22px Calibri, Verdana, Arial, sans-serif;
	font-weight: bolder; 
	text-decoration: none;  
	display: block;	
	/*background: url(tifuba-logoA-400.png) center top no-repeat;*/
	background: url(pticket.png) center top no-repeat;
	-moz-transform:rotate(-20deg); /* Firefox 3.6 Firefox 4 */
	-webkit-transform:rotate(-20deg); /* Safari */
	-o-transform:rotate(-20deg); /* Opera */
	-ms-transform:rotate(-20deg); /* IE9 */
	transform:rotate(-20deg); /* W3C */
}
/*
.login a:hover {
	color: #FF0000; 
	background: url(tifuba-logoB-400.png) center top no-repeat;
}

.login a span { 	
	position: absolute; 
	left: 115px;
	bottom: 0; 
}
*/
.guests { 
	margin: 80px 0 0 100px;
	position: relative;     
	text-align: center;
}
.guests a {
	height: 135px;
	text-decoration: none;  
	display: block;	
	background: url(ticket.png) center top no-repeat;
	-moz-transform:rotate(5eg); /* Firefox 3.6 Firefox 4 */
	-webkit-transform:rotate(5deg); /* Safari */
	-o-transform:rotate(5deg); /* Opera */
	-ms-transform:rotate(5deg); /* IE9 */
	transform:rotate(5deg); /* W3C */
}

.impressum { 
	margin: 290px 0 0 0px;
	position: relative;     
	text-align: center;
}

.dataprotection { 
        border-bottom: 2px solid white;
	padding: 10px ;
	margin: 10px ;
	text-align: center;
}

.dataprotection a {
	color: #FFFFFF;
	text-decoration: none;  
	display: block;	
}

.impressum a {
	color: #FFFFFF;
	text-decoration: none;  
	display: block;	
}
