body {
    margin: 0;
    padding: 0;
    background: #dbd9c0 url(/images/body_back.jpg) repeat-x 50% 140px;
	font: normal 12px/17px "Lucida Grande", Helvetica, Verdana,sans-serif;
	color: #000;
	z-index: 1;
}
div {
    margin: 0;
    padding: 0;
}
form {
	margin:0;
	padding:0;
}

a {
    text-decoration: none;
}

img {
    margin: 0;
    border: 0;
}

object {
	margin:0;
	padding:0;
}

.normal {
	font-weight: normal;
}

span.xsmall {
	font-size: 10px;
}

span.small {
	font-size: 11px;
	line-height: 15px;
}
span.big {
	font-size: 14px;
	line-height: 15px;
}

.spacer, .spacer1 {
	clear: both;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
	margin: 0;
    padding: 0;
}
.spacer1 {
    padding: 0 0 10px 0;
}

.spacer_line {
    padding: 0;
    margin: 0 3px 0 3px;
    border-bottom: 1px solid #6e162d;
}

/* ########## Editiermenue unterm Kopf ########## */

.edit_container {
	margin:0;
	padding: 10px;
	background: #F2E354;
	height: 30px;
}

a.edit_link, a.edit_link:hover {
	display: block;
	float: left;
	color: #000;
	font-weight: bold;
	font-size: 11px;
	line-height: 29px;
	background: url(/images/editlinks_back.gif) no-repeat 0% 50%;
	width: 160px;
	height: 29px;
	padding-left: 30px;	
}

a.edit_link1, a.edit_link1:hover {
	display: block;
	float: left;
	color: #000;
	font-weight: bold;
	font-size: 11px;
	line-height: 29px;
	width: 80px;
	height: 29px;
}



/* ######################## Link typen ######################## */

a.link_doc, a.link_pdf, a.link_excel, a.link_zip, a.link_jpg, a.link_lightbox, a.link_doc:hover, a.link_pdf:hover, a.link_excel:hover, a.link_zip:hover, a.link_jpg:hover, a.link_lightbox:hover {
	margin: 2px;
	padding: 3px 3px 3px 45px;
	border-bottom: 1px dotted #ccc;
	color: #b92349;
	line-height: 38px;
	display: block;
}

a.link_doc, a.link_doc:hover {
	background: url(/images/icon_doc.gif) no-repeat 0% 50%;
}

a.link_excel, a.link_excel:hover {
	background: url(/images/icon_xls.gif) no-repeat 0% 50%;
}

a.link_pdf, a.link_pdf:hover {
	background: url(/images/icon_pdf.gif) no-repeat 0% 50%;
}

a.link_zip, a.link_zip:hover {
	background: url(/images/icon_zip.gif) no-repeat 0% 50%;
}

a.link_jpg, a.link_jpg:hover {
	background: url(/images/icon_jpg.gif) no-repeat 0% 50%;
}

a.link_lightbox, a.link_lightbox:hover {
	background: url(/images/icon_lightbox.gif) no-repeat 0% 50%;
}

/* ################################ KOPFBEREICH UND NAVIGATION ################################# */

#head_cont {
	margin: 0;
	padding: 0;
	height: 140px;
	text-align: center;
	background: url(/images/head_back.jpg) repeat-x 50% 0;
}

#header {
	margin: 0 auto;
	width: 725px;
	height: 140px;
	position: relative;
	z-index: 2;
	text-align: left;
}

#logo {
	position: absolute;
	background: url(/images/logo_trigonale.gif) no-repeat 0 0;
	top: 50px;
	right: 20px;
	width: 265px;
	height: 60px;
}

#top_navi {
	position: absolute;
	height: 20px;
	line-height: 20px;
	top:0;
	left: 0;
	width: 725px;
	border-bottom: 1px solid #fff;
	background: #7e3030;
	font-size: 12px;
}

