@charset "UTF-8";
/* 
			*
			*	Kunde:			cad Schmuckdesigner, Frank Beckmann
			*	Created: 		08-02-2009
			*	By:             www.kapsdesign.de, Andreas Kaps
			*	Last Modified:  
			*					
			*
			*
 */

/*
 * 	Standardeinstellungen aller Browser auf Null setzen
 *	--------------------------------------------------------------------------------------------
	* { margin:0; padding:0; }
 *	Alle Innen- u. Außenabstände auf Null setzen, mit * werden alle erreicht.
 *	--------------------------------------------------------------------------------------------
	option {padding-left: 0.4em;}
 *	Selectboxen brauchen ein Padding, sonnst wird der letzte Buchstabe abgeschnitten
 *	--------------------------------------------------------------------------------------------
	html { height: 100%; margin-bottom: 1px; }
 *	Bei Seiten, die vollständig in den Viewport des Browserfensters passen, blenden Firefox
 *	und Safarie die vertikalen Scrollbalken aus. Wird jetzt der Inhalt höher als der 
 *	Viewport des Browserfensters, werden die Scrollbalken wieder eingeblendet. Dieses
 *	Ein- und Ausblenden der Scroller führt bei einem zentrierten Layout zu einem horizontalen
 *	Springen des Inhaltes
 *	--------------------------------------------------------------------------------------------
	font-size: 100.01%;
 *	Bewirkt einenAusgleich von Rundungsfehlern, speziel in älteren Opera und Safari-Versionen.
 *	Andernfalls würde beide zu kleine Schriftgrößen berechnen.
 *	--------------------------------------------------------------------------------------------
	fieldset, img { border:0 solid; }
 *	Die Standardgröße des Rahmens von Bildern und fieldsets auf Null setzen
 *	--------------------------------------------------------------------------------------------
	ul, ol, dl { margin: 0 0 1em 1em }
	li { margin-left: 1.5em; line-height: 1.5em; }
	dt { font-weight: bold; }
	dd { margin: 0 0 1em 2em; }
	blockquote { margin: 0 0 1em 1.5em; }
 *	Listen und Elemente zur Kennzeichnung von Zitaten (blockquote, ol, ul, dl) benötigen eine
 *	Gestaltung in Form von Randabständen und Zeilenhöhen, auch diese sind in jedem Browser 
 *	unterschiedlich eingestellt
 *	--------------------------------------------------------------------------------------------	
 */
* { margin:0; padding:0; }

option { padding-left: 0.4em;}

html { height: 100%; margin-bottom: 1px; }

body {
	position: relative;
	height: 100%;
	text-align: left;
	background-color:rgb(255,255,255);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 100.01%;
	color:rgb(69,69,69);
	min-width: 40em;
}

fieldset, img { border:0 solid; }

ul, ol, dl { margin: 0 0 1em 1em }
li { margin-left: 1.5em; line-height: 1.5em; }
dt { font-weight: bold; }
dd { margin: 0 0 1em 2em; }

blockquote { margin: 0 0 1em 1.5em; }

a:link, a:visited {
	text-decoration: none;
	color:#67664c;
}
a:hover {
	color:#FF6600;
}

/*
 * ***************************************	Nur für Develop
 */
div#rahmen{
	z-index: 10;
	position: absolute;
	top: 0;
	left: 50%;
	width: 914px;
	height: 100%;
	min-height: 100%;
	margin-left: -457px;
	border-left: 1px solid #FF6600;
	border-right: 1px solid #FF6600;
}
/*
 * ***************************************  Navigationsblock
 */
div#links {
	z-index: 50;
	position: absolute;
	top: 0;
	left: 50%;
	width: 180px;
	height: 100%;
	margin-left: -457px;
	/*border: 1px solid #FF6600;*/
}
/*
	* nur für moderne Browser
	*/
	
html>body div#links {
	position:fixed;
}

div#links img {
	position:absolute;
	top: 72px;
	left: 0;
}

div#links div#navigation {
	position:absolute;
	top: 240px;
	left: 34px;
	width: 144px;
	height: auto;
	/*border: 1px solid #FF3300;*/
}

