body {
	margin:0;
	padding: 0;
	font:12px/18px 'Lucida Grande',LucidaGrande,Lucida,Helvetica,Arial,Helmet,Freesans,sans-serif;
	color:#000;
	background-color: #f2f2f2;
}

a img {
	border: none;
}

#header {
	background: url(../image/header_bg.png) repeat-x;
	border-top: 10px solid #82ac00;
	height: 64px;
	padding-top: 30px;
}

#header h1 {
	width: 908px;
	margin: 0 auto;
}

#header h1 a {
	text-decoration: none;
	color: #82ac00;
}

#header h1 a span {
	color: #afafaf;
}

#content {
	width: 908px;
	margin: 0 auto;
}

#content #subheader {
	background: #fff url(../image/subheader_bg.png) no-repeat;
	padding: 50px 0 0 510px;
	border: 1px solid #e2e2e2;
	overflow: hidden;
}

#content #subheader h2 {
	color: #327da4;
	margin: 0;
	font-size: 25px;
}

#content #subheader ul {
	list-style: none;
	padding: 0;
	width: 346px;
	margin-top: 20px;
	min-height: 164px;
}

#content #subheader ul li {
	background: url("../image/pfeil.png") no-repeat scroll 0 4.2px transparent;
	padding: 0 0 15px 15px;
	color: #373737;
	font-size: 13px;
	font-weight: bold;
}

#content #subheader #shop {
	float: right;
	margin: 0 50px 25px 0;
}

#content #subheader #subheader_images {
	overflow: hidden;
	border-top: 1px solid #e2e2e2;
	width: 894.5px;
	margin-left: -510px;
	background: #327DA4;
	padding-left: 11px;
	height: 143px;
	float: left;
}

#content #subheader #subheader_images img {
	display: inline;
	padding: 10px 11.5px;
}

#content #main {
	margin-top: 10px;
}

#content #main #angebote {
	background: #fff;
	margin-top: -1px;
	border: 1px solid #e2e2e2;
	padding: 15px 25px;	
}

#content #main #angebote h2 {
	margin: 0 0 10px 0;
	color: #327DA4;
}

#content #main #angebote table {
	width: 100%;
	border-spacing: 0;
	margin: 0;
}

#content #main #angebote table tr {
	height: 40px;
}

#content #main #angebote table tr:first-child {
	height: 30px;
	
}

#content #main #angebote table tr th {
	color: #fff;
	background: #327DA4;
}

#content #main #angebote table tr td {
	background: #e6eff4;
	border-left: 1px solid #bed6e2;
	border-bottom: 2px solid #fff;
	text-align: center;
}

#content #main #angebote table tr td img {
	vertical-align: middle;
}

#content #main #angebote table tr td:first-child {
	border-left: 0;
	font-weight: bold;
	color: #327da4;
}

#content #main #angebote table tr td:last-child {
	text-align: right;
	border: 0;
	border-bottom: 2px solid #fff;
	padding-right: 10px;
}

#content #main #angebote table tr.odd td {
	background: #eff5f9;
}

#content #main #text {
	border-left: 1px solid #e2e2e2;
	border-right: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
	background: #fff;
	padding: 15px 25px;
}

#content #main #text h2 {
	margin: 0 0 10px 0;
	color: #327DA4;
}

#content #main #text p {
	margin: 0;
}

#content #main #text a {
	font-weight: bold;
	color: #327DA4;
	text-decoration: none;
}

#content #main #text a:hover {
	text-decoration: underline;
}

#content #main #text .links {
	margin-top: 15px;
}

#footer-wrapper {
	margin-top: 10px;
	background: url(../image/footer_bg.png) repeat-x;
	height: 24px;
	border-bottom: 15px solid #82ac00;
	padding-top: 21px;
}

#footer-wrapper #footer {
	color: #B0B0B0;
	width: 900px;
	margin: 0 auto;
	font-size: 11.5px;
}

#footer-wrapper #footer a {
	float: right;
	color: #B0B0B0;
	text-decoration: none;
	font-size: 11.5px;
}

