a:link { 
	text-decoration:none; 
	color: #FF9900;
	font-weight : 700;
	}
a:visited { 
	text-decoration:none;
	color: #FF9900;
	font-weight : 700;
	}
a:hover { 
	text-decoration: none;
	color: #F9DCCC;
	font-weight : 700; 
	cursor: default; cursor:pointer
	}
a:active { 
	text-decoration:none; 
	color: #FF9900;	
	font-weight : 700;
	}

body {
	background-color: #D41E3C;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FF9900;
}
.menu {
	font-size: 11pt;
	font-weight: lighter;
}
.titel {
	font-family: "Times New Roman", Times, serif;
	font-size: 24pt;
	font-weight: bold;
	color: #000000;
}
#ticket {
	visibility: hidden;

}

