body {
	margin: 0;
	padding: 0;
	/*background: url("../pix/body.png") repeat-y #FFDA3D;*/
	background-image: url("../pix/body.png");
	background-repeat:repeat-x;
	background-color:#FFE577;
	font-size: 12px;
	font-family: Arial, sans-serif;
  	line-height:120%;
	color: #585858;
}
img {
	border: 0;
}

a {
	color: #585858;
}

h1 {
	line-height: 24px;
}

h2 {
	line-height: 20px;
}

h3 {
	line-height: 16px;
}

p {
	line-height: 20px;
}

#sunBG {
	background-image: url("../pix/sonne.png");
	background-repeat: no-repeat;
	background-position: 0 0;
}
#IQcontainer {
	width: 1001px;
	margin: 0 auto;
	background-color: transparent;
}
#left {
	position: relative;
	width: 234px;
	min-height: 600px;
	float: left;
	margin:0;
	padding:0;
	overflow: none;
}
#left ul {
	list-style-type: none;
	margin:0;
	padding:0;
	padding-bottom: 60px;
	padding-top:2px;
}
#left ul li {
	width: 180px;
	margin-left: 28px;
	padding-top: 5px;
	padding-left: 6px;
	padding-bottom: 3px;
}
li.dotted {
	border-bottom: 1px dashed #585858;
}
#left ul li a {
	text-decoration: none;
	color: #585858;
	font-weight: bold;
	font-size: 11px;
	
	line-height: 20px;
}
#left ul li ul {
	list-style-type: none;
	margin:0;
	padding:0;
	/*padding-top:3px;*/
}
#left ul li ul li {
	width: 174px;
	margin: 0;
	padding-left: 9px;
	border-bottom: 1px dotted #585858;
}
#left ul li ul {
	width: 185px;
	margin-left: -3px;
	border-top: 1px dashed #585858;
}
#left ul li ul li a {
	text-decoration: none;
	color: #585858;
	font-weight: normal;
}
#naviBG {
	width: 234px;
	min-height:776px;
	background-color: transparent;
	background-image: url("../pix/left.png");
	background-repeat: repeat-y;
	background-position: -1 0;
	margin-left:10px;
}
#navihead {
	width: 234px;
	margin-top:70px;
	padding-top: 70px;
	margin-left:10px;
	background-image: url("../pix/navi_top.png");
	background-repeat: no-repeat;
	
	/*background-image: url("../pix/sun.png");
	background-repeat: no-repeat;
	background-position: 25px;*/
	
	background-color: transparent;
	background-position: -1 0;
}
#archi_pic{
	width:224px;
	height:103px;
	background-image: url("../pix/bottom.png");
	background-repeat: no-repeat;
	position:relative;
	bottom:0;
	margin-left:10px;
}
#right {
	width: 761px;
	min-height: 1030px;
	float: left;
	background-color: #FFFFFF;
}
#infoNavi {
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #FFDA3D;
}
#infoNavi a {
	display: block;
	float: right;
	text-decoration: none;
	color: #585858;
	font-size: 10px;
	letter-spacing: 2px;
}
#infoNavi .sep {
	float: right;
	width: 10px;
	margin-left: 10px;
	color: #585858;
}
#iconNavi {
	width: 701px;
	height: 115px;
	padding-left: 60px;
	background-image: url("../pix/iconNaviBG.png");
	background-repeat: no-repeat;
	background-color: transparent;
}
.naviIcon {
	display: block;
	float: left;
	width: 42px;
	height: 44px;
	margin-left: 10px;
	margin-top: 7px;
}
#topNavi {
	width: 761px;
	margin-top: -8px;
	background-color: transparent;
}
#topNavi a {
	display: block;
	float: right;
	width: 106px;
	height: 25px;
	padding: 3px;
	background-image: url("../pix/topNavi.png");
	background-repeat: no-repeat;
	color: #EEEEEE;
	text-decoration: none;
	font-size: 11px;
	text-align: center;
	font-weight: bold;
	padding-top: 6px;
}

