body {
	position: relative;
	margin:0;
	margin-top: 12px;
	margin-bottom: 12px;
	padding:0;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size:12px;
	text-align: center;
	background-color: #eee;
	}

span.hidden {
	display: none;
}

#main_frame{
	position: relative;
	text-align: left;
	margin:0 auto;
	width:800px;
	padding: 0;
	background-color: #fff;
	border: 1px solid #ccc;
}	

#logo {
	float: right;
	margin-top: 10px;
	margin-right: 10px;
	width: 307px;
	height: 91px;
	background: #fff url(../images/logo.gif);
	clear: both;
}

#topnav {
	background: #a3210d;
	margin-top: 130px;
	width: 800px;
	height: 20px;
}

#topnav ul {
	margin: 0;
	padding: 0;
	padding-left: 20px;
	list-style: none;
}

#topnav ul li {
	margin: 0;
	padding: 0;
	padding-top: 2px;
	float: left;
}

#topnav ul li a {
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	padding: 0px 8px 0px 8px;
}

#topnav ul li a.sponsorinnen {
	padding: 0;
	padding-left: 10px;
	margin: 0px 10px 0px 10px;
	border-left: 5px solid #9ea86c;
}

#subnav {
	background: #9ea86c;
	width: 800px;
	height: 15px;
}

#subnav ul {
	margin: 0;
	padding: 0;
	padding-left: 20px;
	list-style: none;
}

#subnav ul li {
	margin: 0;
	padding: 0;
	float: left;
}

#subnav ul li a {
	font-weight: normal;
	font-size: 10px;
	color: #fff;
	text-decoration: none;
	padding: 0px 10px 0px 10px;
}

#inhalt {
	width: 780px;
	min-height: 300px;
	padding: 10px;
}

#footer {
	margin-top: 20px;
	width: 800px;
	height: 87px;
	background: #fff url(../images/footer.jpg);
}





/* Inhalte */
h1 {
	font-size: 20px;
	color: #a3210d;
}

h2 {
	font-size: 18px;
	color: #a3210d;
}

h3 {
	font-size: 16px;
	color: #a3210d;
}

a {
	color: #a3210d;
	text-decoration: none;	
}

a:hover {
	text-decoration: underline;
}

hr {
	width: 500px;
	text-align: center;
	border:dotted #a3210d 1px;
	height:1px;
}

/* Adressen */

div.vcard {
	border: 1px dotted #a3210d;
	width: 760px;
	clear: both;
	padding: 4px;
}

span.fn {
	float: left;
	font-weight: bold;
	width: 170px;
}

span.email {
	float: left;
	font-size: 10px;
	width: 160px;
}

span.adr {
	float: left;
	font-size: 10px;
	width: 230px;
}
span.phone {
	width: 100px;
	font-size: 10px;
}

.align-center {
	text-align: center;
}

p {
	padding: 0px 50px 0px 50px;
}


/* Formulare */


/* mailform */
.csc-mailform {
	border: none;
	border-top: 1px dotted #a3210d;
	padding: 20px;
}

.csc-mailform-field label {
	float: left;
	width: 80px;	
}
.csc-mailform-field {
	margin-bottom: 8px;
}

.csc-mailform-field input, .csc-mailform-field textarea {
	border: 1px solid #a3210d;
	width: 400px;
}

.csc-mailform-field .csc-mailform-check {
	width: 12px;
	height: 12px;
}

.csc-mailform-submit {
	margin-left: 80px;
}

table.csc-uploads {
	margin-left: 50px;
	border: 1px dotted #a3210d; 
}


/* Bestellformular */

div.tx-kartenkaufen-pi1 label {
	clear:both;	
}

div.tx-kartenkaufen-pi1 input {
	border: 1px solid #a3210d;
	width: 400px;
}


/* Karten Button */
a.tickets {
	display: none;
	position: absolute;
	z-index: 100;
	top: 20px;
	left: 50px;
	width: 239px;
	height: 91px;
	background: #fff url(../images/tickets_no.gif) top left no-repeat;
}







