/*------------ Includes --------------------------------------------------------------------*/

@import "hochzeitsaktion.css";


/*------------ Allgemeine Stile --------------------------------------------------------------------*/
body {
        background							   :		url(img/bg.gif) repeat-x #E5E5E5;
        margin                                 :        10px 3% 10px 3%;
        padding                                :        0;
        color                                  :        #666666;
        font-family                            :        'Trebuchet MS', 'Tahoma', 'Arial', 'Helvetica', 'Helv', 'sans-serif';
        font-size                              :        11px;
        text-align                             :        left;
}

a, blockquote, caption, cite, dl, dt, h1, h2, h3, h4, img, input, label, li, ol, option, p, q, select, textarea, td, th, ul, div {
        font-family                            :        'Trebuchet MS', 'Tahoma', 'Arial', 'Helvetica', 'Helv', 'sans-serif';
        font-size                              :        11px;
}

a, a:link, a:active {
	color: #932828;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	color: #874545;
	text-decoration: none;
}

a:hover {
	color: #EC3E3E;
	text-decoration: underline;
}


h3 {
	font-size: 15px;
	margin-top: 0px;
	padding-top:15px;
}

h4 {
	font-size: 13px;
}

h4.small_padding {
	margin: 0px 0px;
	padding: 2px 0px;
}

h5 {
	font-size: 12px;
	margin: 0px;
	padding: 10px 0px 2px 0px;
}

img { /* generell keinen Rand um Bilder */
	border: none;
}

/*------------ Allgemeine Stile Grundaufbau der Site --------------------------------------------------------------------*/
.seo{ /* Klasse für die Suchmaschinentexte am Anfang der Seite */
		position:absolute;
		top: 100px; /* -500px; */
		height:auto;
		width:auto;
}

.error_box, .headerError {
	background-color: #8B433D;
	color:#fff;
	font-weight: bold;
	padding:4px;
}

#header {
	height: 88px;
	background:url(img/header.jpg) no-repeat;
	padding-bottom: 2px;
}

#headline {
	position: absolute;
	left: 0;
	margin-left: 100px; /* -3000px; */
}

#suchleiste {
	background:url(img/background_suchleiste.jpg);
	border-left: 1px solid #D5C4C1;
	padding-left: 26px;
	padding-top: 5px;
}

#suchformular, #suchformular div {
	display: inline;
}

#suchfeld_kurz {
	border: 1px solid #B88783;
	background-color: #F5E9E8;
	width: 90px;
	height: 16px;
	font-size: 11px;
	margin:0px;
	padding:0px;
}

#suchknopf_kurz {
	border: none;
	background-color: #8B433D;
	color: #fff;
	width: 60px;
	height: 17px;
	font-size: 11px;
	margin:0px;
	padding:0px;
}

/*------------ Navigationspfad --------------------------------------------------------------------*/
#pathway {
	padding-left: 15px;
	background:url(img/background_suchleiste.jpg);
	border-right: 1px solid #D5C4C1;
}

#pathway a, #pathway a:link, #pathway a:active {
	color:#792F2F;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}

#pathway a:visited {
	color:#792F2F;
	text-decoration: none;
}

#pathway a:hover {
	color:#000;
	text-decoration: underline;
}

/*------------ Navigation im Header und Footer der Seite ---------------------------------------------------------*/
.nebennavigation a, .nebennavigation a:link, .nebennavigation a:active {
	color:#ddd;
	font-size: 11px;
	font-weight: bold;
	margin-right: 18px;
	margin-left: 10px;
	text-decoration: none;
}

.nebennavigation a:visited {
	color:#bbb;
	text-decoration: none;
}

.nebennavigation a:hover {
	color:#fff;
	text-decoration: underline;
}

