html {
	height: 100%;
}
body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-family: arial;
	color: #333333;
	background: url(img/bodyBg.gif) center center repeat-y;
}
legend{
  font-size:15px;
  color:#666666;
}
fieldset{
  padding-top:10px;
  border:1px solid #cccccc;
}
h1, h2, h3, h4, h5 {
	margin: 0px;
	padding: 0px;
}
p {
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 8px;
}
select {
	font-family: arial;
	font-size: 12px;
	color: #333333;
}
.txtInput {
	font-family: arial;
	border: 1px solid #cccccc;
	font-size: 12px;
	color: #333333;
	padding: 2px;
}
form {
	margin: 0px;
	padding: 0px;
}
img {
	border: 0px;
}
a {
	color: #666666;
	text-decoration: none;
  -moz-outline-style: none;
}
a:hover {
	color: #000000;
}
.clear {
	clear: both;
	display: block;
	height: 1px;
	margin-bottom: -1px;
	font-size: 1px;
	line-height: 1px;
}
/*layout */

#container{
  width:950px;
  margin:auto auto;  
}

#head{
  position:relative;
  height:102px;
}
#logo{
  position:absolute;
  left:10px;
  top:10px
}

#headNav {
	margin: 0px;
	padding: 0px;
	float: left;
	position: absolute;
	right: 0px;
	top: 10px;
}
#headNav li {
	display: block;
	padding: 0px;
	margin: 0px;
	float: left;
	margin-right: 10px;
	padding-left: 8px;
	background: url(img/arrow_green.gif) 0px 4px no-repeat;
}
#headNav a {
	color: #333333;
}
#headNav a:hover {
	color: #96aa0f;
}
#imageArea{
  position:relative;
  height:114px;
  border-top: 3px solid #666666;
}
#headImage{
	position: absolute;
	top:2px;
	left:0px;
}

#account {
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 2px;
	right: 10px;
}
#account li {
	margin: 0px;
	padding: 0px;
	margin-left: 5px;
	display: block;
	float: left;
}
#account a {
  border:1px solid #999999;
  border-top:0px;
	height: 21px;
	display: block;
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
#account a:hover {
  border:1px solid #000000;
  border-top:0px;
}


#rightC {
  overflow:hidden;
	width: 700px;
	float: right;
}
#leftC {
  overflow:hidden;
	width: 220px;
	float: left;
}

.smallText{
  font-size:11px;
}

/* mainNav categories */
#categories{
  list-style:none;
  margin:0px;
  padding:0px;
}
.catLevel0 h1{
  margin:0px;
  padding:0px;
  font-size:12px;
}
.catLevel1 h1{
  margin:0px;
  padding:0px;
  font-weight:normal;
  font-size:11px;
}
li.catLevel0{
  z-index:1;
  position:relative;
  width:155px;
  margin-right:4px;
  margin-bottom:4px;
  float:left;
}
a.catLevel0, a.catLevel0_active{
  font-weight:bold;
  display:block;
  border:1px solid #999999;
  padding:4px;
}
a.catLevel0_active{
  color:white;
  border:1px solid #333333;
  background:#333333;
}
div.catLevel1{
  position:absolute;
  top:24px;
  left:0px;
  background:url(img/catHoverBg.png) bottom left no-repeat;
  width:205px;
  display:none;  
}
ul.catLevel1{
  background:url(img/catHoverTopBg.gif) top left no-repeat;
  margin:0px;
  padding:1px 6px 5px 1px;  
  list-style:none;
}
li.catLevel1{
  padding:0px;
  margin:0px;
}
a.catLevel1{
  width:181px;
  line-height:100%;
  font-size:11px;
  padding:3px 3px 3px 14px;
  display:block;
  background:url(img/arrow_small_green.gif) 6px 5px no-repeat;
}
a.catLevel1:hover{
  background-color:white;
}

#catLevel0_32{
  background-image:url(img/duni_nav_icon.png);
  background-repeat:no-repeat;
  background-position: 120px 0px;
}
#catLevel0_241{
  background-image:url(img/tork_nav_icon.png);
  background-repeat:no-repeat;
  background-position: 122px 2px;
} 
#catLevel0_33{
  background-image:url(img/weihnachten_nav_icon.png);
  background-repeat:no-repeat;
  background-position: 100px 0px;
}

/* subNav categories */

