* {
	list-style: none;
	margin: 0;
	padding: 0;
	text-decoration: none;
	border: 0;
	outline: 0;
}

.clear {
	clear: both;
}

body {
	background: #360000 url(common/body.png) center repeat-y;
	font: 12px/20px "Lucida Grande", Verdana, Tahoma, sans-serif;
}

div.main {
	width: 960px;
	margin: 0 auto;
	background: #400000;
}

.colorbar {
	background: #ff9200 url(common/colorbar_tile.png) center;
}

.colorbar .main {
	height: 10px;
	background: url(common/colorbar_main.png);
}


/* HEADER */
/* ----------------------------------------------------- */

#header {
	background: url(common/header_tile.png);
}

#header .main {
	background-image: url(common/header_main.png);
	height: 290px;
}

#nav {
	position: absolute;
	top: 120px;
	left: 50%;
	width: 940px;
	margin-left: -470px;
	height: 140px;

}

#nav h1 {
	width: 198px;
	height: 140px;
	float: left;
	margin-left: 50px;
	overflow: hidden;
}

#nav h1 a {
	display: block;
	width: 100%;
	height: 100%;
	background: url(common/logo-trans.png);
	text-indent: -1000px;
}

#nav h1 a:hover {
	opacity: 0.8;
}

#nav ul {
	float: right;
	margin-right: 60px;
}

#nav ul li {
	float: left;
	text-shadow: 0 1px 2px #4d0200;
}

#nav .sub {
	margin-top: 40px;
}

#nav .sub a {
	color: #e2c58e;
	font-size: 11px;
	margin-left: 20px;
}

#nav .sub a:hover {
	color: white;
}

#nav .major {
	margin-top: -68px;
}

#nav .major a {
	color: white;
	font: bold 16px "Trebuchet MS", Tahoma, sans-serif;
	margin-left: 20px;
}

#nav .major a:hover {
	color: #e2c58e;
}


/* CONTENT */
/* ----------------------------------------------------- */

#content {
	background: #f8f4e6;
	color: #360000;
	line-height: 22px;
}

#content .main {
	background: white url(common/content.png) center repeat-y;
	padding: 0 10px;
	width: 940px;
}

#headergraphic {
	float: left;
	margin-top: -300px;
	width: 940px;
	height: 290px;
}



#content h1 {
	color: #6a1100;
	font: bold 25px "Trebuchet MS", Tahoma, sans-serif;
	margin-bottom: 15px;
}

#content h2 {
	color: #6a1100;
	font: bold 16px "Trebuchet MS", Tahoma, sans-serif;
	margin-bottom: 15px;
}

#content h3 {
	font-size: 13px;
	margin-bottom: 15px;
}



#content p {
	margin: 15px 0;
}

#content p.intro,
#content div.intro p {
	color: #801604;
	font-size: 14px;
	line-height: 23px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #f4dfac;
}

#content p.small,
#content div.small p {
	font-size: 11px;
	line-height: 18px;
}

p.more {
	text-align: right;
}

p.more a {
	background: url(common/more_arrow.png) right center no-repeat;
	padding-right: 15px;
	font-size: 14px;
}

p.date {
	
}



#content a {
	color: #ff0000;
}

#content a:hover {
	color: #6a1100;
	text-decoration: underline;
}

a.arrow {
	background: url(common/arrow.png) right 4px no-repeat;
	padding-right: 12px;
	font-weight: bold;
}



#content hr {
	margin: 20px 0;
	border: 0;
	height: 1px;
	background: #f4dfac;
	color: #f4dfac;
}



#content ul {
	margin: 10px 0;
}

#content ul li {
	color: #801604;
	background: url(common/li_orange.png) left 8px no-repeat;
	padding-left: 18px;
	margin: 5px 0;
}

#content ul.red li {
	background-image: url(common/li_red.png);
}



.inline_image {
	margin: 0 15px 15px 15px;
}

.inline_image.right {
	float: right;
	margin-right: 0;
}

