body {
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size: 11px;
	color: #000000;
	margin: 0;
	padding: 0;
	background-color: #5b3e20;
	background-image: url(../_gfx/bg.jpg);
	background-attachment: fixed;
}


body {
	background-color: #ecebe3;
	background-image: url(../_gfx/herbstwinter.jpg);
	background-attachment: fixed;
	background-position: center bottom;
	background-size: 100%;
	background-repeat: no-repeat;
}


/* Standard-Formate */

table {
	width: 100%;
}

td, div {
	text-align: left;
}

img {
	border-style: none;
}

ul {
	margin: 0px 0px 16px 0px;
	padding: 0;
	line-height:16px;
	list-style-type: none;
} 

ul li {
	margin: 0px 0px 5px 0px; 
	padding: 0 0 0 12px;
	line-height: 16px;
	background-image: url('../_gfx/kreuz_grau.gif');
	background-repeat: no-repeat;
	background-position: 0px 6px;
} 

ul li ul, ul li ul li ul {
	margin: 5px 0px 0px 0px;
}

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

a:hover {
	text-decoration: none;
}

h1 {
	font-size: 14px;
	font-weight: bold;
	color: #0073b7;
	margin-top: 0px;
	margin-bottom: 10px;
}

h2, h3, h4, h5 {
	font-size: 12px;
	font-weight: bold;
	color: #0073B7;
	margin-top: 20px;
	margin-bottom: 10px;
}

p {
	line-height: 18px;
	margin-top: 0px;
	margin-bottom: 15px;
}

.align-left {
	text-align: left;
}

.align-right {
	text-align: right;
}

.align-center {
	text-align: center;
}

.indent {
	margin-left: 25px;
}

blockquote {
	color: #656565;
	font-style: italic;
	margin-left: 25px;
}

hr {
	height: 1px;
	border: 0px;
	color: #A21C11;
}

input, select, textarea {
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	border-style: solid;
	border-width: 1px;
	border-color: #0073b7;
}

input.checkbox {
	border-style: none;
}

fieldset {
	border: none;
	margin: 0;
	padding: 0;
}

fieldset legend {
	display: none;
}


/*
### Formate für den Seitenaufbau
*/

#centerframe {
	margin: 0 auto 0 auto;
	text-align: center;
	width: 950px;
}

	#worldframe {
		background-color: #f7f0d4;
		background-image: url(../_gfx/worldframe-bg.jpg);
		background-repeat: no-repeat;
		float: left;
		padding: 0 0 0 0;
		width: 950px;
		position: relative;
		-webkit-box-shadow: 0px 3px 17px #000000;	/* webkit browser*/ -moz-box-shadow: 0px 3px 17px #000000;	/* firefox */ box-shadow: 0px 3px 17px #000000;
	}
	
		#mainframe {
			position: relative;
			z-index: 1;
			border: solid 1px #d6ac40;
			border-width: 0px 1px 1px 1px;
			float: left;
			margin: 0px 3px 3px 3px;
			_margin: 0px 2px 3px 2px;
			text-align: left;
			width: 922px;
			padding: 0 10px 10px 10px;
		}
	
			#head {
				float: left;
				height: 97px;
				width: 922px;
			}
			
				#logo {
					border: none;
					left: 42px;
					position: absolute;
					top: 8px;
					z-index: 100;
				}
				
				ul#headnav {
					position: absolute;
					width: 609px;
					margin: 0;
					padding: 0;
					right: 14px;
					top: 30px;
				}

					ul#headnav li {
						margin: 0 20px 0 0;
						padding: 0;
						background-image: none;
						display: inline;
						position: relative;
						float: left;
					}

						ul#headnav li ul {
							position: absolute;
							top: 20px;
							left: 0px;
						}
						
						ul#headnav li ul li.act a {
							color: #0073b7;
						}

			
			#content {
				float: left;
				width: 922px;
			}
				
				#left {
					float: left;
					margin: 0 14px 25px 0;
					width: 489px;
					padding: 80px 80px 0 40px;
					position: relative;
					z-index: 20;
				}

				/* Abweichungen für Breiten Inhalt */

				#mainframe.wide #left {
					width: 609px;
					_width: 609px;
					_overflow-x: hidden;
					padding: 32px 0 40px 0;
					/* _padding: 32px 0 60px 0; */
					position: relative;
					z-index: 20;
				}
				
				#right {
					float: left;
					margin: 0 0 14px 0;
					padding: 0 0 0 0;
					#padding: 0 0 40px 0;
					_padding: 0 0 15px 0;
					width: 298px;
				}
				
			#footer {
				float: left;
				margin: 0 0 14px 0;
				width: 922px;
				position: relative;
				z-index: 10;
			}
			
			#sponsors {
				height: 50px;
				float: left;
				margin: 0 0 14px 0;
				width: 922px;
			}

				#sponsors img {
					margin-left: 35px;
				}

			
		#bottom {
			background-color: #000;
			float: left;
			height: 35px;
			width: 950px;
		}

			img#address {
				float: left;
				margin: 12px 0 0 14px;
			}
			
			#bottom ul {
				width: 298px;
				float: right;
				margin: 8px 14px 0 0;
				padding: 0;
			}

				#bottom ul li {
					margin: 0;
					padding: 0;
					background-image: none;
					display: inline;
				}

					#bottom ul li a {
						color: #fff;
						display: block;
						float: right;
						margin: 0 0 0 14px;
					}



