/* 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:#FFFFFF;
		text-align:center; /* wenn Seite zentriert angezeigt werden soll */
		font-size:62.5%; /* damit stellen wir sicher, dass die weiteren Angaben der Schriftgröße ohne Kopfzerbrechen in em erfolgen können 12px = 1.2em */
		font-family:Verdana, Arial, Helvetica, sans-serif;
		padding-top:0px;
	}

	body.mceContentBody {
	 		background-color:#FFFFFF;
			text-align:left;
			font-size:12px;
	}

/* 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.2em;
		color:#555555;
	}
			
/* Bilder immer ohne Rahmen */
	img {
		border:0px;
	}

/* globale Einstellungen für Links - auf die Reihenfolge achten !! */
	/* link, visited, hover, active, focus */
	a { text-decoration:underline; color:#000000; }
	a:visited { text-decoration:none; color:#3333FF; }
	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 {
		list-style:none;
		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;
	}
	
	ul li {
		color:#555555;
	}

	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, h2, h3,h4 {
		font-weight:bold;
		color:#555555;
		text-align:left;
	}
		
	h1 {
		font-size:1.5em;
		font-weight:bold;
		color:#555555;
		text-align:left;
		margin:5px 0px 5px 0px;
		padding:0px 0px 5px 0px;
	}

	h2 {
		font-size:1.2em;
		margin:5px 0px 2px 0px;
	}

	h3 {
		font-size:1.2em;
		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 {
		background-color:#FFFFFF;
		text-align:left;   /* wenn body zentriert ist, dann muss für den IE hier wieder auf left geschaltet werden */
		margin-top:10px;
		margin-left:auto;  /* Angabe zur Zentrierung des Wrappers */
		margin-right:auto; /* Angabe zur Zentrierung des Wrappers */
		width:920px;
		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 */
	}

	#innerWrapper {
		background-image:url(../uploads/layout/innerwrapper_bg.gif);
		background-repeat:repeat-y;
		background-position:top left;
	}

/* Einstellungen für den Header */
	#header {
		height:100px;
		color:#a5b7e5;
		border-bottom:15px solid #ff9900;
	}

	#logo {
		position:absolute;
		top:10px;
		left:113px;
		z-index:10;
	}

	img.kopfbild {
		padding:0px;
		margin:0px;
		width:100%;
		height:100%;
	}

/* Einstellungen für 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 für den SubHeader */
	#subHeader {
		width:920px;
		background-color:#a5b7e5;
		height:25px;
	}

	#subHeader a {
		color:#000000;
	}

	#subHeader .efaFontSize {
		position:absolute;
		top:5px;
		right:5px;
	}

	#subHeader p.breadCrumb {
		padding:5px 0px 0px 10px;
		font-weight:bold;
		font-size:0.95em;
		color:#ffffff;
	}

/* Einstellungen für das Menue horizontal*/
	#menu {
		position:absolute;
		top:73px;
		left:0px;
		z-index:2;
		width:900px;
	}
	
	#menu ul, #menu li { /* Abstände für li und ul im Menü auf 0 setzen */
		margin:0px;
		padding:0px;
	}

	#menu ul {
		list-style-type:none;
	}

	#menu li {
		display:block; 
		position:relative;
		padding:5px 20px 20px 0px;
	    text-decoration: none;
	    float:left;
	}

	#menu li:hover
	{
		z-index: 20;
	}

	#menu li a {
	    font-size:0.9em; 
	    font-weight: bold;
	    color: #555555; 
		padding:10px 10px 5px 10px;
		text-decoration:none;
	}
	
	#menu li ul {
		display:none;
		position:absolute;
		left:0px;
		top:34px;
		width:180px;
		background-color: #4067a4;
    	border:1px solid #555555;
		z-index:10;
	}

	#menu li ul li {
		padding:0px 5px;
		display:block;
		font-weight:normal;
	}

	#menu li ul li a {
		display:block;
		width:180px;
		color:#FFFFFF;
		text-decoration:none;
		padding:2px 4px;
	}

 	#menu li a.active, #menu li a:hover, #menu li a.iehover {
     	color: #ff9900;
     	border-bottom:15px solid #a5b7e5;
 	}	 

	#menu ul li ul li a:hover, #menu ul li ul li a.active {
    	color: #ff9900; 
    	padding:2px 4px;
    	border-bottom:0px;
	}

	#menu li:hover ul, #menu li.iehover ul {
		display:block;
		top:25px;	
	}


/* Einstellungen für den content Bereich */
	#content {
		width:438px;
		background-color:#FFFFFF;
		float:left;
		padding:5px 20px 20px 10px;
	}

	#content img {

	}

	#content a {
		text-decoration:underline; 
		color:#000000;
	}
	
	#content a:hover {
		text-decoration:none; 
	}
	
#content img.rahmen {
		padding:2px;
		border-right:1px solid #cfcfcf;
		border-bottom:1px solid #707070;
		border-left:1px solid #cfcfcf;
	}

	#content 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;
	}

	#content 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 für rechte Spalte */
	#right {
		width:452px;
		float:left;
		font-size:0.9em;
		color:#555555;
		background-color:#fafafa;
		padding-top:15px;
	}

	#right img {
		width:312px;
		border:3px solid #ff9900;
		margin:0px 5px 10px 10px;
		float:left;
	}
	/*
	#right p {
		width:98px;
		text-align:left;
		float:left;
	}*/

/* Einstellungen für den footer Bereich */
	#footer {
		color:#FFFFFF;
		background-color:#48004a;
		text-align:center;
	}

	#footer ul {
		list-style-type:none;
		margin:0px;
	}

	#footer ul li {

	}

	#footer ul li a {
		color:#FFFFFF;
	}

/* 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 */
	form label {
		font-weight:bold;
	}

	form input, form textarea {
		font-size:1.1em;
		font-family:Verdana, Arial, Helvetica, sans-serif;
	}

	form input:focus, form textarea:focus {
		background-color:#FFFFEE;
	}

	form .left, form .right {
		width:200px;
		float:left;
	}

	form div.left {
		margin-right:10px;
	}

	form textarea, form input {
		width:410px;
		margin-bottom:10px;
	}

	form .left input, form .right input {
		width:200px;
	}

	form input.short {
		width:100px;
	}

	form .send input {
		width:auto;
		padding:0px 5px 0px 5px;
	}

	form textarea.nachricht {
		height:150px;
	}

/* error und succes layer des Kontaktformulars */
	#error {
		color:#ff0000;
		font-weight:bold;
		margin-bottom:20px;
	}

	#success {
		color:green;
		font-weight:bold;
		margin-bottom:20px;
	}
	
/* special features */
	.highlighted {
		font-weight:bold;
		font-size:0.9em;
	}

	.highlighted_references {
		font-weight:bold;
	}
	