div#links div#navibalken {
	position:absolute;
	top: 0;
	left: 34px;
	width: 144px;
	height: 100%;
	min-height: 100%;
	background: #d7d6cf; /*#d7d6cf #eeede7*/
	border-right: 1px solid #9f9a89;
}
/*
 * ***************************************	Inhaltscontainer
 *											content: 		normal
 *											contentBackimg:	mit Hintergrundbild
 */
div#content {
	position: absolute;
	top: 0;
	left: 50%;
	width: 734px;
	height: auto;
	margin-left: -260px;
	/*border:1px solid #FFCC00;*/
	padding-top: 64px;				/* innerer Abstand oben auf Höhe des Logos */
}

div#contentBackimg {
	position: fixed;
	top: 460px;
	left: 840px;
}
/*
 * Sonderfall für Startseite
 */
div#start {
	position: relative;
	width: 75em;
	height: 20em;
	/*border: 1px solid #33CC33;*/
}
div#startText {
	float: left;
	width: 26em;
	/*border: 1px solid #FF0000;*/
}
div#startBild {
	/*border: 1px solid #FF0000;*/
}
/*
 * ***************************************	Produktionswegeliste
 */
div#content ul.produkte {
	list-style: decimal;
	padding: 0 0 0 144px;
	margin-left: 5em 0 0 0;
}
div#content ul.produkte li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight:normal;
	font-style: normal;
	line-height: 1.5em;
	color:rgb(30,68,132);
}
/*
 * ***************************************	Modell - Anfrageformular
 */
div#content div#mAnfrage {
	margin: 10px 0 0 0;
	width: 734px;
	height: auto;
}
/* Box für die min max Eingabefelder */
div#content div#mAnfrage div#mBezeichg {
	float: left;
	width: 330px;
	height: 400px;
}
/* Box für das Modellbild */
div#content div#mAnfrage div#mBild {
	float: right;
	width: 400px;
	height: 400px;
	border: 1px solid #CCCCCC;
}

/*div#content div#mAnfrage div#mKontakt {
	clear: both;
	float: left;
	width: 732px;
	
	background-color: #d7d6cf;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}
*/

h2.mHead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: normal;
	font-style: normal;
	text-align: left;
	color:rgb(30,68,132);
	
	margin: 0.8em 0 0.8em 126px;
	padding-bottom: 0;
	padding-left: 1.8em;
	padding-right: 4em;
}
p.mTextBoldBlau {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 0.8em;
	font-weight: bold;
	font-style: normal;
	line-height: 1.5em;
	color:rgb(30,68,132);
	
	padding-left: 150px;
	margin: 10px 10px 1em 0;
}
p.mText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 0.8em;
	font-weight:normal;
	font-style: normal;
	line-height: 1.5em;
	color: #66664c;
	
	padding-left: 150px;
	margin: 0 10px 0.5em 0;
}
p.mEingabe {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 0.8em;
	font-weight:normal;
	font-style: normal;
	line-height: 1.5em;
	color: #66664c;
	
	padding-left: 150px;
	margin: 0 10px 1em 0;
}
p.mEingabe input {
	width: 50px;
	border:1px solid #9f9a89;
}
p.back {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 414px;
	font-size: 0.9em;
	font-weight: normal;
	font-style: normal;
	line-height: 1.5em;
}
p.back a {
	color: #ff6600;
	background-image: url(../standard/dreieck_right_0.png);
	background-position: left;
	background-repeat: no-repeat;
	
	margin: 0 0 0.6em 150px;
	padding-left: 10px;
}
p.back a:hover {
	color: rgb(30,68,132);
	background-image: url(../standard/dreieck_right_1.png);
	background-position: left;
	background-repeat: no-repeat;
}
/*
 * ***************************************	E N D E     Modell - Anfrageformular  A N F A N G Kontak-Personaldaten
 */