#right .sub:hover, #right .lastSubBG:hover, #right .sub_first:hover {
	background-color: #585858;
	color: #FFFFFF;
	background-image: url("../pix/navi_o_sub_on.png");
	background-repeat: repeat-x;
}
.sub_header{
	width: 139px;
	display: none;
	padding: 0;
	margin: 0;
	color: #585858;
	background-image: url("../pix/topNaviSubActive.png");
	background-repeat: repeat-y;
	height:10px;
}
#topNavi a.sub {
	width: 139px;
	display: none;
	padding: 0;
	margin: 0;
	background-image: url("../pix/topNaviSubActive.png");
	background-repeat: repeat-y;
	color: #585858;
	font-weight: normal;
	border-top: 1px solid #AAAAAA;
	padding-top: 5px;
	
	z-index: 99999;
}
#topNavi a.sub_first {
	width: 139px;
	display: none;
	padding: 0;
	margin: 0;
	background-image: url("../pix/topNaviSubActive.png");
	background-repeat: repeat-y;
	color: #585858;
	font-weight: normal;	
	padding-top: 5px;
}
#topNavi a.lastSubBG {
	width: 137px;
	display: none;
	padding: 0;
	margin: 0;
	background-image: url("../pix/topNaviActiveBottom.png");
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #EEEEEE;
	color: #585858;
	font-weight: normal;
	border-top: 1px solid #AAAAAA;
	border-left: 1px solid #AAAAAA;
	border-right: 1px solid #AAAAAA;
	
	padding-top: 5px;
	z-index: 99999;
}
#topNavi a.left {
	background-image: url("../pix/topNaviLeft.png");
	background-repeat: no-repeat;
	color: #EEEEEE;
}
#topNavi a.right {
	background-image: url("../pix/topNaviRight.png");
	background-repeat: no-repeat;
	color: #EEEEEE;
}
#topNavi a.leftActive {
	overflow: visible;
	background-image: url("../pix/topNaviLeftActive.png");
	background-repeat: no-repeat;
	color: #585858;
}
#topNavi a.rightActive {
	background-image: url("../pix/topNaviRightActive.png");
	background-repeat: no-repeat;
	color: #585858;
}
#topNavi a.last {
	width: 137px;
	height: 30px;
	display: none;
	padding: 0;
	font-weight: normal;
	border-top: 1px solid #AAAAAA;
	background-image: url("../pix/topNaviActiveBottom.png");
	background-position: bottom;
	background-repeat: no-repeat;
	background-color: #EEEEEE;
	border-left: 1px solid #AAAAAA;
	border-right: 1px solid #AAAAAA;
	color: #9F9F9F;
}
#topNavi a.subLast {
	width: 139px;
	height: 9px;
	display: none;
	padding: 0;
	margin: 0;
	border: 0;
	background-image: url("../pix/topNaviActiveBottom.png");
	background-position: bottom;
	background-repeat: no-repeat;
}
#topNavi a.active {
	background-image: url("../pix/topNaviActive.png");
	background-repeat: no-repeat;
	color: #585858;
}
#content {
	width: 731px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 30px;
	background-color: #FFFFFF;
}
#content table tr td {
	font-size:12px;
}
#contentiFrame {
	width: 761px;
	padding-left: 0;
	padding-right: 0;
	padding-top: 20px;
	background-color: #FFFFFF;
}
#contentL {
	float: left;
	width: 343px;
	background-color: transparent;
}
#contentR {
	float: left;
	width: 343px;
	margin-left: 44px;
	background-color: transparent;
}
.contentHeader {
	width: 100%;
	margin-bottom: 20px;
	font-size: 22px;
	font-weight: bold;
	color: #585858;
	line-height:110%;
	margin-top:0px;
}
#contentiFrame .contentHeader {
	width:380px;
	margin-bottom: 20px;
	margin-left:25px;
	font-size: 22px;
	font-weight: bold;
	color: #585858;
	line-height:110%;
	float:left;
}
#contentiFrame #contentHeader2{
	float:right;
	width:210px;
	margin-top: 5px;
	margin-right:15px;
	font-weight: bold;
}
#cont_bottom{
	width:761px;
	height:13px;
	background-image: url("../pix/cont_bottom.png");
	background-repeat: no-repeat;
	float: left;
	margin-left:234px;
	margin-top:0px;
}
#bottomBG {
	width: 991px;
	height: 200px;
	margin: 0 auto;
	background-color: transparent;
	background-image: url("../pix/bottomBG.png");
	background-repeat: no-repeat;
	background-position: -1px 0;
}
#footer {
	width: 761px;
	padding-left: 234px;
	background-color: transparent;
}

