@charset "utf-8";
/* CSS Document */

*{
margin:0 0 0 0;
padding:0 0 0 0;
}


#hintergrund {
	position: fixed;
	z-index: -1;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color:#666666;
}

/* ANFANG HEADER*/

#header {
	position: absolute;
	right: 30px;
	top: 10px;
}

#header img {
border-style:none;
}

#header a {
outline:none;}

/* ENDE HEADER*/

/* NAVI Sprachauswahl*/

#sprache {
	position: absolute;
	top: 10px;
	line-height:13px;

}

#sprache a:first-child {
	padding-left:20px;
	font-weight:bold;
	text-transform: uppercase;
	font-size: 12px;
	text-decoration:none;
	color:#000000;
	outline:none;

}

#sprache a {
	font-weight:bold;
	text-transform: uppercase;
	font-size: 12px;
	text-decoration:none;
	color:#000000;
	outline:none;

}

#sprache a.aktiv:first-child {
	padding-left:20px;
	font-weight:bold;
	text-transform: uppercase;
	font-size: 12px;
	text-decoration:none;
	color:#FFFFFF;
}

#sprache a.aktiv {
	font-weight:bold;
	text-transform: uppercase;
	font-size: 12px;
	text-decoration:none;
	color:#FFFFFF;
}



#sprache a:hover {
	color:#FFFFFF;
}

/* ANFANG NAVI OBEN*/

#navi_oben {
	position: absolute;
	right: 0px;
	top: 97px;
	right:38px;
	z-index: 10;


	}



#navi_oben a:link {
	color: #000000;
	text-decoration: none;
	font-weight:bold;
	text-transform: uppercase;
	font-size: 12px;
	outline:none;
}

#navi_oben a:visited {
	color: #000000;
	text-decoration: none;
	font-weight:bold;
	text-transform: uppercase;
	font-size: 12px;
	outline:none;
}

#navi_oben a:hover {
	color: #FFFFFF;
	font-weight:bold;
	text-transform: uppercase;
	font-size: 12px;
}

#navi_oben a:last-child{
padding-left:13px;}

#navi_oben a.aktiv {
	color:#FFFFFF;
	text-decoration: none;
	font-weight:bold;
	text-transform: uppercase;
	font-size: 12px;
}
/*ENDE NAVI OBEN*/



/* ANFANG NAVI HAUPT*/
#navi_haupt {
	position: absolute;
	top: 101px;
	width: 85%;
	line-height:15px;/*vorher 15px*/
	

}

#line {
	background-image:url(pics/linie.png);
	display: block;
}


#navi_haupt p {
	padding-left:20px;
	font-weight:bold;
	text-transform: uppercase;
	font-size: 14px;

}

#navi_haupt a:link {
	text-decoration: none;
	color: #000000;
	font-weight:bold;
	text-transform: uppercase;
	font-size: 14px;
	padding-left: 20px;
	outline:none;
}

#navi_haupt a:visited {
	text-decoration: none;
	color: #000000;
	font-weight:bold;
	text-transform: uppercase;
	font-size: 14px;
	padding-left: 20px;
	outline:none;
}

#navi_haupt a:hover {
	text-decoration: none;
	color:#FFFFFF;
	font-weight:bold;
	text-transform: uppercase;
	font-size: 14px;
	padding-left: 20px;
}

#navi_haupt a.aktiv {
	text-decoration: none;
	color:#FFFFFF;
	font-weight:bold;
	text-transform: uppercase;
	font-size: 14px;
	padding-left: 20px;
}

/* ENDE NAVI HAUPT*/

/* NAVI UNTEN*/

#navi_unten {
	position: fixed;
	bottom: 10px;
	line-height:13px;

}

#navi_unten a {
	padding-left:20px;
	font-weight:bold;
	text-transform: uppercase;
	font-size: 12px;
	text-decoration:none;
	color:#000000;
	outline:none;

}

#navi_unten a:visited {
	color:#000000;
}

#navi_unten a:hover {
	color:#FFFFFF;
}

#navi_unten a.aktiv {
	padding-left:20px;
	font-weight:bold;
	text-transform: uppercase;
	font-size: 12px;
	text-decoration:none;
	color:#FFFFFF;

}




/* ANFANG INHALT*/

#content {
	position: absolute;
	left: 50%;
	width: 750px;
	margin-left: -375px;
	top:125px;
	font-size:12px;
	color:#000000;
	padding: 20px;
}

h1 {
font-size:22px;
text-transform:uppercase;
}

h2 {
font-weight:bold;
font-size:12px;}



.links {
	width:310px;
	float:left;
	/*text-align: justify;*/
	margin-left:35px;
	padding:10px;
	background-image:url(pics/linie.png);
	color:#000000;
}

.rechts {
	width:310px;
	float:right;
	margin-right:35px;
	padding-top:55px;
	background-image:url(pics/linie.png);
	color:#000000;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;

}

.rechtskontakt{
	width:310px;
	float:right;
	margin-right:35px;
	padding-top:55px;
	background-image:url(pics/linie.png);
	color:#000000;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
display:none;
}

.rechts ul {
list-style-type:none;
list-style-image:url(pics/bullet_point.png);
padding-left:10px;
}

.links ul {
list-style-type:none;
list-style-image:url(pics/bullet_point.png);
padding-left:10px;
}



/*eigentlich Profil*/
.kontaktrechts {
	width:330px;
	float:right;
	margin-right:35px;

}

.kontaktrechts img{
width:100%;

}

p.start {
	/*text-align: justify;*/
	padding:20px;
	margin-left:35px;
	margin-right:35px;
	background-image:url(pics/linie.png);
	color:#000000;
	font-size:38px;
	text-transform: uppercase;
}

#test {
padding-top:30px;
}


span.ital{
font-style:italic;}


span.bold{
font-weight:bold;}

span.gray{
color:#444444;}

#content a:link{
outline:none;
color:#444444;
text-decoration:none;
}

#content a:visited{
outline:none;
color:#444444;
text-decoration:none;
}

#content a:hover{
color:#FFFFFF;


}

/*ENDE INHALT*/


/* ANFANG PFEILE*/

/*PFEILE VOR*/

#jFlowNext1{
position:absolute; 
top:185px; 
right:-56px;
 z-index:10;  
}

#jFlowNext2{
position:absolute; 
top:185px; 
right:-46px; 
z-index:10; 
}

/*PFEILE ZURUECK*/

#jFlowPrev1{
 position:absolute; 
 top:185px; 
 left:-56px; 
 z-index:10;
}

#jFlowPrev2{
 position:absolute; 
 top:185px; 
 left:9px; 
 z-index:10;
}
/*ENDE PFEILE*/


.flash{
	margin-top:70px;
	margin-left:35px;
	z-index:-2;
}

#controller{
visibility:hidden; 
letter-spacing:-5px

}

#slides {
	position: absolute;
	top: 0px;
}

