body {
	color: #333;
	font: 11px arial, verdana, helvetica, sans-serif;
	line-height: 16px;
	padding:0px;
	margin:0px;
	background-color: #fff5da;
}

html {
height:99%;
width:99.99%;
}

/*Standardeinstellungen ++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
a {
	text-decoration: none;
	color: #BB0000;
}
a:hover {
	text-decoration: underline;
}

a.linkarrowred {
background:transparent url(../images/link_arrow.gif) no-repeat scroll 1px 5px;
color:#BB0000;
display:block;
font-size:11px;
padding-left:10px;
text-decoration:none;
}
a.linkarrowred:hover {
color: #666666;
text-decoration:none;
}

#container {
	width: auto;
	margin-top:0px;
	background-color: #fff5da;
	padding: 20px;
	text-align: left;
	/*	background-image: url(../images/bg.mamor.jpg);
	background-attachment: fixed;
	background-position: top center;*/
/*	padding-bottom: 20px;
	border-top: 8px solid #bb0000;
*/	
}
/*HEAD ####################################*/
#head {
	width: auto;
	height:30px;
	margin-top:0px;
}
/*HEADLINES ####################################*/
h1 {
	font-size:1.8em;
	color: #666666;
	line-height:1.1em;
	font-style: normal;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
}
h2 {
	font-size:1.1em;
	color: #333;
	line-height:1em;
	font-style: normal;
	font-weight: bold;
	margin: 10px 0px 20px 0px;
}
h3 {
	font-size:1em;
	color: #333;
	line-height:1.1em;
	font-style: normal;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	text-transform: uppercase;	
	background:transparent url(../images/icon_point.gif) no-repeat scroll 0px 1px;
	display:block;
	padding-left:14px;
}
div.infobox_rechts {
border:1px solid #CCCCCC;
background-color:#FFFFFF;
float:right;
width:180px;
margin:2px 0pt 15px 15px;
padding:7px;
text-algin:left;
}
.infobox_rechts h1{
	font-size:14px;
	margin-bottom:5px;
	color:#666666;
	font-weight: bold;
}
.infobox_rechts img {
margin-bottom:10px;
border:none;
}

form{
padding:0px;
margin:0px;
}
.button:hover {
	background-color:#333333;
	color: #FFFFFF;
}
.button {
background-color:#bb0000;
border:0px none;
color:#FFFFFF;
cursor:pointer;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
padding:3px;
border: 1px solid #666;
}


.partnerpic {
border:1px solid #CCC;
background-color:#EEE;
padding:4px;
float: right;
}

/*BESTELLFORMULAR*/
form input {
	border: 1px solid #c0c0c0;
	width: 180px;
	color:#333333;
	margin-bottom: 1px;
}
.formplz { border: 1px solid #c0c0c0; width: 100px; }
.formort { border: 1px solid #c0c0c0; width: 145px; }

.tickets {color: #333333; font-weight:bold;}
#anz1, #anz2, #anz3, #anz4, #anz5, #anz6, #anz7, #anz8, #anz9, #anz10, #anz11, #anz12 { width: 65px; color:#333333; }
label { color: #333333; width: 60px; display: block; float: left; }
#button {
	background-color:#bb0000;
	border:0px none;
	color:#FFFFFF;
	cursor:pointer;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:3px;
	clear: left;
	margin-top: 10px;
	display: block;
	margin-left: 60px;
	width: 120px;
}
* html #button { margin-left: 62px; }
#button:hover {
	background-color:#333333;
	color: #FFFFFF;
}

.error { font-weight: bold; color: #ff0000; }

