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


body {
	font-family: Verdana, Geneva, sans-serif;
	background: url(../bilder/back.gif) no-repeat;
	background-position: top center;
}
h1 {
	font-size: 15px;
	color: #555;
	margin-top: 3px;
}
strong {
	color: #9f2524;
}
em {
	font-size: 12px;
}
#wrapper {
	width: 980px;
	margin: 40px auto;
}
#container {
	width: 980px;
	height: 100%;
	float: left;
}
#header {
	width: 980px;
	height: 140px;
	border: 1px solid #999;
}
#navigation {
	width: 982px;
	height: 30px;
	background-color: #ccc;
	margin-top: 15px;
}
#content {
	width: 980px;
	min-height: 480px;
	border: 1px dotted #999;
	float: left;
}
.headline {
	width: 300px;
}
.headline img {
	margin: 20px 20px 20px 22px;
}
#left {
	float: left;
	width: 550px;
}
#right {
	float: left;
	width: 370px;
	margin-left: 30px;
	font-size: 13px;
	line-height: 140%;
}
#right a {
	color: #9f2524;
	text-decoration: none;
}
#right a:hover {
	color: #000;
	text-decoration: none;
}
.balken {
	width: 980px;
	height: 8px;
	background-color: #666;
	margin-top: 10px;
	margin-bottom: 10px;
	float: left;
}
#footer {
	width: 980px;
	height: 25px;
	background: url(../bilder/footer.jpg) no-repeat;
	border: 1px solid #999;
	font-family: Arial, Helvetica, sans-serif;
	float: left;
}
#footer .text {
	font-size: 12px;
	text-align: center;
	padding-top: 7px;
}
#footer .text span {
	color: #a2241a;
}
#footer .text a {
	color: #9f2524;
	text-decoration: none;
}
#footer .text a:hover {
	color: #000;
	text-decoration: none;
}
