/* -----------------------------------------------------------------------------------------
   $Id: stylesheet.css 1262 2005-09-30 10:00:32Z mz $   

   XT-Commerce - community made shopping
   http://www.xt-commerce.com

   Copyright (c) 2004 XT-Commerce 
   -----------------------------------------------------------------------------------------
   based on: 
   (c) 2000-2001 The Exchange Project  (earlier name of osCommerce)
   (c) 2002-2003 osCommerce(stylesheet.css,v 1.54 2003/05/27); www.oscommerce.com 
   (c) 2003	 nextcommerce (stylesheet.css,v 1.7 2003/08/13); www.nextcommerce.org

   Released under the GNU General Public License 
   -----------------------------------------------------------------------------------------
   
   XTC5 Template & Stylesheets
   -----------------------------------------------------------------------------------------
   (c) 2007 Ing. Michael Frst
       bluegate communications
	   http://www.bluegate.at
   ---------------------------------------------------------------------------------------*/
/* popcart begin */

#popCart {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 560px;
	margin-left: -280px;
	background: #fff;
	border: 1px solid #000;
	color: #000;
	z-index: 100000;
	display: none;
	padding: 10px 10px 25px 10px;;
}

.popup_header {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 1.0em;
	text-align: center;
	vertical-align:bottom;
	padding: 3px 10px;
	border: 1px solid #ccc;
	margin: 0px auto;
	width: 380px;
}

.popup_image {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 0.9em;
	text-align: center;
	color: #000;
	margin: 10px auto;
	padding: 5px;
}

#mycart {
	margin: 0px auto;
	height: 62px;
	width: 320px;
}

.cart_symbol {
	height: 62px;
	width: 44px;
	float: left;
	background-image: url(img/shopping_cart.gif);
	background-position: left;
	background-repeat: no-repeat;
}
.cart_contents {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 0.9em;
	text-align: left;
	color: #000;
	height: 62px;
	float: right;
	padding:20px 0 0 0
}

#pop_buttons_box {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 1.0em;
	text-align: center;
	width: 560px;
	height: 28px;
	vertical-align:bottom;
	margin: 10px auto 0 auto;
}

#pop_buttons_box a {
	color: #000;
	text-decoration: none;
}
#pop_buttons_box a:hover {
	color: #484848;
	text-decoration: none;
}

.close_button {
	float: left;
	width: 160px;
	border: 1px solid #000;
}
.cart_button {
	float: right;
	width: 160px;
	border: 1px solid #000;
}

/* popcart end */
   
   
/*anfang*/
.catpic {
	/*background-image: url(img/kattest.jpg);*/
	/*background-color:#00FF00;*/
	/*background-repeat: repeat-x;*/
	/* Damit wird das Hintegrundbild nur horizontal widerholt */
	color: #fff;
	font: verdana, arial, san-serif;
	font-size: 12px;
	font-weight: normal;
	/*center um zu zentrieren*/
	/*text-align: left;*/
	/*Hintegrundbildgrose*/
	width: 240px;
	/*height: 250px;*/
	padding-top:0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	/*float: left;*/
}
.catbox .catpic img{
	/*float: left;*/
	width: 200px;
	height: 130px;
	border: solid 4px #FFFFFF;
}
.catpic:hover {
	/*background-image: url(img/kattestover.jpg);*/
	/*background-color:#00FFFF;*/
}
.catbox {
	width: 240px;
	height: 180px;
	float: left;
	/* text-align: left; */
}
/*ende*/

