* { 
	margin:0px; padding:0px;
	font-family:Arial;
	font-size:11px; 
}
.clear { clear:both; font-size:1px;  }
img { border:0px;}
body {
	background-image:url(img/struct/body_bg.jpg);
	background-position:center center; 
	background-repeat:no-repeat;
	background-color:black;
}
/* startseite */
.home {
	width:946px;
	margin:auto;
	margin-top:32px;
}
	.home .column1 {
		width:163px;
		float:left;
		height:867px;
		background-image:url(img/home/column1_bg.jpg);
		background-repeat:no-repeat;
	}
	.home .column2 {
		width:783px;
		float:left;	
	}
		.home .column2 img {
			float:left;
		}
	.home, .home a {
		color:#f6e9c4;
		text-decoration:none;
		font-weight:bold;
	}
	.home .column1 .cnt {
		padding-top:236px;
		text-align:center;
	}
	.home .column1 .lng {
		text-transform:uppercase;
		font-size:14px;
		display:block;
		margin-bottom:20px;
	}
	.home .column1 .lng:hover {
		text-decoration:underline;
	}
	.home .column1 .address {
		margin-top:40px;
		font-size:11.5px;
	}

/* site struct */
.site {
	width:946px;
	margin:auto;
	height:600px;
}
	.site .header {
	}
	.site .header .column1 {
		float:left;
		background-color:#ad1930;
		margin-top:33px;
		height:224px;
		width:175px;
		text-align:center;
	}
		.site .header .column1 img {
			margin-top:5px;
		}
	.site .header .column2 {
		float:left;
		width:406px;
		
	}
		.site .header .column2 img {
			margin-top:33px;
			float:left;
		}
	.site .header .column3 {
		float:left;
		background-image:url(img/site/header_bg_cart.gif);
		background-repeat:no-repeat;
		background-position:left top;
		width:365px;
		height:257px;
	}
		.site .header .column3 .lngs {
			padding:40px 0px 0px 10px;
		}
		.site .header .column3 .lngs a {
			color:#919191;
			display:block;
			float:left;
			text-transform:uppercase;
			margin-right:10px;
		}
		.site .header .column3 .lngs a.on, .site .header .column3 .lngs a:hover {
			color:white;
		}
		.site .header .column3 .spc {
			clear:left;
			text-align:right;
			margin-top:7px;
			padding:0px 35px 10px 10px;
		}
			.site .header .column3 .spc .cnt {
				float:left;
				color:#919191;
			}
				.site .header .column3 .spc .cnt a {
					color:#919191;
				}
				.site .header .column3 .spc .cnt a:hover {
					color:white;
				}
		.site .header .cartBox {
			padding-top:10px;
			width:330px;
			color:white;
			border:0px;
		}
		.site .header .cartBox a {
			color:white;
		}
			.site .header .cartBox h3, .site .header .cartBox h3 a {
				width:100px;
			}
			.site .header .cartBox .cnt {
				width:180px;
			}
			.site .header .cartBox .list {
				height:80px;
				overflow:auto;
			}
			.site .header .cartBox .c_link {
				float:right;
				display:block;
				width:130px;
				height:130px;
			}
	.site .content {
		clear:left;
		background-image:url(img/site/content_middle.jpg);
		background-repeat:repeat-y;
		padding-bottom:10px;
		min-height:480px;
		
	}
	* html .site .content {
		height:480px;
	}
		.site .content .column1 {
			float:left;
			width:175px;
			overflow:hidden;
		}
		.site .content .column2 {
			float:left;
			width:584px;
			overflow:hidden;
		}
		.site .content .column3 {
			float:left;
			width:187px;
		}
	.site .footer {
		padding-top:20px;
		text-align:center;
	}
	.site .footer, .site .footer a {
		color:white;
		text-decoration:none;
	}
	
