* { 
	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;
}

/* 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:740px;
		
	}
		.site .header .column2 img {
			float:left;
		}
	.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;
			overflow:hidden;
			width:740px;
		}
	.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:170px;
	 }
	 	.listPro .item h2 {
	 		padding-bottom:4px;
	 	}
		.listPro .item h2 a {
			font-size:14px;
		}
	 	.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;
		}
		
/* custom cnt */		

		.site .header .lngs {
			height:33px;
			padding-left:450px;
			
		}
		.site .header .lngs a {
			color:#919191;
			display:block;
			float:left;
			text-decoration:none;
			text-transform:uppercase;
			margin-right:10px;
			padding-top:15px;
		}
		.site .header .lngs a.on, .site .header .lngs a:hover {
			color:white;
		}
		
		
a.shoplink {
	font-size:17px !important;
}
		
.refItem {
	float:left;
	width:200px;
	height:200px;
	overflow:hidden;
	text-align:center;
	border:1px solid #919191;
	margin:0px 5px 5px 0px;
	padding:10px;
}
		
		.refItem a.mImg {
			display:block;
			width:150px;
			height:100px;
			margin:auto;
			text-decoration:none;
			background-position:center top;
			background-repeat:no-repeat;
		}

.paging {
	padding:10px;
}
	.paging a {
		font-size:12px;
	}
	.paging a.on {
		font-weight:bold;
	}
			
			
					.content p.gallery a {
			float:left;
			display:block;
			width:220px;
			height:150px;
			text-decoration:none;
			margin:0px 8px 8px 0px;
			background-position:center center;
			background-repeat:no-repeat;
		}

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