div#content div#kontakt {
	margin: 10px 0 0 0;
	width: 734px;
	height: auto;
}
/* ************************************** Meldefenster Erfolgreich gesendet */
div#content div#kontakt div#mFormMeldung {
	margin: 20px 0 0 0;
	padding: 0;
	width: 500px;
	height: auto;
}
p.feldname {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 414px;
	font-size: 0.8em;
	font-weight:normal;
	font-style: normal;
	line-height: 1.5em;
	color: #66664c;
	
	/*margin: 0 0 0.6em 130px;*/
	padding: 2px 0 2px 156px;
}
div#content div#kontakt textarea {
	width: 400px;
	border:1px solid #9f9a89;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight:normal;
	font-style: normal;
	line-height: 1.5em;
	color: #66664c;
	margin: 0 0 0.6em 150px;
}
div#content div#kontakt  input {
	width: 300px;
	border:1px solid #9f9a89;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight:normal;
	font-style: normal;
	line-height: 1.5em;
	color: #66664c;
	
	margin: 0 0 0.6em 150px;
}
div#content div#kontakt  input.kurz {
	width: 100px;
	border:1px solid #9f9a89;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight:normal;
	font-style: normal;
	line-height: 1.5em;
	color: #66664c;
	
	margin: 0 0 0.6em 150px;
}
div#content div#kontakt  input.ort {
	width: 100px;
	border:1px solid #9f9a89;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight:normal;
	font-style: normal;
	line-height: 1.5em;
	color: #66664c;
	
	margin: 0 0 0.6em 0;
}
div#content div#kontakt #datei {
	width: 300px;
	border:1px solid #9f9a89;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight:normal;
	font-style: normal;
	line-height: 1.5em;
	color: #66664c;
	
	padding: 6px;
	margin: 0 0 0.6em 150px;
}
div#content div#kontakt #subm
 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 300px;
	border: 1px solid #9f9a89;
	
	color: rgb(30,68,132);
	background-color: #eeede7;
	font-weight: bold;
	
	padding: 4px;
	margin: 10px 0 16px 150px;
}
div#content div#kontakt #subm:hover {
	color: #ffffff;
	background-color: #9f9a89;
}
/*
 * ***************************************	E N D E     Modell - Anfrageformular  A N F A N G Kontak-Personaldaten
 */

/*
 * ***************************************	Kontaktformular
 */
/*div#content div#kont {
	margin: 10px 0 0 0;
	width: 734px;
	height: 300px;
}
div#content div#kont div#kontLinks {
	float: left;
	width: 136px;
	height: auto;
	text-align: right;
	
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight:normal;
	font-style: normal;
	line-height: 1.5em;
	color: #66664c;
	
	padding: 0 10px 0 0;
	margin: 0 0 10px 0;
}
div#content div#kont div#kontRechts {
	width: 600px;
	height: auto;
	text-align: left;
	
	padding: 0;
	margin: 0 0 10px 0;
}
div#content div#kont div#kontRechts textarea {
	width: 400px;
	border:1px solid #9f9a89;
	
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight:normal;
	font-style: normal;
	line-height: 1.5em;
	color: #66664c;
}
div#content div#kont div#kontRechts input {
	width: 200px;
	border:1px solid #9f9a89;
	
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight:normal;
	font-style: normal;
	line-height: 1.5em;
	color: #66664c;
}
div#content div#kont div#kontRechts #datei {
	width: 400px;
	border:1px solid #9f9a89;
	
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight:normal;
	font-style: normal;
	line-height: 1.5em;
	color: #66664c;
	
	padding: 6px;
}
div#content div#kont div#kontRechts #subm
 {
	font: 10px Verdana, Arial, Helvetica, sans-serif; 
	width: 202px;
	border: 1px solid #9f9a89;
	
	color: rgb(30,68,132);
	background-color: #eeede7;
	font-weight: bold;
	
	padding: 4px;
	margin: 10px 0 16px 146px;
}
div#content div#kont div#kontRechts #subm:hover {
	color: #ffffff;
	background-color: #9f9a89;
}*/
/*
 * ***************************************	Marginalliste
 */
div#marginal {
	z-index: 90;
	position: absolute;
	top: 22.8em;
	left: 50%;
	margin-left: 27.5em;
	/*border: 1px solid #009900;*/
}
div#marginal ul.marginal_Link {
	margin: 0;
	list-style-type:  none;
	list-style-image: url(../standard/dreieck_right_0.png);
	
}
div#marginal ul.marginal_Link li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight:normal;
	font-style: normal;
	line-height: 1.5em;
	color: #FF6600;
}
div#marginal ul.marginal_Link li:hover {
	/*list-style-type: none;*/
	list-style-image: url(../standard/dreieck_right_1.png);
	color:rgb(30,68,132);
}
div#marginal ul.marginal_Link li a {
	color: #FF6600;
}
div#marginal ul.marginal_Link li a:hover {
	color:rgb(30,68,132);
}
div#marginal div#skizze {
	width: 90px;
	height: 120px;
}
/*
 * ***************************************	Hinweisfenster
 */