#subcats{
  list-style:none;
  margin:0px;
  padding:0px;
}
#subcats h1{
  margin:0px;
  padding:0px;
  font-weight:normal;
  font-size:12px;
}
#subcats li{
  margin:0px;
  padding:0px;
  display:block;
  float:left;
  width:220px;
}
/* level0 */
.subCatLevel0, .subCatLevel0_active{
  display:block;
  padding:2px;
  padding-left:20px;  
  background:url(img/arrow_small_green.gif) 10px 6px no-repeat;
}
.subCatLevel0_active{
  color:white;
  background-color:#333333;
  background-image:url(img/arrow_small_lightgreen.gif);
}
.subCatLevel0_active:hover{
  color:white;
}
.subCatLevel0:hover{
  background-color:#f0f0f0;
}
/* level1 */
.subCatLevel1, .subCatLevel1_active{
  display:block;
  padding:2px;
  padding-left:32px;  
  background:url(img/arrow_small_green.gif) 22px 6px no-repeat;
  border-bottom:1px solid #cccccc;
}
.subCatLevel1_active{
  color:#000000;
  background-color:#e0e0e0;
}
.subCatLevel1_active:hover{
  color:#000000;
}
.subCatLevel1:hover{
  background-color:#f0f0f0;
}

/* boxes */

.box {
  overflow:hidden;
	background: no-repeat 0px 0px;
	position: relative;
	padding-top: 32px;
	margin-bottom: 15px;
}

.bh_btn {
	display: block;
	position: absolute;
	left: 160px;
	top: 6px;
}

/* phone and Navtrail */

#phoneAndNavTrail{
  position:relative;
  height:40px;
}
#phone {
	position: absolute;
	top: 12px;
	left: 4px;
	width: 189px;
	height: 13px;
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
#navtrail {
	position: absolute;
	top: 12px;
	left: 250px;
	width: 700px;
	color: #333333;
	font-size: 11px;
}
#navtrail h2 {
	display: inline;
	font-size: 11px;
	font-weight: normal;
}
#navtrail a {
	color: #96aa0f;
	text-decoration:underline;
}
#navtrail a:hover {
	color: #333333;
}

.contentHead {
	font-size: 24px;
	margin: 0px;
	font-weight: normal;
	margin-bottom: 20px;
}
/* catListing */
.catBox_left, .catBox_right{
  float:left;
  display:block;
  width:340px;
  position:relative;
  margin-bottom:12px;
  height:120px;
  background:url(img/catBoxBg.gif) no-repeat 0px 0px;
  color:#333333;
  overflow:hidden;
}
.catBox_left{
  margin-right:20px;
}
.catBox_left span, .catBox_right span{
  font-size:11px;
  position:absolute;
  bottom:8px;
  right:8px;
  width:205px;
}
.catBox_left:hover, .catBox_right:hover{
  background-position:0px -120px;
}
.catBox_left strong, .catBox_right strong{
  font-size:12px;
  display:block;
  margin-bottom:6px;
}
.catBox_left img, .catBox_right img{
  position:absolute;
  top:4px;
  left:4px;
  width:110px;
  height:110px;
}

/* xcatListing */
.xcatBox_left, .xcatBox_right{
  float:left;
  display:block;
  width:340px;
  position:relative;
  margin-bottom:12px;
  height:138px;
  background:url(img/xcatBoxBg.gif) no-repeat 0px 0px;
  color:#333333;
  overflow:hidden;
}
.xcatBox_left{
  margin-right:20px;
}
.xcatBox_left span, .xcatBox_right span{
  font-size:11px;
  position:absolute;
  top:119px;
  left:5px;
  width:330px;
}
.xcatBox_left:hover, .xcatBox_right:hover{
  background-position:0px -138px;
}
.xcatBox_left strong, .xcatBox_right strong{
  font-size:12px;
  display:block;
  margin-bottom:6px;
}
.xcatBox_left img, .xcatBox_right img{
  position:absolute;
  top:4px;
  left:4px;
  width:332px;
  height:113px;
}

/* product listing */

#catDesc{
  margin-bottom:20px;
  line-height:150%;
}

#pListingCatImg{
  float:right;
  margin-left:10px;
}
#pListingCatImg img{
  border:1px solid #cccccc;
}