/* THE BIG GUYS */
* {
	margin:0;
	padding:0;
}
body {
	font-family:"Trebuchet MS", Verdana, Arial, Sans-serif;
	font-size:13px;
	padding:0px;
	/*background-image:url(img/bg.gif);*/
	background-image:url(img/bg.jpg);
	background-repeat:repeat-x;
	background-color:#666666;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0px;
}
/* HEADINGS */
h1 {
	color:#ffffff;
	font-weight:bold;
	font-size:13px;
	margin:4px 0px 15px 0px;
	padding:0px;
	width:auto;
	line-height:28px;
	border-style:solid;
	border-width:0px 0px 1px 0px;
	border-color:#fff;
}
h2 {
	color:#ffffff;
	font-weight:bold;
	font-size:13px;
	margin:15px 0px 8px 0px;
	padding:0px;
}
h4 {
	color:#ffffff;
	font-weight:bold;
	font-size:13px;
	/*background-color:#333333;*/
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 15px;
	width:auto;
	line-height:23px;
	background-image: url(img/h4.gif);
	background-repeat: no-repeat;
	background-position: 4px;
}
/* LINKS GLOBAL */
a, a:link, a:link, a:link, a:hover {
	background:transparent;
	/*text-decoration:underline;*/
	cursor:pointer
}
a:link {
	color:#999999
}
a:visited {
	color:#999999
}
a:hover, a:active {
	color:#999999
}
a img {
	border:none
}
/* INPUT ELEMENTS GLOBAL (CSS 1 compatible) */
input {
	font-family:"Trebuchet MS", Verdana, Arial, Sans-serif;
	font-size:13px;
}
textarea {
	font-family:"Trebuchet MS", Verdana, Arial, Sans-serif;
	font-size:13px;
	border-width:1px;
	border-style:solid;
	border-top-color:#4E4E4F;
	border-left-color:#4E4E4F;
	border-bottom-color:#AEAEAE;
	border-right-color:#AEAEAE
}
select {
	font-family:"Trebuchet MS", Verdana, Arial, Sans-serif;
	font-size:13px;
	border-width:1px;
	border-style:solid;
	border-top-color:#4E4E4F;
	border-left-color:#4E4E4F;
	border-bottom-color:#AEAEAE;
	border-right-color:#AEAEAE
}
/* INPUT ELEMENTS DETAILED (CSS 2 compatible - works only in new browsers (FF 2.0, IE 7...) */
input[type=text], input[type=password] {
	border-width:1px;
	border-style:solid;
	border-top-color:#4E4E4F;
	border-left-color:#4E4E4F;
	border-bottom-color:#AEAEAE;
	border-right-color:#AEAEAE
}
/* PARAGRAPH GLOBAL */
p {
	margin:8px 0px 8px 0px;
}
#text {
	text-align:justify;
	color:#FFF;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#text a, #text a:link, #text a:visited, #text a:hover, #text a:active {
	color:#FF6600;
	/*line-height:23px;*/
	text-decoration:underline;
	font-weight:bold;
	cursor:pointer;
	margin:0;
	padding:0;
}
#textfon{
	color:#FF6600;
	/*line-height:23px;*/
	text-decoration:underline;
	font-weight:bold;
	cursor:pointer;
	margin:0;
	padding:0;
}
/* FAKE HR DIV CAUSE OF IE TROUBLES */
div.hr {
	padding-top:1px;
	height:0;
	overflow:hidden;
	margin:0;
	line-height:0px;
	/*background-color:#4E4E4F*/
}
div.hrlightgrey {
	padding-top:1px;
	height:0;
	overflow:hidden;
	margin:0;
	line-height:0px;
	background-color:#999999
}
div.hrproductpreview {
	padding-top:1px;
	height:0;
	overflow:hidden;
	margin:0px 0px 0px 0px;
	display:inline;
	height:0px;
	line-height:0px;
	display:block;
	background-image:url(img/hr_productpreview.gif)
}
/* TABLE GLOBAL */
table td {
	padding:2px;
}
/* WHOLE SITE WRAPPER */
#wrap {
	margin: 0 auto;
	width:950px;
	/*background-color:#58595B;*/
	border: 0px solid #fff;
}
/* HEADER WITH LOGO, SEARCH BOX AND LANGUAGE SELECTION */
#header {
	height:235px;
	background-image: url(img/header_bg_oben.jpg);
	/*background-color:#00ff00;*/
	background-repeat: repeat-x;
	background-position: 0px;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #fff;
	border-bottom-color: #fff;
}
#logo {
	width: 322px;
	height:200px;
	float:left;
	background-image: url(img/logo_schiefer.jpg);
	background-repeat: no-repeat;
	padding: 0px;
}
#logo_schiefer {
	width: 297px;
	height:78px;
	float:right;
	background-image: url(img/logo_schieferform.png);
	background-repeat: no-repeat;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 280px;
}
#logo_text{
	line-height:12px;
	text-align:right;
	color:#666666;
	font-size:10px;
	width:470px;
	margin-top: 120px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 480px;
}
#header #search{
	/*width: 200px;*/
	/*height:35px;*/
	/*float:left;*/
	/*background: url("img/bg_search_breakline.gif") no-repeat;*/
}
/* modi */
#search {
	width: 210px;
	height:30px;
	float:left;
	/*background: url("img/bg_search_breakline.gif") no-repeat;*/
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	/*background-color:#ff6600;*/
}
#header #search a {
	color:#fff;
	font-size:13px;
}
#header td {
	padding-top:0px;
	padding-right:4px;
}
/* BREADCRUMB PATH AS LIST */
#breadcrumb {
	clear:both;
	color:#fff;
	list-style-type:none;
	/*background-color:#fff;*/
	height:22px;
	background-image:none;
	font-size:11px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 225px;
}
#breadcrumb a, #breadcrumb a:link, #breadcrumb a:visited, #breadcrumb a:hover, #breadcrumb a:active {
	line-height:23px;
	text-decoration:none;
	font-weight:normal;
	cursor:pointer;
	color:#fff;
	margin:0;
	padding:0;
}
/* TOPMENU AS LIST */
#cartbox{
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#headerbottom {
	width:950px;
	height:35px;
	background-image:url(img/bg_topmenu.gif);
	background-repeat:repeat-x;
}
#topmenu_zwei {
	float:right;
	padding:0;
	margin:0;
	list-style-type:none;
	height:35px;
	font-size:13px;
}
#topmenu_zwei li {
	text-transform: normal;
	height:35px;
	float:left;
	padding: 0px 25px 0px 25px;
	margin:0;
	background: url("img/bg_topmenu_breakline.gif") no-repeat;
	background-position:left;
}
#topmenu_zwei a, #topmenu_zwei a:link, #topmenu_zwei a:visited, #topmenu_zwei a:hover, #topmenu_zwei a:active {
	line-height:35px;
	vertical-align:middle;
	text-decoration:none;
	font-weight:bold;
	cursor:pointer;
	color:#fff;
	margin:0;
	padding:0;
}
#topmenu_zwei a:hover {
	color:#FF6600;
}
#topmenuwrap {
	background-image: url(img/bg_topmenu.gif);
	background-repeat: repeat-x;
}
#topmenu {
	float:left;
	padding:0;
	margin:0;
	list-style-type:none;
	height:35px;
	font-size:13px;
	background: url(img/bg_topmenu.gif) repeat-x;
}
#topmenu li {
	height:35px;
	float:left;
	padding: 0px 25px 0px 25px;
	margin:0;
	background: url("img/bg_topmenu_breakline.gif") no-repeat;
	background-position:right;
}
#topmenu a, #topmenu a:link, #topmenu a:visited, #topmenu a:hover, #topmenu a:active {
	line-height:35px;
	vertical-align:middle;
	text-decoration:none;
	font-weight:bold;
	cursor:pointer;
	color:#fff;
	margin:0;
	padding:0;
}
#topmenu a:hover {
	color:#DB9501;
}