/*------------ Linke Spalte mit Hauptnavigation -----------------------------------------------------------*/
#navigation_col {
	background:url(img/background_navigation.jpg) repeat-x;
	/*
	border-right: 1px dotted #8A3726;
	*/
	border-right: 1px dotted #BB8C82;
	border-left: 1px solid #D5C4C1;
	background-color: #F2F2F2;
	padding-top: 16px;
}

#navigation_col a, #navigation_col a:link, #navigation_col a:active {
	color: #792F2F;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}

#navigation_col a:visited{
	color: #6C3C3C;
	text-decoration: none;
}

#navigation_col a:hover{
	color: #000;
	text-decoration: underline;
}

/* Alle Listen in der linken Hauptnavigation, die direkt auf Produkte/Produktlisten
also in den Shop zeigen sollen das List-Style-Image bekommen */
.produktnavigation {
	list-style-image:url(img/navigation_bullet.gif);
	margin-top: 5px;
	margin-bottom: 10px;
}

ul.produktnavigation ul {
	list-style-image: none;
	list-style-type: circle;
	margin-left:7px;
	padding-left:7px;
}

/*------------ Navigationspunkte mit weiteren Infopunkten -------------------------------------------------------*/
#navigation_information ul{
	margin-top: 20px;
	list-style-type:none;
}

#navigation_information a, #navigation_information a:link, #navigation_information a:active {
	color: #6F3939;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

#navigation_information a:visited {
	color: #666;
	text-decoration: none;
}

#navigation_information a:hover {
	color: #000;
	text-decoration: underline;
}

/*------------ Inhaltsbereich ---------------------------------------------------------*/
#content {
	background:url(img/background_content.jpg) repeat-x;
	background-color: #fff;#F9F9F9;
	font-size: 12px;
}

#content_text_home {
	padding: 0px 15px 15px 15px;
}

#content_text_home .textbereich { /* rechter Abstand vom Rand */
	/*margin-right: 15px;*/
	font-size: 12px;
}

/* Spezielle Formatierungen im Content-Bereich*/

div#agbs p { /* Kleinere Schrift für die AGBs */
	font-size: 11px;
	margin-top: 3px;
	margin-bottom: 10px;
}

div#agbs h5 {
	margin-bottom: 3px;
	padding-bottom:1px;
}


p.magazin {  /* Spezielle Formatierung des Magazins */
	border-bottom: 1px solid #ccc;
	margin: 0px 30px 20px 20px;
	padding-bottom: 7px;
	padding-top:0px;
}

h4.magazin {
	margin-left:20px;
	margin-bottom:8px;
}

/* ---------- Kategorie-Liste ------------------------------- */

.kategorie_box {
	float:left;
	width:150px;
	margin:0px 4px 5px 4px;
	padding: 3px;
	height: 183px;
	background:url(img/bg_list.gif) repeat-x #F4F4F4;
}

.kategorie_box h4 {
	text-align: center;
	margin: 2px 0px 3px 0px;
	padding: 2px 0px;
	font-size: 12px;
	font-weight: bold;
	background-color: #fefefe;
}

.kategorie_box p {
	margin-top: 0px;
	color: #999;
}









/* --------- Formatierungen der Artikelliste -------------- */

.kategorie_bild {
	float:right;
	margin: 0px 0px 10px 10px;
}

.produktlisten_box {
	width: 490px;
	padding:5px 5px 5px 5px;
	margin-bottom:7px;

	background:url(img/bg_list.gif) repeat-x #F4F4F4;
/*
	border-bottom: 1px solid #ddd;
*/
}

.artikellist_bild {
	float: left;
	margin: 0px;
	padding: 0px;
	/*
	margin-right: 10px;
	*/
}

.produktlisten_textbox {
	margin-left: 150px;
	margin-top:0px;padding:4px;
}

.produktlisten_kurzbeschreibung {
	margin-top: 4px;
	margin-bottom:2px;
	padding-top:0px;
	font-size:11px;
/*	line-height: 120%; */
	color: #888;
}