.inline_image.left {
	float: left;
	margin-left: 0;
}

.full_image {
	clear: both;
	margin: 40px -60px;
}

.full_image img {
	border: 10px solid #e2c58e;
	border-left: 0;
	border-right: 0;
}

.full_link {
	border-top: 3px solid #f3e3c7;
	padding: 20px 60px;
}

.full_link a {
	display: block;
	font-size: 14px;
	background: url(common/arrow.png) 1px 7px no-repeat;
	padding-left: 18px;
}


/* FOOTER */
/* ----------------------------------------------------- */

#footer {
	background: url(common/footer_tile.png) top repeat-x;
	font-size: 11px;
	line-height: 16px;
	text-shadow: 0 1px 2px #360000;
}

#footer .main {
	background: url(common/footer_main.png) top no-repeat;
	padding: 45px 0 60px 60px;
	width: 900px;
}

#footer ul {
	float: left;
	width: 150px;
	margin: 0 20px 33px 0;
}

#footer ul li {
	margin: 5px 0;
}

#footer ul strong a {
	color: #f8f4e6;
}

#footer ul strong a:hover {
	color: #e2c58e;
}

#footer ul a {
	color: #e2c58e;
}

#footer ul a:hover {
	color: white;
}

#footer p {
	clear: both;
	border-top: 1px solid #61271c;
	padding-top: 30px;
	color: #916347;
	width: 840px;
}


/* HOME */
/* ----------------------------------------------------- */

.home #headergraphic {
	border-bottom: 10px solid #e2c58e;
	height: 623px;
}

.three_columns {
	clear: both;
	padding: 40px 0 80px 10px;
}

.three_columns .column {
	width: 240px;
	float: left;
	margin-left: 50px;
}

#content .home p {
	margin-top: 0;
}

.facebook_link {
	color: #6983b2 !important;
}

.facebook_link:hover {
	color: #304a81 !important;
}


/* SUBPAGES */
/* ----------------------------------------------------- */

.default {
	clear: both;
	width: 940px;
	background: url(common/sidebar_tile.png) left top repeat-y;
	overflow: hidden;
}

#content .default .sidebar {
	float: left;
	width: 260px;
	margin: 35px 0;
	border-top: 1px solid #f4ebd6;
}

#content .default .sidebar li {
	border-bottom: 1px solid #f4ebd6;
	background: none;
	text-align: right;
	padding: 0;
	margin: 0;
}

#content .default .sidebar li a {
	display: block;
	padding: 11px 15px;
	font-weight: bold;
	color: #6a1100;
	line-height: 19px;
}

#content .default .sidebar li.active a {
	background: white;
	color: #ff0000;
}

#content .default .sidebar li.active.expanded a {
	color: #6a1100;
}



#content .default .sidebar .submenu {
	background: white;
}

#content .default .sidebar .submenu ul {
	margin: -1px 0 0 0;
	padding-bottom: 20px;
}

#content .default .sidebar .submenu ul li {
	border: 0;
}

#content .default .sidebar .submenu ul li a {
	font-weight: normal;
	font-size: 11px;
	padding: 4px 15px;
}

#content .default .sidebar .submenu ul li.active a {
	color: #ff0000;
}


.default .text {
	font-size: 13px;
	float: right;
	width: 580px;
	padding: 40px 50px 60px 50px;
}

.default .text img {
	max-width: 100%;
}

.default.wide {
	background: white;
}

.default.wide .text {
	float: none;
	width: auto;
	padding: 40px 60px 60px 60px;
}


/* PROGRAMM */
/* ----------------------------------------------------- */

.default .programm span.category,
.default .programm .date {
	font: bold 11px Verdana, Tahoma, sans-serif;
	text-transform: uppercase;
	display: block;
}

.default .programm span.category {
	color: #c4a873;
	margin-bottom: 8px;
}

.default .programm .entry {
	padding: 20px 0 0 20px;
	margin: 20px 0 0 100px;
	border-top: 1px solid #f4dfac;
}

