/* CSS Document */
body {
	background: #ccf;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
}
#menue {
  position: absolute;
  left: 0px;
  top: 100px;
  margin: 0px 0px 0px 10px;}
	/*Formatierungen f&uuml;rs Men&uuml;*/
#nav, #nav ul {
/* all lists */
	padding: 0px;
	margin: 0px;
	list-style: none;
	width: 12em;
	border: 1px solid #fff;
	background: #009 none;
}
#nav li {
/* all list items */
	position: relative;
	float: left;
	width: 12em;
	z-index: 3;
}
#nav li ul {
/* second-level lists */
	position: absolute;
	left: -999em;
	margin-left: 12em;
	margin-top: -1.9em;
}
#nav li ul ul {
/* third-and-above-level lists */
	left: -999em;
	margin-top: -1.5em;
}
#nav li a {
	width: 12em;
	w\idth: 11.3em;
	display: block;
	color: #fff;
	font-weight: bold;
	font-size: medium;
	text-decoration: none;
	line-height: 130%;
	background: #009;
	border: 1px solid #fff;
	border-bottom: 0px;
	padding: 4px 5px 4px 5px;
}
#nav a:active {
	color: #fc0;
}
#nav li a:hover {
	color: #ff0;
	background: #069;
}
#nav li li a {
	line-height: 90%;
	border: 1px solid #fff;
	padding: 4px 5px 4px 5px;
}
#nav li li a:hover {
	color: #fc0;
}
#nav li li li a {
	line-height: 70%;
	width: 100%;
	border: 1px solid #fff;
	padding: 4px 5px 4px 5px;
	font-size: small;
}
#nav li li li a:hover {
	color: #ffc;
}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
/* lists nested under hovered list items */
	left: auto;
}
/*Formatierung der Titelleiste*/
#title {
	height: 80px;
	padding: 0px;
	border: 0px;
	background: #fff;
	text-align: center;
	z-index: 1;
  margin: 10px 10px 10px 10px;
  min-width: 700px;
  overflow: hidden;}
	/*Gro&szlig;
	e &Uuml;
berschrift*/
h1.titleline {
	color: #069;
	font-size: 60px;
	display: inline;
}
/*Formatierung des Textfensters*/
#content {
	z-index: 2;
	padding: 10px;
	border: 0px;
	background: #fff;
	margin: 10px 10px 0px 14em;
	min-width: 300px;
	overflow: hidden;
	height: 100%;
}
#foot {
	z-index: 2;
	display: block;
	text-align: center;
	background: #fff;
	margin-bottom: 10px;
	font-size: x-small;
}
#adressblock {
	display: none;
}
/*Standarlinks*/
p a:link {
	color: #0000F0;
}
p a:visited {
	color: #0000A0;
}
p a:active {
	color: #C000C0;
}
p a:hover {
	color: #F03;
}
a.weiss:link {
	color: White;
	font-weight: bold;
}
a.weiss:visited {
	color: White;
	font-weight: bold;
}
a.oben {
	display: block;
	text-align: right;
	font-size: small;
}
a.oben:link {
	color: #0000f0;
}
a.oben:visited {
	color: #0000a0;
}
a.oben:active {
	color: #c000c0;
}
a.oben:hover {
	color: #f03;
}
/*a.toplink {
	font-size: x-small;
}
*/
p, th, td, ol {
	font-size: small;
}
h1, h2, h3, h4, p, th, td, li, ul, ol, div {
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	color: #069;
	font-size: large;
}
h2 {
	color: #060;
	font-size: medium;
}
h3 {
	font-size: medium;
}
h4 {
	font-size: small;
}
div.kopf {
	border-style: solid;
	border-width: 2px;
	padding: 5px;
	border-color: Gray;
}
div.links {
	font-size: x-small;
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
}
div.rechts {
	font-size: x-small;
	float: right;
	padding-left: 10px;
	padding-bottom: 10px;
}
div.mitte {
	font-size: x-small;
	padding-bottom: 10px;
	text-align: center;
}
p.leistung, li.leistung, ul.leistung {
	font-size: x-small;
}
p.leistung {
	margin-bottom: 8px;
}
p.tag {
	margin-top: 8px;
	margin-bottom: 8px;
}
table {
	background: #ccf;
	font-size: small;
}
table th {
	background: #009;
	color: #fff;
	font-size: x-small;
}
table a:link {
	color: #0000F0;
}
table a:visited {
	color: #0000A0;
}
table a:active {
	color: #C000C0;
}
table a:hover {
	color: #f03;
}
table th a:link {
	color: #cff;
}
table th a:visited {
	color: #cff;
}
table th a:active {
	color: #c000c0;
}
table th a:hover {
	color: #f03;
}
table.preis {
	font-size: x-small
}
#iframe {
	width: 100%;
	height: 540px;
}