#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: #505F67;
	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; 
}

/* Grafische, horizontale Navigationsleiste */
#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: #ffffff;
	background: url(../images/pnbutton.gif);
}

#nav a.active {
	background: url(../images/pnbuttona.gif) !important;
}

#nav a:hover {
	color: #FF8000;
	background: url(../images/pnbuttonh.gif);
}

/* Vertikale Navigationsleiste */
#subnav { 
	position: absolute; 
	top: 241px; 
	/*  left: 601px; Originalwert!*/
	/*  left: 65px; Wenn Content rechts!*/
	/*  left: px; variabel */
	left: 65px;
	width: 155px; 
	height: 300px;
	background: url(../images/psback.gif);
	background-repeat: no-repeat; 
	padding: 10px 40px 10px 0px; 
} 

#subnav a, #subnav_m1 a , #subnav_m2 a, #subnav_m3 a {
	display: block;
	font-size: 100%;
	font-variant: small-caps;
	letter-spacing: 1px;
	text-decoration: none;
	text-transform: none;
	padding: 2px 0px 4px 15px;
	margin: 0px;
	color: #535353;
	background: url(../images/pbull.gif);
	background-repeat: no-repeat; 
}

#subnav_m1 a {
	font-size: 135%;
	font-weight: bold;
}

#subnav_m2 a {
	font-size: 115%;
	font-weight: bold;
}

#subnav_m3 a {
	font-size: 100%;
	font-weight: bold;
}

#subnav a.active, #subnav_m1 a.active, #subnav_m2 a.active, #subnav_m3 a.active {
	font-weight: bold;	
	color: #FF8000;
}

#subnav a:hover, #subnav_m1 a:hover, #subnav_m2 a:hover, #subnav_m3 a:hover {
	font-weight: bold;
	font-style: italic;
	/* color: #505F67; */
}

/* Spezielle Linkformatierung für Logo_Home  */
#logo_home a {
	padding: 2px 0px 4px 6px;
	margin: 0px;
	background: ;
}

/* Horizontale Navigationsleiste in der Fusszeile der 1. Seite */
#staticnav a {
	font-size: 68%;
	font-style: normal;
	font-weight: normal;
}

#staticnav a:hover {
	font-weight: normal;
	font-style: italic;
}

#content { 
	position: absolute; 
	top: 241px; 
	/*  left: 61px; Originalwert!*/
	/*  left: 240px; Wenn SubMenue links!*/
	/*  left: px; variabel*/
	left: 240px;
	width: 490px; 
	padding: 10px 40px 10px 20px;
	text-align: justify; 
	background: url(../images/pcback.gif); 
	background-repeat: no-repeat;
/*	border: 1px; border-color: #FF8000;	*/
} 

#sidebar { 
	position: absolute; 
	top: 241px; 
	left: 780px; 
	width: 150px; 
	padding-top: 10px;
	text-align: left; 
	background: url(../images/psback.gif);
	background-repeat: no-repeat; 
} 

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: #FF8000;
	font-size: 10px;
}
