* {
margin: 0 0 0 0;
padding: 0;
}

html, body {
font-family: 'Droid Sans', Verdana, Arial, Helvetica, sans-serif;
color: #1e1c20;
font-size: 13px;
line-height: 18px;
width: 100%;
height: 100%;
min-width: 740px;
}

#gesamt {
min-height: 440px;  
height: auto !important;
height: 440px;
left:50%;
margin-left:-400px;
padding-top:106px;
position: relative;
width: 800px;
}

img {
	border:none;
}

#sprache {
	position: absolute;
	z-index: 100;
	top: 12px;
	text-align: right;
	width: 778px;
}

#sprache a.aktiv {
	color: #000000;
	pointer-events: none;
	cursor: default;
}

/* ------------------- Startlogo ------------------- */

#startlogoWrapperfirst{
	background-color:#bfc1c2;
    height:100%;
    left:0;
    position:absolute;
    top:0;
    width:100%;
    z-index:1100;
}

#startlogoWrapper{
	background-color:white;
    height:100%;
    left:0;
    position:absolute;
    top:0;
    width:100%;
    z-index:999;
}

#startlogo {
	width:277px;
	position:relative;
	left:50%;
	top:34%;
	margin:0 0 0 -136px;
}


/* ------------------- Logo ------------------- */

#logo {
	width:177px;
	position:absolute;
	top:38px;
	z-index:10;
}


/* ------------------- Navigation ------------------- */

#navigation {
	width:260px;
	margin:117px 0 0 83px;
	float:left;
}

ul.navigation li {
	 list-style-type:none;
	 font-size:14px;
	 line-height: 28px;
	 font-family:Geneva, Tahoma, sans-serif;
	 letter-spacing:0.2em;
}

.navigation a:link,
.navigation a:visited,
.navigation a:active {
	font-weight:normal;
	color:#848687;
	margin:0 0 20px 0;
	text-decoration:none;
}

.navigation a:hover {
	font-weight:normal;
	color:#000000;
	margin:0 0 20px 0;
	text-decoration:none;
}

.navigation a.aktiv {
	color: #000000;
}

/* ------------------- inhalt ------------------- */

#inhalt {
	width:435px;
	float:left;
}

h1 {
	font-family:Geneva, Tahoma, sans-serif;
	font-size:24px;
	line-height:40px;
	font-weight:normal;
	letter-spacing:0.2em;
	color:#000000;
}

h2 {
	font-family:Geneva, Tahoma, sans-serif;
	font-size:14px;
	line-height:18px;
	font-weight:normal;
	letter-spacing:0.2em;
	color:#000000;
	margin:0 0 65px 160px;
}

a:link,
a:visited,
a:active {
	color:#848687;
	text-decoration:none;
}

a:hover {
	color:#000000;
	text-decoration:none;
}

#text {
	margin:0 0 0 50px;
}

