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

body {
	background-color: #7A0022;
	background-image: url(bilder/Hintergrund.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
}

a img {
	border: none;
}

div#info {
	width: 400px;
	position: absolute;
	right: 20px;
	top: 223px;
	
}
img#logo {
	position: absolute;
	left: 68px;
	top: 227px;
}
img#siegel {
	position: absolute;
	right: 50px;
	top: 370px;
}
#content {
	border: 1px solid #FFF;
	height: 715px;
	position: relative;
	width: 970px;
	margin: 30px auto;
}
#content #beratungsgutschein {
	/*background-image: url(bilder/Beratungsgutschein_link.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-right: 0px;
	padding-top: 164px;
	padding-bottom: 0px;
	padding-left: 270px;
	height: 201px;*/
	color: #fff;
	font-weight: bold;
	position: absolute;
	bottom: 0px;
	left: 60px;
	width: 500px;
}
#content #beratungsgutschein img {
	float: left;
}
#content #beratungsgutschein div {
	padding-top: 160px;
}

#content #weiter {
	color: #fff;
	font-weight: bold;
	position: absolute;
	bottom: 0px;
	right: 40px;
	width: 100px;
	text-align: right;
}

div#info h1 {
	font-size: 25px;
	font-weight: normal;
	color: #7a0022;
	margin: 0;
}

div#info ul {
	margin: 0px;
	padding: 0px;
	
}

div#info ul li {
	list-style-type: none;
	background-image: url(bilder/Menuitem.png);
	background-repeat: no-repeat;
	height: 30px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
	font-weight: bold;
	
}

div#beratungsgutschein a, #weiter a {
	color: #fff;
	text-decoration: none;
}

div#beratungsgutschein a:hover, #weiter a:hover {
	text-decoration: underline;
}