/*
### Flexible Inhaltselemente (FCEs)
*/

/* Boxen */

.box {
	float: left;
	margin: 0 0 14px 0;
	width: 298px;
	position: relative;
}

	.box .top {
		float: left;
		width: 298px;
		height: 25px;
		background-repeat: no-repeat;
		background-image: url(../_gfx/box-top-bg.png);
		background-position: 0 0;
		overflow: hidden;
	}
	
	.box .content {
		float: left;
		width: 248px;
		padding: 0 25px 0 25px;
		background-repeat: repeat-y;
		background-image: url(../_gfx/box-content-bg.gif);
	}
	
		.box .content h1 {
			font-size: 12px;
			font-weight: bold;
			margin-top: 0px;
			margin-bottom: 10px;
		}
	
	.box .bottom {
		float: left;
		width: 298px;
		height: 25px;
		background-repeat: no-repeat;
		background-image: url(../_gfx/box-bottom-bg.gif);
		background-position: 0 bottom;
		overflow: hidden;
	}


/* Box - Abweichung für Newsletter */

.box.newsletter .top {
	height: 57px;
	background-image: url(../_gfx/box-top-bg-newsletter.gif);
}


/* Box - Abweichung für Lake Night */

.box.lakenight {

}

.box.lakenight .content {
	padding: 0 130px 0 25px;
	width: 143px;
}

.box.lakenight a img {
	position: absolute;
	left: 172px;
	top: 25px;
}

/* Box - Abweichung für Breite Version */

.box.layout2 {
	width: 609px;
}

	.box.layout2 .top {
		width: 609px;
		background-image: url(../_gfx/box-breit-top-bg.gif);
	}
	
	.box.layout2 .content {
		width: 559px;
		padding-top: 25px;
		background-image: url(../_gfx/box-breit-content-bg.gif);
	}
	
	.box.layout2 .bottom {
		width: 609px;
		background-image: url(../_gfx/box-breit-bottom-bg.gif);
	}


/* Box -Abweichungen für Breite Version als Bühne */

.box.layout3 {
	width: 609px;
}

	.box.layout3 .top {
		width: 609px;
		height: 6px;
		background-image: url(../_gfx/box-breit-top-small-bg.png);
	}
	
	.box.layout3 .content {
		width: 609px;
		background-image: url(../_gfx/box-breit-content-bg.gif);
		padding: 0 0 0 6px;
	}
	
	.box.layout3 .bottom {
		width: 609px;
		height: 6px;
		background-image: url(../_gfx/box-breit-bottom-small-bg.png);
		background-position: 0 0;
	}

/* Box -Abweichungen für normale Version als Bühne */