.produktlisten_preisbox {
	margin: 7px 0px 0px 0px;
	padding:0px;
	font-size:12px;
	font-weight:bold;
}

.produktlisten_preisbox span { /* Ausrichtung des Kaufen-Buttons */
	/* margin-left:40px; */
	float: right;
}

/* ---------- Artikel-Liste V3 ------------------------------- */

.produktlisten_box_v3 {
	float:left;
	width:225px;
	margin:0px 7px 7px 0px;
	padding: 7px;
	height: 200px;
	background:url(img/bg_list.gif) repeat-x #F4F4F4;
	overflow:hidden;
}

.produktlisten_box_v3 h4 {
	margin:3px 0px 7px 0px;
	padding:0px;
	padding-bottom: 2px;
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px solid #ddd;
}

.produktlisten_box_v3 img {
	float:left;
	padding: 0px;
	margin: 0px 10px 5px 0px;
}

.preis_v3 {
	margin:10px 8px 0px 0px;
	/* padding-bottom:20px; */
	font-size: 13px;
	text-align: right;
	font-weight: bold;
}

div.hinweis_v3 {
	margin:5px 8px 0px 0px;
}

div.hinweis_v3, div.hinweis_v3 a {
	font-size: 10px;
	text-align: right;
}

/* ---------- Artikel-Detailansicht -------------------------- */

div.artikel_nummer {
	color: #999;
	margin-top: -15px;
	margin-bottom: 16px;
}

.bilderblock {
	float:left;
	margin:10px 15px 10px 0px;
	padding-right:4px;
	border-right: 1px solid #ccc;
}

.bilderbox {
	padding: 6px 0px 6px 0px;
	border-bottom: 1px solid #ccc;
}

div.preisbox {
	/* float: right; */
	margin: 0px 0px 5px 0px;
	/*width:130px;*/
	padding: 3px;
	background-color: #efefef;
	border: 1px solid #ddd;
}

div.artikel_preis, div.artikel_discount {
	text-align: right;
	margin 2px 0px 2px 0px;
}

div.artikel_preis {
	font-size: 14px;
	font-weight: bold;
	margin: 2px 0px 5px 0px;
}

div.preis_und_gutachten_box {
	float: right;
	margin: 0px 0px 10px 10px;
	width:  137px;
	padding: 0px;
}


/* -- Listen- und IE 5.5 Hack für die Detailansicht -- */
#produkt_beschreibung ul, #produkt_beschreibung li {
	margin: 0px;
	padding: 0px;
}

#produkt_beschreibung ul {
	margin: 13px 5px 13px 100px;
	padding: 0px 0px 0px 100px;
/*
	float: left;
	margin: 13px 5px 13px 5px;
	width: 250px;
*/
}

#produkt_beschreibung li {
	margin-left: 5px;      /* Abstand links für IE 5.x */
  voice-family: "\"}\"";
  voice-family: inherit;
  margin-left: 20px;  /* Abstand links sonst */
}

.dummy{}     /* Dummyklasse, um IE-Verwirrung zu beseitigen */

/* -- Ende des Listen- und IE 5.5 Hacks -- */

.hinweis, .hinweis table, .hinweis a {
	margin-top: 5px;
	font-size: 11px;
	color: #777;
	line-height: 120%;
}

.xsell {
	margin-left:170px;
	margin-top:10px;
	padding:15px 30px;
	background-color:#efefef;
}

.xsell img {
	margin: 0px 6px;
	margin-bottom: 9px;
}

/* ----------- Großer Warenkorb und Checkout-Prozess */

.warenkorb_table_head {
	/*border-bottom: 1px solid; border-color: #cccccc;*/
	background-color: #eee;
	padding: 2px 0px;
}

.warenkorb_table_data {
	border-top: 1px solid; border-color: #ddd;
	padding: 6px 0px 0px 0px;
}

.warenkorb_table_footer {
	border-top: 1px solid; border-color: #cccccc;
	background-color: #eee;
	padding: 5px 0px;
	font-size: 12px;
	font-weight: bold;
}