.pListingContainer{
  background:url(img/pListing_bg.gif) repeat-y 0px 0px;
  margin-bottom:20px;
}
.pLSep{
  clear:both;
  height:10px;
  font-size:0px;
  line-height:0px;
  background:url(img/pLSep.gif) repeat-x center center;
}
.pLArea, .pLArealast{
  position:relative;
  float:left;
  width:160px;
  margin-right:20px;
  margin-bottom:4px;
}
.pLArealast{
  margin-right:0px;
}
.pL_imageArea{
	color: white;
	display: table-cell;
	display: expression('block');
	text-align: center;
	vertical-align: middle;
	font-family: verdana;
	font-size: 132px;
	line-height: 132px;
	width: 160px;
	height: 160px;
	overflow: hidden;
}
.pL_imageArea img {
	vertical-align: middle;
}

.pL_data {
  padding:4px;
  background:#f4f4f4;
}
.pL_data a {
	line-height: 110%;
}
.pL_special, .pL_new{
  position:absolute;
  top:2px;
  left:0px;
}
.pL_reviews{
  position:absolute;
  top:2px;
  right:0px;
}
.pL_vpe_ppp{
  font-size:11px;
  color:#697c00;
  margin-top:0px;
  margin-bottom:2px;
  line-height:120%;
}
.vpe_ppp{
  font-size:11px;
  color:#697c00;
  margin-top:0px;
  margin-bottom:2px;
}
#productOptions{
  padding:5px;
  border:1px dashed #cccccc;
  margin-top:10px;
  margin-bottom:10px;
}
.pFreeShipping{
  height:35px;
  width:150px;
  background:url(img/free_shipping.gif) no-repeat;
  margin-bottom:10px;
}

/* reviews */
.reviewHead{
  font-weight:bold;
}
.reviewText{
  font-family: "Courier New", Courier, monospace;
  padding:5px;
  background:#f4f4f4;
  margin-bottom:10px;
}
/* box special new */
.boxContent{
  margin-top:4px;
  margin-left:8px;
  position:relative;
}
.boxImage{
  display:block;
  text-align:center;
  padding:4px;
  border:1px solid #e0e0e0;
  margin-bottom:4px;
}
.boxImage:hover{
  border:1px solid #d9dd32;
}

/* navbar */
#navigationBar{
  margin-bottom:10px;
  width:100%;
  background:#f4f4f4;
}
#btnNavBack, #btnNavNext{
  font-size:0px;
  line-height:0px;
  display:block;
  width:19px;
  height:15px;
  background:url(img/btnNavBack.gif) no-repeat 0px 0px;
}
#btnNavNext{
  background:url(img/btnNavNext.gif) no-repeat 0px 0px;
}
a.pageResults, b.pageResultsCurrent{
  display:block;
  line-height:110%;
  width:13px;
  height:13px;
  text-align:center;
  border:1px solid #999999;
}
a.pageResults:hover{
  border:1px solid #333333;
  color:#000000;
}
b.pageResultsCurrent{
  background:#d9dd32;
  color:#000000;
  border:1px solid #d9dd32;
}

.leftNavTd{
  padding:0px;
  margin:0px;
  padding-left:6px;
}
.rightNavTd{
  padding:0px;
  margin:0px;
  padding-right:2px;
}

.smallerGrey{
  font-size:11px;
  color:#777777;
}

/* prices */
.shipping_info, .shipping_info_inkl {
	width: 133px;
	height: 11px;
	cursor: pointer;
	background: url(img/shipping.gif) no-repeat;
}
.shipping_info_inkl {
	background: url(img/shipping_inkl.gif) no-repeat;
}
.shipping_info_small {
	width: 67px;
	height: 19px;
	cursor: pointer;
	background: url(img/shipping_small.gif) no-repeat;
}
.price {
	font-size: 14px;
	margin-top: 5px;
	color: #697c00;
	font-weight: bold;
}
#p_price{
	font-size: 20px;  
}
.productOldPrice {
	color: #ed0207;
	text-decoration: line-through;
}
.uvp, .priceOld {
	background: url(img/uvp.gif) left center no-repeat;
	clear: both;
	display: block;
	font-weight: normal;
	height: 12px;
	line-height: 110%;
	overflow: visible;
	font-size: 12px;
}
.special {
	color: #e82100;
	float: left;
}
.pSaved {
	float: left;
	color: #333333;
	font-weight: normal;
	height: 15px;
	width: 36px;
	background: url(img/pSavedBg.gif) no-repeat;
	line-height: 110%;
	font-size: 11px;
	text-align: center;
	margin-top: 1px;
	margin-left: 6px;
}

