@CHARSET "ISO-8859-1";

.left {
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	min-height:550px;
	height:auto !important;  /* für moderne Browser */
	height:550px;  /*für den IE */
}

/*** static graphical elements ************************/
.wide_image {
	margin-top: 20px;
	height: 220px;
	width: 100%;
	background-position: left bottom;
	background-image: url(bild_startseite.png);
	background-repeat: no-repeat;
}

/*** Topmenu zentrieren ******************************/
.topmenu {
	line-height: 25px;
	height: 25px;
	width: 100%;
	text-align: center;
}

/*** content ******************************************/

#c4 p {
	margin: 5% 10%;
	color: #555;
}

#c4 a {
	color: inherit;
}

/*** news *******************************************/
#c17 {
	font-size: 12px;
	font-family: verdana, arial, sans-serif;
	position: absolute;
	height: 80px;
	width: 850px;
	left: 0;
	bottom: 0;
}

#c17 .title {
	height: 20px;
	line-height: 20px;
	padding: 0 24px;
}

#c17 .news {
	padding: 10px 0;
	color: #fff;
	height: 40px;
	text-align:center;
	background: #9B9A94;
}
