@charset "utf-8";
/* CSS Document */

body {
	text-align: center;
	background-color: #B6B7BB;
	background-image: url(../images/startseite-bg.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
a {
	color:#535355;
}
#container {
	margin: 0 auto;
	width: 909px;
	overflow: visible;
	text-align: left;
	padding-top: 60px;
}
	#startpageteaser {
		background-color: #3E3E3E;
		background-image: url(../images/teaser-startseite-bg.gif);
		background-position: right;
		background-repeat: no-repeat;
		height: 164px;
		width: 904px;
		overflow: hidden;
	}
		#startpageteaser img {
			float: left;
			width: 410px;
		}
		#startseitenlinks .csc-default {
			clear: none;
		}
		#startpageteaser ul {
			float: left;
			width: 494px;
			text-align: right;
			margin: 10px 0;
		}
			#startpageteaser ul li, #startpageteaser ul li a {
				color: #FFFFFF;
				font-size: 18px;
				font-weight: bold;
				line-height: 160%;
				padding-right: 18px;
			}
			#startpageteaser ul li a {
				padding-right: 0;
				text-decoration: none;
			}
	#locationscontainer {
		overflow: hidden;
		width: 908px;
		height: 310px;
		margin-top: 46px;
 	}
		#locationscontainer .locationbox {
			float: left;
			width: 150px;
			height: 310px;
			margin: 0 15px;
		}
			#locationscontainer .locationbox h2, #locationscontainer .locationbox h2 a {
				font-size: 13px;
				font-weight: normal;
				line-height: 16px;
				color: #31333D;
				margin: 10px 0 15px 0;
				text-decoration: none;
			}
			#locationscontainer .locationbox div.csc-default p {
				line-height: 160%;
				color: #535355;
				background: none;
				margin: 4px 5px;
				padding: 0;
				font-size: 10px;
			}
			#locationscontainer .locationbox a {
				text-decoration: none;
			}
			#locationscontainer .locationbox img {
				width: 140px;
			}
	#newsticker {
		clear: both;
		background-image:url(../images/newsticker-bg.gif);
		background-repeat: no-repeat;
		height: 22px;
		width: 909px;
		display: block;
		margin-left: -1px;
		padding-top: 16px;
	}
		#newsticker .newstext  {
			color: #FFFFFF;
			font-size: 12px;
			font-weight: bold;
			background-color: #98131B;
			margin: 0px 30px 0 30px;
			padding: 0;
		}
	#footer {
		text-align: left;
		font-size: 9px;
		margin: 6px 0 0 0px;
		border: none !important;
	}
		#footer li {
			display: inline;
			margin-left: 22px;
			padding-left: 10px;
			background-image: url(../images/footer-li-bgStart.gif);
			background-position: 0 3px;
			background-repeat: no-repeat;
			color: #3E3E3E;
		}
		#footer li.first {
			margin: 0;
			padding: 0;
			background-image: none;
		}
		#footer li a {
			color: #3E3E3E;
			text-decoration: none;
		}
