/* @group Reset */

/* 
CSS Reset by Eric Meyer
http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ 
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

body {
	line-height: 1;
	color: black;
	background: white;
}

ol, ul {
	list-style: none;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

/* @end */

/* @group Layout Boxes */

#wrapper {
	position: relative;
}

#header {
	height: 125px;
	clear: both !important;
}

#header .inside {
	position: static;
	height: 125px;
	background: url(../images-layout/wolke.png) no-repeat 130% 0px;
}


*html #header .inside {
	background: url(../images-layout/wolke-ie.jpg) no-repeat 600px 0px;
}


#palmen {
	position: absolute;
	display: block;
	width: 251px;
	height: 210px;
	background: url(../images-layout/palmen.png);
}

*html #palmen {
	background: url(../images-layout/palmen-ie.jpg);
}

/*#header-nav {
	float: left;
	margin: 10px 0 0 850px;
}*/

#header-nav {
	position: absolute;
	left: 850px;
	top: 10px;
}



#container {
	clear: both;
}

#main {
	width: 758px;
	margin: 15px 0 0 204px;
}

.box-50-50-left  {
	width: 357px;
	float: left;
	margin: 20px 0 0 7px;
}

.box-50-50-right  {
	width: 357px;
	float: right;
	margin: 20px 7px 0 0;
}

.box-70-30-left {
	width: 470px;
	float: left;
	margin: 20px 0 0 7px;
	border-right: 1px solid #DDDAD6;
}

.box-70-30-left .ce_text {
	width: 456px;
}

.box-70-30-right {
	width: 250px;
	float: right;
	margin: 20px 7px 0 0;
}

.home-event-left {
	width: 341px;
	float: left;
	margin: 20px 0 0 7px;
	padding: 5px;
	background-color: #fff;
	border: 1px solid #d5d4d2;
}

.home-event-right {
	width: 341px;
	float: right;
	margin: 20px 7px 0 0;
	padding: 5px;
	background-color: #fff;
	border: 1px solid #d5d4d2;
}

.disati-links {
	width: 744px;
	padding: 10px 7px 0 7px;
}

/* Impressum Begin */

body.tickets #main,
body.faq #main,
body.impressum #main {
	margin-top: 100px;
}

#footer {
	height: 300px;
	background: url(../images-layout/footer-background.png) repeat-x;
}

#footer .inside {
	width: 200px;
	height: 40px;
	float: left;
	margin: 140px 0 0 204px;
}

*html #footer .inside { /* F**K IE BURN */
	float: none !important;
	margin-left: 0;
	position: static;
}


/* @end */

/* @group Typography */

body {
	background: #EDECEA url(../images-layout/header-background.png) repeat-x;
	font-family: Trebuchet MS, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #6A5438;
}

p {
	padding-bottom: 10px;
}

