/*
** Layout -----------------------------------------
*/
* {
	font-family: Verdana,Arial,Helvetica;
}

html {
	height:100%;
	max-height:100%;
	max-width:100%;
	width:100%;
}

body {
	height:100%;
	max-height:100%;
	max-width:100%;
	width:100%;
	line-height:1.5;
	font-size:80%;
}

p { margin-bottom:1em; }
p.impressum { margin-bottom:3em; }
b, strong { font-weight: bold; }

h1 {
	display: inline;
	height: 0;
	left: -3000px;
	overflow: hidden;
	position: absolute;
	top: -2000px;
	width: 0;
}

h2 {
	font-size: 14pt;
	color: #FDCC3F;
	font-weight: bold;
	margin: 0;
	padding: 0;
	margin-bottom: 1em;
}

h3,h4,h5,h6,h7,h8,h9 {
	font-size: 1em;
	margin: 0;
	padding: 0;
	display: inline;
}



	
/*
** Layout -----------------------------------------
*/
#wrapper {
	position: relative;
	overflow: hidden;
}
* html #wrapper {
	overflow: visible;
	height: 1%;
}

#layout_top {
	background: url('../pics/website/layout-top.gif') left top repeat-x;
	height: 100px;
}

	#layout_top_logo {
		float: left;
		width: 170px;
	}
	
	#layout_top ul,
	#layout_top ul li {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
	
	#layout_top ul {
		padding-top: 63px;
	}
	
		#layout_top ul li {
			float: left;
			width: auto;
		}
		
			#layout_top ul li a {
				display: block;
				color: #FFFFFF;
				text-decoration: none;
				font-weight: bold;
				padding: 1px 8px;
				border-left: 1px solid #FFFFFF;
			}
	
#layout_nav {
	float: left;
	width: 200px;
}

	div.layout_nav_top {
		background: url('../pics/website/layout-nav-top.gif') left top no-repeat;
		height: 22px;		
		margin: 0;
		padding: 0;
		color: #FFFFFF;
		padding-left: 20px;
		padding-top: 8px;
		font-weight: bold;
	}
	
	
	div.layout_nav_middle,
	div.layout_nav_suche {
		background: url('../pics/website/layout-nav-middle.gif') left top repeat-y;
		overflow: hidden;
		padding-left: 20px;
	}
	* html div.layout_nav_middle,
	* html div.layout_nav_suche {
		overflow: visible;
		height: 1%;
	}
	
		div.layout_nav_suche form input {
			float: left;
			width: auto;
		}
	
	div.layout_nav_bottom {
		background: url('../pics/website/layout-nav-bottom.gif') left top no-repeat;
		height: 12px;
		clear: both;
		margin-bottom: 20px;
	}
	
	#layout_nav ul,
	#layout_nav ul li {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
	
	#layout_nav ul {
		padding: 10px 0;
	}
	
		#layout_nav ul li a {
			display: block;
			text-decoration: none;
		}
		
	#layout_nav div.layout_nav_suche {
		padding-bottom: 10px;
	}
		
	ul.submenu,
	ul.submenu li {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
	
	ul.submenu {
		position: absolute;
		width: 200px;
		visibility: hidden;
		border: 1px solid #FFFFFF;
		border-bottom: none;
	}
	
		ul.submenu li a {
			display: block;
			background-color: #4040FF;
			color: #FFFFFF;
			text-decoration: none;
			border-bottom: 1px solid #FFFFFF;
			padding: 3px;
		}
		
		ul.submenu li a:hover {
			text-decoration: none;
			background-color: #0005DC;
		}
	
	#submenu_ueberuns,
	#submenu_webshop,
	#submenu_service {
		top: 90px;
	}
	
	#submenu_ueberuns {
		left: 230px;
	}
	
	#submenu_webshop {
		left: 311px;
	}
	
	#submenu_service {
		left: 395px;
	}
	
			

#layout_content {
	margin-left: 228px;
	padding: 0 40px 20px 0px;
}
			
#layout_bottom {
	clear: both;
	text-align: right;
	padding: 9px;
	background: url('../pics/website/layout-bottom.gif') left top repeat-x;
	height: 50px;
	font-size: 0.8em;
	margin-top: 20px;
}
	
	#layout_bottom a {
		text-decoration: none;
	}
	
	#layout_bottom div {
		float: right;
	}

		
