/* CSS Document */
/* Allgemein */
   body {
	font: 100.1%/100.1% Arial, Helvetica, sans-serif;
	background: #CCCCCC;
	margin: 0; /* Es empfiehlt sich, margin (Rand) und padding (Auffüllung) des Body-Elements auf 0 einzustellen, um unterschiedlichen Browser-Standardeinstellungen Rechnung zu tragen. */
	padding: 0;
	text-align: center; /* Hierdurch wird der Container in IE 5*-Browsern zentriert. Dem Text wird dann im #container-Selektor die Standardausrichtung left (links) zugewiesen. */
	color: #000000;
}

h1 {
	font-size: 10pt;
	font-weight: bold;
	color: #660000;
}

h2 {
	font-size: 9pt;
	font-weight: bold;
	color: #660000;
	margin: 3px 0px -5px;
	padding: 0px;
	line-height: 12pt;
}
a {
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}


#container {
	width: 955px;  /* Mit einer Breite, die 20 Pixel unter der vollen Breite von 800 Pixel liegt, können Sie dem Browser-Chrome Rechnung tragen und gleichzeitig eine horizontale Bildlaufleiste vermeiden. */
	background: #FFFFFF url(folge/content_back.gif) repeat;
	margin: 0 auto; /* Durch automatische Ränder (in Verbindung mit einer Breite) wird die Seite zentriert. */
	border: 1px solid #000000;
	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
	height: 600px;
}

#containerAllgemein {
	width: 955px;  /* Mit einer Breite, die 20 Pixel unter der vollen Breite von 800 Pixel liegt, können Sie dem Browser-Chrome Rechnung tragen und gleichzeitig eine horizontale Bildlaufleiste vermeiden. */
	background: #FFFFFF url(folge/content_allgemein_back.gif) repeat;
	margin: 0 auto; /* Durch automatische Ränder (in Verbindung mit einer Breite) wird die Seite zentriert. */
	border: 1px solid #000000;
	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
}

#containerIndex {
	width: 955px;  /* Mit einer Breite, die 20 Pixel unter der vollen Breite von 800 Pixel liegt, können Sie dem Browser-Chrome Rechnung tragen und gleichzeitig eine horizontale Bildlaufleiste vermeiden. */
	background: #660000;
	margin: 0 auto; /* Durch automatische Ränder (in Verbindung mit einer Breite) wird die Seite zentriert. */
	border: 1px solid #000000;
	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
}


/* linke Leiste */
#sidebar1 {
	float: left; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
	width: 131px; /* Die tatsächliche Breite dieses div umfasst in standardgerechten Browsern bzw. im Standardmodus von Internet Explorer außer der Breite auch die Auffüllung und den Rahmen. */
	background: #660000 url(folge/buersten.gif) no-repeat; /* Die Hintergrundfarbe wird nur für die Länge des Spalteninhalts angezeigt. */
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	clip: rect(00px,0px,0px,0px);
}


#produkte {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #666666;
	text-align: center;
	height: 20px;
	width: 130px;
	line-height: 20px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
	margin: 0px;
	padding: 0px;
}
#produkte a {
	color: #FFFFFF;
}
#produkte a:hover {
	color: #CCCCCC;
}


/* Hauptbereich */
#head {
	height: 582px;
	width: 823px;
	margin-left: 131px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	background-color: #660000;
}
#produktnavi {
	overflow: hidden;
}

/* navigation waagrecht */
#navi {
	background-color: #666666;
	height: 20px;
	width: 818px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	padding-left: 5px;
	float: right;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}




#navi ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#navi li {
	display: inline;
	padding: 0px;
	margin: 0px;
	line-height: 20px;
}

#navi a {
	float: left;
	padding-top: 0px;
	padding-right: 15px;
	padding-left: 12px;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 0.75em;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

#navi a:hover {
	color: #CCCCCC;
	background-position: 0px 0px;
}
#naviLogos {
	background-color: #666666;
	height: 20px;
	width: 818px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	padding-left: 5px;
	float: right;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	border-top-style: solid;
	border-top-color: #000000;
	border-top-width: 1px;
}
#naviLogos ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#naviLogos li {
	display: inline;
	padding: 0px;
	margin: 0px;
	line-height: 20px;
	text-transform: none;
}

#naviLogos a {
	float: left;
	padding-top: 0px;
	padding-right: 55px;
	padding-left: 12px;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 0.75em;
}