div#content div#hinweisFenster {
 	z-index: 1000;
	position: absolute;
	top: 195px;
	left: 138px;
 	width: 308px;
	height: auto;
	background-color: #eeede7; /*#d7d6cf;*/
	border: 1px solid #9f9a89;
 	/*margin: 2em 0 0.6em 126px;*/
	visibility: hidden;
 }
 div#content div#hinweisFenster div#zu {
 	position: relative;
	top: -1px;
	left: 280px;
 }
 div#content div#hinweisFenster p#hinweisHead {
 	margin: 0 0 10px 10px;
	padding-right: 20px;
	
 	font-size: 0.8em;
	font-weight:bold;
	font-style: normal;
	text-align: left;
	color:rgb(30,68,132);
 }
 div#content div#hinweisFenster p#hinweisText {
 	margin: 0 14px 14px 20px;
	
 	font-size: 0.7em;
	font-weight: normal;
	font-style: normal;
	text-align: left;
	line-height: 2.0;
	padding: 0 0.5em 0.8em 1em;
	color:rgb(30,68,132);
 }
 div#content div#hinweisFenster div#grafik {
 	/* erklärende Grafiken müssen immer 300px breit sein */
	margin: 0 0 0.5em 3px;
 }

/*
 * ***************************************	CAD Produkte Kategorie Tabelle
 */
 table.kat {
	table-layout: fixed;
	border-collapse: collapse;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	text-align: center;
	color: #67664c;
	width: 648px;
	height: auto;
	
	margin: 16px 0 2em 22px;
}
table.kat thead img.aktiv_i {
	border: 3px solid #ff6600;
}
table.kat tbody td.aktiv_t {
	color: #FF6600;
}
/*
 * ***************************************	CAD Produkte Tabelle
 */
table {
	table-layout: fixed;
	border-collapse: collapse;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	text-align: center;
	color: #67664c;
	width: 432px;
	height: auto;
	margin: 25px 0 0 128px;
	/*border: 1px solid #67664c;*/
}
thead td {
	width: 90px;
	vertical-align: top;
	azimuth: left;
}
thead img {
	border: 1px solid #67664c;
}
thead img:hover {
	border: 1px solid #ff6600;
}
tbody td {
	width: 90px;
	height: 3em;
	font-weight: normal;
	vertical-align: middle;
}
tbody td:hover {
	color: #ff6600;
}
/*
 * ***************************************	CAD Produkte Prinzipdarstellung (Flashcontainer)
 */
div#content div#prinzip {
	width: 650px;
	height: 420px;
	/*border: 1px solid #CCCCCC;*/
	padding: 10px;
	margin: 1em 0 0.5em 26px;
}
/*
 * ***************************************	Schriften Startseite
 */
h1.willkommen {
	width: 414px;
	font-size: 1em;
	font-weight:normal;
	font-style: normal;
	line-height: 1.5em;
	color: #67664c;
	
	margin: 0.6em 0 2.8em 50px;
	padding-left: 2.7em;
}
.firma {
	font-size: 1.8em;
	font-weight: bold;
	font-style: normal;
	text-align: left;
	color: #ff6600;
	
	padding: 0 0 0 36px;
}
p.einleitung {
	width: 500px;
	font-size: 1em;
	font-weight:normal;
	font-style: normal;
	line-height: 1.5em;
	color: #67664c;
	
	margin: 0 0 3em 7.3em;
	padding-left: 2.7em;
}
p.startBold {
	width: 13.5em;
	font-size: 1em;
	font-weight: bold;
	font-style: normal;
	line-height: 1.5em;
	color: #67664c;
	
	margin: 0 0 1.6em 7.3em;
	padding-left: 2.7em;
	
	/*border: 1px solid #0099CC;*/
}
p.startText {
	width: 13.5em;
	font-size: 1em;
	font-weight:normal;
	font-style: normal;
	line-height: 1.5em;
	color: #67664c;
	
	margin: 0 0 3em 7.3em;
	padding-left: 2.7em;
	
	/*border: 1px solid #0099CC;*/
}