.default .programm .date {
	padding-top: 20px;
	border-top: 1px solid #f4dfac;
	float: left;
	margin: -21px 0 0 -120px;
	width: 100px;
	color: #6a1100;
	text-align: right;
}

.default .programm .shortdate {
	font-size: 11px;
	float: left;
	margin: 1px 0 0 -120px;
	width: 100px;
	text-align: right;
}

#content .default .programm .entry h2 {
	margin-bottom: 10px;
}

#content .default .programm .entry p {
	margin-top: 0;
}


/* PANORAMA */
/* ----------------------------------------------------- */

#panorama {
	width: 680px;
	height: 381px;
	margin: 40px -50px;
	position: relative;
	overflow: hidden;
	border: 10px solid #e2c58e;
	border-left: 0;
	border-right: 0;
}

#content #panorama img {
	position: absolute;
	max-width: none;
	left: 0;
}

#content #panorama a {
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	height: 381px;
	width: 100px;
	text-indent: -1000px;
}

#content #panorama #moveleft {
	left: 0;
	background-image: url(panorama/left.gif);
}

#content #panorama #moveright {
	right: 0;
	background-image: url(panorama/right.gif);
}




/* PRESSE */
/* ----------------------------------------------------- */

.pressebilder {
	border-collapse: collapse;
}

.pressebilder td,
.pressebilder th {
	padding: 5px 20px;
}

.pressebilder th {
	border-right: 1px solid #e2c58e;
	text-align: right;
}

#content .pressebilder h3,
#content .pressebilder p {
	margin: 5px 0;
}

.pressebilder p {
	font-size: 11px;
}

h3 span.date {
	font: bold 11px Verdana, Tahoma, sans-serif;
	display: block;
	margin-bottom: 5px;
	color: #e2c58e;
}


/* EINTRITT
/* ----------------------------------------------------- */

table.eintritt {
	border-collapse: collapse;
	margin-bottom: 20px;
	border-bottom: 1px solid #f8eed7;
	width: 100%;
}

table.eintritt tr td,
table.eintritt tr th {
	padding: 3px 0;
	border-top: 1px solid #f8eed7;
}

table.eintritt tr:nth-child(odd) {
	background: #fffaed;
}

table.eintritt tr th {
	text-align: right;
	white-space: nowrap;
}

table.eintritt tr.hr td {
	padding: 10px;
	background: white;
}


/* LINKS */
/* ----------------------------------------------------- */

#content .text.links h2 {
	margin: 0 0 30px 0;
	padding: 20px 0 10px 0;
	clear: both;
	border-bottom: 1px solid #f8eed7;
}

.text.links p {
	clear: both;
}

.text.links img {
	float: left;
	margin: -15px 30px 30px 0;
	width: 300px;
	height: 70px;
}


/* GALERIE */
/* ----------------------------------------------------- */

.default.small {
	background-position: -70px top;
}

#content .default.small .sidebar {
	width: 190px;
}

#content .default.small .sidebar li a {
	padding: 7px 15px;
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
}

.default.small .text {
	width: 670px;
	padding: 37px 40px 50px 40px;
}


.galerie {
	padding: 40px 60px 40px 60px;
	position: relative;
	border-bottom: 1px solid #f8eed7;
	text-align: center;
}

.galerie img {
	max-width: 700px;
	height: auto;
}

.galerie .prev,
.galerie .next {
	position: absolute;
	width: 27px;
	height: 38px;
	top: 50px;
	overflow: hidden;
	text-indent: -1000px;
}

.galerie .prev {
	left: 60px;
	background: url(common/prev.gif);
}

.galerie .next {
	right: 60px;
	background: url(common/next.gif);
}

.thumbs {
	background: #f8f4e6;
	padding: 13px 0 0 13px;
}

.thumbs a {
	padding: 0 13px 13px 0;
	display: block;
	float: left;
	width: 100px;
	height: 75px;
	text-align: center;
}

.thumbs img {
	max-height: 75px;
	max-width: 100px;
}