.warenkorb_gutschein_box {
	display:block;
	border: 1px solid;
	border-color:#ccc;
}

.warenkorb_gutschein_box h4 {
	background-color: #eee;
	margin: 0px;
	padding 6px 0px;
}

#checkout_payment textarea {
	width: 490px;
}

tr.moduleRow td {
	background-color: #eee;
}

td.checkout_selection_text_cell {
	padding-left: 30px;
}

.nobreak_div  div, .nobreak_div  input {  /* Damit nach Inputfields nicht direkt umgebrochen wird, da diese immer von einem Div umgeben sind*/
	display: inline;
	margin:0px;
	padding:0px;
}


.shipping_module {
	padding: 0px 5px;
	background-color: #eee;
}

/* ----------- Rechnungsdruck ------------------------------*/

.invoice_linker_abstand {
	padding-left: 30px;
}

.invoice_footer td {
	font-size: 8px;
	padding-top:3px;
}

.invoice_art_header {
	background-color: #eee;
	border-bottom: 0.5px solid #000;
	border-top: 1px solid #888;
}

.invoice_art_data {
	border-bottom: 1px solid #888;
}

.invoice_art_footer {
	border-top: 1px solid #000;
}

/*------------ Rechte Spalte mit Warenkorb und Infoboxen --------------------------------*/
#right_col {
	background:url(img/background_navigation.jpg) repeat-x;
	background-color: #F2F2F2;
	border-right: 1px solid #D5C4C1;
	border-left: 1px dotted #BB8C82;
}

#warenkorb {
	background:url(img/background_warenkorb.gif) repeat-x;
	background-color: #F1E4E0;
	border-bottom: 1px dotted #BB8C82;
}

#warenkorb h5 {
	padding-bottom: 2px;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 13px;
}

#warenkorb p.warenkorb_kurzliste {
	margin: 1px 0px;
	padding: 0px;
}

#warenkorb p.warenkorb_kurzliste a {
	font-size: 9px;
}

.infoboxen_rechts {
	padding-left: 6px;
	padding-right:4px;
	padding-bottom:5px;
}

.infoboxen_rechts p{
	margin: 2px 0px 5px 4px;
	padding: 0px;
}

#was_moechten_sie_tun.infoboxen_rechts a, #was_moechten_sie_tun.infoboxen_rechts a:link, #was_moechten_sie_tun.infoboxen_rechts a:active {
	display: block;
	padding-left: 3px;
	font-size: 10px;
	border-left: 2px solid #DCD2D2;
}

#was_moechten_sie_tun.infoboxen_rechts a:visited {
	border-left: 2px solid #DCD2D2;
}

#was_moechten_sie_tun.infoboxen_rechts a:hover {
	border-left: 2px solid #6F3939;
}

/* ----------- FAQs ---------------------------------- */

#kontakt h4 {
	border-top: 1px solid rgb(221, 221, 221);
	margin-top: 0px;
	padding-top: 10px;
	margin-bottom: 5px;
}

#kontakt h5 {
	margin-top: 9px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#kontakt p {
	margin: 2px 0px 13px 0px;
}

/*------------ Rechte Spalte mit Warenkorb und Infoboxen --------------------------------*/
#footer {
	height: 25px;
	background:url(img/footer.jpg) no-repeat;
	padding-bottom: 2px;
}

div.copyright, div.copyright a, div.copyright a:link {
 font-size: 10px;
 line-height: 2;
 text-align:center;
 color: #aaa;
 padding-top: 5px;
}

.fixfloat {
	clear: both;
	padding: 0px;
	margin:0px;
	line-height: 1px;
}


/*---------------- Copyright und Page-Footer von XT-Commerce ------------------------*/

p.footer_links {
	text-align: center;

}

td.copyright, td.copyright a:link {
	color: #c9c9c9;
}