p.startButton {
	width: 144px;
	height: 16px;
	font-size: 0.8em;
	font-weight: normal;
	font-style: normal;
	line-height: 1.8em;
	color: #67664c;
	
	border-left: 6px solid #FF6600;
	border-bottom: 1px solid #FF6600;
	
	
	margin: 0 0 2em 9.4em;	
	padding: 0 0 0 1em;
}
p.startButton a {
	color: #FF6600;
}
p.startButton a:hover {
	color: rgb(30,68,132);
}
p.startOrange {
	width: 16em;
	font-size: 1em;
	font-weight:normal;
	font-style: normal;
	line-height: 1.5em;
	color: #FF6600;
	/*border: 1px solid #0099CC;*/
	
	margin: 0 0 3em 7.3em;
	padding-left: 2.7em;
}
/*
 * ***************************************	Schriften
 */
 h1.seitenHeadline {
 	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: normal;
	font-style: normal;
	text-align: left;
	color:rgb(30,68,132);
	
	margin: 0.3em 0 0 126px;
	padding: 0 1.6em 0 1.6em;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	font-style: normal;
	text-align: left;
	color:rgb(30,68,132);
	
	margin: 1.2em 0 0.6em 126px;
	padding-left: 1.8em;
	padding-right: 4em;
}
/*
 *	***************************************	hat über sich mehr Raum
 *											wird bei Chaton und Fassungen benutzt
 */
h2.cadprodukte {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: normal;
	font-style: normal;
	text-align: left;
	color:rgb(30,68,132);
	
	margin: 0.8em 0 -0.8em 126px;
	padding-bottom: 0;
	padding-left: 1.8em;
	padding-right: 4em;
	
	/*border: 1px solid #006699;*/
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	font-style: normal;
	line-height: 1.5em;
	color:rgb(30,68,132);
	
	margin: 0 0 0.6em 126px;
	padding-left: 2.7em;
}
p.spacer {
	font-size: 0.9em;
	margin-bottom: 1em;
}
p.mengentext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 414px;
	font-size: 0.8em;
	font-weight:normal;
	font-style: normal;
	line-height: 1.5em;
	color: #66664c;
	
	margin: 0 0 0.6em 126px;
	padding-left: 2.7em;
}
p.mengentextBold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 414px;
	font-size: 0.8em;
	font-weight: bold;
	font-style: normal;
	line-height: 1.5em;
	color:rgb(30,68,132);
	
	margin: 0 0 0.6em 126px;
	padding-left: 2.7em;
}


h2.infohead {
	font-size: 1.2em;
	font-weight: normal;
	font-style: normal;
	text-align: left;
	color:rgb(30,68,132);
	
	margin: 0 0 0.6em 1em;
}
p.infotext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 414px;
	font-size: 0.8em;
	font-weight:normal;
	font-style: normal;
	line-height: 1.5em;
	color: #66664c;
	
	margin: 0 0 0.6em 1em;
}

div#content #ende {
	font-size: 0.9em;
    margin: 0.1em 0 0 0; 
	padding: 0.1em;
    text-align: center;
}
/*
 *	***************************************	cad-Galerie Listenkontainer
 */
p.spacPartner {
	font-size: 0.9em;
	margin-bottom: 25px;
}
div#content div#modelle {
	width: 414px;
	height: 9em;
	/*border: 1px solid #66CCCC;*/
	
	margin: 0 0 0.1em 30px;
	clear: both;
}
div#content div#modelle img {
	float: left;
	left: 0;
	top: 0;
	margin: 0 28px 10px 0;
	border: 1px solid #66664c;
}
div#content div#modelle img:hover {
	border: 1px solid #ff6600;
}
div#content div#modelle div#h {
	font-size: 1em;
	font-weight: normal;
	font-style: normal;
	text-align: left;
	line-height: 1.1;
	color:rgb(30,68,132);
	
	padding: 10px 0 0 0;
}
div#content div#modelle div#t {
	font-size: 0.8em;
	font-weight:normal;
	font-style: normal;
	line-height: 1.5em;
	color: #66664c;
	
	padding: 0.4em 0 0 0;
}
div#content div#modelle div#l {
	font-size: 0.8em;
	font-weight:normal;
	font-style: normal;
	
	padding: 0.6em 0 0 0;
}

