body {
	font-family: tahoma,arial,helvetica,sans-serif;
	color: white;
	background: black;
}

.Firmenname {
	color: red;
	text-align: center;
	margin-top: 0.5em;
}

.Dienste {
	color: blue;
	text-align: center;
	font-size: 1em;
	margin-bottom: 1.5em;
}

.Seitenueberschrift {
	color: white;
	text-align: center;
	font-size: 1.5em;
	margin-bottom: 1em;
}

.Formulartitel {
	color: blue;
	text-align: left;
	font-size: 1em;
	margin-bottom: 1.0em;
	margin-top: 2.0em;
}

.Navigation {
	font-family: cursive,sans-serif;
	font-size:large;
	color: silver;
	text-align: left;
	float: left;
	margin-top: 0;
	margin-left: 0.3em;
	margin-right: 0.5em;
}

.Nav_hier {
	color: aqua;
	display: list-item;
	list-style-type: square;
	list-style-image: url("bullet.gif");
}

.Nav_dort {
	color: silver;
	display: list-item;
	list-style-type: none;
	list-style-image: none;
}

.Nav_hier2 {
	color: aqua;
	display: list-item;
	list-style-type: square;
	list-style-image: url("bullet.gif");
}

.Nav_dort2 {
	display: list-item;
	list-style-type: none;
	list-style-image: none;
	color: silver;
}

.Nav_link {
	color: silver;
}

.Nav_Untermenue {
	list-style-position: outside;
	color: silver;
}

a {
}

.Navigation a:hover {
	color: aqua;
}

.Text {
	font-size: large;
	margin-top: 0;
	margin-left: 7.5em;
	margin-bottom: 2em;
}

.Text p {
	margin-top: 0;
}

.Text ul {
	margin-left: 1em;
}

.Text a {
	color: silver;
}

.Text a:hover {
	color: white;
	background: black;
}



.Text_unten {
	color: white;
	font-size: large;
	margin-top: 1em;
	margin-left: 0em;
	margin-bottom: 2em;
}

.Text_unten p {
	margin-top: 0;
}

.Text_unten ul {
	margin-left: 1em;
}

.Text_unten a {
	color: white;
}

.Text_unten a:hover {
	color: white;
	background: black;
}

address {
	font-size: 0.8em;
}

.bild_tab {
	clear: left;
}

.bild {
	display: block;
	clear: left;
	text-align: center;
	margin-bottom: 0.5em;
}

.Kontakt_Block {
	text-align: center;
	margin-bottom: 1.5em;
}

.Kontakt_Link {
	font-size: large;
	color: blue;
	border: solid;
	border-color: blue;
	border-width: thin;
	padding-left: 1.0em;
	padding-right: 1.0em;
	padding-top: 0.2em;
	padding-bottom: 0.3em;
}

.LinkSection {
	margin-top: 2.2em;
	margin-bottom: 0.8em;
	color: olive;
}


