
/* 
stilvolle-grablampen.de
-----------------------------------------------------------------------

04.01.10  Vorschau-Navi: Namen zweizeilig
19.01.10  Name der Seite als Schrift
04.02.10  +h_left, Brotkrumen linksbündig, höherer Kopf
05.02.10  Kopf um 10px weniger hoch
08.02.10  Schrift im Kopf dunkler
03.03.10  Produkt: Textbereich/Höhe=automatisch
16.03.10  Größe Überschrift Favoriten
07.07.10  6er Produktseiten
01.11.10  H3 Startseite; Links im Produkt-Text
19.04.11  Fußzeile angepasst; Logo Grablampen Weimar
11.07.11  Navi links zweizeilig; Warenkorb-Button in horiz. Navi
28.07.11  Warenkorb: Empfehlung weitere Artikel geändert
*/

html, body {
	margin: 0;
	padding: 0;
}

body {
	background: #FDF3E6 url(img/bg_body.png) repeat-x; /* Verlauf */
	font-family: "Trebuchet MS", sans-serif;
	color: #fdf3e6;
	font-size: 12px;
}

#wrapper {
	position: relative;
	margin-left: auto;  
	margin-right: auto;
	margin-top: 0;
	width: 1018px; 
	text-align: left;
}

* html #wrapper {
	height: 100%;
}

#container {
	top: 0;
	left: 0;
	position: relative;
	padding-bottom: 1px;
	width: 1018px;
}

* html #container {
	padding: 0;
}

/* ------------------------ allgemeine definitionen ----------------- */

ul, ul li {
	list-style-type: none;
}

h1, h2, h3, h4, h5, p, ul, li, img, a, form { 
	margin: 0;
	padding: 0;
}

a img {
	border: none;
}

a, a:link, a:visited, a:hover, a:active { 	
	color: #555;
	text-decoration: none; 
}

/* ------------------------------ bereiche -------------------------- */

#toplink {
	float: left;
	width: 1012px;
	height: 22px;
	text-align: right;
	color: #855b5d;
}

#toplink a {
	color: #855b5d;
	line-height: 22px;
}

#toplink .h_left,
#toplink .h_left a {
	color: #BFA98F;
}

#toplink .active, 
#toplink .active a {
	color: #855b5d;
}

#header {
	float: left;
	width: 1018px;
	height: 163px;
	display: inline;
}

#header_main  {
	background: transparent url(img/header_140.jpg) left bottom no-repeat;
	float: left;
	width: 1012px;
	height: 163px;
}

#header_right  {
	background: transparent url(img/header_shadow173.png) right top no-repeat;
	float: right;
	width: 6px;
	height: 163px;
}

#start {
	position: absolute;
	width: 170px;
	height: 24px;
	top: 158px;
	left: 0;
	font-size: 0.9em; 
	text-align: center;
}

#nav {
	position: relative;
	width: 729px;
	height: 24px;
	top: 138px;
	left: 198px;
	font-size: 11px;
}
 
#head_name,
#head_name_shadow,
#head_slogan {
	position: absolute;
	font-family: "Times New Roman", Times, serif;
}

#head_name {
	width: 600px;
	height: 44px;
	top: 48px;
	left: 25px;
	font-size: 50px;
	color: #8F6C59;
	z-index: 1;
	text-shadow: #CFBDA8 -2px 2px 2px, #DDD 1px 1px;
}

#head_name_shadow {
	width: 600px;
	height: 44px;
	top: 50px;
	left: 27px;
	font-size: 50px;
	color: #CFBDA8;
}

#head_name h1,
#head_name h1 a,
#head_name strong {
	font-weight: normal;
	font-size: 50px;
	color: #8F6C59;
}

#head_name span {
	color: #FEFFFF;
	text-shadow: #CFBDA8 -2px 2px 2px, #999 1px 1px;
}

#head_slogan {
	width: 600px;
	height: 30px;
	top: 101px;
	left: 27px;
	color: #8F6C59;
	font-size: 21px;
	text-shadow: #CFBDA8 -2px 2px 2px, #DDD 1px 1px;
}

#head_slogan strong {
	font-weight: normal;
}

#nav_hg {
	float: left;
	width: 1018px;
	display: inline;
	background: transparent url(img/hg_left_nav.png) repeat-y;
}

#main {
	float: right;
	width: 843px;
	display: inline;
}

#footer {
	float: left;
	background: transparent url(img/hg_footer.png) top left no-repeat;
	padding: 0 0 20px 10px;
	width: 1018px;
	margin-right: auto;
	margin-left: auto; 	
	text-align: left; 
	height: 31px; 
	display: inline;
}

.verteiler #footer, 
.produkt #footer, 
.start #footer {
	padding-bottom: 0;
}

#web, #bm {
	float: left;
	width: 1018px;
	margin-right: auto;
	margin-left: auto; 
	height: 40px; 
	display: inline;
	text-align: center; 
}

#link {
	float: left;
	padding: 0 0 20px 0;
	width: 1018px;
	margin-right: auto;
	margin-left: auto; 	
	text-align: left; 
	height: 20px; 
	display: inline;
	color: #999;
}

#link a {
	color: #999;
}

#link .box_l, #link .box_r {
	float: left;
}

#link .box_l {
	width: 400px;
}

#link .box_r {
	width: 615px;
	text-align: right;
	padding-right: 3px;
}

/* --------------------- horizontale navi ----------------- */

#start a {
	color: #FFF;
	line-height: 24px;
	text-decoration: none;
	font-size: 13px;
}

.top-nav {
    line-height: 24px;
    text-align: center;
}
.n1,
.n2, 
.n3,
.n4,
.n5,
.n6,
.n7 {
    position: absolute;
    top: 0;
    height: 24px;
}

.top-nav a {
    color: #555;
    text-decoration: none;
    background: transparent url(img/nav.png) no-repeat;
}

.top-nav a:hover {
    color: #1F0B08;
}
.n1 {
    left: 0;
    width: 115px;
    z-index: 10;
}
.n1 a {
    background-position: 0px -24px;
}
.n1 a:hover, 
.n1 .sel  {
    background-position: 0px 0px;
}