div#content div#modelle div#l a {
	color: #FF6600;
}
div#content div#modelle div#l a:hover {
	color:rgb(30,68,132);
}
/*
 *	***************************************	Partner Listenkontainer
 */
div#content div#partner {
	width: 580px;
	height: 8em;
	/*border: 1px solid #66CCCC;*/
	
	margin: 0 0 0.1em 152px;
	clear: both;
}
div#content div#partner img {
	float: right;
	top: 0;
	right: 0;
	margin-left: 20px;
}
div#content div#partner div#h {
	font-size: 1em;
	font-weight: normal;
	font-style: normal;
	text-align: left;
	line-height: 1.1;
	color:rgb(30,68,132);
	
	padding: 10px 0 0 0;
}
.partnerTxT {
	font-size: 0.8em;
	font-weight:normal;
	font-style: normal;
	line-height: 1.5em;
	color: #66664c;
	
	/*padding: 0.4em 0 0 0;*/
}
.partnerLink {
	font-size: 0.8em;
	font-weight:normal;
	font-style: normal;
	
	/*padding: 0.6em 0 0 0;*/
}
.partnerLink a {
	color: #FF6600;
}
.partnerLink a:hover {
	color:rgb(30,68,132);
}
/*
 *	***************************************	Textliste
 */
div#content div#liste {
	margin: 0.5em 0 1.4em 128px;
}
div#content  div#liste ul.txtList {
	/*margin: 0.5em 0 1.4em 128px;*/
	margin: 0;
	padding: 0;
	list-style-type:  none;
}
div#content  div#liste ul.txtList li {
	font-size: 1.1em;
	font-weight:normal;
	font-style: normal;
	text-align: left;
	color:rgb(30,68,132);
	padding: 0 0 0.2em 0.2em;
}
div#content  div#liste ul.txtList #kern {
	padding: 0 0 0 0.65em;
}
/*
 *	***************************************	imgGalerie 
 */
.stepcarousel{
	position: relative;
	overflow: scroll;
	/*margin-left: 20px;
	margin-top: 2px;
	margin-bottom: 30px;*/
	margin: 0 0 30px 20px;
}

.stepcarousel .belt{
	position: absolute;
	left: 0;
	top: 0;
}

.stepcarousel .panel{
	float: left;
	overflow: hidden;
	margin: 18px;
	width: 110px;
	border: 1px solid #67664c;
}

.stepcarousel .panel:hover {
	border: 1px solid #ff6600;
}

#galleryB{
	width: 660px;
	height: 110px;
}

p.samplebuttons{
	width: 300px;
	text-align: center;
}

p.samplebuttons a{
	color: #2e6ab1;
	padding: 1px 2px;
	margin-right: 3px;
	text-decoration: none;
}

.micro {
	position: absolute;
	top: 176px;
	left: 690px;
	width: 60px;
	height: 20px;
	padding-right: 40px;
}

.micro img {
	margin-top: 6px;
	margin-right: 4px;
}

.microAnzahl {
	position: absolute;
	top: 200px;
	left: 684px;
	width: 80px;
	height: 20px;
	font-size: 0.6em;
	font-weight: normal;
	font-style: normal;
	text-align: left;
	padding: 0.3em 0 0.3em 0;
	color: #FF6600;
}
div#content div#galeriebild {
	margin: 2em 0 0.6em 126px;
}
div#content div#galeriebild img {
	border: 1px solid #67664c;
}
div#content div#galeriebildtext {
	width: 414px;
	font-size: 0.8em;
	font-weight:normal;
	font-style: normal;
	line-height: 1.5em;
	color: #66664c;
	
	margin: 0 0 0.6em 126px;
	padding-left: 2.7em;
	
	border: 1px solid #67664c;
}
/*
 *	***************************************	imgGalerie Ende
 */
