.support{
	margin:						20px 20px 40px 20px;
}

.kategorie{
	font-size:					20px;
	font-family: 				"Oxygen", sans-serif;
	font-weight:				300;
	margin-top:					2px;
	margin-left:				15px;
	margin-bottom:				10px;
}

.text{
	font-size:					14px;
	font-family: 				"Oxygen", sans-serif;
	font-weight:				300;
	margin-top:					8px;
	margin-left:				15px;
	margin-bottom:				10px;
	color:						#444444;
	line-height:				20px;
}

.text a{
	color:						#b80000;
	text-decoration:			none;
}

.anliegen{
	font-size:					14px;
	font-family: 				"Oxygen", sans-serif;
	font-weight:				400;
	margin-top:					5px;
	margin-left:				25px;
	margin-bottom:				5px;
	color:						#444444;
}
.anliegen a{
	color:						#444444;
	text-decoration:			none;
}
.anliegen a:hover{
	color:						#b80000;
	text-decoration:			underline;
}

.fett{
	font-weight:				700;
}

.gutscheincode{
	margin-top:					10px;
	margin-bottom:				10px;
	margin-left:				30px;
}
.gutschein{
	width:						75px;
	font-size:					17px;
	font-family: 				"Oxygen", sans-serif;
	font-weight:				300;
	text-align:					center;
	border-radius:				4px;
	border:						1px solid #e4e4e4;
	height:						25px;
	background-color:			#ffffff;
	padding-left:				5px;
	margin:						1px 0px 1px 0px;
	
	-webkit-transition: 		all 0.30s ease-in-out;
	-moz-transition: 			all 0.30s ease-in-out;
	-ms-transition: 			all 0.30s ease-in-out;
	-o-transition: 				all 0.30s ease-in-out;
	outline: 					none;
}

.gutschein:focus{
	background-color:			#f6f6f6;
	box-shadow: 				0 0 3px #e4e4e4;
	padding-left:				5px;
	margin:						1px 0px 1px 0px;
	border: 					1px solid #e4e4e4;
}

.gutschein_button{
	margin-top:					10px;
	margin-left:				30px;
	background-color:			#f6f6f6;
	font-weight:				bold;
	height:						25px;
	color:						#b80000;
	width:						250px; 
	border-radius:				4px;
	border:						1px solid #e4e4e4;
	font-size:					15px;
	font-family: 				"Oxygen", sans-serif;
	font-weight:				300;
	-webkit-transition: 		all 0.30s ease-in-out;
	-moz-transition: 			all 0.30s ease-in-out;
	-ms-transition: 			all 0.30s ease-in-out;
	-o-transition: 				all 0.30s ease-in-out;
}

.gutschein_button:hover{
	background-color:			#b80000;
	color:						#ffffff; 
	border:						0px;
}

.code{
	width:						550px;
	margin-top:					20px;
	margin-left:				55px;
	font-size:					15px;
	font-family: 				"Oxygen", sans-serif;
	font-weight:				300;
	color:						#444444;
}

.bold{
	font-weight:				700;
	color:						#b80000;
}

.smaller{
	margin-top:					5px;
	padding-left:				27px;
	font-size:					11px;
}


.tickets_lost{
	font-family: 				"Oxygen", sans-serif;
	font-weight:				300;
	border-style:				none;
	border-spacing:				0px 0px;
	margin-top:					10px;
	margin-left:				10px;
	margin-bottom:				25px;
	vertical-align:				top;
}
.tickets_lost tbody td{
	padding-top:				4px;
	padding-bottom:				4px;
	width:						100%;
	display:					table-cell;
}
.tickets_lost tbody td:nth-child(1){
	font-size:					13px;
	padding-left:				5px;
	width:						150px;
	color:						#444444;
	padding-top:				7px;
	vertical-align:				top;
}
.tickets_lost tbody td:nth-child(2){
	width:						500px;
	font-weight:				bold;
	color:						#444444;
}
.tickets_lost tbody tr:nth-child(1) td{

	padding-bottom:				10px;
}
.tickets_lost tbody tr:nth-child(2) td{

	padding-bottom:				10px;
}