html,body,h1,h2,h3,h4,h5,h6,ul,li,form,fieldset,div,p,img,a {
	padding: 0;
	margin: 0;
	border: 0;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #aaaaaa;
}

body {
	text-align: center;
	background-color: #050505;
}

input.error {
	border-color: #f00;
}
label.error {
	color: #f00;
}

#box {
	margin: auto;
	width: 1000px;
}

#header {
	width: 1000px;
	height: 208px;
	float: left;
	overflow: hidden;
}

#header div.left {
	width: 500px;
	float: left;
	margin-bottom: 1px;
	position: relative;
	overflow: hidden;
	text-align: center;
}
#header div.left div.mask {
	background-image: url('../img/headermask.png');
	height: 207px;
	width: 503px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
}
#header div.left img {
	height: 207px;
	position: relative;
	top: 0;
}
#header div.right {
	width: 500px;
	text-align: right;
	float: left;
	margin-bottom: 1px;
}
#header div.right img {
}

#nav {
	clear: both;
	width: 1000px;
	height: 40px;
}
#nav ul {
	display: block;
	list-style: none;
	height: 40px;
	width: 1000px;
	text-align: center;
	background-image: url('../img/navbg.png');
	background-repeat: repeat-x;
}
#nav ul li {
	display: inline;
}
#nav ul li a {
	display: inline;
}
#nav ul li a img {
	border: 0;
}
#nav ul.subnav {
	text-align: left;
	width: 900px;
	margin-left: 100px;
	margin-top: 20px;
	margin-bottom: 0px;
	background: none;
	float: left;
}
#nav ul.subnav li {
	margin-right: 20px;
	font-size: 14px;
}
#nav ul.subnav li a {
	color: #930A1E;
}

#content-box {
	width: 1000px;
	height: auto;
	clear: both;
}

#content-box .newsletter {
	height: 550px;
	width: 1000px;
	background-image: url('../img/bg_newsletter.jpg');
	background-repeat: no-repeat;
	float: left;
}
#content-box .newsletter .wrapper {
	margin: 40px;
	padding-top: 300px;
}
#content-box .newsletter .box {
	padding: 10px;
	background-image: url('../img/bg_black.png');
	background-repeat: repeat;
}
#content-box .newsletter .info {
	font-size: 18px;
}
#content-box .newsletter .form {
	text-align: center;
	width: 100%;
	margin-top: 40px;
}
#content-box .newsletter .form form {
	margin: auto;
	text-align: center;
}
#content-box .newsletter .form p {
	margin: auto;
	text-align: center;
}
#content-box .newsletter .form p.email {
	line-height: 50px;
	float: left;
	margin-left: 315px;
	margin-bottom: 10px;
}
#content-box .newsletter .form p.email input {
	display: block;
	float: left;
	margin-top: 15px;
	margin-left: 5px;
	margin-right: 5px;
	border: 0;
	background: 0;
	background-image: url('../img/bg_white.png');
	width: 195px;
}
#content-box .newsletter .form p.email img {
	display: block;
	float: left;
}
#content-box .newsletter .form p.submit {
	clear: both;
}
#content-box .newsletter .form p.submit input {
	background: 0;
	border: 0;
	background-image: url('../img/button.png');
	text-align: center;
	width: 130px;
	height: 20px;
	font-size: 10px;
	color: #111;
}

#content-box .dates {
	height: 750px;
	width: 1000px;
	background-image: url('../img/bg_dates.jpg');
	background-repeat: no-repeat;
	float: left;
}
#content-box .dates .wrapper {
	width: 1000px;
	text-align: center;
	margin-top: 230px;
}
#content-box .dates .box {
	margin: auto;
	width: 520px;
	height: 460px;
	overflow: auto;
}

#content-box .dates .box .date {
	margin-top: 40px;
	margin-bottom: 40px;
	font-size: 26px;
	font-weight: bold;
	color: #F6F308;
	text-align: center;
}

#content-box .dates .box hr {
	border-color: #f00;
	border-style: solid;
	margin: 5px;
}

#content-box .guestbook {
	height: 574px;
	width: 1000px;
	background-image: url('../img/bg_guestbook.jpg');
	background-repeat: no-repeat;
	float: left;
}
#content-box .guestbook .wrapper {
	width: 1000px;
	text-align: center;
	margin-top: 140px;
}
#content-box .guestbook .head {
	margin: auto;
	width: 520px;
	height: 20px;
	line-height: 20px;
}
#content-box .guestbook .head p {
	text-align: center;
}
#content-box .guestbook .box {
	margin: auto;
	width: 520px;
	height: 400px;
	overflow: auto;
}
#content-box .guestbook .box .entry {
	margin-top: 40px;
	margin-bottom: 40px;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-align: left;
	font-family: "Times New Roman", Times, serif;
}
#content-box .guestbook .box .entry .title {
	font-weight: bold;
	font-size: 16px;
}

