* {
	margin: 0;
	padding: 0;
}

body{
	background: url(../img/bg.jpg) top repeat-x #f4e0c1;
	font: 12px Arial, Verdana, Helvetica, sans-serif;
	color: #6e6e6e;
}

a img {
	border: 0 none;
}

a{
	color: #ff9c00;
	text-decoration: underline;
}

a:hover{
	color: #297e99;
}

/*--IDs--*/

#wrapper{
	margin: auto;
	margin-top: 20px;
	width: 800px;
}

#header{
	background: url(../img/bg_header.jpg) top no-repeat;
	height: 275px;
}

#header h1{
	display: none;
}
	
#impressum{
	width: 400px;
	margin: auto;
	margin-top: 10px;
}

#content {
	background: url(../img/bg_content.jpg) repeat-y;
	padding: 20px 50px 0px 50px;
}

#content h1, #content h2, #impressum h2{
	font-size: 14px;
	color: #297e99;
	padding-bottom: 10px;
}

#content h3, #content h4, #impressum h3{
	font-size: 12px;
	color: #153f5e;
	padding-top: 20px;
	padding-bottom: 10px;
}

#content p, #impressum p{
	line-height: 150%;
	text-align: justify;
	padding-bottom: 5px;
}

#footer{
	background:url(../img/bg_footer.jpg) no-repeat;
	height: 20px;
	padding-top: 29px;
}

#footer p{
	font-size: 10px;
	line-height: 20px;
	text-align: center;
	text-transform: uppercase;
}

#footer a{
	text-decoration: none;
	color: #2a829d;
	cursor: pointer;
}

#footer a:hover{
	color: #153f5e;
}

#preise{
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#preise h2{
	font-size: 14px;
	color: #297e99;
	padding-bottom: 10px;
	padding-top: 10px;
}

/*--Classes--*/

.toppad{
	padding-top: 20px;
	padding-bottom: 10px;
}

.Stil1 {
	color: #FFFFFF;
	font-weight: bold;
}

.bottom_right{
	margin-right: 10px;
	margin-bottom: 10px;
}

.bottom{
	margin-bottom: 10px;
}

.right{
	margin-right: 10px;
}