/*
** Listen-Einträge ohne Bild -----------------------------------------
*/
ul.eintraege_ohne_bild,
ul.eintraege_ohne_bild li {
	margin:0;
	padding: 0;
	list-style-type: none;
}

ul.eintraege_ohne_bild li a {
	display: block;
	font-weight: bold;
	padding: 5px;
	text-decoration: none;
	color: #000000;
	overflow: hidden;
}
* html ul.eintraege_ohne_bild li a {
	overflow: visible;
	height: 1%;
}

ul.eintraege_ohne_bild li a.farbe1 {
	background-color: #f0f0f0;
}

/*
#eintraege_ohne_bild li a:hover,
#eintraege_ohne_bild li a:active,
#eintraege_ohne_bild li a:focus {
	background-color: #c8c8c8;
}
*/
html>body #eintraege_ohne_bild li a { width:auto; }


/*
** Listen-Einträge mit Bild (ohne Beschreibung)-----------------------------------------
*/
#eintraege_mit_bild ul,
#eintraege_mit_bild ul li {
	margin:0;
	padding: 0;
	list-style-type: none;
}

#eintraege_mit_bild ul li {
	float: left;
	width: 192px;
	margin-right: 1px;
	margin-bottom: 1px;
}

	#eintraege_mit_bild li a {
		display: block;
		height: 168px;
		text-decoration: none;
		border: 1px solid #f0f0f0;
		color: #8f1b28;
	}

	#eintraege_mit_bild li a div.eintraege_mit_bild_titel {
		/*height: 40px;*/
		background-color: #f0f0f0;
		text-align: center;
		padding: 1px;
	}

	/*
	#eintraege_mit_bild li a:hover div.eintraege_mit_bild_titel {
		background-color: #000000;
		color: #FFFFFF;
	}
	*/

	#eintraege_mit_bild li a div.eintraege_mit_bild_bild {
		text-align: center;
		margin-top: 1px;
	}


/*
** Listen-Einträge mit Bild (mit Beschreibung)-----------------------------------------
*/
#eintraege_mit_bild_beschreibung ul,
#eintraege_mit_bild_beschreibung ul li {
	margin:0;
	padding: 0;
	list-style-type: none;
}

#eintraege_mit_bild_beschreibung ul li {
	/*float: left;
	width: 288px;
	margin-right: 1px;*/
	margin-bottom: 1px;
}

	#eintraege_mit_bild_beschreibung li a {
		display: block;
		height: 168px;
		text-decoration: none;
		border: 1px solid #f0f0f0;
	}

	#eintraege_mit_bild_beschreibung li a div.eintraege_mit_bild_beschreibung_titel {
		/*height: 40px;*/
		background-color: #f0f0f0;
		padding: 1px;
		margin-bottom: 1px;
	}

	/*
	#eintraege_mit_bild_beschreibung li a:hover div.eintraege_mit_bild_beschreibung_titel {
		background-color: #000000;
		color: #FFFFFF;
	}
	*/

	#eintraege_mit_bild_beschreibung li a div.eintraege_mit_bild_beschreibung_bild {
		float: left;
		width: 200px;
		margin-left: 1px;
	}

	#eintraege_mit_bild_beschreibung li a div.eintraege_mit_bild_beschreibung_text {
		font-size: 0.8em;
		font-weight: normal;
		margin: 0 5px 0 210px;
	}
	

/*
** Tabellen-Einträge mit Bild -----------------------------------------
*/

#eintraege_mit_bild table thead {
	background-color: #c3dcff;
}

#eintraege_mit_bild table td {
	padding: 0.3em;
	text-align: center;
}

#eintraege_mit_bild table td.left {
	text-align: left;
}

#eintraege_mit_bild table thead tr td {
	font-weight: bold;
	font-size: 0.8em;
}

#eintraege_mit_bild table a {
	display: block;
	font-weight: bold;
	text-decoration: none;
}

#eintraege_mit_bild table tr.farbe1 {
	background-color: #f0f0f0;
}

/*
** Multisinglesite -----------------------------------------
*/
.multisinglesite {
	clear: both;
	margin-bottom: 2em;
}

.multisinglesite #inhalt_bilder_left a,
.multisinglesite #inhalt_bilder_right a {
	margin-bottom: 0;
}


