@charset "UTF-8";
* {
	margin: 0;
	padding: 0;
}
body {
	margin: 0 auto;
	width: 1050px;
	background: url(derrotefaden-linie.png) no-repeat center top #ddd1ca;
	font-family: 'PT Sans', sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	color: #593b2f;
}
#container {
	position: relative;
}
#logo {
	position: absolute;
	left: 45px;
	top: 50px;
}
#header {
	position: absolute;
	top: 150px;
}
#footer {
	clear: both;
	border-top: 3px solid #c51a1b;
	padding: 20px 50px;
}
#spacer {
	height: 100px;
	background: #ddd1ca;
}
#inhalt {
	position: absolute;
	left: 0;
	top: 400px;
	width: 1050px;
	background: #fff;
	padding-top: 50px;
}
#menu {
	position: relative;
	float: left;
	margin-bottom: 50px;
}
#menu a {
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 19px;
	line-height: 30px;
	color: #c51a1b;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding-left: 50px;
}
#menu a:hover, #current {
	text-decoration: none;
	background: url(linie-menu.png) no-repeat left 15px;
}
#text {
	position: relative;
	float: right;
	width: 700px;
	margin: 0 50px 50px;
}
a {
	color: #c51a1b;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: none;
}
h1 {
	font-size: 22px;
	line-height: 30px;
	font-weight: 700;
	margin-bottom: 40px;
}
h2 {
	font-size: 18px;
	line-height: 24px;
	font-weight: 700;
	margin: 10px 0 20px;
}
h3 {
	font-size: 16px;
	font-weight: 700;
}
#infokasten {
	background: #eee8e4;
	height: 140px;
	padding: 20px 0 0 30px;
	margin-bottom: 20px;
}
#infokasten img {
	margin: -20px 0 0 30px;
	float: right;
}
#infokasten-klein {
	background: #eee8e4;
	height: 36px;
	text-align: center;
	padding: 8px 0 0 0;
}
#infokasten-klein p {
	font-size: 18px;
	line-height: 24px;
	font-weight: 400;
}
#infokasten-rot {
	background: #c51a1b;
	height: 55px;
	padding: 20px 0 0 20px;
	margin-bottom: 50px;
}
#infokasten-rot-klein {
	background: #c51a1b;
	height: 40px;
	text-align: center;
	padding: 6px 0 0 0;
	margin-bottom: 40px;
}
#angebotskasten {
	background: #eee8e4;
	padding: 20px 0 20px 30px;
	margin-bottom: 20px;
}
ul {
	list-style: url(list.png) outside;
	margin-left: 22px;
}
li {
	padding-left: 10px;
}