


/*-------------------------------------------------------------
	Hier werden alle Default-Stile für den Page-Parser
	gespeichert. Die Werte werden zum Teil in den Dateien
	{TEMPLATE_NAME}.css überschrieben.
-------------------------------------------------------------*/


#pageparser {
	padding-top: 30px;
	width: 749px;
}

/*-----	Trennlinie  -----*/

#pageparser .LINE {
	padding-right:15px;
	padding-bottom:10px;
}

#pageparser .LINE .divider_line {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E9E9E9;
}

/*-----	Bildunterschriften  -----*/

#pageparser .imagebox p {
	font-size:9px;
	margin-top:5px;
	margin-bottom:0px;
	padding:0 0 0 0px;
}

#pageparser .frame_left {
	padding-left: 15px;
}

#pageparser .frame_right {
	padding-left: 15px;
}


#pageparser .frame_right .LINE  {
	padding: 0px;
	margin: 0px;
}

#pageparser .frame_right .LINE .divider_line {
	width: 280px;
	padding: 0px;
	margin: 0px;
}

/*-----	Nächster Eintrag heißt: Neue Zeile  -----*/

#pageparser .next_item {
	clear: both;
}


/*-----	Bullet-Points  -----*/

#pageparser .BULLETS {
	padding-left: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	float: left;
}

#pageparser .BULLETS li {
	padding-bottom: 3px;
}


/*-----	Großes Bild  -----*/

#pageparser .BIG_IMAGE {
	padding-bottom: 10px;
}

#pageparser .ARTICLE {
	padding-bottom:20px;
}

#pageparser .ARTICLE_WITH_IMAGES {
	padding-bottom:20px;
}


/*-----	Links & RollOvers  -----*/

#pageparser a {
	background-image: url(../../img/punktpfeil.gif);
	background-repeat: no-repeat;
	background-position: 1px 4px;
	color: #44A834;
	padding-left: 13px;
	text-decoration:none;
}

#pageparser a:hover {
	text-decoration:underline;
}

#pageparser .flashfile {
	padding: 0 0 0 0px;
	margin: 0 0 0 0px;
}