/* site stuct */
.site .column1, .site .column1 a {
	color:#f6e9c4;
	text-decoration:none;
}
.site .column3, .site .column3 a {
	color:#585858;
	text-decoration:none;
}
	/* nav */
	.site .nav {
		padding:10px;		
		padding-bottom:20px;
		font-weight:bold;
	}
		/* level 1 */
		
		.site .nav, .site .nav li {
			list-style:none;
		}
		.site .nav li {
			padding:0px 0px 7px 0px;
		}
		.site .nav li a {
			font-size:12px;
			display:block;
			
		}
		.site .nav li a.on, .site .nav li a:hover {
			color:#aeb4cd;
		}
		/* level 2 */
		.site .nav li ul li  {
			padding:0px;	
		}
		.site .nav li ul li a {
			font-size:11px;
			padding:0px 0px 0px 10px;
		}

	/* boxes */
	.box {
		border-bottom:1px solid white;
	}
	.box .infoBoxHeading_titel {
		color:green !important;
	}
	.box h3, .box h3 a   {
		font-size:13px;
		padding:2px 10px 2px 10px;;
	}
		.box h3 a {
			display:block;
			background-image:url(img/site/arrow.png);
			background-repeat:no-repeat;
			background-position:right center;
			padding:0px;
			text-decoration:none;
		}
		* html .box h3 a {
			background-image:none;
		}
		.column1 .box h3, .column1 .box h3 a   {
			color:#ad1930;
			background-color:#aeb4cd;	
		}
		.column3 .box h3, .column3 .box h3 a   {
			
			color:white;
			background-color:#ad1930;	
		}
	.box .s_more {
		display:block;
		margin-top:5px;
		background-image:url(img/site/arrow.png);
		background-repeat:no-repeat;
		background-position:-8px center;
		padding:0px 0px 0px 10px;
	}
		.box .s_more:hover {
			text-decoration:underline;
		}
	.box .cnt {
		padding:10px;
	}
	.contentBox ul {
		margin-left:20px;
	}
	.specialBox {
		margin:0px 10px 10px 10px;
		padding:0px;
		border:0px;
		background-color:#777fa1;
		padding-bottom:20px;
		background-image:url(img/site/roll_up.gif);
		background-repeat:no-repeat;
		background-position:right bottom;
	}
		.specialBox, .specialBox a, .specialBox a.s_more {
			color:white;
		}		
		.specialBox h3  {
			background:none !important;
			padding-top:3px;
		}
		.specialBox h3 a {
			background-color:#777fa1 !important;
			background-image:url(img/site/arrow.png);
		}
	/* maincontent */
	.mcontent {
		padding:10px 20px;
	}
		.mcontent a {
			color:#ad1930;
			text-decoration:none;
		}
		.mcontent h1 {
			font-size:15px;
			margin:5px 0px 3px 0px;
		}
	.mcontent .paging {
		clear:both;
		padding-top:20px;
	}
/* lists */
	.listCat {
		padding-top:20px;
	}
	 .listCat .item {
	 	background-image:url(img/struct/list_bg.jpg);
		background-repeat:repeat-x;
		background-color:#f9e9c5;
		float:left;
		text-align:center;
		margin:0px 10px 20px 0px;
		padding:5px 0px 0px 0px;
		width:120px;
		height:155px;
	 }
	 	.listCat .item .img {
		 	width:120px;
			height:120px;
			overflow:hidden;
	 		
	 	}
		.listCat .item h2 {
			padding-top:3px;
		}
		
	.listPro {
		padding-top:20px;
		float:left;
	}
	 .listPro .item {
	 	background-image:url(img/struct/list_bg.jpg);
		background-repeat:repeat-x;
		background-color:#f9e9c5;
		float:left;
		padding:5px;
		margin:0px 10px 20px 0px;
		width:250px;
		height:190px;
	 }
	 	.listPro .item h2 {
	 		padding-bottom:4px;
	 	}
		.listPro .item h2 a {
			font-size:13px;
		}
	 	.listPro .item .img {
	 		float:left;
		 	width:100px;
			height:100px;
			overflow:hidden;
			margin-right:10px;
	 	}
		.listPro .item .descr {
			height:100px;
			overflow:hidden;
		}
		.listPro .item .price {
			float:left;
			clear:left;
			font-weight:bold;
			width:130px;
			padding-top:5px;
		}
		.listPro .item .more {
			float:left;
			padding-top:5px;
		}
		
	.infoPro {
		
	}
		.infoPro .imgs {
			float:right;
			width:210px;
			padding:0px 0px 0px 20px;
			overflow:hidden;
		}
		.infoPro .imgs .mimg {
			margin-bottom:5px;
		}
		.infoPro .imgs .ilist a {
			float:left;
			width:98px;
			height:95px;
			overflow:hidden;
			margin:0px 4px 5px 0px;
			text-align:center;
		}
		.infoPro .imgs .ilist img {
			width:120px;
		}
		.infoPro .price {
			font-size:13px;
			padding:10px;
			color:#ad1930;
			font-weight:bold;
			text-align:right;
		}
		.infoPro .print {
			padding:10px 0px;	
		}
		.infoPro .m {
			clear:both;
			padding:10px 0px;
		}
		
		
		
		
		
		
		
		
		
		
		
		
		
TR.headerError {
  background: #ff0000;
}

.moduleHeading {
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	font-weight: bold;
	padding-bottom: 10px;
}

TD.headerError {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
  padding:3px;
}


/* lng */
.lngs a {
	background-image:url(img/de.png);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:22px;
	padding-right:10px;
}
.lngs a.lngit {	background-image:url(img/it.png); }
.lngs a.lngen {	background-image:url(img/en.png); }

