@charset "utf-8";
/* CSS MitOst. UNTERSEITEN allgemein */
/* MitOst-Rot #CC0033 */

#links {
	width:25em;
	}

#mitte {
	width:40em;
	margin-left:6em;
	}

#rechts {
	width:19em;
	margin-left:6em;
	}

#mitteplusrechts {
	width:69em;
	margin-left:2em;
	}


.p { padding-left:1.3em; background:url(img/pf/pr.gif) no-repeat; }
.ph { padding-left:1.3em; background:url(img/pf/prh.gif) no-repeat; }
.po { padding-left:1.3em; background:url(img/pf/pro.gif) no-repeat; }
.pz { padding-left:1.3em; background:url(img/pf/prz.gif) no-repeat; }
.pu { padding-left:1.3em; background:url(img/pf/pru.gif) no-repeat; }
.pa { padding-left:1.3em; background:url(img/pf/pra.gif) no-repeat; }


/* MENU zweiter Ebene */
.menu2 {
	margin:0;
	padding:0;
	list-style:none;
	border-left:0.7em solid #cc0033;
	}

.menu2 li {
	padding-bottom:1em;
	margin-left:2.3em;
	}

.menu2 a.l2-no, .menu2 a.l2-no:active, .menu2 a.l2-no:visited {
	padding-left:1.3em;
	font-size:9pt;
	background:url(img/pf/prh.gif) no-repeat;
	}

.menu2 a.l2-no:hover {}

.menu2 a.l2-act, .menu2 a.l2-act:active, .menu2 a.l2-act:visited {
	padding-left:1.3em;
	font-size:9pt;
	text-decoration:underline;
	color:#CC0033;
	background:url(img/pf/prh.gif) no-repeat;
	}

.menu2 a.l2-act:hover {}


/* MENU dritter Ebene */
li.dritte { margin-left:4em; }

.menu2 a.l3-no, .menu2 a.l3-no:active, .menu2 a.l3-no:visited {
	padding-bottom:0.7em;
	padding-left:1.3em;
	background:url(img/pf/pro.gif) no-repeat;
	}

.menu2 a.l3-no:hover {}

.menu2 a.l3-act, .menu2 a.l3-act:active, .menu2 a.l3-act:visited {
	padding-bottom:0.7em;
	padding-left:1.3em;
	text-decoration:underline;
	color:#CC0033;
	background:url(img/pf/pro.gif) no-repeat;
	}

.menu2 a.l3-act:hover {}


* html #mitte {
	width:39em;
	}

* html #rechts {
	width:18em;
	}

* html #mitteplusrechts {
	width:68em;
	}

/* IE 7
----------------------------------- */

*+html #mitte {
	width:39em;
	}

*+html #rechts {
	width:18em;
	}

*+html #mitteplusrechts {
	width:68em;
	}
