p
{
	margin: 0;
}

#pNav /*Hauptcontainer*/
{
	background-color: #E6E6E3;
	width: 240px;
}

#pNav .firstLayer
{
	background-color: #E6E6E3;
	width: 240px;
	padding: 5px 5px 2px 5px;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
}

#pNav li.first /*Punkte auf erster Menüebende*/
{
	width: 240px;
	line-height: 20px;
	background-repeat:no-repeat;
	background-position:top left;
	list-style:none;
	padding: 0px;
	font-weight: bold;
	margin:0 0 4px 0;
	/*padding: 0 0 4px 0;*/
	text-indent: 5px;
	
}

#pNav li.first ul /*Container für zweite Menüebene*/
{
	padding: 0 0 4px 0;
}

#pNav li.second /*Punkte auf zweiter Menüebene*/
{
	background-color: #E6E6E3;
	/*list-style-position:inside;
	list-style-image:url(img/spot.png);*/
	list-style: none;
	font-weight: normal;
}

#pNav li.second ul /*Container für dritte Menüebene*/
{
	list-style-position:inside;
	padding: 0 0 0 14px;
}

#pNav li.second ul li /*Punkte ab der dritten Menüebene*/
{
	list-style:none;
}

#pNav a /*Links*/
{
	text-decoration:none;
	color: #000;
}

#pNav a:hover, #pNav a:active /*Links MouseOver/Aktiv*/
{
	font-weight: bold;
}

.spot
{
	font-size: 1px;
	background-color: #F28F00;
	width: 6px;
	height: 6px;
	margin: 7px 0px 0 4px;
	float: left;
}

.pNavImgNormal /*Hintergrundbild Hauptknoten normal*/
{
	background-image: url(img/arrowDown.gif);
	background-color: #BBBBBB;
}

.pNavImgEmpty /*Hintergrundbild Hauptknoten normal*/
{
	background-image: url(img/navBg_empty.png);
}

.pNavImgHover /*Hintergrundbild Hauptknoten MouseOver*/
{
	background-image:url(img/arrowDown.gif);
	background-color: #F28F00;
}

.pNavImgActive /*Hintergrundbild Hauptknoten Aktiv*/
{
	background-image:url(img/arrowUp.gif);
	background-color: #F28F00;
}

.pNavClickLayer /*unsichtbarer Layer zum abfangen des Klicks*/
{
	position:absolute;
	width: 40px;
	margin-left: 200px;
	/*width: 240px;*/
	height: 20px;
}

.short
{
	width: 40px;
	margin-left: 200px;
}																																																												