p.event-date {
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	padding: 10px 0 5px 0;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

h1 {
	position: absolute;
	left: 251px;
	top: 46px;
	width: 224px;
	height: 81px;
	float: left;
	text-indent: -9000px;
	overflow: hidden;
	display: inline;
}

h1 a {
	display: block;
	width: 224px;
	height: 81px;
	background: url(../images-layout/logo.png) no-repeat;
}

*html h1 a {
	background: url(../images-layout/logo-ie.jpg) no-repeat;	
}

h2 {
	font-family: Georgia, serif;
	font-size: 24px;
	line-height: 30px;
	height: 24px;
	margin-bottom: 14px;
	font-weight: normal;
}

h3 {
	font-family: Georgia, serif;
	font-size: 20px;
	line-height: 24px;
	height: 60px;
	color: #6A5438;
	font-weight: normal;
}


a {
	color: #DF7801;
	text-decoration: none;
}

a:hover {
	color: #BF6500;
	text-decoration: underline;
}

a.arrow_link {
	padding-left: 17px;
	background: url(../images-layout/links_buttons.gif) no-repeat;
}

a.arrow_link:hover {
	background-position: 0 -40px;
}

a.arrow_link_white {
	padding-left: 17px;
	background: url(../images-layout/arrow-links-white.png) no-repeat;
}

a.arrow_link_white:hover {
	background-position: 0 -40px;
}

a.pdf_link {
	padding-left: 22px;
	background: url(../images-layout/links_buttons.gif) 0 -160px no-repeat;
}

a.pdf_link:hover {
	background-position: 0 -200px;
}

a.ticket_link {
	display: block;
	width: 170px;
	height: 20px;
	margin: 4px 0 0 0;
	text-indent: -9000px;
	background: url(../images-layout/links_buttons.gif) 0 -710px no-repeat;
}

a.ticket_link:hover {
	background-position: 0 -750px;
}

a.facebook-link {
	padding-left: 18px;
	background: url(../images-layout/facebook-link.png) no-repeat;
}

a.facebook-link:hover {
	background-position: 0 -20px;
}

ul.bullet-list {
	margin-bottom: 20px;
}

ul.bullet-list li {
	padding-left: 10px;
	margin-bottom: 2px;
	background: url(../images-layout/bullet.png) no-repeat;
}

.home-event-left p,
.home-event-right p,
.home-event-left h3,
.home-event-right h3 {
	margin-left: 8px;
}

.disati-links ul li {
	float: left;
}

.disati-links ul li a {
	display: block;
	height: 70px;
	text-indent: -9000px;
	overflow: hidden;
	margin: 10px 20px 0 0;
	background: url(../images-layout/logo-links.gif) no-repeat;
}

.disati-links ul li a#kletterwald-link {
	width: 210px;
}

.disati-links ul li a#strandbar-link {
	width: 200px;
	background-position: -210px 0;
}

.disati-links ul li a#hostel-link {
	width: 170px;
	background-position: -410px 0;
}

.disati-links ul li a:hover#kletterwald-link {
	background-position: 0 -71px;
}

.disati-links ul li a:hover#strandbar-link {
	background-position: -210px -71px;
}

.disati-links ul li a:hover#hostel-link {
	background-position: -410px -71px;
}

#header-nav a {
	color: white;
}

#footer p {
	color: white;
}

#footer a {
	color: white;
}


/* @end */

/* @group Stuff */

.image_container td {
	padding: 5px 5px 0 5px;
	background: #fff;
	border: 1px solid #d5d4d2;
}

.bild-teaser {
	position: relative;
	width: 728px;
	height: 258px;
	margin-top: 25px;
	padding: 15px;
	background: url(../images-layout/bild-teaser-bg.jpg) no-repeat;
}

*html .bild-teaser {
	width: 758px;
	height: 262px;
	margin-top: 10px;
}

*+html .bild-teaser {
	margin-top: 10px;
}

.bild-teaser p {
	position: absolute;
	top: 17px;
	left: 17px;
	width: 250px;
	height: 224px;
	padding: 15px;
	background: url(../images-layout/background-teaser-text.png);
	font-family: "rooney-web-1", Trebuchet MS, sans-serif;
	font-size: 22px;
	line-height: 28px;
	color: white;
	margin-bottom: 10px;
}

.bild-teaser a {
	color: white;
	text-decoration: underline;
}

.bild-teaser a:hover {
	color: #bbb;
}

.bild-teaser p span.teaser-date {
	display: block;
	margin-bottom: 70px;
	font-family: Trebuchet MS, sans-serif;
	font-size: 30px;
	line-height: 36px;
	font-weight: bold;
}

.bild-teaser p span.teaser-name {
	display: block;
	margin-bottom: 10px;
	font-family: Trebuchet MS, sans-serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
}

.bild-teaser p span.teaser-live,
.bild-teaser p span.teaser-time  {
	display: block;
	font-family: Trebuchet MS, sans-serif;
	font-size: 18px;
	line-height: 24px;
}

