/* alle Standardabst�nde der Browser auf 0 setzen */
	* {
		margin:0px;
		padding:0px;
	}

/* im body tag werden die Standard-Einstellungen vorgenommen */
	body {
		color:#000000;
		background-color:#c6bacf;
		text-align:center; /* wenn Seite zentriert angezeigt werden soll */
		font-size:62.5%; /* damit stellen wir sicher, dass die weiteren Angaben der Schrftgr��e ohne Kopfzerbrechen in em erfolgen k�nnen 12px = 1.2em */
		font-family:Verdana, Arial, Helvetica, sans-serif;
		background-image:url(../uploads/layout/body_bg.jpg);
		padding-top:5px;
	}

	body.mceContentBody {
		text-align:left;
		background:none;
		background:#FFFFFF;
	}

/* Klasse um die floats in den Griff zu kriegen */
	.clear {
		clear:both;
		font-size:0px;   /* wegen Opera MUSS mindestens ein pixel H�he eingegeben sein */
		line-height:0px; /* es ist noch zu pr�fen, ob "alle" Browser mit einer 0 klar kommen - zur Sicherheit besser auf 1 stellen */
	}

/* globale Einstellungen f�r Abs�tze */
	p {
		margin-bottom:1em;
		line-height:1.6em;
	}

/* Bilder immer ohne Rahmen */
	img {
		border:0px;
	}

/* globale Einstellungen f�r Links - auf die Reihenfolge achten !! */
	/* link, visited, hover, active, focus */
	a:link { text-decoration:underline; color:#000000; }
	a:visited { text-decoration:underline; color:#000000; }
	a:hover { text-decoration:none; color:#000000; }
	a:active { text-decoration:none; color:#000000; }
	a:focus { text-decoration:none; color:#000000; }

	a.active { color:#FFFFFF; text-decoration:none; } /* das ist unsere Standardklasse um Men�punkte als aktiv zu kennzeichnen.
                                   !Achtung! nicht mit der Pseudoklasse :active verwechseln !Achtung!
								   Da diese Angabe f�r alle Men�s gleicherma�en gelten soll setzen wir sie hier */

/* die Einz�ge bei ul und ol werden von den Browsern sehr unterschiedlich behandelt
   wenn man eine einheitliche Darstellung erreichen m�chte, m�ssen teilweise spezifische
   Angaben gemacht werden. */
	ul {
		margin-left:16px; /* passend f�r IE 7 - was ist mit fr�heren Versionen? */
		/* firefox:  margin-left:14px; */
		/* opera:    margin-left:12px; */
		line-height:1.6em;
		margin-bottom:10px;
	}

	ol {
		margin-left:24px; /* passend f�r IE 7 - was ist mit fr�heren Versionen? */
		/* firefox, opera, safari: margin-left:20px; */
		line-height:1.6em;
		margin-bottom:10px;
	}

/* die �berschriften */
	h1 {
		font-size:1.3em;
		font-weight:bold;
		color:#000000;
		margin-left:192px;
		background-color:#ffffff;
		display:inline;
		text-transform:uppercase;
		padding:0px 20px 0px 20px;
	}

	h2 {
		font-size:1.2em;
		margin:5px 0px 5px 0px;
	}

	h3 {
		font-size:1em;
		font-weight:bold;
		padding:4px 0px 4px 0px;
		margin-bottom:10px;
		border-bottom:1px solid #dddddd;
	}

	h4 {
		font-size:1em;
	}

/* allgemeine Angaben zu Tabellenzellen */
	td {
		vertical-align:top;
	}

	td p {
		padding:0px;
		margin:0px;
	}

/* im wrapper werden die Einstellungen f�r den Inhaltsbereich vorgenommen */
	#wrapper {
		text-align:left;   /* wenn body zentriert ist, dann muss f�r den IE hier wieder auf left geschaltet werden */
		margin-left:auto;  /* Angabe zur Zentrierung des Wrappers */
		margin-right:auto; /* Angabe zur Zentrierung des Wrappers */
		width:906px;
		padding:50px 132px 100px 132px;
		/*border:1px solid #c6bacf;*/
		font-size:1.2em; /* so stellen wir sicher, dass in allen Tags im wrapper diese Schriftgr��e gilt - ausgenommen nat�rlich die h1, h2 usw. */
		position:relative; /* damit bestimmte Elemente absolut positioniert werden koennen */
		background-image:url(../uploads/layout/splashs_bg.png);
		background-repeat:no-repeat;
	}

	#innerWrapper {

	}

/* Einstellungen f�r Logo */
	#logo {
		position:absolute;
		left:13px;
		top:0px;
		z-index:20;
	}

/* Einstellungen f�r den content Bereich */
	#content {
		width:714px;
		float:left;
		margin-bottom:20px;
	}

	#innerContent {
		padding:5px 40px 5px 40px;
		background-color:#FFFFFF;
	}

	#innerContent img {

	}

	#innerContent img.rahmen {
		padding:2px;
		border-right:1px solid #cfcfcf;
		border-bottom:1px solid #707070;
		border-left:1px solid #cfcfcf;
	}

	#innerContent img.rechts {
		float:right;
		margin:0px 0px 10px 10px;
		padding:2px;
		border-right:1px solid #cfcfcf;
		border-bottom:1px solid #707070;
		border-left:1px solid #cfcfcf;
	}

	#innerContent img.links {
		float:left;
		margin:0px 10px 10px 0px;
		padding:2px;
		border-right:1px solid #cfcfcf;
		border-bottom:1px solid #707070;
		border-left:1px solid #cfcfcf;
	}