#t_nav {
	float: left;
	padding: 1px 0 0 20px;
	color: #b92349;
	width: 400px;
	letter-spacing: 1px;
}

#t_nav a, #t_nav a:hover {
	color: #eee;
	letter-spacing: 1px;
}

#t_nav .sel, #t_nav a.sel:hover {
	color: #b92349;
}

#l_nav {
	float: right;
	padding: 1px 20px 0 0;
	color: #b92349;
	width: 150px;
	letter-spacing: 1px;
	text-align: right;
}

#l_nav a, #l_nav a:hover {
	color: #eee;
	letter-spacing: 1px;
}

#l_nav .sel, #l_nav a.sel:hover {
	color: #b92349;
}

#main_navi {
	position: absolute;
	top: 30px;
	left: 0;
	font-size: 14px;
	line-height: 22px;
}

.nav_rep {
	margin: 3px 0 1px 0;
}

.nav_rep a, .nav_rep a:hover {
	color: #fff;
}

.nav_rep a:hover {
	color: #b92349;
}

.nav_rep_sel a, .nav_rep_sel a:hover {
	color: #b92349;
}

#sub_navi {
	position: absolute;
	top: 30px;
	left: 170px;
	width: 250px;
	z-index: 300;
}

#sub_navi a, #sub_navi a:hover {
	color: #ddd;
	display: block;
	font-size: 11px;
	line-height: 16px;
	letter-spacing: 1px;
}

#sub_navi a:hover {
	color: #b92349;
}

#sub_navi a.sel, #sub_navi a.sel:hover {
	color: #b92349;
}


#container {
	margin: 0;
	padding: 0;
	text-align: center;
	overflow: visible;
}

#content {
	margin: 0 auto 30px auto;
	width: 725px;
	background: url(/images/content_back.png) no-repeat 0 0;
	z-index: 10;
	text-align: left;
}

#content a.morelink, #content a.morelink:hover {
	color: #b92349;
	padding-left: 20px;
}

#content a.alllink, #content a.alllink:hover {
	color: #b92349;
	display: block;
	text-align: right;
	margin: 10px 10px 0 0;
}

/* ########## BÜHNE ######## */

#buehne_cont {
	width: 725px;
	height: 348px;
	position: relative;
	z-index: 20;
	overflow: visible;
	margin-bottom: 5px;
}

#buehne {
	width: 725px;
	height: 378px;
	position: absolute;
	top: -30px;
	left:0;
	z-index: 30;
	overflow: visible;
	background: none;
}

.feature {
	margin:0;
	padding:0;
	position: relative;
}

.feature a.buchen, .feature a.buchen:hover {
	font-family: times, "Times New Roman", serif;
	color: #fff;
	font-size: 13px;
	line-height: 24px;
	text-align: center;
	letter-spacing: 2px;
	display: block;
	width: 124px;
	height: 24px;
	position: absolute;
	top: 307px;
	left: 360px;
	background: url(/images/button_back.jpg) no-repeat 0 0;
}

.feature a.details, .feature a.details:hover {
	font-family: times, "Times New Roman", serif;
	color: #fff;
	font-size: 13px;
	line-height: 24px;
	text-align: center;
	letter-spacing: 2px;
	display: block;
	width: 124px;
	height: 24px;
	position: absolute;
	top: 307px;
	left: 500px;
	background: url(/images/button_back.jpg) no-repeat 0 0;
}