.n2 {
    left: 110px;
    z-index: 9;
    width: 103px;
}
.n2 a {
    background-position: -150px -24px;
}
.n2 a:hover, .n2 .sel  {
    background-position: -150px 0px;
}


.n3 {
    left: 208px;
    z-index: 8;
    width: 115px;
}
.n3 a {
    background-position: -300px -24px;
}
.n3 a:hover, .n3 .sel {
    background-position: -300px 0px;
}

.n4 {
    left: 318px;
    z-index: 7;
    width: 129px;
}
.n4 a {
    background-position: -450px -24px;
}
.n4 a:hover, .n4 .sel {
    background-position: -450px 0px;
}

.n5 {
    left: 442px;
    z-index: 6;
    width: 83px;
}
.n5 a {
    background-position: -600px -24px;
}
.n5 a:hover, .n5 .sel {
    background-position: -600px 0px;
}

.n6 {
    left: 520px;
    z-index: 5;
    width: 126px;
}
.n6 a {
    background-position: -750px -24px;
    padding-left: 18px;
}
.n6 a:hover, .n6 .sel  {
    background-position: -750px 0px;
}


.top-nav a {
    display: block;
    height: 24px;
    font-size: 12px;
}

/* ---------------------- linke spalte -------------------- */

.left_nav,
#left_nav {
	float: left;
	width: 171px;
	display: inline;
}

.nav_logo img {
	padding: 10px 0 15px 33px;
}

.nav_service img {
	margin: 20px 0 0 25px;
}

.nav_service h3,
.nav_service h4 {
	color: #64361e;
	font-weight: bold;
	font-size: 12px;
	margin: 0 10px 0 15px;
}
.nav_service p {
	line-height: 1.20em;
	margin: 0 10px 10px 15px;
	color: #5d5c5c;
}

/* Navigation links --------------------------------------- */

ul.nav {
	background-color: #ece0d2;
	padding: 23px 0 0 0;
	margin: 0;
}

.nav li {
	color: #6F6F6F;
	border-top: 1px solid #F5ECE1;
	width: 171px;
	margin: 0;
	padding: 0;
}

.nav li a {
	display: block;
	color: #6F6F6F;
	padding: 0 0 0 12px;
	line-height: 23px;
	margin: 0;
}

.nav .lev2 a {
	color: #855b5d;
	background: transparent url(img/nav_punkt.png) 12px 9px no-repeat;
	padding-left: 24px;
	width: 147px;
}

.nav .sel a, .nav a:hover {
	background-color: #e4d2bc;
}

.nav li img {
	width: 171px;
	vertical-align: bottom;
}

/* warenkorb-button links */

.left_warenkorb {
    height: 53px;
    text-align: center;
    margin: 0 0 20px 0; 
}


/* Suchwolke/Verweis ------------------------------------------- */

.ad_button {
	background-color: #e4d2bc;
	height: 23px;
	line-height: 23px;
	border-top: 1px solid #f5ece1;
	border-bottom: 1px solid #f5ece1;
	text-align: center;
	color: #ac7d66;
	font-size: 13px;
	font-weight: bold;
}

.ad_button a {
	line-height: 23px;
	color: #ac7d66;
	font-weight: bold;
}

.ad_keywords {
	color: #b8a48b;
	background-color: #ece0d2;
	line-height: 18px;
	text-align: justify;
}

div.ad_keywords {
	padding: 2px 6px 2px 6px;
}

.ad_keywords a {
	color: #b8a48b;
	line-height: 18px;
	padding: 0 2px 0 2px;
}

.ad_k11 a {
	font-size: 11px;
}
.ad_k12 a {
	font-size: 12px;
}
.ad_k13 a {
	font-size: 13px;
}
.ad_k14 a {
	font-size: 14px;
}
.ad_k15 a {
	font-size: 15px;
}
.ad_k16 a {
	font-size: 16px;
}
.ad_k17 a {
	font-size: 17px;
}
.ad_k19 a {
	font-size: 17px;
}

.ad strong, .ad h3 {
	background-color: #e4d2bc;
	height: 23px;
	line-height: 23px;
	border-top: 1px solid #f5ece1;
	border-bottom: 1px solid #f5ece1;
	text-align: center;
	color: #ac7d66;
	font-size: 13px;
	font-weight: bold;
	display: block;
}

.ad strong a, .ad h3 a {
	line-height: 23px;
	color: #ac7d66;
	font-weight: bold;
}

.ad p {
	width: 171px;
	background-color: #fff;
	color: #5c4a34;
	border-top: 1px solid #aaa8a6;
	border-bottom: 1px solid #aaa;	
}

.ad p a {
	color: #5d5c5c;
	margin: 5px 8px;
	font-size: 12px;
	line-height: 14px;
	display: block;
}

/* ----------------- hauptbereich / oben ------------------ */

#main_top {
	float: left;
	width: 821px;
	padding-left: 22px;
	display: inline;
	color: #755f45;
	background: transparent url(img/hg_main_box.png) repeat-y; 
}

.main_top_img {
	float: left;
	width: 233px;
	height: 185px;
	margin: 19px 0 0 33px;
	display: inline;
}

.main_top_img img {
	border: 7px solid #f3e9df;
}

.main_top_text, .main_bottom_text {
	float: left;
	width: 255px;
	height: 188px;
	margin: 16px 0 0 25px;
	padding: 0 0 0 0; 
	color: #ac7d66;
	line-height: 1.30em;
	display: inline;
}

.main_top_text h1, 
.main_bottom_text h1,
.main_top_text h2, 
.main_bottom_text h2,
.main_top_text h3, 
.main_bottom_text h3 {
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 10px 0;
}

.main_top_faq, .main_bottom_faq {
	float: left;
	width: 200px;
	margin: 14px 0 0 40px;
	height: 155px;
	display: inline;
}

.main_top_faq ul, .main_bottom_faq ul {
	margin-left: 15px;
}

.main_top_faq li, .main_bottom_faq li {
	list-style-position: outside;
	list-style-type: disc;
	margin-bottom: 4px;
	line-height: 1.15em;
}

.main_top_faq li a, .main_bottom_faq li a { 
	color: #555;
}

