/* Hinterdrund, der alle Webelemente umgibt */
#wrapper_all {
	margin: 0 auto;
	width: 880px;
	text-align: justify;
	/*background: url(../images/pcbackground.gif); 
	background-repeat: repeat;*/
	border: 0;
}

/*zusätzlicher wrapper erforderlich, damit Footer korrekt angezeigt wird */
/*grafischer Hintergrund  über ganzen Inhalt */
#wrapper_all_content {
	position: relative;
	width: 100%;
	/* min-height: 650px; */
	float: left; 
	padding: 0;
	margin: 0;
	border: 0;
	background: url(../images/pbackground.jpg); 
	/* background-repeat: repeat-y; */
	background-repeat: repeat;
}

/*grafischer Hintergrund unterteilt in drei Spalten */
#wrapper_content {
	position: relative;
	width: 100%;
	float: left; 
	padding: 0;
	margin: 0;
	border: 0;
}

#logo0, #logo1, #logo2, #logo3, #logo4, #logo5, #logo6, #logo7 { 
	position: relative;
	width: 100%;
	float: right; 
	height: 160px;
	/*variable Logohöhe
	/*height: px;*/
} 

#logo0 { 
	background: url(../images/ptlg1.jpg); 
	background-repeat: no-repeat; 
} 
#logo1 { 
	background: url(../images/ptlg2.jpg); 
	background-repeat: no-repeat; 
} 
#logo2 { 
	background: url(../images/ptlg3.jpg); 
	background-repeat: no-repeat; 
}
#logo3 { 
	background: url(../images/ptlg4.jpg); 
	background-repeat: no-repeat; 
}
#logo4 { 
	background: url(../images/ptlg5.jpg); 
	background-repeat: no-repeat; 
}
#logo5 { 
	background: url(../images/ptlg6.jpg); 
	background-repeat: no-repeat; 
}
#logo6 { 
	background: url(../images/ptlg7.jpg); 
	background-repeat: no-repeat; 
}
#logo7 { 
	background: url(../images/ptlg8.jpg);
	background-repeat: no-repeat; 
}

/* Grafische, horizontale Navigationsleiste */
#nav {
	position: relative;
	width: 100%;
	height: 36px;
 	float: left;
	margin: 0;
	overflow: hidden;
} 

#nav a {
	display: block;
	float: left;
	width: 110px;
	font-weight: bold;
	font-size: 110%;
	font-variant: small-caps;
	text-align: center;
	text-decoration: none;
	text-transform: none;
	line-height: 36px;
	padding: 0;
	margin: 0;
	border: 0;
	color: #9F9F9F;
	background: url(../images/pnbutton.gif);
}

#nav a.active {
	background: url(../images/pnbuttona.gif) !important;
}

#nav a:hover {
	color: #800000;
	background: url(../images/pnbuttonh.gif);
}

/* Linke Spalte mit minimaler Höhe des Contentbereichs von 600 px*/
#leftcol {
	position: relative;
	width: 20%; 
	/* height: 600px; */
 	float: left;
	padding: 0;
	margin: 0;
	border: 0;
}

/* Vertikale Navigationsleiste */
#subnav { 
	position: relative;
	width: 90%;
 	float: left; 
	padding: 10px 0px 10px 4px;
	margin: 0;
	border: 0;
	overflow: hidden;
} 

#subnav a {
	display: block;
	font-size: 100%;
	font-weight: normal;
	font-variant: small-caps;
	letter-spacing: 1px;
	text-decoration: none;
	text-transform: none;
	text-align: left;
	padding: 2px 0px 4px 15px;
	margin: 0px;
	border: 0;
	/* color: #535353; */
	color: #6F6F6F;
}

#subnav_m1 a {
	font-size: 130%;
	font-weight: bold;
	/*background: url(../images/pbull.gif);*/
	padding: 2px 0px 4px 15px;
	margin: 0px;
	border: 0;
	background-repeat: no-repeat;
}

#subnav_m2 a {
	font-size: 105%;
	font-weight: bold;
	/*background: url(../images/pbull.gif);*/
	padding: 2px 0px 4px 20px;
	margin: 0px;
	border: 0;
	background-repeat: no-repeat;
}

#subnav_m3 a {
	font-size: 95%;
	/*font-variant: normal;*/
	/*background: url(../images/pbull.gif);*/
	padding: 2px 0px 4px 30px;
	margin: 0px;
	border: 0;
	background-repeat: no-repeat;
}

#subnav a.active, #subnav_m1 a.active, #subnav_m2 a.active, #subnav_m3 a.active {
	font-weight: bold;	
	color: #A60F0F;
}

#subnav a:hover, #subnav_m1 a:hover, #subnav_m2 a:hover, #subnav_m3 a:hover {
	/*font-weight: bold;*/
	font-style: italic;
	color: #A60F0F;
}

/* Content- und Sidebarspalten*/
#twocols {
	clear: right;
	position: relative;  
	width: 80%; 
	float: right;
	padding: 0;
	margin: 0;
	border: 0;
}

/* Breite der Contentspalte bestimmen*/
#content_onecol {
	position: relative;
	float: left; 
	width: 97%; 
	padding: 0;
	margin: 0;
	border: 0;
}

#content_twocols {
	position: relative;
	float: left; 
	width: 69%; 
	padding: 0;
	margin: 0;
	border: 0;
}

#content {
	/* position: relative; */
	/* float: left;  */
	/* width: 69%; */
	/* width: ; */ 
	padding: 0px 20px 0px 20px;
	margin: 0;
	border: 0;
}

/* Sidebarspalte*/
#sidebar {
	position: relative;
	width: 22%; 
 	float: right; 
	padding: 10px 4px 0px 0px;
	margin: 0;
	border: 0;
}

/* Spezielle Linkformatierung für Logo_Home  und Logo_Info*/
#logo_home a {
	padding: 4px 0px 4px 4px;
	margin: 0;
	border: 0;
}
#logo_info a {
	padding: 60px 0px 0px 8px;
	margin: 0;
	border: 0;
}

/* Spezielle Linkformatierung für xstat*/
#xstat {
	padding: 4px 0px 4px 6px;
	margin: 4px;
	border: 0;
}

/* 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;
}

/* footer */
#footer {
	display: block;
	 overflow: hidden;
	clear: left;
	float: left; 
	position: relative;
	width: 100%;
	text-align: center;
	margin: 5px 0px 5px 0px;
	padding: 0px 0px 5px 0px;
	border: 0;
	border-top: 1px dotted #9F9F9F;
}	
	
#footer a {
	font-weight: bold;
	color: #800000;
	text-decoration: underline;
}

#footer a:hover {
	text-decoration: none;
	color: #800000;
}

/* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
	content: ""; 
    display: block; 
 	height: 100%;
    font-size:0;	
    clear: both; 
    visibility: hidden;
}

.clearfix {
	display: inline-block;
	height: 100%;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {
	display: block;
}
/* End hide from IE-mac */  


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: #800000;
	font-size: 10px;
}

#plaintext {
	position: absolute;
	top: 10px;
	left: 61px;
}

/* Nurtext Anzeige*/
#plaintext a {
	color: #6F6F6F;
	text-decoration: none;
	position: absolute;
	top: 40px;
	left: 61px;
	width: 880px;
	height: 200px;
	background: url(../images/);
}