/* gift_cart */
#gift_cart {
	float: right;
	background: #f8f8f8;
	border: 1px solid #e0e0e0;
	padding: 4px;
	margin-bottom: 20px;
	text-align: right;
	font-size: 11px;
}
.moduleRow {
	cursor: pointer;
	background: #f0f0f0;
}
.moduleRowOver {
	cursor: pointer;
	background: #dfe5b7;
}
.moduleRowSelected {
	cursor: pointer;
	color: white;
	background: #96aa0f;
}
.moduleRow td, .moduleRowOver td, .moduleRowSelected td{
  font-size:14px;
}
.moduleRow b, .moduleRowOver b, .moduleRowSelected b{
  font-weight:normal;
}

.errorRed {
	color: #cc0000;
}
.contentLink, .contentLink a {
	font-weight: normal;
	color: #96aa0f;
	font-size: 11px;
}

#agbs {
	overflow: auto;
	padding: 10px;
	color: #666666;
	font-size: 10px;
	height: 100px;
	border: 1px solid #999999;
	background: white;
}
.conditionCheck {
	background: #fbdede;
	padding: 4px;
	font-weight: bold;
}
.confirm {
	margin-top: 10px;
	margin-bottom: 10px;
	border: 2px solid #dddddd;
	background: #ffffff;
}
.confirm td {
	color: #8eb700;
	font-weight: bold;
	padding: 6px;
}
.editBtn {
	padding-left: 4px;
	color: #96aa0f;
	font-weight: normal;
	font-size: 11px;
}
.inputRequirement {
	color: #b20a1c;
}
#comments {
	width: 708px;
	height: 100px;
	font-family: arial;
	font-size: 12px;
	border: 1px solid #cccccc;
}
.customerInfo {
	padding: 8px;
	font-size: 11px;
	height: 120px;
	border: 1px solid #cccccc;
	overflow: auto;
	color: #666666;
	background: #fafafa;
}
h5 {
	display: block;
	color: #697c00;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 8px;
	margin-top: 20px;
	padding: 4px;
	padding-left: 10px;
	border:1px solid #cccccc;
	background:#f8f8f8;
}
#progressBar {
	margin-top: 40px;
	margin-bottom: 20px;
}
.progressBar1, .progressBar2, .progressBar3, .progressBar4 {
	border-right: 1px solid white;
	font-size: 0px;
}
.progressBar1 {
	background: #ebf4ce;
}
.progressBar2 {
	background: #d8e99d;
}
.progressBar3 {
	background: #bfdb5f;
}
.progressBar4 {
	background: #9dc809;
}
#progressBar .checkoutBarTo {
	padding-top: 8px;
	font-size: 11px;
	color: #999999;
}
#progressBar .checkoutBarCurrent {
	color: #8eb700;
	font-weight: bold;
	padding-top: 8px;
	font-size: 11px;
}

.subHead {
	height: 28px;
	margin-bottom: 12px;
	background: #d9dd32 0px 0px;
	position: relative;
}
.subHead div {
	height: 28px;
	background-position: 11px 9px;
	background-repeat: no-repeat;
}
.subHead h4 {
	display: none;
}

.subHeadBtn {
	position: absolute;
	right: 5px;
	top: 5px;
}
.hSep {
	background: url(img/dotsGrey.gif) center center repeat-x;
	height: 6px;
	padding: 0px;
	font-size: 0px;
	line-height: 0px;
}
.boxTextBG {
	background: #f4f4f4;
}
.boxTextBGII {
	background: #e0e0e0;
}

#footerList {
	margin: 0px;
	padding: 0px;
	margin-top: 75px;
	display: block;
}
#footerList li {
	float: left;
	display: block;
	width: 160px;
	margin-right: 20px;
	overflow:hidden;
}
.fArea {
	padding: 34px 6px 6px 6px;
	background: 0px 0px no-repeat;
	font-size: 11px;
	color: #666666;
}
.fArea em {
	display: none;
}
a.contentBoxLink{
	padding: 2px;
	font-size: 11px;
	padding-left: 12px;
	display: block;
	background: url(img/arrow_green.gif) no-repeat 5px 6px;
}
a.contentBoxLink:hover{
	background-color: #f0f0f0;
}

#subFooter{
  padding-top:50px;
  padding-bottom:5px;  
  color:#999999;
  font-size:9px;
  text-align:right;
}
#subFooter a{  
  color:#999999;
}
#subFooter a:hover{  
  color:#333333;
}

