#zentrieren { 
	position: absolute; /*wichtig*/ 
	top: 10px; 
	left: 50%; /*wichtig*/ 
	margin: 0 -500px; /*wichtig*/ 
	width: 1000px; 
	height: 100px; 
} 

#plaintext {
	position: absolute;
	top: 10px;
	left: 61px;
}

#plaintext a {
	color: #010000;
	text-decoration: none;
	position: absolute;
	top: 40px;
	left: 61px;
	width: 880px;
	height: 200px;
	background : url(../images/ptlg1.jpg);
}

#logo, #logo2, #logo3, #logo4, #logo5, #logo6, #logo7, #logo8 { 
	position: absolute;
	/*  top: 40px; Originalwert!*/	
	/*  top: 80px; Wenn HauptMenue über Logo!*/
	/*  top: px; variabel */
	top: 40px;
	left: 61px; 
	width: 880px; 
	height: 200px; 
} 

#logo { 
background: url(../images/ptlg1.jpg); 
background-repeat: no-repeat; 
} 

#logo2 { 
background: url(../images/ptlg2.jpg); 
background-repeat: no-repeat; 
} 

#logo3 { 
background: url(../images/ptlg3.jpg); 
background-repeat: no-repeat; 
}

#logo4 { 
background: url(../images/ptlg4.jpg); 
background-repeat: no-repeat; 
}

#logo5 { 
background: url(../images/ptlg5.jpg); 
background-repeat: no-repeat; 
}

#logo6 { 
background: url(../images/ptlg6.jpg); 
background-repeat: no-repeat; 
}

#logo7 { 
background: url(../images/ptlg7.jpg); 
background-repeat: no-repeat; 
}

#logo8 { 
background: url(../images/ptlg8.jpg);
background-repeat: no-repeat; 
}

#nav {
	position: absolute;
	/*  top: 200px; Originalwert!*/
	/*  top: 40px; Wenn Logo unter Hauptmenue!*/
	/*  top: px; variabel*/
	top: 200px;
	left: 61px;
	width: 880px;
	height: 40px;
	background: url(../images/pnback.gif);
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}

#nav a {
	display: block;
	width: 110px;
	height: 40px;
	float: left;
	font-weight: bold;
	font-size: 110%;
	font-variant: small-caps;
	text-align: center;
	text-decoration: none;
	text-transform: none;
	line-height: 36px;
	padding: 0px;
	margin: 0px;
	color: #cbb777;
	background : url(../images/pnbutton.gif);
}

#nav a.active {
	background: url(../images/pnbuttona.gif) !important;
}

#nav a:hover {
	color: #660000;
	background: url(../images/pnbuttonh.gif);
}

#subnav { 
	position: absolute; 
	top: 241px; 
	/*  left: 601px; Originalwert!*/
	/*  left: 65px; Wenn Content rechts!*/
	/*  left: px; variabel */
	left: 62px;
	width: 180px;
	height: 480px;
	background: #000000 url(../images/psback.gif);
	padding: 10px 0px 10px 0px;
	text-align: left;
} 

#subnav a {
	display: block;
	font-size: 100%;
	font-weight: bold;
	font-variant: normal;
	letter-spacing: 1px;
	text-decoration: none;
	text-transform: none;
	padding: 2px 20px 2px 20px;
	margin: 0px 10px 0px 10px ;
	color: #cbb777;
	border-bottom: 0px solid #cbb777;
	background-repeat: no-repeat;
	/* font-variant: small-caps; */
}

#subnav a.active {
	font-weight: bold;	
	color: #cbb777;
}

#subnav a:hover {
	font-weight: bold;
	font-style: none;
	color: #ff9900;
	/* color: #010000; */
}

#content { 
	position: absolute; 
	top: 241px; 
	/*  left: 61px; Originalwert!*/
	/*  left: 240px; Wenn SubMenue links!*/
	/*  left: px; variabel*/
	left: 242px;
	width: 520px;
	height: 500px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	background: #000000;
	background-image: url(../images/pbackcontent.gif);
	background-repeat: x-repeat;

} 

#sidebar { 
	position: absolute; 
	top: 241px;
	left: 761px;
	width: 180px;
	height: 480px;
	padding: 10px 0px 10px 0px;
	margin: 0px;
	text-align: center;
	background: #000000 url(../images/psback2.gif);
	border-left: 0px solid #cbb777;	

}

form.search {
	padding: 0px;
	margin: 0px 0px 0px 0px;
}

form.search input {
	margin: 0px;
	vertical-align: middle;
}

input.search {
	border: 1px solid #C0C0C0;
	width: 118px;
	padding: 2px;
	color: #010000;
	font-size: 10px;
}
#footer {
   position: absolute;
   top: 730px;
   width: 880px;
   padding: 20px 0px 10px 0px;
   margin: 0px 0px 0px 0px;
   margin-left: 60px;
   font-size: 8pt;
   text-align: center;
   border-top: 0px solid #cbb777;
   background-color: ;
   color: #cbb777;
}

#footer a {
   font-weight: bold;
   color: #F3BF54;
   text-decoration: none;
}

#footer a:hover {
   text-decoration: underline;
   color: #F3BF54;
}

