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

* {
	font-family:Verdana, Geneva, sans-serif;
	margin:0;
	padding:0;
}

body {
	margin:0;
	padding:0;
	background-color:#CCC;
	background-image: url(bilder/body-bg.gif);
	background-repeat: repeat-y;
	background-position: center;
}

#wrapper {
	width:980px;
	margin:0 auto;
	border-bottom: 1px solid #444;

}

#header {
	Background-color:red;
	text-align:center;
	background-image: url(bilder/header-bg.jpg);
	background-position: bottom;
}

#header h1 {
	color:#fff;
	margin:0;
	padding:20px 0 50px 0;
	font-size:44px;
}

#content-left {
	width:45%;
	text-align:center;
	padding-top:30px;
	float:left;
}

#content-left img{
	margin-bottom:10px;
}

#content-right {
	float:right;
	width:54%;
	padding-top:30px;
}

#content-right h2{
	color:#F00;
	font-weight:bolder;
	font-size:42px;
	margin-bottom:0;
	padding-bottom:0;
	margin-top:10px;
}

#content-right h3{
	color:#000;
	font-weight:bolder;
	font-size:25px;
	margin-top:0px;
	padding-top:0px;
}

#content-right ul {
	padding-left:35px;
	margin-left:0;
	margin-top:15px;
	margin-bottom:15px;
}

#content-right ul li{
	font-weight:bolder;
	font-size:24px;
	list-style-image: url(bilder/list-bullet.gif);
	list-style-position: outside;
	padding-left:5px;
}

#content-right a img{
	border:0px;
}

.sparen {
	font-size:42px;
	color:#F00;
	font-weight:bolder;
	text-decoration:underline;
	margin-bottom:20px;
}

.sparen a{
	color:#F00;
	font-weight:bolder;
	text-decoration:underline;
	margin-bottom:20px;
}

.angebot p {
	font-size:24px;
	margin-bottom:20px;
}

.angebot p span.preis{
	font-size:42px;
	color:#F00;
	font-weight:bolder;
}

.angebot p span.lined{
	text-decoration:line-through;
}


#content-full {
	clear:both;
	text-align:center;
}

#content-full h2{
	border-bottom:1px solid #000;
	padding-bottom:5px;
	margin: 0px 40px 15px;
	padding-top:15px;
	text-align:left;
	font-size:26px;
}

#content-full img {
	margin-bottom: 20px;
}

#imprint {
	text-align:center;
	padding-top:120px;
	padding-bottom:5px;
	background-color:#CCC;
	background-image: url(bilder/body-bg-footer.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

#imprint a {
	color:#666;
	text-decoration:none;
}

.featured {
	background-color:#FF0;
}

.clear {
	clear:both;
	height:0px;
	display:none;
}