.clear {
	clear: both;
}

#sitemap {
	width: 100%;
}
a.sitemapHeader {
	display: block;
	width: 100%;
	border-bottom: 1px dashed #9F9F9F;
	margin-top: 15px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	text-decoration: none;
	color: #9F9F9F;
	font-weight: bold;
}
.sitemapSubContainer {
	width: 100%;
	color: #9F9F9F;
}
a.sitemapSub {
	width: 300px;
	float: left;
	padding: 5px;
	text-decoration: none;
	color: #9F9F9F;
}
.preisliste{
	line-height:15px;
}
/* Herstellerseite */
#producerBody {
	margin: 0;
	padding:0;
	background-color: #FFFFFF;
	background-image: none;
	overflow: scroll;
	margin-top:-40px;
}
#producerIE {
	width: 100%;
}
#producerContainer {
	width: 798px;
	margin: 0 auto;
	margin-top: 50px;
	color: #777777;
}
#producerInfo {
	width: 768px;
	margin: 0 auto;
	padding-left: 30px;
	background-color: #FFFFFF;
}
#producerInfo .producerHeadline {
	color: #777777;
	font-size: 24px;
	font-weight:bold;
}
#producerContainer a {
	color: #777777;
}
#producerTop {
	width: 100%;
	background-image: url("../pix/hersteller_top.png");
	background-repeat: no-repeat;
	background-position: 2px 10px;
	background-color: #FFFFFF;
	z-index:1px;
	padding-top:40px;
}

#producerContent {
	width: 798px;
	background-image: url("../pix/hersteller_middle.png");
	background-repeat: repeat-y;
	background-color: transparent;
	padding-top: 30px;
	margin-left:2px;
}
#producerContent2{
	width: 798px;
	background-image: url("../pix/hersteller_middle.png");
	background-repeat: repeat-y;
	background-color: transparent;
	padding-top: 30px;
	margin-left:2px;
	padding-left:20px;
}
#producerContent2 #Frame{
	margin-left:-4px;
}
#producerLeft {
	width: 690px;
	float: left;
	margin-left: 60px;
	background-color: transparent;
}
div.producerGlass {
	position:relative;
	float: left;
	width: 320px;
	height: 220px;
	margin-left: 15px;
	text-align: center;
}
.product_glass1{
	width: 189px;
	/*height: 210px;*/
	height: 190px;
	margin-left:70px;
	background-image: url("../pix/glassBG.png");
	background-repeat: no-repeat;
	background-color: transparent;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
}
.product_glass2{
	margin-left:70px;
	width: 189px;
	/*height: 210px;*/
	height: 190px;
	background-image: url("../pix/glassBG.png");
	background-repeat: no-repeat;
	background-color: transparent;
	position:absolute;
	top:0;
	left:0;
	z-index:2;
}
.product_glass2 img{
	margin:auto;
}