/* maufacturers choose */

#m_choose{
  margin-bottom:10px;
}
#m_choose ul{
  margin:0px;
  padding:0px;
  background:red;
}
#m_choose li{
  padding-bottom:5px;
  margin-right:10px;
  display:block;
  float:left;
}
#m_choose h1 a{
  color:#96aa0f;
}
#m_choose em{
  display:none;
}
.m_c_logo, .m_c_logo_active{
  color:white;
	display: table-cell;
	display: expression('block');
	text-align: center;
	vertical-align: middle;
	font-family: verdana;
	font-size: 37px;
	line-height: 37px;
	width: 95px;
	height: 45px;
	overflow: hidden;
	background: url(img/m_c_logoBg.gif) white no-repeat 0px 0px;
}
.m_c_logo:hover, .m_c_logo_active{
	background-position: 0px -45px;
}

#m_choose img {
	vertical-align: middle;
}
.m_c_name{
  font-weight:normal;
  display:block;
  padding-left:8px;
	background: url(img/arrow_green_small.gif) no-repeat 2px 4px;  
  font-size:10px;
}

/* product attributes filter */
.paFilterArea {
	background-position: bottom right;
	background-repeat: no-repeat;
	margin-bottom: 10px;
	clear: both;
	background:#f8f8f8;
	border:1px solid #cccccc;
}
.paFilterButton {
	clear: both;
	padding: 6px;
}
.paFilterName {
	padding-left: 6px;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 2px;
	margin-top: 4px;
}
.paSelect {
	float: left;
	padding: 0px;
	margin: 0px;
	margin-top:4px;
	padding-left: 2px;
	padding-right: 2px;
	font-size: 11px;
	overflow: visible;
	width: 65px;
	white-space: nowrap;
}

/* dropdowns */
#sort, #filter{
  background-repeat:no-repeat;
  background-position:left center;
  float:left;
  margin-right:15px;
}
.dropDownSelectArea{
  padding-top:5px;
  padding-bottom:5px;
  border-top: 1px dotted #cccccc;
  border-bottom: 1px dotted #cccccc;
  margin-bottom:20px;
}
.dText{
  font-weight:normal;
  color:#999999;
  font-size:11px;
}

.adressLabel{
  margin-right:10px;
  border:1px dotted #cccccc;
  padding:6px;
}
/* product info */
#p_c_left{
  overflow:hidden;
  width:350px;
  float:left;
  margin-right:12px;
}
#p_desc{
  margin-bottom:20px;
}

#p_c_right{
  overflow:hidden;
  width:338px;
  float:left;
}
#imageLargeArea{
  margin-bottom:20px;
}

#imageLarge {
	display: table-cell;
	display: expression('block');
	text-align: center;
	vertical-align: middle;
	font-family: verdana;
	font-size: 249px;
	line-height: 249px;
	width: 350px;
	height: 300px;
	background:url(img/imageLargeBg.gif) no-repeat 0px 0px;
}
#imageLarge:hover {
	background-position:0px -300px;
}
#imageLarge img {
	vertical-align: middle;
}
.imageThumb{
  width:66px;
  height:66px;
  margin-right:11px;
  margin-bottom:11px;
  float:left;
}
.imageThumb a{
	display: table-cell;
	display: expression('block');
	text-align: center;
	vertical-align: middle;
	font-family: verdana;
	font-size: 55px;
	line-height: 55px;
	width: 66px;
	height: 66px;
	background:url(img/imageThumbBg.gif) no-repeat 0px 0px;
}
.imageThumb a:hover{
	background-position:0px -66px;
}
.imageThumb img {
	vertical-align: middle;
}

#p_shippingtime {
	line-height: 12px;
	font-size: 11px;
	margin-top: 10px;
}
#p_shippingtime td {
	vertical-align: top;
}
#p_shippingtime img {
	margin-top: 2px;
	margin-left: 4px;
	margin-right: 4px;
	width: 28px;
	height: 8px;
}
#cart{
	position: absolute;
	bottom: 10px;
	right: 0px;
  width:140px;
  height:45px;
  padding-left:42px;
  background:url(img/cartBg.gif) 0px 0px no-repeat;
}
#emptyCartText{
  font-size:11px;
  padding-top:6px;
  color:#999999;
}
#cartBtn{
  margin-top:4px;
  display:block;
  background-repeat:no-repeat;
  background-position:0px 0px;
  height:17px;  
}
#cartBtn em{
  display:none;
}