/* CODA SLIDER */


		noscript p, noscript ol { color: #a00; font-size: 13px; line-height: 1.4em; text-align: left }
		noscript a { color: #a00; text-decoration: underline }
		noscript ol { margin-left: 25px; }
		
		a:focus {outline:none}
		
		
		.stripViewer .panelContainer .panel ul {
			text-align: left;
			margin: 0;
		}
		
		.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
			margin: 0;
			position: relative;
			width: 100%;
		}

		/* These 2 lines specify style applied while slider is loading */
		.csw {width: 100%; height: 378px; background: #dbd9c0; overflow: hidden}
		.csw .loading {margin: 200px 0 300px 0; text-align: center}

		.stripViewer { /* This is the viewing window */
			position: relative;
			overflow: hidden; 
			border: 0; /* this is the border. should have the same value for the links */
			margin: 0;
			width: 725px; /* Also specified in  .stripViewer .panelContainer .panel  below */
			height: 378px;
			clear: both;
		}
		
		.stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
			position: relative;
			left: 0; top: 0;
			width: 100%;
			list-style-type: none;
			/* -moz-user-select: none; // This breaks CSS validation but stops accidental (and intentional - beware) panel highlighting in Firefox. Some people might find this useful, crazy fools. */
		}
		
		.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
			float:left;
			height: 100%;
			position: relative;
			width: 725px; /* Also specified in  .stripViewer  above */
		}
		
		.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
			padding: 0;
		}
		
		.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
			display: none;
		}
		
		
		.stripNavL {
			position: absolute;
			left: -37px;
			top:100px;
			width: 37px;
			height: 71px;
		}
		
		.stripNavR {
			position: absolute;
			right: -37px;
			top: 100px;
			width: 37px;
			height: 71px;
		}
		
		.stripNavL {
			background: url(/images/arrow-left.gif) no-repeat center;
		}
		
		.stripNavR {
			background: url(/images/arrow-right.gif) no-repeat center;
		}
		


.hoerprobe {
	width: 645px;
	margin: 0 auto;
	height: 40px;
	padding-top: 10px;
}

.hoertext {
	width: 67px;
	float: left;
	text-align: left;
	font-size: 12px;
	color: #6e162d;
	padding-top: 4px;
}

.hoerplayer {
	width: 300px;
	float: left;
}

/* ######### LINKS ######### */

.left {
	float: left;
	width: 390px;
	margin-top: 10px;
	color: #000;
	position: relative;
	left: 20px;
	background: none;
}

.left h1.title_rep {
	font-size: 18px;
	color: #6e162d;
	margin: 10px 10px 10px 20px;
	padding: 0 0 5px 0;
}

.left h2 {
	font-size: 14px;
	color: #6e162d;
	margin: 0px 10px 0 20px;
	padding: 0;
}

.left h2 a, .left h2 a:hover {
	color: #6e162d;
}

.left p {
	margin: 3px 10px 5px 20px;
	padding:0;
	line-height: 17px;
	font-size: 12px;
}

.left p a, .left p a:hover {
	color: #b92349;
}

.left .contentimage {
	margin: 10px 0 10px 0;
}

.left .sponsorimg {
	margin-top: 5px;
}

.left .smallcontimg {
	float: left;
	margin: 0 20px 5px 0;
}

.left .shopimg {
	float: left;
	width: 125px;
}

.left .shopimg img {
	margin-left: 20px;
	margin-top: 3px;
}

.left .shoptext {
	float: left;
	width: 240px;
}


.left strong {
	font-size: 14px;
	color: #6e162d;	
}

.left ul {
	list-style-type: square;
	margin:0;
}

.left ul li {
	margin: 3px 10px 3px 40px;
	padding: 0;
}

.left a.buchen, .left a.buchen:hover {
	font-family: times, "Times New Roman", serif;
	color: #fff;
	font-size: 13px;
	line-height: 24px;
	text-align: center;
	letter-spacing: 2px;
	display: block;
	width: 124px;
	height: 24px;
	margin-top: 5px;
	background: url(/images/button_back.jpg) no-repeat 0 0;
}

.left img.bildliste {
	margin-bottom: 10px;
}

.pagination{
	margin-top: 15px;
	color: #444;
	font-size: 12px;
	border-top: 1px solid #bbb;
}

.page_1 {
	display: none;
}

/* ########## FORMULARDATEN ######### */


.formcol {
	width: 165px;
	float: left;
}

.left form {
	padding: 10px;
	padding-top: 5px;
	background: #dbd9c0;
	margin: 10px 20px 10px 20px;
}

