@charset "utf-8";
body {
	background-image: url(../images/hintergrund_kreise_mitte2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#teaser {
	width: 980px;
	margin: auto;
}
#text {
	float: left;
	width: 570px;
	margin-right: 20px;
}
#text h1 {
	font-size: 2em;
	color: #FFCC00;
	margin-top: 5px;
}
#text h1 a {
	color: #FFCC00;
	text-decoration: underline;
}
#text h1 a:hover {
	color: #999999;
	text-decoration: underline;
}


#text p {
	color: #000000;
	font-size: 1em;
}
#text ul {
	font-weight: bold;
	list-style-image: url(../images/listenpunkt_gelb.gif);
	list-style-position: inside;
}
#text li {
	margin-bottom: 10px;
}
#text a {
}
#text a:hover {
}
#extra {
	border: 1px dotted #999999;
	width: 160px;
	float: right;
	position: relative;
	padding: 10px;
}
#kategorie {
	font-size: 1em;
	color: #666666;
	font-weight: bold;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
#extra p {
	font-size: 0.9em;
	margin-top: 5px;
}
#extra a {
	font-size: 0.9em;
	color: #000000;
}
#extra a:hover {
	color: #999999;
}