.main_top_faq li a:hover, .main_bottom_faq li a:hover { 
	text-decoration: underline;
}

.main_top_suche {
	float: left;
	width: 200px;
	height: 30px;
	margin: 5px 0 0 40px;
	display: inline;
}

.main_top_suche input.feld {
	width: 100px;
	line-height: 18px;
	height: 18px;
	padding: 0;
	margin-left: 15px;
}

.main_top_suche input.bt_suche {
	border: none;
	line-height: 21px;
	height: 21px;
	width: 56px;
	font-size: 12px;
	color: #855b5d;
	background: transparent url(img/bg_suche.jpg) no-repeat;
}

/* --------------------- Unterer Bereich ----------------- */

#main_shade {
	background: transparent url(img/hg_main_shade.png) no-repeat;
	float: left;
	display: inline;
	height: 40px;
	width: 843px;
}

#main_shade_top, #main_shade_bottom {
	float: left;
	display: inline;
	height: 20px;
	width: 843px;
}

#main_shade_top {
	background: transparent url(img/hg_main_shade_top.png) no-repeat;
}

#main_shade_bottom {
	background: transparent url(img/hg_main_shade_bottom.png) no-repeat;
}

#main_shade_bottom p {
	padding: 1px 10px 0 55px;
	color: #838383;
}
#main_shade_bottom strong {
	color: #855b5d;
}

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

#main_bottom {
	float: left;
	width: 821px;
	padding: 2px 0 0 22px;
	color: #342a1f;
	background: transparent url(img/hg_main_box.png) repeat-y; 
	display: inline;
}

.main_bottom_left {
	float: left;
	width: 491px;
	margin: 28px 0 0 33px; 
	display: inline;
	color: #755f45;
}

.main_bottom_right {
	float: left;
	width: 200px;
	margin: 28px 0 0 60px;
	display: inline;
}

.m_headline {
	float: left;
	width: 491px;
	height: 20px;
	border-bottom: 1px solid #ac7d66;
	display: inline;
}

.m_headline strong, .m_headline h2, .m_headline h1 {
	float: left;
	width: 300px;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	color: #ac7d66;
	display: inline;
}

.m_headline p {
	float: right;
	color: #5d5c5c;
	text-align: right;
	line-height: 20px;
	height: 20px;
	font-size: 12px;
	width: 190px;
	display: inline;
}
.m_headline p a {
	color: #5d5c5c;
}
.m_headline p a:hover {
	text-decoration: underline;
}

/* ----------------------- Startseite --------------------- */

.m_box {
	float: left;
	width: 150px;
	/*height: 162px;*/
	margin: 10px 20px 10px 0;
	display: inline;
}

.m_box p {
	border: 1px solid #ece0d2;
	background-color: #faf6ed;
	margin-top: 1px;
	padding: 3px 3px 3px 5px;
	height: 66px;
}

.m_box p a {
	color: #555;
	font-size: 11px;
}

.m_box a.bt {
	display: block;
	height: 18px;
	text-align: center;
	color: #555;
	margin-top: 1px;
	background: transparent url(img/bg_start_button.png) no-repeat;
}

.r_illustration {
	color: #555;
	line-height: 1.2em;
	margin-bottom: 17px;
}

.r_illustration img {
	border-bottom: 1px solid #fff;
}

.r_illustration p {
	background-color: #ECE0D2;
	padding: 3px 5px 5px 5px;
}

.r_illustration p a {
	color: #555;
}

.r_illustration strong, .r_illustration strong a {
	color: #64361e;
	font-weight: bold;
}

.r_illustration .link a {
	color: #ac7d66;
	background-color: #E4D2BC;
	font-weight: bold;
	display: block;
	text-align: center;
	margin-top: 1px;
	line-height: 21px;
}

.start .main_bottom_left h4 {
	font-size: 14px;
}

/* Skulpturen-Verteilerseite */

.skulpturen .main_bottom_left {
	padding-bottom: 20px;
}

/* Bestattungs-Verteiler-Seite */

.bestattung .main_bottom_left {
	padding-bottom: 45px;
}

.bestattung .r_illustration img {
	border-bottom: 1px solid #ece0d2;
}

.bestattung .r_illustration p,
.bestattung .r_illustration ul {
	border-left: 1px solid #ece0d2;
	border-right: 1px solid #ece0d2;
	background-color: #faf6ed;
	padding: 3px 5px 5px 5px;
}

.bestattung .r_illustration ul {
	border-bottom: 1px solid #ece0d2;
	padding-left: 30px;
}

.r_illustration li {
	font-weight: bold;
}

/* ----------------------- Unternehmen -------------------- */

.unternehmen .m_headline {
	width: 752px;
}

.u_main {
	float: left;
	width: 752px;
	margin: 10px 0 30px 0;
}

.u_box {
	float: left;
	width: 752px;
	height: 150px;
	margin: 18px 0 0 0;
}

.u_qualitaet {
	background: transparent url(img/unternehmen-qualitaet.jpg) no-repeat;
}
.u_tradition {
	background: transparent url(img/unternehmen-tradition.jpg) no-repeat;
}
.u_service {
	background: transparent url(img/unternehmen-service.jpg) no-repeat;
}

.u_box h2 {
	font-size: 13px;
	font-weight: bold;
	color: #64361e;
	line-height: 1.3em;
	margin: 3px 0 3px 471px;
	border-bottom: 1px solid #bdbdbd;
	color: #848484;
	font-weight: bold;
	line-height: 20px;
}

.u_box p {
	font-size: 12px;
	color: #848484;
	line-height: 1.25em;
	margin-left: 471px;
}

.u_box a {
	color: #64361e;
}

/* --------------------- Lieferbedingungen ------------------ */

.l_top {
	float: left;
	width: 511px;
	margin: 22px 0 0 33px;
}

.l_top h1 {
	font-size: 12px;
	font-weight: bold;
	color: #64361e;
	margin: 0;
	line-height: 20px;
	padding: 0 0 10px 20px;
}

.l_top_box {
	float: left;
	width: 163px;
	height: 165px;
	margin: 0 0 0 0;
}

.l_top_box img {
	margin: 5px 0 0 20px;
}

