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

* {
	padding: 0;
	border: 0;
	margin: 0;
	}
body {
	background-color: #530104;
	background-image: url(images/hintergrund.jpg);
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	color: #333333;
	}
h1 {
	color: #530204;
	size: 16px;
	margin-bottom: 20px;
	}
h2 {
	color: #530204;
	font-size: 14px;
	margin-bottom: 10px;
	line-height: 1.5;
	}
p {
	line-height: 1.5;
	margin-bottom: 10px;
	}
a {
	text-decoration: none;
	color: #666666;
	}
a:hover {
	color: #530104;
	}
#header {
	height: 120px;
	width: 100%;
	background-image: url(images/header_neu.jpg);
	background-position: center;
	background-repeat: no-repeat;
	}
#contentwrapper {
	width: 920px;
	background-image: url(images/contentbg.jpg);
	background-repeat: repeat-y;
	margin: 0 auto;
	}
#content {
	width: 820px;
	padding: 50px 50px 0 50px;
	background-image: url(images/content_top.jpg);
	background-repeat: no-repeat;
	}
#weihnachtsbaum {
	float: right;
	margin: -50px -50px 0 0;
	}
#trennlinie {
	width: 920px;
	height: 10px;
	background-image: url(images/trennlinie.jpg);
	background-repeat: no-repeat;
	background-position: 0 20px;
	padding-top: 20px;
	margin: 0 -50px 20px -50px;
	}
#vorteile {
	width: 300px;
	padding: 5px 0 5px 25px;
	border-left: 1px solid #CCCCCC;
	margin-left: 25px;
	float: right;
	}
#vorteile ul {
	margin-top: 5px;
	}
#vorteile ul li {
	list-style-type: none;
	padding-left: 25px;
	margin-bottom: 10px;
	background-image: url(images/christmas-tree.png);
	background-repeat: no-repeat;
	font-style: italic;
	}
#footer {
	width: 920px;
	height: 165px;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	}
#footprint {
	width: 860px;
	margin: 10px auto 20px auto;
	}
#footprint p {
	text-align: center;
	font-size: 10px;
	color: #aa8182;
	}
table td {
	padding: 5px 0;
	border-bottom: 1px solid #cccccc;
	}
table input.small {
	padding: 5px 3px;
	width: 189px;
	background-color: #cccccc;
	border: 1px solid #999999;
	}
table input.big {
	padding: 5px 3px;
	width: 614px;
	background-color: #cccccc;
	border: 1px solid #999999;
	}
img.bild {
	background-color: #FFFFFF;
	padding: 5px;
	border: 1px solid #cccccc;
	}
#anmerkung {
	width: 600px;
	height: 80px;
	padding: 10px;
	background-color: #cccccc;
	border: 1px solid #999999;
	}
#button {
	width: 100%;
	text-align: center;
	margin: 20px 0 0 0;
	}
#button input{
	background-image: url(images/weihnachtsbaum_button.jpg);
	background-repeat: no-repeat;
	}
#button input:hover {
	background-position: 0 -52px;
	}
table.auswahl {
	background-color: #cccccc;
	border: 1px solid #999999;
	}
table.auswahl td {
	text-align: center;
	padding: 5px;
	}
table.auswahl input {
	margin-right: 10px;
	}
#footer {
	text-align: center;
	}
#footer ul {
	padding-top: 15px;
	}
#footer ul li {
	display: inline;
	margin: 0 10px;
	}
#impressum table img {
	border: 1px solid #530204;
	}