/*infomenu als liste*/
.infomenu {
	float:none;
	padding:0;
	margin:0;
	list-style-type:none;
	height:35px;
	width:auto;
	font-size:13px;
}
.infomenubottom ul.infomenu li {
	/*height:35px;*/
	width:130px;
	/*float:left;*/
	padding: 0px 0px 0px 0px;
	margin:0;
	/*background-color:#003399;*/
	/*text-align:center*/
	/*background-image: url(img/bg_topmenu.gif);*/
	/*background: url("img/bg_topmenu_breakline.gif") no-repeat;
	background-position:left;*/
}
.infomenu a, .infomenu a:link, .infomenu a:visited, .infomenu a:hover, .infomenu a:active {
	line-height:35px;
	vertical-align:middle;
	text-decoration:none;
	font-weight:normal;
	cursor:pointer;
	color:#fff;
	margin:0;
	text-align: center;
	padding-right: 12px;
	padding-left: 12px;
}
.infomenu a:hover {
	color:#FF6600;
}
.infomenubottom {
	float:left;
	display: block;
	clear: both;
	width: 100%;
	height:35px;
	text-align:center;
	padding: 0 0 0 0px;
	/*text-align:center;*/
	/*background-color:#E2E2E2;*/
	margin-bottom:5px;
	border-top-style: solid;	/*background-image: url(img/bg_topmenu.gif);*/
	border-top-width: 1px;
	border-top-color: #FFFFFF;
}
/*infomenu als liste*/
/* LANGUAGE SELECTION IN TOPMENU LIST */
#languages {
	text-align:right;
	height:25px;
	font-size:13px;
	background: url(img/bg_topmenu.gif) repeat-x;
	margin:0;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
/* CONTENT WRAPPER */
#contentwrap {
	clear:both;
	width:950px;
	padding:0;
}
/* LEFT COLUMN */
#leftcol {
	float:left;
	width:200px;
	padding:0px 0px 15px 0px;
}
/* RIGHT COLUMN */
#rightcol {
	float:right;
	width:200px;
	padding:0px 0px 15px 0px;
}
/* MAIN CONTENT */

#content {
	float:left;
	width:495px;
	padding:0px 25px 5px 25px;
	margin-bottom:15px;
	color:#FFFFFF;
}
#contentfull {
	color:#FFFFFF;
	width:890px;
	padding:0px 30px 0px 30px;
	margin-bottom:15px;
}
#content_list{
	color:#FFFFFF;
	font-size:13px;
	line-height:20px;
	font-weight:normal;
	background-image:url(img/icon_arrow_content_list.gif);	
	background-repeat:no-repeat;
	background-position: 18px 4px;
	margin:0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 40px;
}
.content_list_start{
	color:#FFFFFF;
	font-size:13px;
	line-height:20px;
	font-weight:bold;
	background-image:url(img/icon_arrow_content_list_pfeil.gif);
	background-repeat:no-repeat;
	background-position: 18px 4px;
	margin:0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 40px;
}
/* CATEGORY MENU */
h2.categoryheader {
	/*background-color:#303736;*/
	/*background-image:url(img/bg_boxheader.gif);*/
	/*background-image:url(img/icon_arrow_pfeil.gif);
	background-repeat:no-repeat;*/
	height:30px;
	font-size:13px;
	color:#FFFFFF;
	border-bottom:solid 1px;
	border-color:#FFFFFF;
	padding:2px 8px 0px 2px;
	margin:0;
	line-height:28px;
	vertical-align:middle;
	text-transform: normal;
}
h2.categoryheader a {
	text-decoration:none;
	color:#ffffff
}
ul.categorymenu {
	font-size:13px;
	/*background-color:#58595B;*/
	margin-bottom:15px;
	border: solid #DB9502;
	border-width:0px 0px 0px 0px;
	margin-top: 5px;
}
/* 1st TIER */
ul.categorymenu li.level1 a:hover{
	color:#FF6600;
}
ul.categorymenu li.level2 a:hover{
	color:#FF6600;
}
ul.categorymenu li.level3 a:hover{
	color:#FF6600;
}
ul.categorymenu li.level1 {
	list-style-type:none;
	/*background-color:#EEA003;*/
	/*background-image:url(img/nav_hg.gif);
	background-repeat: repeat-x;*/
	background-image:url(img/icon_arrow_level2.gif);
	background-repeat:no-repeat;
	background-position: 12px 4px;
	padding:0px 0px 0px 27px;
	border: solid #666666;
	border-width:1px 0px 0px 0px;
}
ul.categorymenu li.level1 a {
	text-decoration:none;
	color:#FFFFFF;
	font-weight:bold;
}
/* 2nd TIER */
ul.categorymenu li.level2 {
	list-style-type:none;
	/*background-color:#EEA003;*/
	/*background-image:url(img/nav_hg.gif);
	background-repeat: repeat-x;*/
	background-image:url(img/icon_arrow_level2.gif);
	background-repeat:no-repeat;
	background-position: 12px 4px;
	padding:0px 0px 0px 27px;
	border: solid #58595B;
	border-width:1px 0px 0px 0px;
}
ul.categorymenu li.level2 a {
	font-size: 11px;
	text-decoration:none;
	color:#FFFFFF;
	font-weight:bold;
}
/* 3rd TIER */
ul.categorymenu li.level3 {
	list-style-type:none;
	background-color:#EEA003;
	padding:0px 0px 0px 26px;
	border: solid #58595B;
	border-width:1px 0px 0px 0px;
}
ul.categorymenu li.level3 a {
	font-size: 11px;
	text-decoration:none;
	color:#FFFFFF;
	font-weight:bold;
}
/*categorymenu2*/
ul.categorymenu2 {
	font-size:13px;
	/*background-color:#58595B;*/
	margin-bottom:15px;
	border: solid #DB9502;
	border-width:0px 0px 0px 0px;
	margin-top: 5px;
}
/* 1st TIER */
ul.categorymenu2 li.level1 a:hover{
	color:#FF6600;
}
ul.categorymenu2 li.level2 a:hover{
	color:#FF6600;
}
ul.categorymenu li.level3 a:hover{
	color:#FF6600;
}
ul.categorymenu2 li.level1 {
	list-style-type:none;
	/*background-color:#EEA003;*/
	/*background-image:url(img/nav_hg.gif);
	background-repeat: repeat-x;*/
	background-image:url(img/icon_arrow_level2.gif);
	background-repeat:no-repeat;
	background-position: 12px 4px;
	padding:0px 0px 0px 27px;
	border: solid #666666;
	border-width:1px 0px 0px 0px;
}
ul.categorymenu2 li.level1 a {
	text-decoration:none;
	color:#FFFFFF;
	font-weight:bold;
}
/* 2nd TIER */
ul.categorymenu2 li.level2 {
	list-style-type:none;
	/*background-color:#EEA003;*/
	/*background-image:url(img/nav_hg.gif);
	background-repeat: repeat-x;*/
	background-image:url(img/icon_arrow_level2.gif);
	background-repeat:no-repeat;
	background-position: 12px 4px;
	padding:0px 0px 0px 27px;
	border: solid #58595B;
	border-width:1px 0px 0px 0px;
}
ul.categorymenu2 li.level2 a {
	font-size: 11px;
	text-decoration:none;
	color:#FFFFFF;
	font-weight:bold;
}
/* 3rd TIER */
ul.categorymenu2 li.level3 {
	list-style-type:none;
	background-color:#EEA003;
	padding:0px 0px 0px 26px;
	border: solid #58595B;
	border-width:1px 0px 0px 0px;
}
ul.categorymenu2 li.level3 a {
	font-size: 11px;
	text-decoration:none;
	color:#FFFFFF;
	font-weight:bold;
}
/*categorymenu2*/
/* BOXES GLOBAL DEFINITION */
h2.boxheader {
	/*background-image:url(img/bg_boxheader.gif);*/
	/*background-color:#3D3D3D;*/
	/*background-image:url(img/icon_arrow_pfeil.gif);
	background-repeat:no-repeat;*/
	border-bottom:solid 1px;
	border-color:#FFFFFF;
	height:30px;
	font-size:13px;
	color:#ffffff;
	margin:0;
	line-height:28px;
	vertical-align:middle;
	text-transform: normal;
	padding-top: 2px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 2px;
}
h2.boxheader a:link, h2.boxheader a:hover, h2.boxheader a:active, h2.boxheader a:visited {
	text-decoration:none;
	color:#ffffff
}
.boxbody {
	/*background-color:#FF6600;*/
	/*background-image:url(img/boxbody_bg.gif);*/
	border-style:solid;
	/*border-color:#4E4E4F;*/
	border-width:0px 0px 0px 0px;
	padding:0px 0px 0px 10px ;
	margin-top:5px;
	margin-bottom:15px;
	background-repeat: repeat-x;
	color: #FFFFFF;
}
.boxbody_login{
	padding:7px 0px 0px 13px;
}
.boxbody_login td {
	color:#ff6600;
	font-size:13px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 3px 0px;
}
.boxbody_login p {
	margin:0px 0px 0px 0px;
}

