body {
	background-repeat: no-repeat;
	padding: 0;
	margin: 0;
	font-family: "Lucida Console", Monaco, monospace;
	color: #7C7C7C;
	font-size: 13px;
}

p {
	line-height: 5px;
}

a:focus { outline: none;}

hr {
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-top-color: #7C7C7C;
}


#linie {
	position:absolute;
	left:-4px;
	top:90px;
	width:100%;
	height:24px;
	z-index:1;
}

#navigation {
	position: absolute;
	left:50%;
	top:71px;
	width:850px;
	z-index:10;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: -425px;
}

#navigation #home {
	width: 300px;
	top: 0px;
	padding-top: 8px;
	padding-left: 0px;
}

#navigation #work {
	position: absolute;
	padding-top: 6px;
	left: 433px;
	top: 0px;
	z-index:12;
}

#navigation #titel {
	position: absolute;
	left: 590px;
	top: 0px;
	padding-top: 8px;
}

#navigation a {
	color: #666;
	text-decoration: none;
}

#navigation a:hover {
	color: #000;
}

#indemenue {
	position:absolute;
	text-align: right;
	padding-top: 8px;
	right: 145px;
}

#indemenue a {
	color: #f40000;
	padding-left: 20px;
}

#content {
	position:absolute;
	left:50%;
	top:130px;
	width:850px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: -425px;
	z-index:5;
	font-size: 15px;
}

#pronav {
	position:absolute;
	left:590px;
	top:-5px;
	width:150px;
 height:69px  z-index:20;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

#pronav a {
	color: #666;
	text-decoration: none;
}

#pronav a:hover {
	color: #000;
}

#text {
	width: 580px;
}
#info {
	position:absolute;
	left:276px;
	top:641px;
	width:855px;
	height:47px;
	z-index:11;
	color: #FFF;
	font-size: 1px;
}

.headline {
	font-size: 18px;
	color: #f40000;
	text-indent: 12px;
}

.subline {
	font-size: 11px;
	line-height: 13px;
	color: #f40000;
}

.copy {
	font-size: 13px;
	line-height: 16px;
	color: #333;
}

.zusatztext {
	font-size: 11px;
	line-height: 13px;
	color: #333;
}

.red {
	color: #f40000;
}

