@charset "utf-8";
/* CSS Document */

body {
	background-image: url(../images/hintergrund_kreise_links.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#teaser {
	height: 170px;
	width: 980px;
	margin: auto;
	position: relative;
}
#teaserheadline {
	font-size: 1.6em;
	color: #FFFFFF;
	width: 940px;
	margin: auto;
}
#text {
	float: left;
	width: 500px;
	margin-right: 20px;
}
#text h1 {
	font-size: 2em;
	color: #FFCC00;
	margin-top: 5px;
}
#text p {
	color: #000000;
	font-size: 1em;
}
#text a {
	color: #000000;
	text-decoration: underline;
}
#text a:hover {
	color: #999999;
	text-decoration: underline;
}


#text ul {
	font-weight: bold;
	list-style-image: url(../images/listenpunkt_gelb.gif);
	list-style-position: inside;
}
#text li {
	margin-bottom: 10px;
}
#vollebreite {
	float: left;
	width: 775px;
}
#vollebreite h1 {
	font-size: 2em;
	color: #FFCC00;
	margin-top: 5px;
}
#vollebreite p {
	color: #000000;
	font-size: 1em;
}
#vollebreite a {
	color: #000000;
	text-decoration: underline;
}
#vollebreite a:hover {
	color: #999999;
	text-decoration: underline;
}


#vollebreite ul {
	font-weight: bold;
	list-style-image: url(../images/listenpunkt_gelb.gif);
	list-style-position: inside;
}
#vollebreite li {
	margin-bottom: 10px;
}