.boxbody .productboximage {
	border: solid 2px #FFFFFF;
}
.boxbody h3, .boxbody h3 a {
	font-size:12px
}
.boxbody h3.center, .boxbody h3.center a {
	font-size:13px;
	text-align:center
}
.boxbody p {
	color:#ffffff;
	font-size:12px;
	margin:6px 0px 6px 0px
}
.boxbody p.center {
	color:#ffffff;
	font-size:13px;
	text-align:center;
	margin:6px 0px 6px 0px
}
.boxbody td {
	color:#ffffff;
	font-size:13px;
	margin:6px 0px 6px 0px
}
.boxbody .productOldPrice {
	font-size:13px;
	color:#FF6600;
	text-decoration:line-through
}
.boxbody div.hr {
	margin-top:5px;
	margin-bottom:5px
}
.boxbody div.hrlightgrey {
	margin-top:5px;
	margin-bottom:5px;
}
.boxbody a {
	font-size:13px;
}
.boxbody ul.contentlist {
	margin-left:0px;
	margin-right:0;
	padding:0;
}
.boxbody ul.contentlist li {
	/*margin-left:0px;*/
	/*padding:0px;*/
	/*list-style-type:none;*/	
	list-style-type:none;
	/*background-color:#EEA003;*/
	/*background-image:url(img/nav_hg.gif);
	background-repeat: repeat-x;*/
	background-image:url(img/icon_arrow_level2.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding:0 0 0 11px;
	border-color: #666666;
	border-style: solid;
	border-width:1px 0 0 0; }
.boxbody ul.contentlist li a{
	text-decoration:none;
	color:#FFFFFF;
	font-weight:bold;
}
.boxbody ul.contentlist li a:hover{
	text-decoration:none;
	color:#FF6600;
	font-weight:bold;
}
/* CART BOX */
h2.boxcartheader {
	/*background-image:url(img/bg_boxheader.gif);*/
	background-image:url(img/icon_arrow_pfeil.gif);
	background-repeat:no-repeat;
	border-bottom:solid 1px;
	border-color:#FFFFFF;
	height:30px;
	font-size:13px;
	color:#FFFFFF;
	padding:2px 8px 0px 15px;
	margin:0px 0px 5px 0px;
	line-height:28px;
	/*vertical-align:middle;*/
}
h2.boxcartheader a {
	text-decoration:none;
	color:#ffffff
}
.boxcartbody {
	padding:4px 8px 4px 8px;
	margin-bottom:15px;
	/*background-color:#303736;
	background-image:url(img/boxbody_bg.gif);
	background-repeat:repeat-x;*/
	color: #FFFFFF;
}
.boxcartbody p {
	font-size:13px;
}
/* PRODUCT PREVIEW */
.form_productlisting{
	/*background-color:#00FF00;*/
	vertical-align:top;
}
.productPreview {
	padding:0;
	margin:0;
	float:left;
}
.productPreviewContent {
	/*background-color:#00FF00;*/
	vertical-align:top;
	float: left;
	width: 245px;
}
.productPreviewContent h2 {
	padding: 0;
	margin:0px 0px 0px 0px;
	text-decoration:none;
	font-size:13px;
}
.productPreviewContent h2 a {
	color:#FFFFFF;
	text-decoration:none;
	font-size:13px;
	font-weight:bold;
}
.productPreviewImage {
	vertical-align:top;
	padding:0px 10px 0px 0px;
}
/* Vorschaubilder TD mit gleichem Abstand */
.productPreviewImage {
	float:left;
	/*width:100px;*/
	display:block
}
.productPreviewImage img {
	border: solid 2px #FFFFFF;
}

.productPreviewContent .price {
	font-size:16px;
	font-weight:bold;
	padding:0;
	margin:0
}
//Produktlisting ohne Preisangabe //////////////////////////
.productPreviewContent_noprice .noprice {
	font-size:13px;
	font-weight:bold;
	padding:0;
	margin:0
}

.productPreviewContentBottom_noprice .noprice {
	color:#FFFFFF;
	text-align: left;
	font-size:13px;
	font-weight:normal;
	padding:0;
	margin:0
}
.productPreviewContentBottom_noprice a, .productPreviewContentBottom_noprice a:link, .productPreviewContentBottom_noprice a:visited, .productPreviewContentBottom_noprice a:hover, .productPreviewContentBottom_noprice a:active {
	color:#FFFFFF;
	text-align: right;
	font-size:13px;
	font-weight:bold;
	padding:0;
	margin:0
}
.productPreviewContent_noprice {
	/*background-color:#00FF00;*/
	vertical-align:top;
	float: left;
	width: 220px;
}
.productPreviewContent_noprice h2 {
	padding: 0;
	margin:0px 0px 0px 0px;
	text-decoration:none;
	font-size:13px;
}
.productPreviewContent_noprice h2 a {
	color:#FFFFFF;
	text-decoration:none;
	font-size:13px;
	font-weight:bold;
}
.productPreviewImage_noprice {
	vertical-align:top;
	padding:0px 10px 0px 0px;
}
.productPreview_noprice {
	padding:0;
	margin:0;
	float:left;
}
.productPreviewContent_noprice .taxandshippinginfo {
	font-size:13px;
	font-weight:normal;
	color:#999999;
	padding:0;
	margin:0
}
.productPreviewContent_noprice .vpe {
	font-size:13px;
	font-weight:normal;
	color:#999999;
	padding:0;
	margin:0
}
.productPreviewContent_noprice .shippingtime {
	font-size:13px;
	font-weight:normal;
	color:#999999;
	padding:0;
	margin:0
}
.productPreviewContent_noprice .stockimage {
	margin:0;
	padding:0;
}
.productPreviewContent_noprice .stockimagetext {
	margin:0;
	padding:0;
	font-size:13px;
	font-weight:normal;
	color:#999999;
}
.productPreviewContent_noprice .productOldPrice {
	font-size:13px;
	font-weight:bold;
	color:#ff6600;
	text-decoration:line-through;
}
.productPreviewContent_noprice .taxandshippinginfo a {
	font-size:13px;
	font-weight:normal;
	color:#999999;
}
//Produktlisting ohne Preisangabe ENDE //

.productPreviewContent .taxandshippinginfo {
	font-size:13px;
	font-weight:normal;
	color:#999999;
	padding:0;
	margin:0
}
.productPreviewContent .vpe {
	font-size:13px;
	font-weight:normal;
	color:#999999;
	padding:0;
	margin:0
}
.productPreviewContent .shippingtime {
	font-size:12px;
	font-weight:normal;
	color:#999999;
	padding:0;
	margin:0
}
.productPreviewContent .stockimage {
	margin:0;
	padding:0;
}
.productPreviewContent .stockimagetext {
	margin:0;
	padding:0;
	font-size:13px;
	font-weight:normal;
	color:#999999;
}
.productPreviewContent .productOldPrice {
	font-size:13px;
	font-weight:bold;
	color:#ff6600;
	text-decoration:line-through;
}
.productPreviewContent .taxandshippinginfo a {
	font-size:13px;
	font-weight:normal;
	color:#999999;
}

/*rene productlist anfang*/
.productPreviewImg{
	float: left;
}
.productPreviewBottom {
	padding:0;
	margin:0;
	float: right;
}
.productPreviewContentBottom {
	vertical-align:top;
	width: auto;
}
.productPreviewContentBottom h2 {
	padding:0px;
	margin:0px 0px 5px 0px;
}
.productPreviewContentBottom h2 a {
	font-size:13px;
	font-weight:bold;
}
.productPreviewImageBottom {
	vertical-align:top;
	padding:3px 15px 0px 0px;
}

/* Vorschaubilder TD mit gleichem Abstand */
.productPreviewImageBottom {
	width:140px;
	display:block
}
.productPreviewImageBottom img {
	border: solid 4px #FFFFFF;
}

.productPreviewContentBottom .price {
	/*color:#0099FF;*/
	text-align: right;
	font-size:16px;
	font-weight:bold;
	padding:0;
	margin:0
}
.productPreviewContentBottom .taxandshippinginfo {
	font-size:11px;
	font-weight:normal;
	color:#999999;
	padding:0;
	margin:0;
	text-align: right;
}
/*verpackungskosten seitenende___________*/
.productPreviewContentBottom2 .taxandshippinginfo2 {
	font-size:13px;
	font-weight:normal;
	color:#999999;
	padding:0;
	margin:0;
	width: 495px;
	text-align: left;
}
.productPreviewContentBottom2 .taxandshippinginfo2 a {
	font-size:13px;
	font-weight:normal;
	color:#999999;
}
/*verpackungskosten seitenende___________*/
.productPreviewContentBottom .vpe {
	font-size:13px;
	font-weight:normal;
	color:#999999;
	padding:0;
	margin:0
}
.productPreviewContentBottom .shippingtime {
	font-size:13px;
	font-weight:normal;
	color:#999999;
	padding:0;
	margin:0;
	text-align: left;
}
.productPreviewContentBottom .stockimage {
	margin:0;
	padding:0;
}
.productPreviewContentBottom .stockimagetext {
	margin:0;
	padding:0;
	font-size:13px;
	font-weight:normal;
	color:#999999;
}
.productPreviewContentBottom .productOldPrice {
	font-size:13px;
	font-weight:bold;
	color:#ff6600;
	text-decoration:line-through;
}
.productPreviewContentBottom .taxandshippinginfo a {
	font-size:13px;
	font-weight:normal;
	color:#999999;
}
/*rene productlist ende*/

/* PRODUCT INFO / PRODUCT DETAILS */
#productinfowrap {
	display: table;
	width:100%;
	/*background-color:#cccccc;*/
}
#productinfoimages {
	float:left;
	/*background-color:#FF6600;*/
	text-align:center;
	width:285px;
	padding:0px;
	margin:0px 0px 0px 0px;
	/*border: solid 0px #999999;*/
}
#productinfoimages a, #productinfoimages a:link, #productinfoimages a:link, #productinfoimages a:link, #productinfoimages a:hover {
	color:#999999;
	text-decoration:none;
	background-color: transparent;
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0% 0%;
	cursor: pointer;
}
#productinfoimages .productimage {
	border: solid 2px #FFFFFF;
}
.productinfoimages img {
	border: solid 4px #FF0000;
}
#productinfoimages .hrlightgrey {
	margin-top:6px;
	margin-bottom:6px;
}
#productinfopricewithimages {
	float:left;
	vertical-align:top;
	width:177px