/*
** Katsite -----------------------------------------
*/
#katsite_nav {
	background-color: #DCDCDC;
	margin-bottom: 2em;
	padding: 5px;
}


/*
** Detail-Einträge -----------------------------------------
*/
#inhalt_bilder_right {
	float: right;
	margin: 0 0 0 20px;
	width: 200px;
}

#inhalt_bilder_left {
	float: left;
	margin: 0 20px 0 0;
	width: 200px;
}

#inhalt_text_left {
	margin-left: 220px;
}

#inhalt_text_right {
	margin-right: 220px;
}


#inhalt_bilder_top {
	margin-bottom: 2em;
	overflow: hidden;
	clear: both;
}

#inhalt_bilder_bottom {
	margin-top: 2em;
	overflow: hidden;
	clear: both;
}

#inhalt_bilder_right,
#inhalt_bilder_left,
#inhalt_bilder_top,
#inhalt_bilder_bottom {
	font-size: 10px;
	line-height: 1.4em;
	text-align: center;
}

#inhalt_bilder_right img,
#inhalt_bilder_left img,
#inhalt_bilder_top img,
#inhalt_bilder_bottom img {
	/* border: 1px solid #000000; */
}

#inhalt_bilder_left a,
#inhalt_bilder_right a,
#inhalt_bilder_top a,
#inhalt_bilder_bottom a {
	margin-bottom: 0.5em;
}

#inhalt_bilder_left div.bild,
#inhalt_bilder_right div.bild {
	margin-bottom: 1em;
}

#inhalt_bilder_top div.bild,
#inhalt_bilder_bottom div.bild {
	float: left;
	width: auto;
	margin-right: 1em;
	margin-bottom: 1em;
}
* html #layout_rechts #inhalt_bilder_top div.bild {
	margin-right: 0;
}

.col1 #inhalt_bilder_top div.bild,
.col1 #inhalt_bilder_bottom div.bild {
	height: 210px;
}

#inhalt_bilder_bottom a,
#inhalt_bilder_top a {
	margin-bottom: 1em;
}

a.backlink {
	display: block;
	clear: both;
	padding-top: 1em;
	padding-top: 0em;
	text-decoration: none;
	color: #C0C0C0;
	border-top: 1px solid #C0C0C0;
}



/*
** Formulare -----------------------------------------
*/

input.text,
input.submit,
select,
textarea {
	background-color: #FFFFFF;
	border: 1px inset #000000;
	font-size: 0.8em;
	padding: 2px;
}

input.submit {
	border-style: outset;
	font-weight: bold;
	background-color: #f0f0f0;
}

input.texterror,
textarea.error {
	background-color: #FFCDCD;
	border: 2px inset #FF0000;
}

input.texterror:focus,
textarea.error:focus {
	background-color: #ffb9bb;
}

label {
	display: block;
	font-size: 0.8em;
}

label.direktsuche {
	margin-bottom: 0.3em;
}

label.error {
	color: #FF0000;
}



/*
** Bestimmte Bereiche -----------------------------------------
*/
#layout_content ul.ecgmg,
#layout_content ul.ecgmg li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#layout_content ul.ecgmg li {
	overflow: hidden;
	margin-bottom: 10px;
}
* html #layout_content ul.ecgmg li {
	overflow: visible;
	height: 1%;
}

#layout_content div.ecgmg_label {
	float: left;
	width: 17em;
	font-weight: bold;
}

#layout_content div.ecgmg_content {
	float: left;
	width: auto;
}


ul.partner,
ul.partner li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul.partner li {
	background: url('../pics/website/shop-tabletop.gif') left top no-repeat;
	padding-top: 5px;
	margin-bottom: 10px;
}

div.partner_titel {
	background-color: #fdcc3f;
	padding: 5px;
	overflow: hidden;
	height: 20px;
}
* hmtl div.partner_titel {
	overflow: visible;
	height: 1%;
}

div.partner_text {
	border: 1px solid #fdcc3f;
	padding: 10px;
}

	div.partner_text p {
		margin-top: 0;
	}

div.partner_logo {
	float: left;
	width: auto;
	padding-right: 20px;
	padding-bottom: 10px;
}


