@charset "utf-8";
/* CSS Document */

body	{
	background-color:#000000;
}

#background {
	border-style:none;
	border-spacing:0px;
	border-collapse:collapse;
}
		
#backgroundPic {
	position:absolute;
	width:50%;
	float:left;
	z-index:2;
}
		
body #container { 
	margin: 0 auto; 
	margin-left: 20%; 
	position:absolute; 
	float:left;
	top:150px;
	z-index:3;
	width: 55%;
        min-height:500px; 
}

#header {
	z-index:1;
	padding-top:10px;
}

#header #logoHeader {
	position:absolute;
	right:10px;
	z-index:5;
}

#content {
	background-color:#FFFFFF;
	top:35px;
	margin-top:35px;
	z-index:4;
	padding-top:50px;
}

#text { 
	font-family:Verdana, Arial, Helvetica, sans-serif;
        text-align:center;
	background-color:#FFFFFF;
        padding:0 5em 3em 5em;
}

/* PNG Hack fix IE6 and IE 5.5 */
img, div { behavior: url(iepngfix.htc) }

body #bannerStars {
	margin-left:20%;
	position:absolute;
	z-index:7;
}
	
body #navi { 
	position:absolute;
	margin-left:75%;
	top:150px;
	z-index:10;
}

#flash {
       position:relative;
       background-color:#FFFFFF;
       width:100%;
       vertical-align:middle;
       left:0%;
       margin-left:-5em;
       margin-right:-5em;
       right:0%;
}

.contact_email {
	background-color:#FFFFFF;
}

h4 {
	font-family:"Gill Sans";
	font-weight:500;
	color:#333333;
}



label {
	color:#666666;
	font-family:"Gill Sans";
	font-size:14px;
}

legend {
	color:#333333;
	font-family:"Gill Sans";
	font-size:18px;
}

.absatz {
	font-size: 10px; 
	line-height:16px; 
	text-align: justify; 
	color:#333333; 
	background-color:#FFFFFF; 
	padding-bottom: 2em;
	padding-top: 2em;
}

.ausrichtung_month{
	padding-left:2em;
	padding-right:1em;
	width:15em;
	color:#333333;	
}

.format {
	padding-left: 1em;
}

.jahr {
	font-weight:bold;
}

a:link {
	color:#841E36;
	border:none;
	border-style:none;
	text-decoration:none;
}

a:visited {
	color:#841E36;
	border:none;
	border-style:none;
	text-decoration:none;
}

a:hover {
	color:#841E36;
	border:none;
	border-style:none;
	text-decoration:none;
	font-style:italic;
}


/* hide hacks from Mac-IE5 \*/
* html body #container #header{ margin-bottom: -0.3em; }
* html body #container #footer #left-corner-bottom{ margin-right: -0.3em; }
* html body #container #footer #right-corner-bottom{ margin-left: -0.3em; }

* html body #container #footer{ margin-bottom: -0.3em; }
/* end hiding */
