/* 

Spezielle Stylesheets für die Startseite
Teilweise nur kleine Änderungen an schon vorhanden classen/id's aus der styles.css vorgenommen

*/

#themepic {
	position: relative;
	background-image: url("../images/homepage/header-home.jpg");
}

#abteilungen {
	position: absolute;
	top: 64px;
	left: 20px;
	color: #6B6B6B;
	font-size: 1.1em;
}

#abteilungen select {
	margin: 6px 0 0 0;
}

#body {
	padding: 0 0 0 0;
	background-image: url("../images/homepage/body.gif");
}

#left {
	width: 422px;
}

#content {
	margin: 30px 0 0 19px;
	width: 393px;
}

#footer {
	background-image: none;
	font-size: 0.9em;
}

#footer a {
	color: #6B6B6B;
	font-size: 1.0em;
}

#right {
	margin: 0 0 0 0;
	width: 314px;
}

#themepic2 {
	background-image: url("../images/homepage/header-home2.jpg");
	width: 314px;
	height: 105px;
}

#weitereleistungen {
	margin: 0 1px 0 0;
}

#weitereleistungen img {
	margin: 10px 0 0 10px;
	float: right;
}