.box.layout4 {
}

	.box.layout4 .top {
		height: 6px;
	}
	
	.box.layout4 .content {
		padding: 0 0 0 6px;
		width: 292px;
	}

	.box.layout4 .content a {
		display: block;
		height: 170px;
	}
	
	.box.layout4 .bottom {
		height: 6px;
		_height: 8px;
		_background-position: 0 -19px;
	}



/* Box - Abweichungen für Seitenfuß */

#footer .box {
	margin: 0 14px 0 0;
}

#footer .box.last {
	margin: 0;
}


/* FCE - Box in Flaggenform */

.fce-flag {
	top: 330px;
	left: 80px;
	width: 487px;
	height: 175px;
	padding: 20px;
	position: absolute;
	z-index: 110;
}

	.fce-flag-bg {
		position: absolute;
	}

	.fce-flag-content {
		width: 440px;
		height: 175px;
		padding: 15px 25px 0 27px;
		color: #fff;
		position: absolute;
	}

/* FCE */

.fce-jobs {
	width: 549px;
	float: left;	
}

.fce-jobs-left {
	float: left;
	width: 192px;
}

.fce-jobs-right {
	float: left;
	width: 357px;
}

.fce-jobs-right img {
	position: absolute;
	top: -50px;
	right: -10px;
}


/*
### Formate für TYPO3-Plugins
*/


/* RGS Smooth Gallery */

.myGallery {
	border: none !important;
}


/* MoJo Auto Gallery */

a.mojo_autogallery_thumbnail img,
.mojo_autogallery_item a img {
	border: solid 1px #fff;
}

.mojo_autogallery_item {
	margin: 0 4px 0 0 !important;
}


/* Powermail */

.tx-powermail-pi1 {
	padding-top: 10px;
}

.tx-powermail-pi1 fieldset legend {
	display: none;
}

.tx_powermail_pi1_fieldwrap_html {
	margin-bottom: 10px;
}

.tx-powermail-pi1 label {
	width: 100px;
	padding: 4px 0 0 0;
	display: block;
	float: left;
	color: #000;
}

.tx-powermail-pi1 input {
	width: 200px;
	padding: 2px;
}

.tx-powermail-pi1 textarea {
	height: 250px;
	width: 275px;
	padding: 2px;
	font-family: verdana;
	font-size: 12px;
}

.powermail_submit {
	margin-left: 100px;
	width: 100px !important;
	color: #fff;
	border-color: #004386;
	background-color: #0073b7;
}

.powermail_mandatory_js {
	color: #ff0000;
	margin: 2px 0 4px 100px;
	_margin: 2px 0 4px 103px;
	font-size: 10px;
}


/* Mojo Gallery */

.mojo_autogallery_item {
	float: left;
	width: 182px;
	margin: 0 10px 0 0;
}


/* News LIST */

.news-list-container {
	margin: 15px 0 0 0;
}

.news-list-item {
	float: left;
	width: 100%;
	margin: 0 0 15px 0;
	border-bottom: solid 1px #d7b24e;
}

.news-list-image {
	float: left;
	width: 120px;
	margin: 0 15px 0 0;
}

.news-list-content {
	float: left;
	width: 334px;
	padding: 0 90px 15px 0;
}

.news-list-subheader a {
	color: #000;
}

.news-list-item h2 {
	margin: 0 0 5px 0;
}


.news-list-item h3 {
	margin: 5px 0 15px 0;
}

.news-list-item h3 a {
	color: #0073B7;
}


.news-date {
	font-size: 12px;
	font-weight: bold;
	margin: 5px 0 10px 0;
	color: #0073B7;
}

.news-date a {
	color: #0073B7;
	display: block;
}


.news-list-morelink {
	font-weight: bold;
}

/* News SINGLE */

.news-single-item h2 {
	color: #A21C11;
	margin: 0 0 10px 0;
}

.news-single-item h4 {
	color: #000;
	font-size: 11px;
	margin: 0 0 15px 0;
}

.news-single-left {
	float: left;
	width: 334px;
	padding: 0 25px 20px 0;
}

.news-single-right {
	float: left;
	width: 200px;
}

.news-single-backlink a {
	font-weight: bold;
}


/* News LATEST */

.news-latest-left {
	float: left;
	width: 140px;
}

