@charset "UTF-8";
/* CSS Document */

/* Innen- und Außenabstände von Block-Elementen entfernen*/
body, h1, h2, h3, h4, h5, h6, p, ol, ul, form, blockquote {
	padding: 0;
	margin: 0;
	font-weight: normal;
}
/* Link-Unterstreichungen entfernen */
a {
	text-decoration: none;
}
/* Rahmen von verlinkten Bildern entfernen */
a img {
	border: none;
}
/* CSS Start */
/* Seitenaufbau */

body {
	background-color: #fff;
}


#main {
	position:absolute;
	top: 0px;
	left: 0px;
}

#logo {
	position:fixed;
	background: url(../bilder/logo-black-start.jpg) no-repeat 0 0;
	bottom: 28%;
	left: 50%;
	margin-left:-168px;
	width: 336px;
	height: 360px;
}




/* Deutsch / English */

ul.sprachen {
	position:absolute;
	bottom: 0px;
	right: 142px;
	list-style: none;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 14px;
	

}

ul.sprachen li{
	color: #000;
	display: inline;
	margin-right: 8px;
}

ul.sprachen li a{
	color: #000;
	}

ul.sprachen li a:hover{
	color: #000;
	border-bottom: 2px solid #000;
	}
	



/* Typografie */
h1 {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 20px;
	line-height: 22px;
	margin-bottom: 10px;
	font-weight: bold;
	color: #fff;
}
h2 {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 15px;
	line-height: 14px;
	margin-bottom: 16px;
	color: #FFF;
}
h3 {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 12px;
	font-weight: normal;
	color: #fff;
}
h4 {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 14px;
	line-height: 14px;
	margin-bottom: 5px;
	margin-top: 10px;
	font-weight: bold;
	color: #fff;
}
p {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 18px;
	font-weight: bold;
	color: #ccc;
}

/*Formatierungen*/






p a {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 18px;
	font-weight: bold;
	color: #fff;
}
p a:hover {
	text-decoration:underline;
}








.unterstrichen {border-bottom: 2px solid #fff;}