@charset "UTF-8";
body {
	background-repeat: repeat-x;
	background-color: #FFF;
}
#container {
	position: absolute;
	height: auto;
	width: 800px;
	left: 50%;
	top: 35px;
	margin-left: -400px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	text-align: center;
}
#navigation {
	position:absolute;
	width:600px;
	height:auto;
	z-index:1;
	left: 100px;
	top: 200px;
}
#inhalt {
	position:absolute;
	width:600px;
	height:1;
	z-index:1;
	left: 100px;
	top: 280px;
	text-align: center;
}
p {
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	text-align: left;
	color: #000;
	line-height: 18px;
	font-weight: normal;
}
h1 {
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #000;
	border-bottom-color: #000;
	padding-top: 6px;
	padding-bottom: 6px;
	color: #000;
	letter-spacing: 1px;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	padding-top: 6px;
	padding-bottom: 6px;
	color: #000;
	margin: 0px;
	letter-spacing: 1px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000;
}
h3 {
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	text-align: left;
	color: #000;
	line-height: 18px;
	font-weight: bold;
	letter-spacing: 1px;
}
h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 18px;
	font-weight: normal;
	margin: 0px;
	border-top-style: dotted;
	border-top-width: 1px;
	border-top-color: #000;
	padding-top: 6px;
	color: #000;
	letter-spacing: 0px;
	text-align: left;
}
a {
	color: #F90;
	text-decoration: none;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
td {
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	text-align: left;
	color: #000;
	line-height: 18px;
	font-weight: normal;
	vertical-align: top;
}
.linea {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000;
}
.lineaoben {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #000;
}
.bold {
	font-weight: bold;
}
.orange {
	color: #F90;
}
.legende {
	font-style: normal;
	color: #000;
	top: 6px;
	line-height: 16px;
	font-size: 12px;
	font-variant: normal;
	text-transform: capitalize;
	text-align: right;
}
#container #inhalt p .legende a {
	text-align: right;
}
#container #navigation h1 a {
	color: #000;
}
#container #navigation h1 a:hover {
	color: #F90;
}
#legende {
	font-style: italic;
	color: #000;
}
#container #inhalt p img {
	text-align: right;
}
#container #inhalt table tr td img {
	text-align: center;
}
.center {
	text-align: center;
}
#container #inhalt #order a {
	color: #000;
}
#container #inhalt #order a:hover {
	color: #F90;
}