.news-latest-left h3 {
	margin: 5px 0 5px 0;
}

.news-latest-right img {
	position: absolute;
	right: 6px;
	top: 20px;
}



/* Newsletter Anmeldung */

.tx-sremailsubscribe-pi1-notice {
	display: none;
}

.tx-sremailsubscribe-pi1 dl {
	margin: 0;
	padding: 0;
	float: left;	
}

.tx-sremailsubscribe-pi1 dl dt {
	width: 80px;
	float: left;
	margin: 0 0 5px 0;
	padding: 0;
}

.tx-sremailsubscribe-pi1 dl dd {
	width: 165px;
	float: left;
	margin: 0 0 5px 0;
	padding: 0;
}

.tx-sremailsubscribe-pi1 input {
	width: 160px;
}

.tx-sremailsubscribe-pi1-submit {
	width: 80px !important;
	color: #fff;
	border-color: #004386;
	background-color: #0073b7;

}

.tx-sremailsubscribe-pi1-click-to-edit {
	display: none;
}

.tx-sremailsubscribe-pi1-error {
	margin: 0 0 5px 0;
	line-height: 14px;
}

.tx-sremailsubscribe-pi1 h2 {
	margin: 0 0 10px 0;	
}

.tx-sremailsubscribe-pi1 p {
	margin: 0 0 15px 0;
	padding: 0;	
}


/*
### Formate für Standard TYPO3-Elemente
*/


/* Linie vor und nach einem Inhaltselement */

.csc-frame-rulerBefore {
	clear: both;
	height: 2px;
	overflow: hidden;
	background-color: #E1E1E1;
	margin: 10px 0 10px 0;
	padding: 0;
	line-height: 0;
}

.csc-frame-rulerAfter {
	clear: both;
	height: 2px;
	overflow: hidden;
	background-color: #E1E1E1;
	margin: 10px 0 10px 0;
	padding: 0;
	line-height: 0;
}


/* Bildunterschrift */

.csc-textpic-caption {
	font-size: 10px;
	color: #656565;
}


/* Stil des optionalen Bildrahmens */

.csc-textpic-border div.csc-textpic-imagewrap .csc-textpic-image img {
	border: 1px solid #E1E1E1 !important;
}


/* Datei-Verweise */

table.csc-uploads {
	border-collapse: collapse;
}

.csc-uploads td.csc-uploads-fileName {
	vertical-align: top;
	padding: 0 15px 10px 0;
}

.csc-uploads td.csc-uploads-fileSize {
	vertical-align: top;
	padding: 0 0 10px 0;
}

.csc-uploads td.csc-uploads-fileName p, .csc-uploads td.csc-uploads-fileSize p {
	margin: 0 !important;
}


/* Tabellen */

table.contenttable {
	width: 100%;
	border: 1px solid #E1E1E1;
	border-collapse: collapse;
}

	.contenttable th, .contenttable td {
		vertical-align: top;
		padding: 1px 3px 1px 3px;
	}
	
	.contenttable th, .contenttable tfoot {
		font-weight: bold;
		color: #8C8C8C;
		background-color: #AEAEAE;
		padding: 2px 3px 3px 3px;
	}
	
	.contenttable .tr-odd td {
		border-style: solid;
		border-width: 0 0 1px 0;
		border-color: #E1E1E1;
	}
	
	.contenttable .tr-even td {
		border-style: solid;
		border-width: 0 0 1px 0;
		border-color: #E1E1E1;
	}

	.contenttable .tr-last td {
		border-style: none;
	}
	
	
div#tickets {
	position: absolute;
	left: 950px;
	top: 413px;
	width: 20px;
	background-color: #ae0318;
}

div#tickets img {
	float: right;
}

div#tickets:hover {
	width: 30px;
}

div#facebook {
	position: absolute;
	left: 950px;
	top: 248px;
	width: 20px;
	background-color: #3b5998;
}

div#facebook img {
	float: right;
}

div#facebook:hover {
	width: 30px;
}


.tx-mojosleekgallery-pi1 {
	float: left;
	margin: 0;
	padding: 0;
}