/*	width:320px*/
}
#productinfopricewithimages img {
	cursor:pointer
}
#productinfopricewithoutimages {
	width:100%
}
#productinfopricewithoutimages img {
	cursor:pointer
}
.productprice .productOldPrice {	
	color:#FF6600;
	text-decoration:line-through;
}
#productinfoprice {
	padding:5px
}
#productinfoprice .hrlightgrey {
	margin-top:6px;
	margin-bottom:6px;
}
#productinfoprice .productprice {
	margin:0;
	padding:0;
	font-size:13px;
	font-weight:bold;
}
#productinfoprice .productOldPrice {
	color:#FF6600;
	text-decoration:line-through;
	margin:0;
	padding:0;
	font-size:13px;
	font-weight:bold;
}
#productinfoprice .taxandshippinginfo {
	margin:0;
	padding:0;
	font-size:13px;
	font-weight:normal;
	color:#999999;
}
#productinfoprice .taxandshippinginfo a {
	margin:0;
	padding:0;
	font-size:13px;
	font-weight:normal;
	color:#999999;
}
#productinfoprice .shippingtime {
	margin:0;
	padding:0;
	font-size:13px;
	font-weight:normal;
	color:#999999;
}
#productinfoprice .stockimage {
	margin:0;
	padding:0;
}
#productinfoprice .stockimagetext {
	margin:0;
	padding:0;
	font-size:13px;
	font-weight:normal;
	color:#999999;
}
p.productinfoproductadded {
	font-size:13px;
}
.productoptions {
	background-color:#FFF2CC;
	padding:6px;
	border-style:solid;
	border-width:1px 0px 0px 0px;
	border-color:#DA9401
}
.addtobasket {
	float:left;
	/*text-align:left;*/
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	height: 27px;
	width: 100%;
	display:block;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;	/*margin-left:174px;*/
}
.infoprint{
	float: left;
	height: auto;
	width: 100px;
}
.printkaufen{
	float:left;
	height: 20px;
	width: 100px;
	float: left;
}
/* POPUPS PRODUCTINFO */
body.popupproductinfo {
	padding:15px;
	background:none;
	background-color:#fff
}
/* POPUP print_order.html */
body.popupprintorder {
	font-family:"Trebuchet MS", Verdana, Arial, Sans-serif;
	font-size:13px;
	padding:15px;
	background:none;
	background-color:#fff
}
body.popupprintorder .products tr.header td {
	font-weight:bold;
	background-color:#EDEDED;
}
body.popupprintorder .products .total {
	text-align:right
}
body.popupprintorder .products .quantity {
	vertical-align:top
}
body.popupprintorder .productname {
	vertical-align:top
}
body.popupprintorder .model {
	vertical-align:top
}
body.popupprintorder .singleprice {
	vertical-align:top
}
body.popupprintorder .totalprice {
	vertical-align:top
}
/* HIGHLIGHTBOX (BACKGROUND) */
div.highlightbox {
	padding: 15px;
	/*background-color:#FFF2CC;*/
	border: solid #FFFFFF 1px
}
div.highlightbox ul {
	margin-left:15px;
	padding:0;
	display:block;
	list-style-type:square;
	line-height:20px
	}
