#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: #3F3F3F;
	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; 
	left: 61px; 
	width: 880px; 
	height: 200px; 
} 

#logo { 
background: url(../images/ptlg1.jpg); 
} 

#logo2 { 
background: url(../images/ptlg2.jpg); 
} 

#logo3 { 
background: url(../images/ptlg3.jpg); 
}

#logo4 { 
background: url(../images/ptlg4.jpg); 
}

#logo5 { 
background: url(../images/ptlg5.jpg); 
}

#logo6 { 
background: url(../images/ptlg6.jpg); 
}

#logo7 { 
background: url(../images/ptlg7.jpg); 
}

#logo8 { 
background: url(../images/ptlg8.jpg); 
}

#nav {
	position: absolute;
	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: #D70000;
	background: url(../images/pnbuttonh.gif);
}

#subnav { 
	position: absolute; 
	top: 241px; 
	left: 65px; 
	width: 155px; 
	height: 300px; 
	background: url(../images/psback.gif) no-repeat; 
	padding: 10px 40px 10px 0px; 
} 

#subnav a {
	display: block;
	font-size: 100%;
	font-variant: small-caps;
	letter-spacing: 1px;
	text-decoration: none;
	text-transform: none;
	margin: 0px;
	color: #535353;
	background: url(../images/pbull.gif) no-repeat;
	padding: 2px 0px 4px 15px;
}

#subnav a.active {
	font-weight: bold;	
	color: #D70000;
}

#subnav a:hover {
	font-weight: bold;	
}

#content { 
	position: absolute; 
	top: 241px; 
	left: 240px; 
	width: 490px; 
	background: url(../images/pcback.gif); 
	background-repeat: no-repeat; 
	padding: 10px 40px 10px 20px;
	text-align: justify; 
} 

#sidebar { 
	position: absolute; 
	top: 241px; 
	left: 780px; 
	width: 150px; 
	padding-top: 10px;
	text-align: left;  
} 

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: #D70000;
	font-size: 10px;
}
