html, body {
	background: #fff url(body_bg.gif) repeat-y;
	font-size: 101%;
	text-align: center;
}

html, body {
	margin: 0;
	padding: 0;
}

 h1, h2, h3, p, div, span, strong, ul, ol, img {
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	text-align: left;
}

a:link {
	color: #001a65;
	text-decoration: underline;
}

a:visited {
	color: #001f71;
	text-decoration: underline;
}

a:active {
	color: #0066cc;
	text-decoration: none;
}

 a:hover {
	color: #0066cc;
	text-decoration: none;
}

img {
	border: 0;
}

strong {
	font-weight: bold;
}

.center {
	text-align: center;
}

.red {
	color: red;
}

#header {
	background: url(header_bg.jpg) no-repeat right;
}

#header a {
	display: block;
	width: 100%;
	height: 68px;
}

#navi {
	position: absolute;
	top: 95px;
	left: 15px;
	list-style: none;
	width: 188px;
		font-family: Tahoma, Arial, Verdana, Geneva, Helvetica, sans-serif;
}

#navi li {
	margin-bottom: -1px;
}

html>body #navi {
	width: 153px;
}

#navi a {
	font-size: 0.7em;
	text-decoration: none;
	display: block;
	width: 100%;
	padding: 6px 0 6px 35px;
	letter-spacing: 0.05em;
}

#navi a:link, #navi a:visited {
	color: #002277;
}

#navi a:active, #navi a:hover {
	color: #002277;
	background: #e3e5eb;
}

#navi a.hl:link, #navi a.hl:visited, #navi a.hl:active, #navi a.hl:hover {
	color: #002277;
	background: #e3e5eb;
}

#text {
margin: 10px 10px 0 225px;
width: 800px;
}

#text p {
	font-size: 0.8em;
	line-height: 1.5em;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#text ul {
	font-size: 0.8em;
	line-height: 1.5em;
	margin: 10px 0 10px 30px;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#text ul#start {
	margin: 10px 15% 10px 20px;
	font-size: 0.7em;
	line-height: 1.1em;
}

html>body #text ul#start {
	margin-left: 25px;
}

#text ul#start ul {
	font-size: 1em;
		line-height: 1.1em;
		margin: 5px 15px;
}

#start2 {
	margin: 10px 15% 10px 20%; 
}

.no {
	list-style: none;
}

#text h1 {
	font-size: 1em;
	line-height: 1.5em;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 25px 0px 15px 0;
}

#text h2 {
	font-size: 0.9em;
	line-height: 1.5em;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
		margin: 25px 0px 5px 0;
}

#text h3 {
	font-size: 0.8em;
	line-height: 1.2em;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
margin: 15px 0px -3px 0;
}

#text #footer {
	text-align: center;
	font-size: 0.7em;
	color: #002277;
	letter-spacing: 1px;
	margin: 20px 0 10px 0;
}

#text .preistabelle {
	border: 3px solid #efefef;
	border-collapse: collapse;
	font-size: 0.7em;
	padding: 3px;
	margin-bottom: 20px;
}

#text .preistabelle td {
	border: 1px solid #efefef;
	padding: 3px;
	text-align: center;
}

.fotos img {
	border: 3px solid #efefef;
}