.l_top_box p {
	font-size: 11px;
	margin-left: 20px;
	color: #ac7d66;
}

.l_eins {
	background: transparent url(img/l_eins.png) 1px 2px no-repeat;
}
.l_zwei {
	background: transparent url(img/l_zwei.png) 1px 2px no-repeat;
}
.l_drei {
	background: transparent url(img/l_drei.png) 1px 2px no-repeat;
}

.l_box {
	float: left;
	width: 495px;
	margin: 0 0 30px 0;
	background: transparent url(img/bg_lieferbedingungen.gif) center 110px  no-repeat;
}

.l_box h2 {
	font-size: 12px;
	font-weight: bold;
	color: #64361e;
	margin: 15px 0 5px 0;
	letter-spacing: 0.02em;
}
.l_box p {
	margin: 10px 0 0 0;
	font-size: 12px;
	font-weight: normal;
	color: #555;
	line-height: 1.3em;
}

.l_box ul {
	margin: 5px 0 5px 10px;
}

.l_box li {
	list-style-type: none;
	background: transparent url(img/bg_punkt.png) left 4px no-repeat;
	padding-left: 14px;
	line-height: 1.25em;
	margin-bottom: 3px;
	color: #555;
}

/* ------------------------ Faq ------------------- */

.f_box {
	float: left;
	width: 491px;
	margin: 10px 0 30px 0;
}

.f_box h2 {
	font-size: 12px;
	font-weight: bold;
	color: #64361e;
	margin: 15px 0 5px 0;
	letter-spacing: 0.02em;
}

.faq .main_top_faq {
	height: 165px;
	background: transparent url(img/bg_brief.png) right 35px no-repeat;
	color: #898989;
	line-height: 1.25em;
}

.faq .main_top_faq a {
	color: #ac7d66;
}

/* ------------------------- Impressum --------------------- */

.impressum .m_headline {
	margin-left: 23px;
	width: 468px;
}

.i_box {
	float: left;
	width: 414px;
	height: 508px;
	margin: 10px 0 30px 23px;
	padding: 0 25px 0 25px;
	background: #f0e6d9 url(img/bg_impressum.png) center repeat-y;
	border: 1px solid #d4c4b2;
	color: #555;
	display: inline;
}

.i_head {
	float: left;
	width: 100%;
	margin: 5px 0 5px 0;
	text-align: center;
}

.i_head h1 {
	font-size: 30px;
	font-weight: normal;
	font-family: "Times New Roman", serif;
	color: #FFF;
	letter-spacing: 0.02em;
}

.i_head h1 span {
	color: #ac7d65;
}

.i_head p {
	border-top: 1px solid #b7936e;
	line-height: 24px;
	color: #b7936e;
	display: inline;
	padding: 3px 0 0 0;
}

.i_box td, .i_box a {
	vertical-align: top;
	color: #555;
	line-height: 1.35em;
}
.i_box a {
	text-decoration: underline;
}

.i_box table {
	margin: 0 0 5px 0;
	background: transparent url(img/bg_impressum_logo.png) center center no-repeat;
}

.impressum .main_bottom_right {
	color: #b7936e;
}


/* ------------------------- Sitemap --------------------- */

.sitemap .main_bottom_left {
	width: 752px;
}

.sitemap .m_headline {
	width: 742px;
}

.s_box {
	float: left;
	width: 366px;
	margin: 10px 10px 0 0;
	display: inline;
}

.s_box h2 {
	font-size: 12px;
	font-weight: normal;
	color: #555;
	padding-left: 2px;
	letter-spacing: 0.02em;
	margin: 10px 0 0 0;
	width: 100%;
	background-color: #E4D2BC;
}

.s_box h3 {
	font-size: 12px;
	font-weight: bold;
	color: #64361e;
	letter-spacing: 0.02em;
	margin: 20px 0 5px 0;
}

.s_box a {
	color: #848484;
	
}

/* ------------------------ Kontakt ----------------------- */

.anfrage .main_bottom_left {
	float: left;
	width: 520px;
	margin: 20px 0 0 33px; 
	display: inline;
	color: #755f45;
}

.anfrage .main_bottom_right {
	width: 160px;
	margin: 20px 0 0 60px;
	height: 600px;
}

.anfrage .m_headline {
	width: 520px;
}

.k_box {
	float: left;
	width: 468px;
	height: 483px;
	margin: 20px 0 0 0;
	padding: 0 25px 0 25px;
	background: #f0e6d9 url(img/bg_anfrage.jpg) no-repeat;
	border: 1px solid #d4c4b2;
	color: #555;
	display: inline;
}

.k_head {
	float: left;
	width: 100%;
	margin: 5px 0 20px 0;
	text-align: center;
}

.k_head h1 {
	font-size: 30px;
	font-weight: normal;
	font-family: "Times New Roman", serif;
	color: #BFBFBF;
	letter-spacing: 0.02em;
	margin-bottom: 2px;
}

.k_head h1 span {
	color: #ac7d65;
}

.k_head p {
	border-top: 1px solid #b7936e;
	line-height: 24px;
	color: #b7936e;
	display: inline;
	padding: 3px 0 0 0;
}

.anfrage .h_center .brown {
	color: #956a55;
}

.anfrage .k_box h1 {
	color: #855b5d;
}

.anfrage label {
	float: left;
	width: 130px;
	margin-bottom: 10px;
}

.anfrage .form input, .anfrage .form textarea {
	float: left;
	width: 300px;
	line-height: 18px;
	padding: 2px 2px;
	border: 1px solid #d4c4b2;
	margin-bottom: 10px;
}

.anfrage input.bt_senden {
	border: none;
	line-height: 21px;
	height: 21px;
	width: 89px;
	font-size: 12px;
	color: #855b5d;
	margin-left: 130px;
	padding: 0;
	background: transparent url(img/bg_senden.jpg) no-repeat;
}

.anfrage .radio {
	float: left; 
	width: 270px;
	line-height: 20px;
}

.anfrage .radio input {
	vertical-align: middle;
	width: 20px;
	line-height: 20px;
	margin: 0;
	border: none;
}

.anfrage p {
	margin: 0 0 10px 0;
}
.anfrage a {
	color: #555;
}

