html, body {
	position: absolute;
	
	margin: 0px;
	padding: 0px;
	
	width: 100%;
	height: 100%;
}
.item{
	position:absolute;
	display: block;
}
#center{
	position: relative;
	width: 980px; /* nicht 980 wegen border von #content*/
	
	padding: 0px;
	
	margin-left: auto;
	margin-right: auto;
}
#center #header{
	position:absolute;
	top:0px;
	left:-35px;
	
	width:1050px;
	height: 211px;
	
	background-image: url(../img_orange/header.jpg);
	background-repeat: no-repeat;
	z-index:20;
}
#center #header h1{
	margin:0px;
	padding:0px;
}
#center #header h1 a{
	position: absolute;
	top:52px;
	left:60px;
	
	width: 320px;
	height: 100px;
	
	display: block;
	text-indent: -1000px;
}
#center #header #navigation{
	position: relative;
	top:174px;
	left:394px;
	
	padding-top:8px;
	padding-left:5px;
	
	width: 590px;
	height: 40px;
	background-image: url(../img_orange/navigation-background.jpg);
	background-repeat: no-repeat;
	z-index: 20;
	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: black;
}
#center #header #navigation ul{
	list-style: none;
	margin:0px;
	padding:0px;
}
#center #header #navigation li{
	float: left;
	margin-bottom:4px;
}
#center #header #navigation li a{
	padding-left:5px;
	padding-right: 5px;
	
	display: block;
	
	color: Black;
	text-decoration: none;
}
#center #lines{
	position:absolute;
	top:215px;
	width: 100%;
	
	padding-top:0px;
	padding-left:1px;
	padding-right:5px;
	padding-bottom:1px;
	
	background-image: url(../img_orange/dotted-lines.gif);
	background-repeat: repeat-y;
	z-index: 5;
}
#center #lines .v-line{
	padding: 0px;
	margin: 0px;
	
	width: 979px;
	height: 1px;
	overflow: hidden;
	
	background-image: url(../img_orange/dotted-v-lines.gif);
	background-repeat: repeat-x;
	background-position: 3px 0px
}
#center #lines #content {
	position:relative;
	width: 918px;
	
	display: block;
	
	padding-top:45px;
	padding-left:30px;
	padding-right:30px;
	padding-bottom:45px;
	
	background-image: url(../img_orange/content-background.jpg);
	background-repeat: repeat-x;
}
#center #lines #content .part{
	position: relative;
	z-index: 20;
	width: 100%;
}
#center #lines #content .part h2{		
	margin-top:0px;
	margin-left: 0px;
	margin-right:0px;
	margin-bottom:30px;
	padding: 0px;
	
	font-family: Georgia, Times, serif;
	font-size: 22px;
	font-weight: normal;
}
#center #lines #content .part .column{
	margin: 0px;
	padding: 0px;
	
	width: 265px;
	float: left;
	
	text-align: justify;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 0px;
}
#center #lines #content .part .column .info{
	margin-top:15px;
	padding:10px;
	padding-left:18px;
	
	display: block;
	
	background-color: #c3fffd;
	border: 1px solid #adadad;
	
	background-image: url(../img_orange/info-pfeile.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
	
	font-family: Georgia, Times, serif;
	font-size: 12px; 
	text-align: left;
}
#center #lines #content .part .column .info a{
	color: #4e3c3c;
	font-weight: bold;
	text-decoration: none;
}
.info a{
	margin-left:-10px;
}
#center #lines #content .part .column .info a:hover{
	color: black;
}
#center #lines #content .part .column .image{
	font-size: 11px;
	color: Gray;
	text-align: right;
}
#center #lines #content .part .column .left{
	float: left;
	margin-right:8px;
	margin-bottom:2px;
}
#center #lines #content .part .column .free {
	position: relative;
}
#center #lines #content .part .column .free img{
	border:none !important;
}
#center #lines #content .part .column .image img{
	border: 1px solid gray;
}
#center #lines #content .part .column .zu{
	white-space: nowrap;
}
#center #lines #content .part .vbreak{
	width:60px;
	height: 280px;
	float: left;
	
	background-image: url(../img_orange/vtrenner.gif);
	background-position: center;
	background-repeat: no-repeat;
}
#center #lines #quick-navigation{
	position: absolute;
	bottom:15px;
	right:20px;
}
#center #lines #quick-navigation div{
	display: block;
	border: 0px;
	
	float: left;
	padding-left:5px;
	padding-right:5px;
}
#center #lines #quick-navigation div img{
	border: none;
}
#center #lines .part .break{
	clear: both;
	overflow: hidden;
	height: 1px;
}