div.highlightbox h1 {
	color:#ffffff;
	padding:0px 0px 10px 0px;
	margin:0;
	border:none;
	font-size:16px
}
div.highlightbox div.hr {
	height:1px;
	line-height:1px;
	margin:0;
	padding:0;
	display:block;
	border-bottom: solid 1px #FFFFFF;
}
/* HIGHLIGHTBOX_IMG (BACKGROUND) */
div.highlightbox_img {
	padding:15px;
	/*background-color:#FFF2CC;*/
	border: solid #FFFFFF 1px;
	margin-bottom:10px;
}
div.highlightbox_img ul {
	margin-left:0px;
	margin-bottom:0;
	padding:0;
	display:block;
	list-style-type:none;
	line-height:20px
	}
div.highlightbox_img h1 {
	color:#ffffff;
	padding:0px 0px 10px 0px;
	margin:0;
	border:none;
	font-size:16px
}
div.highlightbox_img div.hr {
	height:1px;
	line-height:1px;
	margin:0;
	padding:0;
	display:block;
	border-bottom: solid 1px #FFFFFF;
}
div.highlightbox_img li {
	/*padding-bottom:45px*/
	height:75px;
}
div.highlightbox_img img {
	padding-right:20px;
	/*padding-bottom:20p*/x
}
/* PAYMENT TYPE SELECTION */
table.paymentblock {
	color:#333333;
	background-color:#ECECEC;
	border-style: solid;
	border-width:0px 1px 1px 1px;
	border-color:#FF6600;
	margin-bottom:15px;
}
table.paymentblock tr td.header {
	background-color:#FF6600;
	padding:2px;
	padding-left:5px;
	color:#FFFFFF;
	font-weight:bold;
}
/* SHIPPING TYPE SELECTION */
table.shippingblock {
	color:#333333;
	background-color:#ECECEC;
	border-style: solid;
	border-width:0px 1px 1px 1px;
	border-color:#FF6600;
	margin-bottom:15px;
}
table.shippingblock tr td.header {
	background-color:#FF6600;
	padding:2px;
	padding-left:5px;
	color:#FFFFFF;
	font-weight:bold;
}
table.shippingblock tr td {
	vertical-align:top;
}
table.shippingblock tr td.description {
	width:100%;
	vertical-align:top;
	padding-left:6px;
}
table.shippingblock tr td.radiobutton {
	vertical-align:top;
	white-space:nowrap;
	padding:4px;
}
table.shippingblock tr td.radiobutton input {
	margin:0;
	padding:0;
}
table.shippingblock tr td.price {
	vertical-align:top;
	white-space:nowrap;
	font-weight: bold;
}

