/* CSS für alle Über uns - Seiten */

/* Bild links */
#BildLinks{
	width:522px;
	margin-right:10px;
	height:262px;
	float:left;
}

/* Text rechts vom Bild */
#TextRechts{
	width:245px;
	height:262px;
	overflow: auto;
	scrollbar-base-color:#000000;
	scrollbar-arrow-color:#ffffff;
	scrollbar-face-color:#2E2E2F;
	scrollbar-highlight-color:#2E2E2F;
	scrollbar-darkshadow-color:#000000;
	scrollbar-shadow-color:#000000;
	scrollbar-track-color:#121212;
}
#TextRechts p{
	margin-top:5px;
	margin-bottom:10px;
}

/* Zeitleiste unten */
#Zeitleiste{
	width:800px;
	height:46px;
	background-image: url(../ueberuns/zeitleiste3.jpg);
	background-repeat: no-repeat;
}

