﻿/* Basis */
BODY {
	color: #000;
/*	font-family: Trebuchet MS, Verdana, Arial, Helvetica;*/
	font-family: Verdana, Arial, Helvetica;
	font-size: 80%;
	margin: 0px;
	padding: 0px;
	background-color: #B4B48D;
}
H1 {
	font-size: 110%;
	font-weight: bold;
}
H2, H3 {
	font-size: 100%;
	margin-bottom: 0px;
}
IMG {
	border: 0px;
	margin: 2px;
}
/* Hauptgerüst */
#main {
	margin: 0px;
}
#seitenkopf {
	height: 100px;
	margin: 10px 20px 10px 20px;
	padding: 10px;
	background-color: #fff;
	border: 1px #174C70 solid; /* dunkelblau = HKS 38 */
}
#logo {
	float: left;
}
#topmenue {
	height: 20px;
	float: right;
}
#topmenue a {
	color: #174C70; /* dunkelblau = HKS 38 */
	text-decoration: none;
}
#topmenue a:hover {
	color: #D40F0F; /* rot */
}
#zentrum {
	margin: 0px 20px 0px 20px;
	background-color: #FFF;
	border: 1px #174C70 solid; /* dunkelblau = HKS 38 */
}
#menue_left {
	float: left;
	width: 250px;
}
#content {
	background: #FFF;
	margin-left: 250px;
	padding: 20px;
	border-left: 1px #B4B48D solid;
}
.hauptmenue {
	line-height: 40px;
	padding: 0 10px 0 10px;
	border-bottom: 1px #B4B48D solid; /* oliv */
}
.hauptmenue a {
	color: #174C70; /* dunkelblau = HKS 38 */
	margin: 5px 0 5px 0;
	padding: 2px 10px 2px 10px;
	text-decoration: none;
	background: transparent;
	font-weight: bold;
}
.hauptmenue a:hover {
	color: #D40F0F;  /* rot */
	border-left: 1px #D40F0F solid;
}
/* Kennzeichnung aktueller Menüeintrag */
.current_menue a {
	color: #D40F0F;
}
#untermenue1 {
	margin-bottom: 5px;
	line-height: 20px;
	padding: 0 30px 0 10px;
	font-weight: normal;
	font-size: 0.9em;
}
#untermenue2 {
	margin: 0 0 5px 0;
	line-height: 20px;
	padding: 0 30px 0 20px;
	font-weight: normal;
	font-size: 0.9em;
}
.telefon {
	line-height: 40px;
	padding: 0 10px 0 10px;
	margin-left: 10px;
	border-bottom: 1px #CDD9E0 solid; /* hellblau */
}
.telefon a {
	color: #D40F0F;
	text-decoration: none;
	font-weight: bold;
}
#fuss {
	clear: left;
	font-size: 0.9em;
	margin: 10px 20px 10px 20px;
	padding: 10px;
	background-color: #FFF;
	text-align: center;
	border: 1px #174C70 solid; /* dunkelblau = HKS 38 */
}
#fuss a {
	color: #D40F0F;
	text-decoration: none;
	font-weight: bold;
}
/* Grundgerüst Ende */
/* Seiteninhalt Zentrumsbereich */
#inhalt_titel {
	text-align: right;
	font-size: 90%;
	color: #D40F0F;
	padding: 5px;
	border-bottom: 1px #CDD9E0 solid;
}
#inhalt_titel a {
	color: #174C70;
}
#inhalt_titel a:hover {
	color: #D40F0F;
}
#inhalt_text {
   	line-height: 25px;
	padding: 10px 20px 10px 20px;
}
#inhalt_text_schmal {
	clear: right;
	font-size: 0.9em;
	padding: 5px 15px 5px 5px;
}
#produkt_menue_name {
	color: #000;
}
.produkt_menue {
	text-align: right;
	font-size: 90%;
	color: #C0C0C0;
	margin: 10px 0px 10px 0px;
}
.produkt_menue a {
	text-decoration: none;
	color: #174C70;
}
.produkt_menue a:hover {
	text-decoration: underline;
	color: #D40F0F;
}
.navigation {
	font-size: 90%;
	padding-left: 30px;
	line-height: 3em;
}
.navigation a {
	font-weight: bold;
	color: #174C70;
}
.navigation_pfeil {
	vertical-align: text-bottom;
	padding-right: 5px;
}
#inhalt_impressum {
	clear: right;
	line-height: 20px;
	padding: 20px 75px 20px 75px;
}
/* Bilder und Text als Listen */
.text_liste {
	clear: both;
	padding: 5px 40px 10px 30px;
	list-style: none;
}
/* Bilder und Text als Listen Ende*/
/* Tabellen mit Fakten */
.tabelle_farben {
	margin: 15px 0px 15px 0px;
	width: 100%;
	border-spacing: 2px;
	border: 1px #B4B48D solid;
}
.tabelle_farben td {
	width: 20%;
	padding: 2px;
	border: 1px #B4B48D dotted;
	text-align: center;
}
.tabelle_preise {
	font-size: 0.9em;
	line-height: 20px;
	margin: 15px 0px 15px 0px;
	width: 100%;
	border-spacing: 2px;
	border: 1px #B4B48D solid;
}
.tabelle_preise td {
	padding: 5px;
	border: 1px #B4B48D dotted;
}
.tabelle_anfrage {
	font-size: 80%;
	line-height: 20px;
	margin: 10px;
	width: 100%;
	border-spacing: 5px;
}
.tabelle_anfrage td {
	padding: 5px;
	border: 1px #174C70 solid;
}
.fusszeile_tabelle_preise {
	font-size: 0.85em;
}
.fusszeile_tabelle_preise a {
	font-weight: bold;
	color: #174C70;
	text-decoration: underline;
}
/* Tabellen mit Fakten Ende */
/* Verweise zu Schwerpunktseiten im Fussbereich */
.inhalt_fusslinks {
	clear: right;
	font-weight: bold;
	font-size: 0.9em;
}
.inhalt_fusslinks a {
	color: #174C70;
	text-decoration: underline;
}
/* Verweise zu Schwerpunktseiten im Fussbereich Ende */
/* Zentrumsbereich Ende */
/* Fusszeilenbereich */
#links_fusszeile_startseite {
	font-size: 0.8em;
	text-align: center;
	margin: 5px 10px 5px 10px;
	padding: 1em;
	background-color: #FFF;