.bild-teaser .image_container td,
.home-event-left .image_container td,
.home-event-right .image_container td {
	padding: 0;
	background: none;
	border: none;
}

.ce_gallery {
	clear: both;
}

.ce_gallery table {
	border-collapse: separate;
}

.ce_gallery table td div {
	width: 100px;
	height: 80px;
	margin: 0 10px 0 0;
	padding: 5px;
	background-color: #fff;
	border: 1px solid #d5d4d2;
}

*html .ce_gallery table td div {
	margin: 0 5px 0 0;
	padding-bottom: 0;
}

#separator-113,
#separator-116,
#separator-132 {
	width: 758px;
	height: 20px;
	border-bottom: 1px solid #DDDAD6;
	clear: both;
}

.ce_hyperlink {
	margin-bottom: 20px;
}

a:hover img {
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: .70;
}

#sponsoren .ce_hyperlink {
	padding-top: 10px;
}

#map-wrapper {
	width: 425px;
	height: 260px;
	margin-bottom: 10px;
	border: 1px solid #d5d4d2;
	background-color: #fff;
	padding: 5px;
}


*html #map-wrapper {
	display: none;
}

*html #map {
	display: none;
}

*html #ie6-map {
	width: 447px;
	height: 267px;
	background: url(../images-layout/map-ie.jpg) no-repeat;
	margin-bottom: 10px;
}


.toggler {
	color: #DF7801;
	padding-left: 20px;
	background: url(../images-layout/toggler_arrows.png) no-repeat;
	cursor: pointer;
	margin-bottom: 20px;
}

.toggler:hover {
	background-position: 0 -80px;
	color: #DF7801;
	text-decoration: underline;
}

.toggler.active {
	background-position: 0 -80px;
	color: #DF7801;
}

.accordion {
	padding-left: 20px;
}

#haeufige-fragen-129 {
	margin-top: 20px;
}

body.tickets .ce_text {
	margin: 10px 0 10px 0;
}


/* @end */

/* @group Ticket Form */

form#form_tickets {
	background: url(../images-layout/background_form_bottom.png) left bottom no-repeat;
	margin-bottom: 20px;
}

form#form_tickets .formbody {
	padding: 10px 0 20px 20px;
	background: url(../images-layout/background_form_top.png) left top no-repeat;
}

form#form_tickets p {
	margin: 20px 0 10px 0;
	font-weight: bold;
}

form#form_tickets input, select {
	margin-bottom: 6px;
}

form#form_tickets input.text {
	padding: 2px;
	border: 1px solid #C7C6C1;
	font-family: Trebuchet MS, sans-serif;
	font-size: 14px;
	color: #555;
}

form#form_tickets input.ticket_label_num_jazz,
form#form_tickets input.ticket_label_num_phil {
	width: 24px;
}

form#form_tickets label.ticket_label_num_jazz,
form#form_tickets label.ticket_label_num_phil {
	display: block;
	float: left;
	width: 120px;
	margin-left: 20px;
}

form#form_tickets label.ticket_label_surname,
form#form_tickets label.ticket_label_name,
form#form_tickets label.ticket_label_street,
form#form_tickets label.ticket_label_plz,
form#form_tickets label.ticket_label_city,
form#form_tickets label.ticket_label_mail,
form#form_tickets label.ticket_label_phone {
	display: block;
	float: left;
	width: 80px;
	margin-left: 20px;
}

form#form_tickets input.submit {
	margin-top: 20px;
	width: 116px;
	height: 20px;
	border: none;
	cursor: pointer;
	text-indent: -9000px;
	background: url(../images-layout/links_buttons.gif) no-repeat;
	background-position: 0 -800px;
	/* For IEs: */
	font-size: 0px;
	display:block;
	line-height: 0px;
}

form#form_tickets input.submit:hover {
	background-position: 0 -840px;
}

p.error {
	position: absolute;
	font-size: 12px;
	font-style: italic;
	color: #DF5D32;
}

/* @end */



















