/* RTV Rheinbach
   Version: 1.0
   Stefan Klocker
   
   -- Navigationsbereich --
*/

/* Ueberschrift */
div.navLink h3 {
	font-size: 16px;
	width: 130px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	margin-bottom: 5px;
}

a.navLink {
	padding-left: 2px;
	font-size: 11px;
	margin-bottom: 2px;
	width: 143px;
	line-height: 25px;
	border-right: 1px solid #CACACA;
	font-weight: bold;
	voice-family: inherit;
	display: block;
	width: 135px;
	text-decoration: none;
	color: green;
}

/* Hervorheben der angezeigten Seite */
a.navLink:hover {
	background: #bae0b8;
	border-right: 6px solid #bae0b8;
	color: white;
	text-decoration: none;
}

a.navLink#aktuelleSeite {
	background: #f0f0f0;
	color: red;
	border-right: 6px solid #f0f0f0;
	text-decoration: none;
}

/* Linke Navigationsbereiche */
#linkerBereich {
	position: absolute;
	text-align: center;
	left: 2%;
	width: 22%;
	top: 106px;
	width: 152px;
	margin-bottom: 10px;
}

/* Rechte Navigationsbereiche */ 
#rechterBereich {
	position: absolute;
	text-align: center;
	left: 78%;
	width: 22%;
	top: 106px;
	background-color: #ffffff;
	overflow: auto;
}

/* Mittlerer Bereich */
#mittlererBereich {
	position: absolute;
	left: 20%;
	width: 55%;
	top: 106px;
	background-color: #ffffff;
	overflow: auto;
}

#rightcol-broad {
	position: relative;
	width: 180px;
	float: right;
	margin-right: 1px;
	margin-top: -22px;
}

/* Rechte Navigationsbereiche */ 
#zentralerBereich {
	position: relative;
	text-align: left;
	width: 550px;
	margin-right: 10px;
	margin-left: 10px; 
}

/* Eingerückte Bereiche */
#linkerBereich div.navLink,#rechterBereich div.navLink {
	background: transparent url(../images/nav-mitte.jpg) left repeat-y;
	width: 152px;
	margin-bottom: 10px;
}

#linkerBereich div.navLink div,#rechterBereich div.navLink div {
	width: 152px;
	background: transparent url(../images/nav-oben.jpg) top left no-repeat;
}

#linkerBereich div.navLink div div,#rechterBereich div.navLink div div {
	width: 152px;
	background: transparent url(../images/nav-unten.jpg) bottom left no-repeat;
}

#linkerBereich div.navLink div div div,#rechterBereich div.navLink div div div
	{
	width: 137px;
	padding-left: 5px;
	padding-right: 10px;
	padding-top: 10px;
	background: transparent;
	padding-bottom: 10px;
	font-size: 10px;
}

#linkerBereich div.navLink div div div div,#rechterBereich div.navLink div div div div
	{
	padding: 0px;
	margin: 0px;
}