/*	border: 1px #174C70 solid;   dunkelblau = HKS 38 */
	border-top: 1px #174C70 solid;  /* dunkelblau = HKS 38 */
}
#links_fusszeile_startseite a {
	text-decoration: none;
	color: #174C70;
}
#links_fusszeile_startseite a:hover {
	color: #D40F0F;
	text-decoration: underline;
}
#links_fusszeile {
	font-size: 0.9em;
	text-align: center;
	margin: 5px;
/*	padding: 1em; */background-color: #FFF;
}
#links_fusszeile a {
	text-decoration: none;
	color: #174C70;
}
#links_fusszeile a:hover {
	color: #D40F0F;
}
/* Formularformatierung */
#anfrageformular {
	margin: 20px 0px 20px 0px;
	padding: 10px;
	font-weight: bold;
	border: 1px #B4B48D solid;
}
#anfrageformular table {
	width: 100%;
}
#anfrageformular td {
	border-bottom: 1px #B4B48D solid;
	padding: 5px;
}
.eingabefeld {
	background-color: #FFF;
	border: 1px #B4B48D solid;
	color: #000;
}

.anfrageformular_farbe {
	background-color: #FFF;
	border: 1px #B4B48D solid;
	color: #0066FF;
}

.button {
	background-color: #0066FF;
	color: #fff;
	width: 100px;
	text-align: center;
}
/* Formularformatierung Ende */

/* Linkformatierung */
.intern a {
	color: #0066FF; /* hellblau */
	text-decoration: underline;
}
.intern a:hover {
	text-decoration: underline;
	color: #D40F0F;
}
.intern_rechts a {
	font-weight: bold;
	color: #174C70;
	text-decoration: underline;
	text-align: right;
}
.link_ohne_format a {
	font-weight: normal;
	color: #000;
	text-decoration: none;
}
/* Linkformatierung Ende */
/* Textformatierungen */
.nach_rechts {
	float:right;
}

.hinweis {
	font-weight: bold;
	color: #CE0031;
}
.hinweis_2 {
	font-weight: bold;
	color: #FF6600;
}
.rechts {
	float: right;
}
.hr {
	padding: 5px 0px 10px 0px;
	border-bottom: 1px #CDD9E0 solid;
}
.clear_rechts {
	clear: right;
}
.clear_beides {
	clear: both;
}
.clear_links {
	clear: left;
}
.durchstreichen {
	text-decoration: line-through;
}
/* Textformatierungen Ende */
/* Nur Startseite betreffend - Startseite dreiteilig */
#tab_startseite_mitte {
	width: 70%;
	padding: 10px;
}
#tab_startseite_rechts {
	width: 30%;
	padding: 10px;
}
.tab_abschnitt {
	border: 1px #B4B48D solid;
	padding: 10px;
	margin: 10px 0 10px 0;
}
.tab_abschnitt_hinweis {
	border: 1px #D40F0F solid;
	padding: 10px;
	margin: 10px 0 10px 0;
}
.tab_abschnitt_extra {
	border: 1px #CE0031 solid;
	padding: 10px;
	margin: 10px 0 10px 0;
}
.tab_startseite_titel {
	text-align: left;
	font-weight: bold;
	color: #174C70;
	padding: 0px;
}
.tab_startseite_text {
	padding-bottom: 10px;
}
.link_startseite a {
	color: #174C70; /* 	margin: 5px 0 5px 0;
	padding: 5px 0px 5px 0px; */;
	text-decoration: none;
	background: transparent;
	font-weight: bold;
}
.link_startseite a:hover {
	color: #D40F0F;
	text-decoration: underline;
}
.link_startseite_aktion a {
	color: #FF6600;
	margin: 5px 0 5px 0;
	padding: 5px 0px 5px 0px;
	text-decoration: none;
	background: transparent;
	font-weight: bold;
}
.link_startseite_aktion a:hover {
	color: #D40F0F;
}
.bild_abschnitt {
	float: right;
}
/* Startseite Ende */
/* Bilder */
.bildrahmen {
	margin: 5px;
	padding: 5px;
	border: 1px #CDD9E0 solid;
	text-align: center;
}
.bildrahmen_mitte {
	display: block;
	margin: 5px;
	padding: 5px;
	border: 1px #CDD9E0 solid;
}
.bildrahmen_links {
	float: left;
	margin: 5px 10px 5px 0px;
	padding: 5px;
	border: 1px #CDD9E0 solid;
}
.bildrahmen_rechts {
	float: right;
	margin: 5px 0px 5px 10px;
	padding: 5px;
	border: 1px #CDD9E0 solid;
}
.bildrahmen_rechts_extra {
	float: right;
	margin: 5px;
	padding: 5px;
	border: 1px #CE0031 solid;
}
/* Bilder Ende */