.left input.text {
	border: 1px solid #ccc;
	background: #fff;
	color: #333;
	width: 300px;
	margin-left: 15px;
	height: 18px;
	line-height: 18px;
	font-size: 12px;
}

.left input.small {
	border: 1px solid #ccc;
	background: #fff;
	color: #333;
	width: 135px;
	margin-left: 15px;
	height: 18px;
	line-height: 18px;
	font-size: 12px;
}

.left textarea.text {
	border: 1px solid #ccc;
	background: #fff;
	color: #333;
	width: 300px;
	margin-left: 15px;
	line-height: 18px;
	font-size: 12px;
}

.left select {
	border: 1px solid #ccc;
	background: #fff;
	color: #333;
	width: 250px;
	margin-left: 15px;
	height: 18px;
	line-height: 18px;
	font-size: 12px;
}

.left select.small {
	border: 1px solid #ccc;
	background: #fff;
	color: #333;
	width: 135px;
	margin-left: 15px;
	height: 18px;
	line-height: 18px;
	font-size: 12px;
}

.left label {
	display: block;
	font-weight: bold;
	margin: 5px 0 0 0;
	padding: 0;
	color: #6e162d;
	font-size: 12px;
	font-weight: normal;
}

.left form a.button, .left form  a.button:hover {
	display: block;
	border: 1px solid #ddd;
	width: 300px;
	margin-top: 10px;
	text-align: center;
	line-height: 25px;
	margin-left: 15px;
	color: #eee;
	background: #6e162d;
}

.infotext {
	font-size: 10px;
	color: #666;
}


/* ######### RECHTS ######### */

.right {
	float: right;
	width: 270px;
	margin-top: 10px;
	position: relative;
	right: 20px;
	background: none;
}

.right h1.title_rep {
	font-size: 18px;
	color: #6e162d;
	margin: 10px 10px 10px 20px;
	padding: 0 0 5px 0;
}

.right h2 {
	font-size: 14px;
	color: #6e162d;
	margin: 0px 10px 0 20px;
	padding:0 10px 0 0;
}

.right p {
	margin: 3px 10px 5px 20px;
	padding:0;
	font-size: 11px;
	line-height: 15px;
}

.right a, .right a:hover {
	color: #b92349;
	font-size: 12px;
}

.right a.buchen, .right a.buchen:hover {
	font-family: times, "Times New Roman", serif;
	color: #fff;
	font-size: 13px;
	line-height: 24px;
	text-align: center;
	letter-spacing: 2px;
	display: block;
	width: 124px;
	height: 24px;
	margin-top: 5px;
	background: url(/images/button_back.jpg) no-repeat 0 0;
}


.termine {
	margin: 10px 0 0 5px;
	padding:0;

}

.termin {
	padding: 0 0 15px 0;
	margin:0;
}

.termin p {
	margin: 0;
	padding-right: 10px;
	font-size: 12px;
}

.termin .datum {
	width: 75px;
	float: left;
	font-size: 25px;
	font-weight: bold;
	font-family: "Arial Narrow", Arial, sans-serif;
	color: #858795;
	text-align: right;
}

.termin .text {
	width: 180px;
	float: right;
}

.termin .text h2 {
	font-size: 12px;
	line-height: 14px;
	color: #000;
	font-weight: bold;
	margin:0;
	padding:0 10px 3px 0;
}

.termin .text h2 a, .termin .text h2 a:hover {
	color: #000;
}

#footer {
	padding: 4px;
	color: #555;
	font-size: 11px;
	position: relative;	
}

#footer a {
	color: #333;
}

.logos {
	margin: 10px 0;
	padding:0;
	text-align: center;
}

/* TABS zur Subnavi */

.helper {
	margin:0;
	padding:0;
	position: relative;
}


#nav-container .ui-tabs-nav {
    list-style: none;
    padding: 20px 20px 0 25px;
}