#homeText{
  margin-bottom:25px;
}

.message{
  color:#339900;
  padding:4px;
  padding-left:22px;
  background:url(img/message.gif) no-repeat 2px 2px #f0f0f0;
  margin-bottom:20px;
  font-size:11px;
  line-height:135%;
}

.errorMessage{
  color:#b20a1c;
  padding:4px;
  padding-left:22px;
  background:url(img/error.gif) no-repeat 2px 2px #f0f0f0;
  margin-bottom:20px;
  font-size:11px;
  line-height:135%;
}
/* content contact persons */
.cp_table td{
  padding-top:10px;
  padding-bottom:10px;
}
.cp_table h5{
  margin-bottom:0px;
}
.cp_photo1, .cp_photo2{
  width:100px;
  height:100px;
  border:1px solid #cccccc;
  margin-right:10px;
}
.cp_photo2{
  margin-left:20px;
  margin-right:10px;
}

.cp_emailBtn{
  padding-top:5px;
}

/* links & partners */
.linksTable td{
  padding-top:4px;
  padding-bottom:4px;
}

.infoTable{
  margin-top:2px;
  border-collapse:collapse;
}
.infoTable td{
  border:2px solid #ffffff;
  padding:2px;
  padding-left:4px;
  padding-right:4px;
}
.infoTable thead td{
  font-size:15px;
  background:#d9dd32;
}
.infoTable tbody td{
  background:#f0f0f0;
}

#addToCartArea{
  background:#f4f4f4;
  padding:5px;
  border:1px solid #cccccc;
  margin-top:10px;
  margin-bottom:20px;
}
#addToCartTable{
}
#addToCartTable td{
  padding-right:5px;
}
#products_qty{
  width:30px;
  text-align:right;
}

.graduatedPricesTable{
  margin-top:10px;
  margin-bottom:5px;
  border:1px solid #cccccc;
}
.graduatedPricesTable td{
  font-size:11px;
  padding-left:4px;
  padding-right:4px;
}
.graduatedPricesTable thead td{
  font-weight:bold;
  background:#f0f0f0;
  color:#697c00;
  border-top:none;
}
.gp_price_row td{
  border-bottom:1px dotted #cccccc;
}

#quick_find {
	position: absolute;
	top: 10px;
	right: 0px;
}
#searchInput {
	border: 1px solid a0a0a0;
	width: 127px;
	float: left;
	padding:1px;
}
#searchSubmit {
	width: 20px;
	height: 19px;
	margin-left: 4px;
	float: left;
}
.secImage img{
  border:1px solid #cccccc;
}

#productQuestion{
  height:19px;
  cursor:pointer;
  margin-top:10px;
  background:0px 0px no-repeat;
}
#productQuestion:hover{
  background-position:0px -19px;
}
#iso9001{
  padding-top:10px;
  width:220px;
  height:192px;  
  background:url(img/iso9001_100.gif) no-repeat 0px 10px;
}
/*Serviettenfalten*/
.serviettenBox_left, .serviettenBox_right{
	padding: 1px;
	float: left;
	display: block;	
	margin-bottom: 10px;
	border: 1px solid #cccccc;
}
.serviettenBox_left{
	margin-right: 10px;
}
.serviettenBox_left:hover, .serviettenBox_right:hover{
	border: 1px solid #d9dd32;
}

.info_gewerblich{
  background:#F8F8F8;
  border:1px solid #E0E0E0;
  color:#b20a1c;
  padding:5px;
  text-align:center;
}

/*linkbox*/

 .linkbox{
 	display: block;
	background: url(img/linkbox_bg.gif) no-repeat top;
	height: 76px;
	width: 340px;
	margin-right: 20px;
	position: relative;
	font-family: arial;
	float: left;
 }

 .linkbox img{
 	position: absolute;
	top: 6px;
	left: 6px;
 }
 .linkboxText{
	 position: absolute;
	 top: 10px;
	 left: 119px;
	 font-size: 12px;
	 color: #666666;
 }
 .linkbox:hover{
	 background: url(img/linkbox_bg.gif) no-repeat bottom;
 }
 .linkboxText b{
 	display: block;
	font-weight: normal;
	color: #333333;
	font-size: 18px;
	margin-bottom: 4px;
 }
 .noMarginRight{
 	margin-right: 0px;
 }