.hotline {
	color: #898989;
	margin-top: 20px;
}

.illu_brief {
	background: transparent url(img/brief.jpg) 1px 400px no-repeat;
}

.illu_feder {
	background: transparent url(img/feder.jpg) 1px 400px no-repeat;
}

.form textarea {
	background: #fff url(img/dw_logo_xs.gif) center center no-repeat;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 12px;
}

.form_err {
	background-color: #FFE9AF;
}

p.error {
	width: 161px;
	padding: 5px 5px;
	color: #333;
	background-color: #FFE9AF;
}

#k_button {
	float: left;
	height: 21px;
	width: 520px;
}

#k_button input, #k_button a {
	text-align: center;
	border: none;
	padding: 0;
	margin: 0;
	line-height: 21px;
	height: 21px;
	width: 520px;
	font-size: 12px;
	vertical-align: middle;
	color: #855b5d;
	background: transparent url(img/bg_button_kontakt.png) no-repeat;
	display: block;
}


/* ----------------------- Produktseite ------------------- */

/* vertikale Trennstriche */

#main_shade_bottom ul {
	float: left;
	color: #838383;
	width: 552px;
	margin: 2px 0 0 55px;
	height: 19px;
	display: inline;
}

#main_shade_bottom li {
	float: left;
	width: 83px;
	height: 19px;
	text-align: center;
	margin: 0;
	padding: 0;
}

#main_shade_bottom li.l {
	width: 3px;
	color: #838383;
	text-align: center;
}
 
#main_shade_bottom li a {
	display: block;
	line-height: 19px;
}

#main_shade_bottom li a {
	color: #838383;
}

#main_shade_bottom li strong {
	color: #855b5d;
}

#main_shade_bottom li a:hover {
	text-decoration: underline;
}

.produkt .main_top_left {
	float: left;
	width: 520px;
	margin: 20px 0 0 33px; 
	display: inline;
	color: #755f45;
	display: inline;
}

.produkt .main_top_right {
	float: left;
	width: 130px;
	margin: 20px 0 0 58px;
	height: 575px;
	display: inline;
}

.produkt .m_headline {
	width: 520px;
}

.produkt .m_headline h1 {
	font-size: 16px;
	line-height: 18px;
	width: 518px;
}
.produkt .m_headline p {
	font-size: 11px;
}

.produkt_frame {
	position: relative;
	width: 520px;
	height: 485px;
	margin: 20px 0 0 0;
}

.p_bild, .p_text {
	position: absolute;
	top: 0;
	left: 0;
	width: 520px;
	height: 484px;
}

.p_bild {
	z-index: 1;
}
.p_bild img {
	border: 1px solid #cbcbcb;
}

.p_category {
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 5;
	width: 400px;
	height: 30px;
}


/* ---- Text auf dem Produktbild ------------------------- */

.p_text {
	z-index: 5;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	color: #5d5c5c;
	line-height: 1.3em;
}

.p_text span {
	font-weight: normal;
	font-size: 13px;
	text-transform: uppercase;
	padding-bottom: 8px;
}

.p_text table {
	margin: 10px 0 0 0;
	line-height: 1.3em;
	width: 250px;
}
.p_text td {
	padding-right: 5px;
	line-height: 15px;
}
.p_text p {
	margin: 10px 0 0 0;
	letter-spacing: -0.01em;
	width: 250px;
}

.p_h3_line {
	margin: 8px 0 10px 0;
	display: block;
}

.p_text h2 {
	font-weight: bold;
	font-size: 11px;
	line-height: 15px;
	margin-bottom: 5px;
	padding-top: 5px;
	text-transform: uppercase;
	border-top: 1px solid #5d5c5c;
	display: inline;
}
.p_text a {
	color: #5d5c5c;
}

.weihwasserkessel .p_text p, 
.pflanztoepfe .p_text p {
	width: 200px;
}


/* ------------------- Produkt-Links ---------------------- */

.p_buttons {
	width: 520px;
	margin: 2px 0 10px 0;
	background: transparent url(img/bg_button4.png) no-repeat;  
}
.p_buttons,
.p_button_left,
.p_button_center,
.p_button_right {
	float: left;
	height: 31px;
}

.p_button_left {
    width: 173px;
}
.p_button_center {
    width: 176px;
}
.p_button_right {
    width: 171px;
}

.p_button_left a, .p_button_right a, .p_button_center a  {
	display: block;
	line-height: 31px;
	text-align: center;
}
.p_button_left a, .p_button_right a {
	color: #555;
}

.p_button_center a {
	
}
.p_button_center a {
	color: #6c2515;
	font-weight: bold;
}

ul.p_empfehlung {
	float: left;
	width: 520px;
	height: 140px;
	margin: 15px 0 0 0;
}
.p_empfehlung li {
    float: left;
    width: 109px;
    height: 140px;
    margin: 0 15px 0 0;
}

.p_empfehlung img {
	border: 1px solid #ccc;
	margin-bottom: 1px;
}
.p_empfehlung span {
	width: 109px;
	line-height: 18px;
	height: 18px;
    color: #555;
}
.p_empfehlung span a {
	line-height: 18px;
	color: #555;
	text-align: center;
	text-decoration: none;
	display: block;
	background-color: #e6daca;
    overflow: hidden;	
}

/* ------------- Produktseite / Warenkorb -------------- */

.p_cart .main_top_right {
    margin: 42px 0 0 40px;
    width: 180px;
    height: auto;
}


/* tel-nummer rechts */

.p_cart .main_top_right p strong {
    font-size: 110%;
    font-weight: bold;
    color: #ac7d66;
}

/* Warenkorb-Status */

.p_cart .status {
    float: left;
    width: 100%;
    height: 64px;
    margin-bottom: 20px;
}

.p_cart .status ul {
    float: left;
    width: 100%;
    height: 64px;
}

.p_cart .status li {
    float: left; 
    height: 21px;
    padding-top: 43px;
    color: #bbb;
}

.p_cart .status .c1 {
    width: 23%; 
}
.p_cart .status .c2 {
    width: 25%; 
}
.p_cart .status .c3 {
    width: 30%; 
}
.p_cart .status .c4 {
    width: 22%; 
}