/*accountpicture*/
.accountpicture {
	float:left;
	width:330px;
	background-color:#FF6600
}
/* ORDER DETAILS IN ACCOUNT HISTORY */
table.accounthistoryinfoorderdetails tr td {
	vertical-align:top
}
table.accounthistoryinfoorderdetails tr.header td {
	font-weight:bold
}
/* MESSAGEBOX ON CONTACT SITE */
textarea.message_body {
	width:130px;
}
/* DOWNLOAD BOX FOR USER DOWNLOADS */
table.downloadbox {
	padding: 5px;
	background-color:#FFF2CC;
	border: solid #E9D28F 1px;
	margin-bottom:8px;
}
table.downloadbox tr td.icon {
	padding-right: 15px;
}
table.downloadbox tr td.downloadlink {
	width:100%;
}
/* TABLE WICH SHOWS GRADUATED PRICES */
table.graduatedprice {
	font-size:13px;
	text-align:left;
	margin-top:5px;
}
table.graduatedprice tr td.header {
	font-size:13px;
	font-weight:bold;
	text-align:left
}
/* ORDER DETAILS */
table.orderdetails {
	font-size:13px;
	/*background-color:#FFF2CC;*/
	border-style: solid;
	border-width:1px 1px 1px 1px;
	border-color:#FFFFFF;
}
table.orderdetails tr td {
	padding:4px
}
table.orderdetails tr.headerrow td {
	/*background-color:#DA9401;*/
	color:#FFFFFF;
	font-weight:bold
}
table.orderdetails tr.headerrow td.left {
	text-align:left
}
table.orderdetails tr.headerrow td.center {
	text-align:center
}
table.orderdetails tr.headerrow td.right {
	text-align:right
}
/* ORDER DETAILS CONTENT ROW 1 */
table.orderdetails tr.contentrow1 td {
	/*background-color:#FFF2CC;*/
	vertical-align:top
}
table.orderdetails tr.contentrow1 td.quantity {
	text-align:left
}
table.orderdetails tr.contentrow1 td.quantity input {
	font-size:13px;
	padding:2px 7px 2px 7px;
	border:solid #FFFFFF 1px;
}
table.orderdetails tr.contentrow1 td.productname {
	text-align:left
}
/* ORDER DETAILS CONTENT ROW 2 */
table.orderdetails tr.contentrow2 td {
	/*background-color:#FFEAAB;*/
	vertical-align:top
}
table.orderdetails tr.contentrow2 td.quantity {
	text-align:left
}
table.orderdetails tr.contentrow2 td.quantity input {
	font-size:13px;
	padding:2px 7px 2px 7px;
	border:solid #FFFFFF 1px;
}
table.orderdetails tr.contentrow2 td.productname {
	text-align:left
}
/* ORDER DETAILS SINGLE PRICE */
table.orderdetails tr td.singleprice {
	text-align:right;
	white-space:nowrap
}
/* ORDER DETAILS TOTAL PRICE PER ITEM */
table.orderdetails tr td.totalprice {
	text-align:right;
	white-space:nowrap
}
/* ORDER DETAILS DELETE CHECKBOX */
table.orderdetails tr td.delete {
	text-align:center;
	white-space:nowrap
}
/* ORDER DETAILS PRODUCT ATTRIBUTES */
table.orderdetails tr td.productname table.productattributes {
	margin-top:3px;
}
table.orderdetails tr td.productname table.productattributes tr td {
	padding:0px;
}
table.orderdetails tr td.productname table.productattributes tr td.attribute {
	padding-right:4px;
}
table.orderdetails tr td.productname table.productattributes tr td.value {
	width:100%;
}
/* ORDER DETAILS SUBTOTAL */
table.orderdetails tr td.subtotal {
	/*background-color:#FFEAAB;*/
	text-align:right;
	border-style: solid;
	border-width:1px 0px 0px 0px;
	border-color:#FFFFFF;
}
/* PRODUCT NAVIGATOR */
div.productnavigator {
	background-color:#EDEDED;
	padding:8px;
	border:#999999 1px solid
}
/* REVIEW LIST */
table.reviewlist {
	/*background-color:#FFFFFF;*/
	border-style: solid;
	border-width:0px 1px 1px 1px;
	border-color:#FFFFFF;
}
table.reviewlist tr td {
	padding:4px;
	white-space:nowrap
}
table.reviewlist tr.header td {
	background-color:#FFFFFF;
	color:#58595B;
	font-weight:bold
}
table.reviewlist tr.contentrow1 td {
	background-color:#58595B;
}
table.reviewlist tr.contentrow2 td {
	background-color:#58595B;
}
textarea#review {
	width:100%
}
/* MEDIA LIST */
table.medialist {
	/*background-color:#FFF2CC;*/
	border-style: solid;
	border-width:1px;
	border-color:#FFFFFF;
}
table.medialist tr td {
	padding:6px;
	white-space:nowrap;
	vertical-align:top
}
table.medialist tr.contentrow1 td {
	/*background-color:#FFF2CC;*/
}
table.medialist tr.contentrow2 td {
	/*background-color:#FFEAAB;*/
}
/* SITEMAP */
.sitemapwrap {
}
.sitemapwrap .sitemapleft {
	/*background-color:#FFF2CC;*/
	border-style: solid;
	border-width:1px;
	border-color:#FFFFFF;
	display:table;
	float:left;
	width:235px;
	margin-bottom:15px;
}
.sitemapwrap .sitemapright {
	/*background-color:#FFF2CC;*/
	border-style: solid;
	border-width:1px;
	border-color:#FFFFFF;
	display:table;
	float:right;
	width:235px;
	margin-bottom:15px;
}
.sitemapheader {
	padding:3px;
	/*background-color:#FF6600;*/
	color:#FFFFFF;
	font-weight:bold;
	border-bottom:solid;
	border-width:1px;
	border-color:#FFFFFF;
}
.sitemapheader a:link, .sitemapheader a:visited, .sitemapheader a:hover {
	color:#FFFFFF;
	text-decoration:none
}
.sitemapcontent {
	padding:6px
}
.sitemapcontent li {
	list-style-type:none
}
/* COMMENTS ON CHECKOUT CONFIRMATION SITE */
p.checkoutcomment textarea {
	width:100%
}
/* ORDER DETAILS ON CHECKOUT SITE */
table.checkoutconfirmationorderdetails {
	padding:0;
	margin:0px 0px 10px 0px;
	border:none
}
table.checkoutconfirmationorderdetails tr td.productname {
	width:100%;
	font-weight:bold;
}
table.checkoutconfirmationorderdetails tr td.shippingtime {
	padding:0px 0px 0px 30px;
	color:#666666;
	font-size:13px;
	font-weight:normal;
	white-space:nowrap
}
table.checkoutconfirmationorderdetails tr td.productattributes {
	padding:0px 0px 0px 30px;
	color:#666666;
	font-size:13px;
	font-weight:normal;
}
table.checkoutconfirmationorderdetails tr td.productprice {
	white-space:nowrap;
	text-align:right
}
table.checkoutconfirmationorderdetailstotal {
	padding:0;
	margin:10px 0px 0px 0px;
	border:none
}
table.checkoutconfirmationorderdetailstotal tr td.name {
	width:100%;
	text-align:right
}
table.checkoutconfirmationorderdetailstotal tr td.value {
	white-space:nowrap;
	text-align:right
}
/* AGB ON CHECKOUT SITE */
p.checkoutagb textarea {
	width:100%
}
/* CHECKOUT NAVIGATION */
ul#checkoutnavigation {
}
ul#checkoutnavigation li {
	color:#FFFFFF;
	height: 70px;
	list-style-type:none;
	float:left;
	width:185px;
	margin-right:15px;
	border: solid 0px;
	padding-top: 8px;
	padding-right: 6px;
	padding-bottom: 8px;
	padding-left: 12px;
}
ul#checkoutnavigation li.active {
	/*background-color: #FF6600;*/
	background-image: url(img/bestellung_hg.gif);
	background-repeat: no-repeat;
}
ul#checkoutnavigation li.active .number {
	font-size:20px;
	font-weight:bold
}
ul#checkoutnavigation li.active .title {
	font-size:13px;
	font-weight:bold
}
ul#checkoutnavigation li.active .description {
	font-size:12px
}
ul#checkoutnavigation li.inactive {
	color:#F5A873;
	background-image: url(img/bestellung_hg2.gif);
	background-repeat: no-repeat;
	/*border-color:#999999*/
}
ul#checkoutnavigation li.inactive .number {
	font-size:20px;
	font-weight:bold
}
ul#checkoutnavigation li.inactive .title {
	font-size:13px;
	font-weight:bold
}
ul#checkoutnavigation li.inactive .description {
	font-size:12px
}
/* ERROR MESSAGES */
p.errormessage {
	color:#FF0000;
	border: solid #ff0000 2px;
	padding:15px;
	background-color:#FFFFFF
}
/* SUCCESS MESSAGE */
.messageStackSuccess {
	padding:4px;
	background-color:#66FF66
}
/* FOOTER */
.footer {
	clear:both;
	text-align:center;
	font-size:13px;
	color:#cccccc;
	/*background-color:#E2E2E2;*/
	padding: 4px;
	margin-bottom:5px;
	/*background-image: url(img/bg_topmenu.gif);*/
}
.footer a {
	color:#cccccc;
	text-decoration:underline
}
/* XTC COPYRIGHT */
.copyright {
	margin: 0 auto;
	width:950px;
	text-align:center;
	color:#cccccc;
	font-size:13px;
	padding:0px 0px 10px 0px;
	background-repeat: repeat-x;
}
/* XTC ParseTime */
.parseTime {
	margin: 0 auto;
	width:950px;
	/*background-color:#FFFFFF;*/
	text-align:center;
	color:#cccccc;
	font-size:13px;
	padding:0px 0px 10px 0px;
}
/* UPDATE CHANGES 17.10.2008 */
/* Mehr Bilder unterhalb der Beschreibung */
.morepics {
	/*background-color:#EDEDED;*/
	padding:6px;
	margin-top:4px;
	width:485px;
	text-align:left;
	border-style:solid;
	border-width:1px 0px 1px 0px;
	border-color:#999999
} 
.morepics img {
	border:0px solid #999999;
	padding:2px;
	margin-top:8px;
	margin-right:8px;
	background:#FFFFFF;
	height: 65px;
	width: 100px;
}