div.kat_nav {
	background-color: #4040FF;
	color: #FFFFFF;
	font-weight: bold;
	padding: 3px;
}

	div.kat_nav a {
		color: #FFFFFF;
		text-decoration: none;
	}
	
	div.kat_nav a.kat_nav_back {
		float: right;
		width: auto;
		background: url('../pics/website/icon-ordnerzurueck-klein.gif') left center no-repeat;
		padding-left: 20px;
	}
	
	
ul.kats,
ul.eintraege,
ul.kats li,
ul.eintraege li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul.kats li,
ul.eintraege li {
	float: left;
	width: 220px;
	background: url('../pics/website/shop-tabletop.gif') left top no-repeat;
	margin-right: 10px;
	margin-bottom: 10px;
	padding-top: 5px;
	overflow: hidden;
}
* html ul.kats li {
}

a.kat_titel {
	display: block;
	background-color: #fdcc3f;
	padding: 5px;
	height: 40px;
	text-decoration: none;
}
li.kat_webshop a.kat_titel {
	height: 18px;
}

a.kat_bild {
	display: block;
	border: 1px solid #fdcc3f;
	text-align: center;
	text-decoration: none;
	padding-top: 10px;
	height: 170px
}
	
	a.kat_bild img {
		border: 1px solid #DCDCDC;
	}


a.webshop_titel,
a.webshop_bild,
a.webshop_data {
	display: block;
	text-decoration: none;
}

a.webshop_titel {
	background-color: #fdcc3f;
	padding: 5px;
	height: 40px;
}
li.kat_webshop a.webshop_titel {
	height: 18px;
}

a.webshop_bild {
	border: 1px solid #fdcc3f;
	text-align: center;
	padding-top: 10px;
	height: 170px
}

	a.webshop_bild img {
		border: 1px solid #DCDCDC;
	}

a.webshop_data {
	border: 1px solid #fdcc3f;
	border-top: none;
	padding: 5px;
	font-size: 0.8em;
	overflow: hidden;
}
* html a.webshop_data {
	overflow: visible;
	height: 1%;
}

table.webshop_preistabelle tbody td,
table.webshop_preistabelle thead td {
	font-size: 11px;
}

table.webshop_preistabelle thead td {
	font-weight: bold;
	background-color: #C0C0C0;
}

table.webshop_preistabelle tbody td {
	text-align: center;
}

a.webshop_versandkosteninfo {
	display: block;
	padding: 5px;
	text-align: center;
	text-decoration: none;
	background-color: #C0C0C0;
}

a.webshop_detailbild {
	display: block;
	background: url('../pics/website/layout-webshop-detailbild-lupe.gif') center bottom no-repeat;
	padding-bottom: 25px;
	text-align: center;
	
	min-width: 100px;
	width: auto !important;
	width: 180px;
}

	a.webshop_detailbild img {
		border: 1px solid #DCDCDC;
	}


	
	
table.webshop_warenkorb	thead td {
	font-size: 0.8em;
	font-weight: bold;
	border-bottom: 1px solid #000000;
	padding-right: 00px;
}

table.webshop_warenkorb	tbody td div {
	margin-top: 10px;
}

table.webshop_warenkorb	tbody tr.farbe1,
table.webshop_warenkorb	tbody tr.farbe2 {
	padding-top: 10px;
}

table.webshop_warenkorb	tbody tr.farbe1 {
	background-color: #DCDCDC;
}

table.webshop_warenkorb	tbody tr td,
table.webshop_warenkorb	tbody tr td {
	padding-right: 20px;
	padding-bottom: 5px;
}

table.webshop_warenkorb	tbody tr td.bordertop {
	border-top: 1px solid #000000;
	padding-top: 5px;
}

div.webshop_warenkorb_block {
	color: #FFFFFF;
	background-color: #4040FF;
	font-weight: bold;
	padding: 3px;
	margin-bottom: 10px;
}

div.warenkorb_check_daten label {
	float: left;
	width: 200px;
	font-size: 1em;
}

div.warenkorb_check_daten div {
	overflow: hidden;
}
* html div.warenkorb_check_daten div {
	overflow: visible;
	height: 1%;
}

div.webshop_warenkorb_agb {
	font-size: 0.8em;
	padding: 10px;
	background-color: #E6E6E6;
}


#katalog_formular label {
	margin-top: 1em;
}

	