.p_cart .status li span {
    border-top: 1px solid #ac7d66;
    display: block;
    padding: 3px 0 0 6px;
    height: 17px;
    background: transparent url(img/bg_cart_nav.png) bottom left no-repeat;
}

.p_cart .status .sel {
    background: transparent url(img/cart.jpg) top center no-repeat;
}

.p_cart .status .sel span {
    border-top: 1px solid #fff;
    font-weight: bold;
    font-style: normal;
    color: #ac7d66;
}

/* Warenkorb: Artikel-Tabelle */

.cart_tbl table {
    width: 100%;
    margin: 0;
    border-left: 1px solid #c6c6c4;
    border-right: 1px solid #c6c6c4;
    border-bottom: 1px solid #c6c6c4;
    font-size: 11px;
}

.cart_tbl table table {
    border: none;
}

.cart_tbl td {
    color: #555;
    line-height: 18px;
    padding: 3px 4px 3px 4px;
    vertical-align: top;
    font-size: 12px;
}
.cart_tbl .text-line td {
	padding: 8px 0 8px 12px;
}
.cart_tbl td strong {
    letter-spacing: 0.02em;
}

.cart_tbl td.center {
    text-align: center;
}

.cart_tbl .head td,
.cart_tbl .row td {
    border-right: 1px solid #c6c6c4;
}

.cart_tbl .bottom td {
    border-bottom: 1px solid #c6c6c4;
}

.cart_tbl td.img {
    border-bottom: 1px solid #c6c6c4;
    vertical-align: middle;
}
.cart_tbl .img img {
    margin: 8px 0 8px 0;
    border: 1px solid #ccc;
}
    
.cart_tbl td.right,
.cart_tbl .right input {
    text-align: right;
    padding-right: 10px;
}

.cart_tbl td.top,
.cart_tbl tr.top > td {
    border-top: 1px solid #c6c6c4;
}

.cart_tbl .preis {
    color: #855b5d;
}

.cart_tbl td.noline {
    border-right: none !important;
}

.cart_tbl td {
    background-color: #fffaf6;
}

.cart_tbl .bg td {
    background-color: #f4ece1;
}

.cart_tbl input {
    vertical-align: top;
}

.adresse tr td {
    padding-left: 10px;
}

.adresse input,
.adresse textarea,
.adresse select {
	border: 1px solid #bbb;
}

input.input_wide,
select.input_wide,
textarea.input_wide {
    width: 165px;   
}

input.p_cart_link,
input.p_cart_button {
    border: none;
    font-family: "Trebuchet MS", sans-serif;
    background-color: transparent;
    display: block;
    line-height: 21px;
    color: #555;
    font-size: 12px;
    width: 175px;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
    padding: 0;
    margin: 0;
    height: 21px;
}

input.h_bold {
    color: #6c2515;
    font-weight: bold;
}

input.p_cart_button {
    height: 31px;
    line-height: 31px;
    color: #6c2515;
}
.p_button_center a.p_cart_button,
.p_button_center input.p_cart_button {
    font-weight: bold;
    color: #fff;    
}


/* div Buttons */
/* Produktseite */

#pro_cart_order {
    background: transparent url(img/bg_cart_lilie.png) no-repeat 12px center;
    padding-left: 40px;
    text-align: left;
}

/* Warenkorb Liste */

#cart_list_order {
    background: transparent url(img/bg_cart_lilie.png) no-repeat 12px center;
}
/* Warenkorb Abschluss */

#cart_check_order {

}


input.p_cart_link {
    float: right;
    padding: 0;
    background-color: #E9DBCA;
    border: 1px solid #CFB09B;
    margin: 3px 2px 3px 0;
}

.p_cart .abschluss {
    height: 400px;
    border: 1px solid #CFB09B;
    padding: 20px 20px 0 20px;
    background: #fffaf6 url(img/feder.jpg) center 230px no-repeat;   
}

.p_cart .agb a {
    border-bottom: 1px dotted #444;
    color: #222;
}

/* nicht lieferbar: Rasteransicht */

.n_a .main_top_left {
    padding-top: 20px;  
}

.n_a ul.raster {
    width: 100%;
}

.n_a .raster li {
    float: left;
    width: 130px;
    height: 165px;
}

.n_a .raster a {
    line-height: 18px;
    color: #555;
    font-size: 12px;
    padding: 3px 0 0 0;
}

/* ------------- Produktseite / Rechte Spalte ------------- */

.p_vorschau {
	float: left; 
	width: 128px; 
	height: 379px;
	margin-top: 10px;
}

.p_vorschau span.l {
	display: block;
	background: #d0b8ad url(img/p_vorschau_lilie.gif) center center no-repeat;
	height: 18px;
	margin-bottom: 1px;
}

.p_vorschau ul {
	width: 128px; 
	height: 369px; 
	overflow: auto;
	scrollbar-track-color: #ece0d2;
	scrollbar-face-color: #ece0d2;
	scrollbar-arrow-color: #FFFAF6;	
}

.p_vorschau li {
	float: left;
	width: 107px;
	margin: 0;
	padding: 0;
	background-color: #f5ece1;
	text-align: center;
}

.p_vorschau li img {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #fff;
}

.p_vorschau li a {
	margin: 0;
	padding: 0;
}

.p_vorschau li span {
	height: 28px;
	line-height: 14px;
	margin: 0;
	padding: 0;
}

.p_vorschau li span a {
	display: block;
	line-height: 14px;
	height: 28px;
	font-size: 11px;
	color: #555;
	margin: 0;
	padding: 0;
	text-align: center;
	vertical-align: middle;
}

/* Zahlen-Navigation -------------------------------------- */

.p_zahlen {
	float: left; 
	width: 128px;
	margin: 20px 0 10px 0;
}

.p_zahlen li {
	float: left;
	width: 31px;
	height: 31px;
	margin: 0 1px 1px 0;
	display: inline;
}

.p_zahlen li a {
	display: block;
	text-align: center;
	font-size: 17px;
	line-height: 31px;
	color: #855b5d;
	background: transparent url(img/z_nav_all.png) top left no-repeat;
}