.product_glass3{
	margin-left:70px;
	width: 189px;
	/*height: 210px;*/
	height: 190px;
	background-image: url("../pix/glass.png");
	background-repeat: no-repeat;
	background-color: transparent;
	position:absolute;
	top:0;
	left:0;
	z-index:3;
}
.product_bottom_text{
	font-weight:bold;
	font-size:12px;
	margin-top:198px;
	z-index:1;
	position:absolut;
	top:15px;
}
.product_glass3 a{
	display:block;
	width:190px;
	height:190px;
}
a.producerCat {
	display: block;
	width: 189px;
	height: 190px;
	background-image: url("../pix/hs_katalog.png");
	background-repeat: no-repeat;
	background-color: transparent;
}
a.producerNoCat {
	display: block;
	width: 189px;
	height: 190px;
	background-image: url("../pix/glass.png");
	background-repeat: no-repeat;
	background-color: transparent;
}
#producertext {
	float: left;
	width: 230px;
	padding-right: 20px;
	text-align: justify;
	background-color: transparent;
}
#producerBottom {
	width: 100%;
	height: 142px;
	background-image: url("../pix/hersteller_bottom.png");
	background-repeat: no-repeat;
	margin-top:-100px;
	margin-left:2px;
}

/* Herstellerseite Ende */

#catalogBox {
	width: 100%;
}
#catalogBox h1 {
	margin-left: 15px;
	font-size: 18px;
}
a.catalog {
	display: block;
	float: left;
	width: 150px;
	height: 150px;
	margin-left: 15px;
	margin-bottom: 15px;
}

.tinymcewysiwyg ul li {
	padding-bottom: 5px;
}

/* START - Modul: Archit.Listing */
#archit_listing {
	/*height: 200px;*/
	font-size: 10px;
	margin-left: 25px;
}

#archit_listing a {
	display: block;
	background-color: #C2C2C2;
	color: #585858;
	width: 163px;
	float: left;
	margin: 3px;
	padding: 3px 5px;
	text-decoration: none;
}

#archit_listing a:hover {
	color: #000000;
}
/* ENDE - Modul: Archit.Listing */
.div_3er_header{
	float: left; 
	width: 190px; 
	padding: 0 20px; 
}
.div_3er{
	float: left; 
	/*width: 190px; */
	width: 195px;
	height: 370px; 
	padding: 0 20px; 
	border-right: 1px dashed #595959; 
	margin-bottom: 25px;
}
.div_3er_last_header{
	float: left; 
	width:200px; 
	padding: 0 20px; 
}
.div_3er_last{
	float: left; 
	width:200px; 
	height: 370px; 
	padding: 0 20px; 
	margin-bottom: 25px;
}
#imageflow{
	margin-left:-50px;
	margin-bottom: 25px;
}

.imageflow{
	margin-top: -50px;
	z-index: 2;
}

#captions{
	padding-left:100px;
}
#scrollbar{
	padding-top:20px;
	left:100px;
}

/* START: Footer */
#footer_col div {
	float: left;
}

#footer_adress {
	padding: 25px;
	width: 200px;
	border-right: 2px dashed #FEF8E0;
}
	/* START: Cloud */
	#footer_cloud
	{
	}
	
	#tagcloud {
		padding: 25px;
		border: 1% solid #D1D2D4;
		text-align:center;
		line-height: 200%;
		white-space: normal;
	}
	#tagcloud a {
		text-decoration: none;
		display: block;
		width: auto;
		float: left;
		margin: 3px;
	}
	h3.tag {
		margin-top: 25px;
		margin-bottom: 5px;
	}

	.cloudSmallest {
		font-size: 8;
	}
	.cloudSmall {
		font-size: 12px;
	}
	.cloudMedium {
		font-size: 16px;
	}
	.cloudLarge {
		font-size: 20px;
	}
	.cloudLargest {
		font-size: 25px;
	}
	.cloudColor1 {
		color: #C2C2C2;
	}
	.cloudColor2 {
		color: #585858;
	}

	/* ENDE: Cloud */
/* ENDE: Footer */
#shop_pic{
	margin-left:15px;
	margin-top:-20px;
	width:210px;
	height:95px;
	background-image: url("../pix/occhio_piu.png");
	background-repeat: no-repeat;
	vertical-align:bottom;
}

#facebook_pic{
	margin-left:190px;
	margin-top:5px;
	width:210px;
	height:95px;
	background-image: url("../pix/facebook.png");
	background-repeat: no-repeat;
	vertical-align:bottom;
}

#imgflowloader {
	position: absolute;
	top: 410px;
	z-index: 9999;
	margin-left: 210px;
	display: none;
}