/*
** Assistenten -----------------------------------------
*/

div.webshop_steps {
	background-color: #4040FF;
	color: #FFFFFF;
	font-size: 0.8em;
	padding: 3px;
	margin-bottom: 10px;
}

div.webshop_substeps_titel {
	background-color: #e6e6e6;
	font-weight: bold;
	padding: 3px;
	margin-bottom: 10px;
	overflow: hidden;
}
* hmtl div.webshop_substeps_titel {
	overflow: visible;
	height: 1%;
}

div.webshop_substeps_block {
	margin-bottom: 2em;
	overflow: hidden;
}
* hmtl div.webshop_substeps_block {
	overflow: visible;
	height: 1%;
}

	div.webshop_substeps_block_text {
		float: left;
		width: 420px;
		height: 150px;
	}
	
	div.webshop_substeps_block_sondertext {
		float: left;
		width: 420px;
		height: 250px;
	}
	
	div.webshop_substeps_block_schriftart {
		float: left;
		width: 220px;
		height: 30px;
	}
	
	div.webshop_substeps_block_dekor {
		float: left;
		width: 270px;
		height: 200px;
	}
	
		div.webshop_substeps_block_dekor img {
			border: 1px solid #DCDCDC;
		}
		
	div.webshop_substeps_block_zitat {
		float: left;
		width: 420px;
		height: 170px;
	}
	
	


div.webshop_info {
	margin-bottom: 20px;
}

	div.webshop_info img {
		float: left;
		width: auto;	
	}
	
	div.webshop_info_text {
		margin-left: 50px;
	}


#vorschaulayer {
	position: absolute;
	z-index: 1000;
	left: 210px;
	top: 105px;
	visibility: hidden;
	border: 2px solid #0033FF;
	width: 700px;
	background: #FFFFFF;
}	

	#vorschaulayer div.vorschaulayer_top_bottom {
		background-color: #0033FF;
		padding: 5px;
		font-size: 0.8em;
		color: #FFFFFF;
	}
	
		#vorschaulayer div.vorschaulayer_top_bottom a {
			text-decoration: none;
			color: #FFFFFF;
		}
		
		
	#vorschaulayer div.vorschaulayer_middle {
		overflow: hidden;
	}
	* html #vorschaulayer div.vorschaulayer_middle {
		overflow: visible;
		height: 1%;
	}
	
		#vorschaulayer div.vorschaulayer_middle_pic {
			text-align: center;
			padding: 10px;
		}
		
			#vorschaulayer div.vorschaulayer_middle_pic img {
				border: 1px solid #DCDCDC;
			}
		
		#vorschaulayer div.vorschaulayer_middle_text {
			padding: 10px;
			font-size: 0.8em;
			color: #808080;
		}
	
	
/* Kontakt -----------------------------------------*/
#kontakt_daten {
	float: left;
	width: 250px;
}

	#kontakt_daten b  {
		display: block;
	}
	
	#kontakt_daten ul,
	#kontakt_daten ul li {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
	
	#kontakt_daten ul li  {
		margin-bottom: 1em;
	}

#kontakt_formular { 
	margin-left: 270px;
}

	#kontakt_formular form,
	#katalog_formular form { 
		width:90%;
	}
	
#kontakt_anfahrt {
	padding-top: 2em;
	text-align: center;
	clear: both;
}


h3.impressum {
	display: block;
	background: #E6E6E6;
	padding: 5px;
}

.impressum_text {
	padding-bottom: 1em;
}



/*
** Sonstiges -----------------------------------------
*/
.clearboth {
	clear: both;
    height: 1px;
    overflow: hidden;
}

.blacknorm8,
.whitenorm8,
.blacknorm10,
.blackbold10, 
.whitenorm10 {
	text-decoration:none; 
}

.whitenorm10,
.whitenorm8 {
	color: #FFFFFF;
}

.blacknorm8,
.whitenorm8 {
	font-size:0.8em;
}

.blackbold10 {
	font-weight: bold;
}

.unsichtbar { /* Nur in der Textversion sichtbar */
	display: inline;
	height: 0;
	left: -3000px;
	overflow: hidden;
	position: absolute;
	top: -2000px;
	width: 0;
}

.classml {
	color: #000000;
}

#layout_adresse .classml {
	color: #8c1622;
	text-decoration: none;
}