/* BESTELLER BOX mit Bilder in DL DT Liste -- JUNG GESTALTEN.com */
dt { float:left; width:40px; }
dt img { border:1px solid #ccc; padding:2px; background:#fff; }
dd { float:right; width:125px }

/* warenkorb plus */
/*.plus {
display: block;
background-image: url(img/plus.gif);
background-repeat: no-repeat;
width: 13px;
height: 13px;
border: 0px;
font-size: 0px;
cursor: pointer;
}
.minus {
display: block;
background-image: url(img/minus.gif);
background-repeat: no-repeat;
width: 13px;
height: 13px;
border: 0px;
font-size: 0px;
cursor: pointer;
}
.alter {
display: block;
background-image: url(img/alter.gif);
background-repeat: no-repeat;
width: 13px;
height: 13px;
border: 0px;
font-size: 0px;
cursor: pointer;
}
.delete {
display: block;
background-image: url(img/delete.gif);
background-repeat: no-repeat;
width: 19px;
height: 22px;
border: 0px;
font-size: 0px;
background-color: #FF6600;
cursor: pointer;
}*/
/*erweitertes kontaktformular*/
.contact2 {border: 0px none; background: #58595B;}
.hidden { visibility: hidden; display: none; }
/*guestbook*/
.meinungheader {
	text-decoration: underline;
	color: #FFFFFF;
}