/* Einstellungen fuer den Header */
	#header {
		position:relative;
		height:330px;
		background-color:#ffffff;
		color:#3e5166;
	}

	#header img {
		padding:4px 0px 4px 0px;
		margin:4px 0px 4px 0px;
		border-top:1px solid #030038;
		border-bottom:1px solid #030038;
	}

/* Einstellungen fuer MetaMenu */
	#header .metaMenu {
		position:absolute;
		right:10px;
		bottom:0px;
	}

	.metaMenu ul {
		list-style-type:none;
		margin:0px;
	}

	.metaMenu ul li {
		display:inline;
	}

	.metaMenu ul li a:link, .metaMenu ul li a:visited, .metaMenu ul li a:hover, .metaMenu ul li a:active, .metaMenu ul li a:focus {
		color:#FFFFFF;
		font-size:0.95em;
	}

/* Einstellungen fuer den SubHeader */
	#subHeader {
		height:18px;
		background-image:url(../uploads/layout/subheader_bg.gif);
		background-repeat:no-repeat;
	}

/* Einstellungen fuer das linke Menue */
	#menu {
		width:192px;
		float:left;
	}

	#menu ul {
		list-style-type:none;
		margin:0px 5px 0px 0px;
	}

	#menu ul li {
		text-align:left;
	}

	#menu ul li a {
		color:#000000;
		text-decoration:none;
		display:block;
		padding:5px 3px 5px 10px;
		text-transform:uppercase;
		background-image:url(../uploads/layout/menu_li_bg.jpg);
		margin-top:4px;
	}

	#menu ul li a:hover, #menu ul li a.active {
		color:#000000;
	}

	#menu ul li ul {
		margin:0px 0px 7px 0px;
		border-top:1px dashed #3e5166;
		padding-top:7px;
	}

	#menu ul li ul li {
		border:none;
		margin-left:10px;
	}

	#menu ul li ul li a {
		color:#3e5166;
		text-decoration:none;
		display:block;
		padding:0px 0px 0px 15px;
		font-weight:bold;
	}

	#menu ul li ul li a:hover, #menu ul li ul li a.active {
		color:#FFFFFF;
	}

/* Einstellungen f�r den footer Bereich */
	#footer {
		color:#000000;
		background-color:#FFFFFF;
		margin:8px 0px 8px 0px;
		padding:4px 0px 4px 0px;
	}

	#footer .blockRight {
		width:357px;
		margin:0px;
		padding:0px;
		text-align:center;
		float:left;
		background-image:url(../uploads/layout/footer_block_bg.gif);
		background-repeat:no-repeat;
	}

	#footer .blockLeft {
		width:357px;
		margin:0px;
		padding:0px;
		text-align:center;
		float:left;
		background-image:url(../uploads/layout/footer_block_left_bg.gif);
		background-repeat:no-repeat;
	}

	#footer a {
		color:#000000;
		text-decoration:none;
		text-transform:uppercase;
	}

	img.footerLinie {
		margin:5px 0px 5px 0px;
	}

/* Einstellungen fuer Events */
	#eventsList, #eventsDetail {
		margin-bottom:12px;
	}

	#eventsList p, #eventsDetail p {

	}

	#eventsList p.title, #eventsDetail p.title {
		font-weight:bold;
		margin:0px;
		padding:0px;
	}

	#eventsList p.subtitle, #eventsDetail p.subtitle {
		margin:0px;
		padding:0px;
	}

	#eventsList p.date, #eventsDetail p.date {
		font-style:italic;
		margin:0px;
		padding:0px;
	}

	#eventsList div.event p.moreLink {
		margin-top:-12px;
	}

	#eventsList div.event div.teaser {
		margin-bottom:0px;
	}

	#eventsList div.event {
		margin-bottom:22px;
	}


/* Einstellungen fuer Formular */
	#content form label {
		float:left;
		width:6em;
		margin:5px;
		padding:5px;
		text-align:right;
	}

	#content input, #content textarea {
		display:block;
		float:left;
		margin:5px;
		padding:2px;
		width:20em;
	}

	#content textarea {
		height:7em;
	}

	#content form br {
		clear:left;
	}

/* gallery */
	#galleryThumblist img {
		display:block;
		float:left;
		padding:2px;
		border:1px solid #999999;
		margin:0px 10px 10px 0px;
		height:90px;
	}

/* error und succes layer des Kontaktformulars */
	#error {
		color:#ff0000;
		font-weight:bold;
		margin-bottom:20px;
	}

	#success {
		color:green;
		font-weight:bold;
		margin-bottom:20px;
	}
