#nav {
	position: absolute;
	top: 130px;
	left: 40px;
	width: 970px;
	height: 26px;
	background : #BEF1FD url(../images/pnback.gif);
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}

#plaintext {
	position: absolute;
	top: px0;
	left: 40px;
}

#plaintext a {
	color: #4F4F4F;
	text-decoration: none;
}

#logo {
	position: absolute;
	top: 30px;
	left: 40px;
	width: 970px;
	height: 100px;
	margin: 0px;
}

#nav a {
	display: block;
	width: 110px;
	height: 26px;
	float: left;
	text-align: center;
	text-decoration : none;
	text-transform : uppercase; 
	line-height : 21px;
	padding: 0px;
	margin: 0px;
	color: #FFFFFF;
	background : #BEF1FD url(../images/pnbutton.gif);
	font-weight : bold;
	font-size : 11px;
}

#nav a.active {
	background : #990000 url(../images/pnbuttona.gif) !important;	
}

#nav a:hover {
	color: #FF3333;
	background : #BEF1FD url(../images/pnbuttonh.gif);
}

#content {
	position: absolute;
	top: 162px;
	left: 245px;
	width: 530px;
	/* background : #EAF0FD /*url(../images/pcback.gif)*/ ;
	background-repeat : no-repeat;
	padding: 5px 0px 5px 0px;
	/*border: solid 1px #000000;*/	
	text-align: justify;
}

#topic {
	position: absolute;
	top: 158px;
	left: 40px;
	width: 180px;
	height: 300px;
	/*background : url(../images/psback.gif) no-repeat;*/
	padding: 20px 5px 0px 5px;
	/*border: solid 1px #000000;*/
}

/* Vertikales Menü - Schrift  */
#topic p a {
	display: block;
	text-decoration : none;
	/*text-transform : uppercase;*/
	margin: 0px;
	color: #000000;
	font-size : 100%;
	line-height: 110%;
	background : url(../images/pbull.gif) no-repeat;
	padding: 0px 0px 0px 13px;
	/*border-bottom: solid 1px #000000;*/
}

/*Linie vor dem Suchen*/	
#topic h3 {
	margin: 0px;
	height: 2px;
	border-bottom: #C4170F 1px solid;
	color: #060391;
	display: block;
	font-size: 100%;
	font-weight: normal;
	/*border: solid 1px #000000;*/
}

#topic p.sub {
	padding-left: 23px;
}

#topic p.sub a {
	color: #1313A7;
}

#topic p a.active {
	font-weight: bold;
	/*background: #99FFCC; */	
}

#topic a:hover {
	font-weight: bold;
}


#sidebar {
	position: absolute;
	top: 158px;
	left: 810px;
	width: 200px;
	padding: 5px 0px 5px 0px;
	/* background : #EAF0FD */ ;
	/*border: solid 1px #000000;*/
}

form.search {
	padding: 0px;
	margin: 20px 0px 20px 0px;
}

form.search input {
	margin: 0px;
	vertical-align : middle;
}

input.search {
	border : 1px solid #C0C0C0;
	width: 150px;
	padding: 2px;
	color: #1313A7;
	font-size: 10px;
}