#naviLogos a:hover {
	color: #CCCCCC;
	background-position: 0px 0px;
}
/* Inhalt */
#mainContent {
	margin-right: 160px;
	margin-bottom: 0;
	margin-left: 140px;
	margin-top: 30px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 18px;
	padding-top: 0px;
	background-repeat: no-repeat;
}

#mainContent p {
	padding-top: 0px;
	margin-top: 4px;
}

#mainContentAllgemein {
	margin: 0px 0px 0px 131px;
	padding: 0px;
	height: 219px;
	width: 823px;
	background-repeat: no-repeat;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}

#mainContent2sp {
	margin: 0 412px 0 131px; /* Durch den linken Rand dieses div-Elements entsteht die Spalte am linken Seitenrand. Der Spaltenbereich bleibt unabhängig von der Inhaltsmenge des sidebar1-div immer gleich. Sie können diesen Rand entfernen, falls der Text des #mainContent-div den Bereich von #sidebar1 füllen soll, wenn der Inhalt in #sidebar1 endet. */
	padding: 0 20px 20px 18px; /* padding (Auffüllung) bezeichnet den Innenabstand und margin (Rand) den Außenabstand der div -Box. */
}
#sp1 {
	width: 390px;
	float: left;
}

#sp2 {
	float: right;
	width: 390px;
}



/* Kategoriebereich */
#kategorie {
	float: right;
	height: 500px;
	width: 155px;
}

#kategorieKontakt {
	float: right;
	height: 500px;
	width: 155px;
}
#kategorieKontakt a {
	font-size: 80%;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
}

#kategorieKontakt a:hover {
	font-size: 80%;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	color: #660000;
}







#produktgruppen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #666666;
	height: 20px;
	width: 155px;
	line-height: 20px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
	margin: 0px;
	padding: 0px;
}
/* footer */
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 20px;
	text-transform: uppercase;
	color: #666666;
	height: 20px;
	width: 955px;
	background-color: #CCCCCC;
}

#footertx {
	float: right;
	width: 500px;
}

#footertxAllgemein {
	margin-left: 750px;
	float: right;
	width: 200px;
	margin-top: -23px;
}


#footerrot {
	background-color: #660000;
	width: 131px;
	height: 20px;
}

#footer img {
	width: 23px;
	padding-right: 3px;
	padding-left: 3px;
	padding-top: 3px;
	margin: 0px;
	text-decoration: none;
	border: 0px;
}

#footer ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#footer li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-transform: uppercase;
	color: #FFFFFF;
	display: inline;
	padding: 0px;
	margin: 0px;
	font-weight: bold;
	line-height: 20px;
}

#footer a {
	padding-top: 0px;
	padding-right: 3px;
	padding-left: 0px;
	text-decoration: none;
	color: #666666;
	font-size: 8pt;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

#footer a:hover {
	color: #333333;
	background-position: 0px 0px;
	font-size: 8pt;
}

#footer a:visited {
	color: #000000;
	font-size: 8pt;
}

#flaggen {
	margin-right: 650px;
}

#logos {
	height: 70px;
	width: 823px;
	margin-left: 131px;
	margin-top: 0px;
	padding: 0px;
}

/* Klassen */
.fltrt { /* Mit dieser Klasse können Sie ein Element auf der Seite nach rechts fließen lassen. Das floatende Element muss vor dem Element stehen, neben dem es auf der Seite erscheinen soll. */
	float: right;
	margin-left: 8px;
}

.fltlft { /* Mit dieser Klasse können Sie ein Element auf der Seite nach links fließen lassen. */
	float: left;
	margin-right: 8px;
}

.clearfloat { /* Diese Klasse sollte in einem div- oder break-Element platziert werden und das letzte Element vor dem Schließen eines Containers sein, der wiederum einen vollständigen Float enthalten sollte. */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.typ {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #660000;
}

.produkt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #90241F;
}

.produktgruppe {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	text-transform: uppercase;
	color: #666666;
	line-height: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

.produktgruppe_sub {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	text-transform: uppercase;
	color: #666666;
	line-height: 30px;
}

.produktgruppeSub {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	text-transform: uppercase;
	color: #660000;
	line-height: 30px;
	font-style: italic;
}



.img {
	float: left;
	border: 1px solid #660000;
	margin-right: 10px;
	padding: 0px;
	margin-bottom: 60px;
}


.nachoben {
	float: right;
}

.bildunterschrift {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: italic;
	color: #333333;
	padding-bottom: 3px;
	padding-top: 3px;
}

.historyimg {
	float: left;
	width: 90px;
	padding-right: 10px;
}

#sidebarabstand {
	height: 246px;
	margin: 0px;
	padding: 0px;
}