.p_zahlen li.tl a {
	background-position: -93px 0px;
}
.p_zahlen li.tr a {
	background-position: -124px 0px;
}
.p_zahlen li.bl a {
	background-position: -31px 0px;
}
.p_zahlen li.br a {
	background-position: -62px 0px;
}

.p_zahlen li a.ac:hover, .p_zahlen li a.sel {
	background-position: 0px -31px;
}
.p_zahlen li.tl a.ac:hover, .p_zahlen li.tl a.sel {
	background-position: -93px -31px;
}
.p_zahlen li.tr a.ac:hover, .p_zahlen li.tr a.sel {
	background-position: -124px -31px;
}
.p_zahlen li.bl a.ac:hover, .p_zahlen li.bl a.sel {
	background-position: -31px -31px;
}
.p_zahlen li.br a.ac:hover, .p_zahlen li.br a.sel {
	background-position: -62px -31px;
}


/* Pfeile vorheriger/nächster ----------------------------- */

.p_pfeil_l, .p_pfeil_r {
	float: left;
	width: 64px;
	height: 18px;
	margin-bottom: 20px;
}

.p_pfeil_l img {
	margin-left: 12px;
}

.p_pfeil_r img {
	margin-left: 32px;
}

/* Bilder-Navigation ---------------------------- */

.p_img_nav {
	float: left;
	width: 520px;
	height: 95px;
	margin: 0; 
	display: inline;
}

.p_img_nav li {
	float: left;
	width: 85px;
	height: 81px;
	margin-right: 1px;
	display: inline;
}

.p_img_nav li a {
	display: block;
	height: 79px;
}

.p_img_nav .grablaternen li a {
	background: transparent url(img/auswahl.jpg) no-repeat;
}
.p_img_nav .grabvasen li a {
	background: transparent url(img/grabvasen-auswahl.jpg) no-repeat;
}
.p_img_nav .weihwasserkessel li a {
	background: transparent url(img/weihwasserkessel-auswahl.jpg) no-repeat;
}
.p_img_nav .pflanztoepfe li a {
	background: transparent url(img/pflanztoepfe-auswahl.jpg) no-repeat;
}
.p_img_nav .grabfiguren li a {
	background: transparent url(img/grabfiguren-auswahl.jpg) no-repeat;
}
.p_img_nav .engel li a {
	background: transparent url(img/engel-auswahl.jpg) no-repeat;
}


.p_img_nav li.p_13 a {
	background-position: 0px -79px;
}
.p_img_nav li.p_14 a {
	background-position: -85px -79px;
}
.p_img_nav li.p_15 a {
	background-position: -170px -79px;
}
.p_img_nav li.p_16 a {
	background-position: -255px -79px;
}
.p_img_nav li.p_17 a {
	background-position: -340px -79px;
}
.p_img_nav li.p_18 a {
	background-position: -425px -79px;
}

.p_img_nav li.p_13 a:hover, .p_img_nav li.p_13 a.sel {
	background-position: 0px 0px;
}
.p_img_nav li.p_14 a:hover, .p_img_nav li.p_14 a.sel  {
	background-position: -85px 0px;
}
.p_img_nav li.p_15 a:hover, .p_img_nav li.p_15 a.sel {
	background-position: -170px 0px;
}
.p_img_nav li.p_16 a:hover, .p_img_nav li.p_16 a.sel {
	background-position: -255px 0px;
}
.p_img_nav li.p_17 a:hover, .p_img_nav li.p_17 a.sel  {
	background-position: -340px 0px;
}
.p_img_nav li.p_18 a:hover, .p_img_nav li.p_18 a.sel {
	background-position: -425px 0px;
}

/* Unterer Bereich Test/FAQ/Service ----------------------- */


.p_illustration {
	float: left;
	width: 130px;
	height: 81px;
	margin: 14px 0 0 0;
}
.p_illustration img {
	margin: 5px 0 0 0;
}

.produkt .main_bottom_left {
	margin-top: 0;
	width: 520px;
}

.produkt .main_bottom_right {
	margin: 0 0 0 60px;
	width: 130px;
}

.produkt .main_bottom_text,
.produkt .main_bottom_text a,
.produkt .main_bottom_faq,
.produkt .main_bottom_faq a,
.produkt .main_bottom_suche {
	color: #828282;
	line-height: 1.32em;
}

.produkt .main_bottom_left h3,
.produkt .main_bottom_left h4 {
	color: #ac7d66;
	font-weight: bold;
	font-size: 14px;
    display: block;
    border-bottom: 1px solid #ac7d66;
    margin: 0 0 10px 0;
    padding: 0 0 3px 0;
    line-height: 17px;
}

.produkt .main_bottom_text {
	margin: 16px 0 20px 0;
	width: 250px;
	float: left;
	height: auto;
	display: inline;
	padding-bottom: 2px;
}

.produkt .main_bottom_faq {
	width: 250px;
	margin: 16px 0 0 20px;
	float: left;
	display: inline;
}

.produkt .main_bottom_suche {
	width: 130px;
	margin: 16px 0 0 0;
	float: left;
	display: inline;
}

.produkt .main_bottom_suche input.feld {
	width: 65px;
	line-height: 18px;
	height: 18px;
	padding: 0;
	margin: 0;
	border: 1px solid #d4c4b2;
}

.produkt .main_bottom_suche input.bt_suche {
	border: none;
	line-height: 21px;
	height: 21px;
	width: 56px;
	font-size: 12px;
	color: #855b5d;
	margin: 3px 0 0 1px;
	background: transparent url(img/bg_suche.jpg) no-repeat;
}


/* ---------------- Favoriten / Verweise ----------------- */
/* auch auf der Startseite! */

.p_favorit {
    float: left;
    width: 232px;
    height: 290px;
    margin: 10px 27px 25px 0;
    display: inline;	
}

.p_favorit_bild img {
    border: 1px solid #e9e1dd;
}

.p_favorit_bild a {
    padding: 0;
    margin: 0;
}

.p_favorit_text {
    width: 222px;
    height: 105px;
    background-color: #f5ece1;
    padding: 4px 5px 4px 5px;
    color: #555;
    display: block;
    margin-top: 1px;
}

.p_favorit_text a {
    color: #555;
}

