html{
	font-size: 100.01%;
}
body{
	margin: 0;
	padding: 0;
	
	background-image: url(gfx/body.png);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #ffcc00;
	color: #1c1c1c;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.4em;
}

#wrapper{
	width: 785px;
	margin: 0 auto;
	
	background-color: #fff;
	background-image: url(gfx/outline.png);
}

#navigation{
	width: 290px;
	float: left;
	
	background-image: url(gfx/logo.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
	
	margin: 0;
	padding: 250px 0 100px 0;
}

#outline{
	width: 495px;
	float: right;
	
	background-image: url(gfx/logo2.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
	
	margin: 0;
	padding: 200px 0 0 0;
}

#footer{
	clear: both;
	background-image: url(gfx/footer.png);
	background-position: 0 100%;
	background-repeat: no-repeat;
	
	text-align: center;
	font-size: 0.75em;
	color: #888888;
}

#footer div{
	background-image: url(gfx/busse.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	
	padding: 40px 20px 55px 290px;
	height: 80px;
}

#outline #inner{
	width: 80%;
	margin: 0 auto;
}

#navigation ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

#navigation ul li{
	margin: 0;
	padding: 0 0 5px 60px;
}

#navigation a:link,
#navigation a:visited{
	font-weight: bold;
	color: #0066FF;
	font-size: 1.0em;
	text-decoration: none;
}

h1 {
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	color: #000000;
}

h2 {
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
}

.bilder {
	border: 5px double #FFCC00;
}

.name {
	vertical-align: top;
	position: absolute;
	top: 180px;
	right: 270px;
}
.Preise {
	font-size: 14px;
	font-style: normal;
	background-color: #FFF2BD;
	font-weight: normal;
	width: 403px;
	padding: 5px;
}

.ueberschrift {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 2px;
}
