.PE_pageNaviBar {
    text-align: right;
    padding: 2px 6px;
    margin: 12px 0;
    color: #f5f6f6;
}

.PE_pageNaviBarPrev {
    text-align: left;
		display: inline;
}
.PE_pageNaviBarPrev a 
{
	padding-left: 14px;
	background: url(../images/WIB_arrow_left.png) left 5px no-repeat;
}


.PE_pageNaviBarNext {
    text-align: right;
		display: inline;
}
.PE_pageNaviBarNext a 
{
	padding-right: 14px;
	background: url(../images/WIB_arrow_right.png) right 5px no-repeat;
}

.PE_pageNaviBarPage {
    text-align: center;
    line-height: 200%;
    color: #f5f6f6;
		display: inline;
}

.PE_prevPageTitle, .PE_nextPageTitle {
    font-size: 10px;
    color: #666;
}

ul#LPN_contentTabs {
    list-style: none;
    margin: 0;
    padding: 0;
    float: left;
}

ul#LPN_contentTabs li {
    cursor: pointer;
    border-bottom-width: 0;
    float: left;
    background-image: none;
    margin: 0;
    margin-right: 2px;
    text-align: center;
}

ul#LPN_contentTabs li strong {
    display: block;
    padding: 6px 5px 2px 0;
    margin-left: 5px;
}

#LPN_contentTabs li.LPN_contentTabAktiv {
    background: #adcde1;
    top: 1px;
    color: #fff;
    font-weight: bold;
    background: url(../images/TabAktivLeft2.gif) no-repeat top left;
    text-align: center;
}

#LPN_contentTabs li.LPN_contentTabInaktiv {
    background-color: #6dabd1;
    font-weight: bold;
    color: #bbb;
    background: url(../images/TabInaktivLeft2.gif) no-repeat top left;
    text-align: center;
}

#LPN_contentTabs li.LPN_contentTabAktiv strong {
    background: url(../images/TabAktivRight2.gif) top right;
}

#LPN_contentTabs li.LPN_contentTabInaktiv strong {
    background: url(../images/TabInaktivRight2.gif) top right;
}

#LPN_pageContent {
    clear: left;
    border: 1px solid #6dabd1;
    border-width: 1px 0 0 1px;
    padding: 5px;
    margin-bottom: 18px;
}

.LPN_bildTeaser {
  	float: left; /* Set a float to fix a float */
  	width: 550px;
  	padding: 10px 0;
  }
  .LPN_bildTeaser dl {
  	float: left; /* Set a float to fix a float */
  	width: 550px; /* IE/Mac-Bug */
  	margin: 0;
  	padding: 0;
  	display: inline; /* fix fuer double-margin-bug im IE/Win */
  	border-bottom: 1px dotted #999;
  	padding: 8px 0;
  }
  .LPN_bildTeaser dt {
  	float: right;
  	width: 382px; /* 180 - 8m - 2x4p - 2x1b */
  	margin: 0;
  	padding: 0;
  	font-size: 120%;
  	letter-spacing: 1px;
  	color: #627081;
  }
  .LPN_bildTeaser dd {
  	margin: 0;
  	margin: 0 0 0 168px; /* Text umfliesst Bilder nicht mehr darunter */
  	padding: 0;
  	line-height: 1.5em;
  }
  .LPN_bildTeaser dl dd.img {
  	margin: 0;
  }
  .LPN_bildTeaser dd.img img {
  	float: left;
  	margin: 0 8px 0 0;
  	padding: 4px;
  	border: 1px solid #bbb;
  	border-bottom-color: #999;
  	border-right-color: #999;
    background: #333;
  }
	/* Umgekehrter Float */
	.LPN_bildTeaser .alt dt {
		float: left;
	}
	.LPN_bildTeaser .alt dd {
		margin: 0 168px 0 0;  /* Text umfliesst Bilder nicht mehr darunter */
	}
	.LPN_bildTeaser .alt dd.img img {
		float: right;
		margin: 0 0 0 8px;
	}
	

	.LPN_textTeaser {}
.LPN_textTeaser dt {
	font-weight: bold;
	letter-spacing: 1px;
	font-style: oblique;
	margin-top: 8px;
	background: url(../images/arrows.png) no-repeat left center;
	padding-left: 15px;
}
.LPN_textTeaser dd {
	margin: 0;
	padding-left: 15px;
}

