/* Standard-Elemente */

p {
	margin: 0;
	padding: 0px 0px 10px 0px;
	line-height: 180%;	
}

em {
	font-weight : bold;
	color: #172647;
	font-style : normal;
}

.clearer {
	clear: both;
}

a.link {
	font-weight: bold;
	color: #172647;
	text-decoration: none;
}

a.arrow {
	font-weight: bold;
	color: #172647;
	text-decoration: none;
	background:;
	background-image : url(../images/parrow.gif);
	background-position : top left;
	background-repeat : no-repeat;
	padding: 0px 3px 0px 16px;
	white-space : nowrap;
}

a.blacklink {
	color: #737373;
	text-decoration: none;
	padding-left: 6px;
}

a.link:hover, a.blacklink:hover,a.arrow:hover, a.teaserlink:hover, a.s2d:hover {
	text-decoration: underline;
}

a.plaintext {
	font-size: 90%;
	color: #737373;
	text-decoration: none;
}


/* Menü */

#commonBar {
	margin: 0;
	padding: 0;
	text-align: right;
	z-index:100 !important;
}

#menuBar {
	width:880px;
	margin: 0;
	padding: 0;
	border-top: 1px solid #172647;
	border-left: 1px solid #172647;
	border-right: 1px solid #172647;
	background : #ACBEE4 url(/images/pmbar.gif) repeat-x top left;
	z-index:100 !important;
}

ul.menuBar {
	margin: 0;
	padding: 4px 0px 4px 0px;
	z-index:100 !important;
}

li.menuButton {
	display: inline;
	list-style: none;
	z-index:100 !important;
}

a.menuButton, a.menuButtonActive  {
	color: #000000;
	text-decoration: none;
	padding: 4px 6px 4px 6px;
	z-index:100 !important;
}

.menu {
	background: #D8D8D8 url(/images/pmenu.gif) repeat-x top left;
	border: 1px solid #737373;
	padding: 0px;
	position: absolute;
	text-align: left;
	visibility: hidden;
	left:0px;
	top:0px;
	filter:alpha(opacity=95);
	-moz-opacity:0.95;
	opacity: 0.95;
	z-index:100 !important;
}

a.menuItem, a.menuItemActive {
	color: #000000;
	background-color: transparent;
	display: block;
	padding: 4px 16px 4px 16px;
	text-decoration: none;
	white-space: nowrap;
	z-index:100 !important;
}

a.menuButtonActive, a.menuButton:hover {
  background-color: #172647;
  color: #ffffff;
	z-index:100 !important;
}

a.menuItem:hover, a.menuItemActive {
  background-color: #737373;
  color: #ffffff;
	z-index:100 !important;
}
