/*------------- Unternavigation -----------------------------*/
.left_col {
	float:left;
	width:220px;
	}
.mid_col {
	float:left;
	width:535px;
	}
.right_col {
	float:right;
	width: 195px;
	padding:0 0 0 5px;
	}
#wrapper_2 {
	background-image:url(../bilder/background/sidebar_white.gif);
	background-position:right;
	background-repeat:repeat-y;
	}

/* Für die linke und rechte Spalte der Menüebene 2:  */
.sub_navi_left {
	float:left;
	margin-left:25px;
	width:230px
	}
.sub_navi_right {
	margin-left:285px;
	width:220px
	}

/* Für die linke und rechte Spalte des Inhalts:  */
.linke_sp {					/* normaler linker Rand */
	float:left;
	width:250px;
	text-align:justify
	}
.rechte_sp {				/* Orientierung an der Sub-Navigation */
	margin-left:285px;
	width:230px;
	text-align:justify
	}
.linke_spalte {				/* Orientierung an der Sub-Navigation */
	float:left;
	margin-left:25px;
	width:230px
	}
.rechte_spalte {			/* Orientierung an der Sub-Navigation */
	margin-left:285px;
	width:230px
	}

/* Für den Rand des Inhaltes: */
#inhalt, #navi_2 {width:520px}

#aktuelles {
/*	background-color:#FCF; */
	background-color:#FFC; 
	background-position:bottom;
	background-repeat: no-repeat;
	padding-left:8px;
	padding-right:7px;
	width:185px;
	line-height:14px;
	font-size:11px
	}
#aktuelles p{
	text-align:justify;
	padding-left:18px;
	}
#aktuelles h1{
	background: #9933CC;
	color: #FFFFFF;
	border-bottom: 1px solid #000000;
	line-height:18px;
	margin:0 -7px 0 -8px; 
	}
#aktuelles h2 {
	margin:10px 5px 0 8px;
	padding-left:10px;
	font-size:11px;
/*	background-color:#FCF; */
	background-color:#FFC;
	background-image:url(../bilder/background/aktuelles.gif);
	background-position: left 4px;
	background-repeat:no-repeat;
	}
#aktuelles a {font-weight:normal
	}
#aktuelles h2 a {font-weight:bold; color:#90C
	}