/*-----------------
------------------
alles in das template css integriert
---------------------



#navi_links {
	width: 200px;
	float: left;
}
#content_mitte {
	width: 480px;
	float: left;
	padding-left: 0px;
}
#rechts_news {
	width: 190px;
	float: right;
}
#footer {
	clear: both;
	height: 15px;
	margin: 0px;
	/* folgende Einstellung ist notwendig,
    um die Bottom-Linie des Inhalts auszugleichen */
	position: relative;
	top: -0.1em;
	border-top:#999 solid 1px;
		
}
#oben {
	background-color: #B9CDFF;
	height: 10px;
	width: 900px;
	text-align: right;
	padding: 0px;
}
#menue_oben {
	background-color: #B9CDFF;
	background-image: url(../images/verlaufsbalken.gif);
	background-repeat: repeat-x;
	height: 50px;
	width: 900px;
	
}
#rahmen {
	height: 900px;
	width: 900px;
}
#mitte {
	background-image: url(../images/bg.gif);
	background-repeat: repeat-y;
	width: 900px;
	clear: both;
}

.text_unten {
	color:#999999;
	position: relative;
	top: 70%;
	margin-right: 20px;
}

.neue_zeile {
    clear : both;
    line-height: 0.01em;
}
.links {
	float: left;
}
#pfadangabe {
	color: #999;
	position: relative;
	/*top: -14px;*/
	padding-left: 10px;
	padding-top: 10px;
	background-color: #FAFFF0;
	width: 300px;
	/*margin-left: 200px;*/
}
#pfadangabe a{
	color: #999;
}
.abstand_rand {
	padding: 10px;
}




-------------
-----------
------------*/