.p_favorit_text a strong,
.p_favorit_text strong {
    font-weight: bold;
    color: #64361e;
}

.p_favorit_button {
	margin-top: 1px;
    background: transparent url(img/bg_favorit_button.gif) no-repeat;
    width: 232px;
    height: 18px;
}

.p_favorit_button a {
    line-height: 18px;
    text-align: center;
    display: block;
    height: 18px;
    color: #555;
}


/* Produktseiten 6er ------------------------------------ */

.verteiler .main_bottom_left {
    width: 530px;
    margin: 15px 0 0 20px;
}
    
.verteiler .main_bottom_right {
    margin: 15px 0 0 20px;
}

.verteiler .m_headline {
    width: 500px;
}
.verteiler .m_headline h2 {
	width: 100%;
}

.verteiler .m_headline, .verteiler .h_cap {
    line-height: 24px;
    height: 24px;
    margin-bottom: 20px;
}

.pro_box {
    float: left;
    width: 242px;
    height: 280px;
    margin: 0 20px 20px 0;
    line-height: 1.3em;
    background-color: #ece1cf;
}
.pro_img {
    margin: 0 0 0 0;
}
.pro_img img {
    border: 1px solid #dadada;
}

.pro_text {
    border-top: 2px solid #fff;
    display: block;
    padding: 4px;
    
}
.pro_text .weiter {
    float: right;
    text-align: right;  
}
.pro_text a {
    text-decoration: none;
    color: #4f4f4f; 
}


/* Verteilerseite rechte Spalte */
.r_text {
    color: #555;
    line-height: 1.2em;
    margin-bottom: 17px;
}

.r_text .h_cap {
    margin-bottom: 10px;    
}

.r_text h2, .r_text h3 {
    color: #64361e;
    font-weight: bold;
    font-size: 12px;
}
.r_text ul  {
    margin: 0 0 0 15px;
}
.r_text li {
    list-style-position: outside;
    list-style-type: disc;
    margin: 0 0 4px 0;
    line-height: 1.15em;
}

.r_text a {
    color: #555;
}

/* ------------------------- Suche ----------------------- */

.suche .main_bottom_left {
	width: 520px;
}

.suche ul {
	margin: 20px 0 20px 0;
}

.suche li {
	float: left;
	width: 95%;
	margin-bottom: 5px;
	padding-bottom: 10px;
	border-bottom: 1px solid #848484;
}

.suche li img {
	float: left;
	margin: 0 20px 0 0;
}
.suche li a {
	text-decoration: none;
	color: #848484;
}
.suche strong {
	color: #ac7d66;
}

/* ----------------- Logo Weimar -------------------------- */

.logo_weimar {
	width: 171px;
	height: 110px;
	text-align: center;
	float: left;
	margin: 100px 0 10px 0;
}

.produkt .logo_weimar {
	margin-top: 225px;
}

.impressum .logo_weimar,
.anfrage .logo_weimar {
	margin-top: 20px;
}

.start .logo_weimar {
	margin-top: 190px;
}

/* ----------------------- Fusszeile ---------------------- */

#footer p {
	float: left;
	font-size: 11px;
	height: 30px;
	line-height: 30px;
	color: #855b5d;
	font-family: Verdana, sans-serif;
}
#footer span {
	color: #555;
}


/* ----------------- Social Bookmarks ---------------------- */

#web p, #web a, #bm p, #bm a {
	color: #855b5d;
}

/* -------- Formatierungen: Erster Buchstabe größer ------- */


.h_first3x, .h_first2x {
	float: left;
	font-family: "Times New Roman", serif;
	line-height: 0.74em;
	padding: 0;
	display: inline;
	font-weight: normal;
}

.h_first3x {
	font-size: 59px;
	margin: 2px 5px 0 0;
}

.h_first2x {
	font-size: 36px;
	margin: 2px 1px 0 0;
}


/* --------------------- layout helfer -------------------- */

.clear {
	clear: both;
}

.h_box {
	float: left;
	width: 50%;
}

a.h_weiter {
	float: right;
	text-align: right;
}

p.h_cap, 
span.h_cap, 
h3.h_cap,
h4.h_cap {
	display: block;
	border-bottom: 1px solid #ac7d66;
	color: #ac7d66;
	margin: 0 0 10px 0;
	font-weight: bold;
	line-height: 20px;
	font-size: 12px;
	padding: 0;
}

.h_cap a {
	color: #ac7d66;
}

.start h3.h_cap {
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 10px 0;
}

.start .m_headline h2, .start .m_headline h1 {
	width: 491px;
}

.main_top_right .h_cap {
    margin: 0;  
}

.h_lilie {
	display: block;
	background: #d0b8ad url(img/p_vorschau_lilie.gif) center center no-repeat;
	height: 18px;
	margin-bottom: 1px;
}

.h_left {
	float: left;
	text-align: left;
}

.h_center {
	text-align: center;
}

.h_right {
	text-align: right;
}

.h_text_bottom {
	position: absolute;
	bottom: 15px;
	left: 10px;
}

/* ----------------------- ie6 ---------------------------- */

.ie6 #header_right  {
	background-image: url(img/header_shadow.gif);
}
.ie6 #nav_hg {
	background-image: url(img/hg_left_nav.gif);
}

.ie6 #footer {
	background-image: url(img/hg_footer.gif);
}

.ie6 #nav .n1 a {
	background-image: url(img/nav_01.gif);
}
.ie6 #nav .n2 a {
	background-image: url(img/nav_02.gif);
}
.ie6 #nav .n3 a {
	background-image: url(img/nav_03.gif);
}
.ie6 #nav .n4 a {
	background-image: url(img/nav_04.gif);
}
.ie6 #nav .n5 a {
	background-image: url(img/nav_05.gif);
}

.ie6 #main_top, .ie6 #main_bottom {
	background-image: url(img/hg_main_box.gif); 
}

.ie6 #main_shade {
	background-image: url(img/hg_main_shade.gif);
}

.ie6 #main_shade_top {
	background-image: url(img/hg_main_shade_top.gif);
}

.ie6 #main_shade_bottom {
	background-image: url(img/hg_main_shade_bottom.gif);
}

