


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

#main_container {
	width: 750px;
	padding-top: 30px;
	margin-left: auto;
	margin-right: auto;
}

#pageparser {
	margin-left:20px;
	width: 400px;
	float:left;
}

#pageparser h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 20px;
}

/*-----	Navigation  -----*/

#main_navigation {
	width: 200px;
	float:left;
}

#main_navigation a, 
#language_navigation a {
	text-decoration: none;
	color: #AA1100;
}

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

#main_navigation ul, 
#language_navigation ul {
	padding: 0 0 0 15px;
	list-style: none;
}

#main_navigation li,
#language_navigation li {
	padding: 0 0 2px 0px;
	list-style: none;
}

#language_navigation {
	padding-bottom: 20px;
}

/*-----	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;
}


/*-----	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 ul {
	padding: 0 0 0 0px;
}

#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;
}



