@charset "utf-8";
body {
    background: #fff url(../images/bg.jpg) repeat-x top;
	font: 12px Arial, Helvetica, sans-serif;
	line-height: 150%;
    margin: 0;
    padding: 0;
    text-align: center;
	margin-bottom: 10px;
}

#container {
  	width: 900px;
   	margin: 0 auto; /* Durch automatische Ränder (in Verbindung mit einer Breite) wird die Seite zentriert. */
   	text-align: justify; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
		background: url(../images/bg_teaser.gif) no-repeat top left;		
}

#cRight 
{
	float: right;
	margin-left: 50px;
}

.box, .boxQuote
{
	background:url(../images/bg_box_contact.gif) top left no-repeat;
	width: 230px;
	padding: 15px;
	color: #757575;
	font-size: 11px;
	line-height: 140%;
	margin-bottom: 40px;
}

.box h2, .boxQuote h2
{
	font-size:16px;
	margin-top: -5px;
	margin-bottom: 10px;
}

.boxQuote
{
	background:url(../images/bg_box_quote.gif) top left no-repeat;
	text-align: left;
}

.boxQuote span
{
	text-align: right;
	font-style: italic;
	display: block;
	margin-bottom: 15px;
	color: #757575;
}

.boxQuote img
{
	float: left;
	margin-right: 10px;
	margin-top: 5px;
}

.boxQuote a
{
	font-weight: bold;
}

#head {
   	height: 113px;
}

#nav {
	padding-bottom: 20px;
}

#subnav {	
	background: url(../images/bg_submenu.png) no-repeat;
	width: 500px;
	height: 28px;
	padding: 3px 10px;;
	margin-left: 155px;
}

#content {
	margin: -3px 0;
}

#teaser {
		height: 303px;
		margin-bottom: 20px;
		text-align: left;
}

a {
	color: #505050;
}

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

#nav a.menuActive {
	background:url(../images/linkActiveTop.png) top repeat-x;
	color: #9b142d;
	margin: 0;
}

#teaser #subnav a.menuActive {
	color: #9b142d;
}

#nav a {
	text-decoration: none;
	font-weight: bold;
	color: #505050;
	font-size: 16px;
	margin: 0 4px;
	line-height: 30px;
	float: left;
	display: block;		
}

#nav a:hover {
	color: #9b142d;
	text-decoration: none;
}

#teaser #subnav a {
	text-decoration: none;
	font-weight: bold;
	color: #505050;
}

#teaser #subnav a:hover {
	color: #9b142d;
}

p, span, #teaser p {
	color: #333;
}

#teaser p, #teaser span {
	color: #fff;
	font-size: 14px;
}

#teaser li {
	color: #fff;
}

h1, #teaser h1 {
	color: #505050;
	font-size:18px;
	margin-top: 0;
}

h1.noSubnav {
	font-size:18px;
	margin-top: -35px;
}

#teaser h1 {
	color: #fff;
	margin-top: 15px;
}

#teaser h1.noSubnav{
	margin-top: 35px;
}

h2, #teaser h2 {
	color: #505050;
	font-size:14px;
	padding: 5px 0px 0;	
}

.news h2 {
	padding: 5px 5px 0;	
}

#teaser h2 {
	color: #fff;
}

#teaser a {
	color: #fff;
	text-decoration: underline;
}

#teaser a:hover {
	color: #ccc;
}

ul {
	padding-left: 7px;
	margin-left: 10px;
}

li {
	list-style: square;
}

.button {
	color: #fff;
	background: url(images/bg_button.gif) #9b142d top repeat-x;
	font-weight: bold;
	border: 1px solid #9b142d;
}

.button:hover {
color: #ccc;
	background: url(images/bg_button_o.gif) top repeat-x;	
}

form
{
	margin: 0;
	padding: 0;
}

legend
{
	color: #505050;
	font-weight: bold;
}

input, textarea, select
{
	width: 170px;	
	margin: 2px;
	border: solid #000 1px;
	background: url(../images/bg_input.gif) #fff bottom repeat-x;
	margin: 5px 0;
}

input[type="hidden"] /* funktioniert nicht im IE, der zu fixende Bug tritt aber auch im IE nicht auf */
{
	display: none;
	visibility: hidden;
}

textarea, select { width: 245px; }


label {
	float: left;
	text-align: right; 
	padding-right: 1em; 
	width: 105px;
	border: none;
	font-weight: bold;
}

input:focus, textarea:focus, select:focus {
	border: 1px solid #9b142d;
}

.smallText {
	font-size: 10px;
}

.screenshot
{
	clear: left;
}

.screenshotImg
{
	float: left;
	margin-right: 50px;
	margin-bottom: 50px;
	padding-bottom: 20px;
	background: url(../images/bg_screenshot.gif) bottom repeat-x;
	border: 0;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in; 
	cursor: url(..images/zoom.cur), pointer;
}

a.buttonRight, a.buttonLeft
{
	background:url(../images/b_right.png) top left no-repeat;
	display: block;
	width: 165px;
	height: 23px;
	text-align: center;
	color: #505050 !important;
	text-decoration: none !important;
	font-weight: bold;
	position: absolute;
	margin-left: 170px;
	padding-top: 1px;
}

a.buttonLeft
{
	background:url(../images/b_left.png) top left no-repeat;
	float: left;
	margin: 0;
}

a.buttonRight:hover, a.buttonLeft:hover {
 background:url(../images/b_right_o.png) top left no-repeat;
 color: #9b142d !important;
}

a.buttonLeft:hover {
	background:url(../images/b_left_o.png) top left no-repeat;
}

.textsmall, #copyright {
	font-size: 11px;
	margin-top:300px;
	text-align: center;
}

#gallery img{
	margin:5px;
	border:3px solid #505050;
}
#gallery img:hover{
	border-color:#4bc1ec;
}
span.seiten{
	float:right;
	margin:5px 65px 0 0;	
}
span.seiten a{
	color:#000;
	padding:5px 10px;
	text-decoration:underline;	
}
span.seiten span{
	color:#000;
	padding:5px 10px;
}
span.seiten a:hover, span.seiten span:hover{
	background-color:#4BC1EC;
	color:#fff;
	
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
#eventpakete{
	width:500px;	
	margin:10px auto;
}
#eventpaket1,#eventpaket2,#eventpaket3,#eventpaket4{
text-indent:-9999px;
}
#eventpaket1{
	background:transparent url(../images/h_eventpaket1.gif);
	height:22px;
}
#eventpaket2{
	background:transparent url(../images/h_eventpaket2.gif);
}
#eventpaket3{
	background:transparent url(../images/h_eventpaket3.gif);
}
#eventpaket4{
	background:transparent url(../images/h_eventpaket4.gif);
}
.eventTableLeft{
	border-left:1px solid #15a4d0;	
}
.eventTableRight{
	border-right:1px solid #15a4d0;
	border-left:1px solid #15a4d0;	
}
.eventTableBottom{
	border-bottom:1px solid #15a4d0;	
}
.eventTableTop{
	border-top:1px solid #15a4d0;	
}
#eventpakete input{
	margin:0;
	cursor:pointer;	
}

