/* CSS Document */

body {
	background:#e2e2e2;
	margin:0;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
}

a {
	color:#000000;
}

h1 {
	font:1.6em;
}

h2 {
	font:1.2em;
}

#wrapper {
	background:url(images/wrap-bg.png);
	width:779px;
	margin:10px auto;
}

#header {
	background:url(images/header.png);
	height:128px;
	color:#FFFFFF;
}

#head-font {
	float:left;
	width:220px;
	margin:10px 0 0 40px;
}

#title {
	font-size:18px;
	font-weight:bold;
}

#slogan {
	font-size:12px;
}

#advert {
	background:url(images/advert.png);
	width:468px;
	height:60px;
	margin:10px 13px 0 0;
	float:right;
}

#header ul {
	list-style:none;
	margin: 0px;
	padding:21px 0 0 16px;
	color:#FFFFFF;
	clear:both;
}

#header li {
	display:inline;
	margin:0 4px 0 4px;
}

#header li a {
	color:#FFFFFF;
}

#content {
	margin:10px 0 10px 10px;
	float:left;
	width:540px;
}

#sidebar {
	margin:10px 10px 10px 20px;
	float:right;
	width:195px;
}

#footer {
	background:url(images/footer.png);
	height:15px;
	clear:both;
}

#footercontent {
	text-align: center;
}

.gutschein{
	background-color: #f65e00;
	padding:6px; 
	margin:0px;
}

.seitenanzeige{
	text-align:center;
}