#content-box .guestbook .box hr {
	border-color: #f00;
	border-style: solid;
	margin: 5px;
}
#content-box .guestbook form {
	margin: auto;
	width: 520px;
	height: 420px;
}
#content-box .guestbook form {
	margin-top: 20px;
}
#content-box .guestbook form .info {
	font-size: 10px;
	font-style: italic;
}
#content-box .guestbook form label {
	clear: both;
	display: block;
	float: left;
	width: 100px;
	margin-top: 3px;
	margin-bottom: 3px;
}
#content-box .guestbook form input[type=text] {
	width: 200px;
	margin-top: 3px;
	margin-bottom: 3px;
}
#content-box .guestbook form textarea {
	width: 400px;
	height: 200px;
	margin-top: 3px;
	margin-bottom: 3px;
}
#content-box .guestbook form .url {
	display: none;
}


#content-box .press {
	float: left;
	height: 550px;
	width: 1000px;
	background-image: url('../img/bg_press.jpg');
	background-repeat: no-repeat;
}
#content-box .press .wrapper {
	width: 1000px;
	text-align: center;
	margin-top: 225px;
}
#content-box .press .box {
	margin: auto;
	width: 640px;
	height: 290px;
	overflow: auto;
}

#content-box .press .box h1 {
	font-size: 24px;
	margin-bottom: 5px;
}
#content-box .press .box p {
	font-size: 12px;
	margin-bottom: 20px;
}
#content-box .press .box p span {
	font-weight: bold;
}
#content-box .press .box p a {
	color: #930A1E;
}

#content-box .press .box hr {
	border-color: #f00;
	border-style: solid;
	margin: 5px;
}

#content-box .veranstalter {
	clear: both;
	height: 452px;
	width: 1000px;
	background-image: url('../img/bg_veranstalter.jpg');
	background-repeat: no-repeat;
}
#content-box .veranstalter .wrapper {
	clear: both;
	margin-top: 20px;
	margin-left: 100px;
}
#content-box .veranstalter .wrapper h1 {
	font-size: 24px;
	font-weight: bold;
	color: #930A1E;
	margin-top: 0;
	margin-bottom: 20px;
}
#content-box .veranstalter .wrapper p {
	color: #fff;
	margin-top: 5px;
}
#content-box .veranstalter .wrapper p.intro {
	padding-top: 130px;
}
#content-box .veranstalter .wrapper .flyer {
}
#content-box .veranstalter .wrapper .flyer a {
	margin-right: 20px;
}

#content-box .gallery-wrapper {
}
#content-box .gallery-wrapper h1 {
	margin: 20px;
}
#content-box .gallery-wrapper p {
	margin-left: 20px;
}
#content-box .gallery-wrapper .gallery {
	margin: 20px;
	padding-left: 90px;
}
#content-box .gallery-wrapper .gallery span {
	display: block;
	margin: auto;
	float: left;
	width: 200px;
	text-align: center;
	margin-bottom: 20px;
}
#content-box .gallery-wrapper .gallery a {
}

#content-box .gallery-wrapper .gallery img {
	border: 2px solid #000;
}
#content-box .gallery-wrapper .gallery img:hover {
	border: 2px solid #F6F308;
} 

#footer {
	width: 1000px;
	height: 20px;
	float: left;
}
#footer .left {
	width: 250px;
	float: left;
}
#footer .left p {
}
#footer .left p a {
	font-size: 12px;
}
#footer .right {
	width: 650px;
	text-align: right;
	float: left;
}
#footer .right ul {
	width: 750px;
	text-align: right;
	list-style: none;
}
#footer .right ul li {
	display: inline;
	list-style: none;
}
#footer .right ul li a {
	display: inline;
	font-size: 12px;
}
.highslide-number { display: none !important; }
.highslide-active-anchor img {
	visibility: visible;
}

.button {
	background: url("../img/button.png") repeat scroll 0 center transparent;
    border: 0 none;
    color: #111111;
    font-size: 11px;
    height: 20px;
    text-align: center;
    width: 130px;
	cursor: pointer;
}