/* elements */
body, div, h1, h2, h3, p, ul, ol, li, strong {
	margin:0px;
	padding:0px;
}

html {
	height: 100%;
}

body{
	font-family:arial;
	font-size:12px;
	line-height: 150%;
	background: url(img/body-bg.gif) repeat-y center #ECE9E8;
	color: #4D4D4D;
	margin-left: 0;
	height: 100%;
}

img{
	border:0px;
}

.right-column a{
	color: #c10115;
}

.right-column a:hover{
	text-decoration: underline;
}

.right-column a:visited{
	color: #c10115;
}

a {
	text-decoration: none;
	color: #4D4D4D;
}

a:hover {
	color: #4D4D4D;
	text-decoration: underline;
	
}



h1{
	display: none;
}

h2{
	
}

h3{
	color: #666666;
	font-size: 14px;
	margin-bottom: 15px;
}

h4 {
	font-size: 12px;
	font-weight: normal;
	margin-top: -13px;
	margin-bottom: 20px;
}

ul.static-sub-menu {
	list-style: none;
	width: 190px;
}

	ul.static-sub-menu li{
		margin:0px;
		padding:0px;
/*		background-color:red;*/
		height:30px;
		overflow:hidden;
		padding-left: 10px;
	}

		ul.static-sub-menu li a {
			font-size: 12px;
			color: #797979;
			padding: 5px 0 5px 0;
			display: block;
			text-decoration: none;
			font-weight: normal;
			border-bottom: 1px solid #eaebeb;
		
/*			background-color:blue;*/
		
		}
	
	ul.static-sub-menu li a:hover, 	ul.static-sub-menu li a.active {
		font-weight: bold;
	}


.semantic {
	display:none;
}

.clear {
	clear: both;
	float: none;
}

.gallery {
	float: left;
	margin-right: 17px;
	width: 168px;
}

	.gallery .viewport {
		height: 120px;
		overflow: hidden;
	}

	.gallery .small-preview {
		float: left;
		margin-top: 13px;
		margin-right: 8px;
	}
	
	.gallery .magnifier-icon {
		position: relative;
		height: 16px;
		background: url(img/magnifier.png) no-repeat;
		height: 16px;
		width: 16px;
		margin-top: -22px;
		left: -13px;
		float: right;
	}

.text-block {
	width: 480px;
	float: left;
}

/* layout */
#container{
	width: 946px;
	background-color: #e8e8e8;
	margin: 0 auto 0 auto;
	height: 100%;
}
#top{
	background: url(img/bg-header.jpg);
	height: 125px;
	padding: 0 22px 0 22px;
}
	#top #lang-select {
		background: url(img/lang-select.png) no-repeat;
		padding-top: 20px;
		position: relative;
		width: 100px;
		z-index: 201;
		float: left;
		margin: 25px 0 0 0;
	}
	
		#top #lang-select .current-lang {
			height: 15px;
			color: #4d4d4d;
		}
			#top #lang-select .current-lang .label {
				background-color: #606060;
				color: #a3a5a6;
				float: left;
				font-size: 11px;
				line-height: 14px;
			}
	
			#top #lang-select .current-lang .right-corner {
				height: 15px;
				width: 14px;
				background: url(img/lang-select-rcorner.gif) no-repeat;
				float: left;
				position: relative;
				z-index: 202;
;			}
		
			#top #lang-select .current-lang .left-corner {
				height: 15px;
				width: 5px;
				background: url(img/lang-select-lcorner.gif) no-repeat;
				float: left;
			}
		
		
		#top #lang-select .lang-list {
			list-style: none;
			color: #4d4d4d;
			padding-left: 17px;
			padding-right: 7px;
			position: absolute;
			left: 36px;
			top: 20px;
			z-index: 200;
			overflow: hidden;
			width: 67px;
		}
				#top #lang-select .lang-list ul {
					list-style: none;
					background-color: #fff;
				}
				
					#top #lang-select .lang-list ul li {
						padding-left: 12px;
						padding-right: 7px;
					}
					
				#top #lang-select .lang-list .lang-list-top {
					height: 6px;
					width: 67px;
					background: url(img/lang-select-box-top.gif) no-repeat;
				}
				
				#top #lang-select .lang-list .lang-list-bottom {
					height: 6px;
					width: 67px;
					background: url(img/lang-select-box-bottom.gif) no-repeat;
				}
	
	#top #logo{
		float:right;
		margin-top: 21px;
	}
	
	#top ul#menu {
		list-style: none;
		margin-top: 102px;
		float: left;
		margin-left: -100px;
		width: 700px;
	}

	#top ul#menu li {
		float: left;
		height: 23px;
		display: inline;
	}
	
	#top ul#menu li a {
		display: block;
		background-image: url(img/menu.png);
		height: 13px;
		margin-right: 26px;
		margin-bottom: 10px;
	}
	
	#top ul#menu li.start 		a { width: 30px; background-position: 0px 0px; }
	#top ul#menu li.produkte 	a { width: 56px; background-position: -56px 0px; }
	#top ul#menu li.tonwerk 	a { width: 53px; background-position: -137px 0px; }
	#top ul#menu li.heizen		a { width: 82px; background-position: -215px 0px; }
	#top ul#menu li.download 	a { width: 64px; background-position: -324px 0px; }
	#top ul#menu li.kontakt 	a { width: 48px; background-position: -412px 0px; }
	#top ul#menu li.mediathek 	a { width: 68px; background-position: -486px 0px; }
	
	#top ul#menu li.start a.active, #top ul#menu li.start a:hover { width: 30px; background-position: 0px -39px; }
	#top ul#menu li.produkte a.active, #top ul#menu li.produkte a:hover { width: 56px; background-position: -56px -39px; }
	#top ul#menu li.tonwerk a.active, #top ul#menu li.tonwerk a:hover { width: 53px; background-position: -137px -39px; }
	#top ul#menu li.heizen a.active, #top ul#menu li.heizen a:hover { width: 82px; background-position: -215px -39px; }
	#top ul#menu li.download a.active, #top ul#menu li.download a:hover { width: 64px; background-position: -324px -39px; }
	#top ul#menu li.kontakt a.active, #top ul#menu li.kontakt a:hover { width: 48px; background-position: -412px -39px; }
	#top ul#menu li.mediathek a.active, #top ul#menu li.mediathek a:hover { width: 68px; background-position: -486px -39px; }

	
		#top ul#menu li ul.submenu {
			position: absolute;
			background: url(img/submenu-bg.gif) no-repeat #a3a5a6;
			width: 200px;
			list-style: none;
			padding-bottom: 11px;
			line-height: 12px;
			z-index:1000;
			display: none;
		}

			#top ul#menu li ul.submenu li {
				background-image: none;
				width: auto;
				
			}
			
				#top ul#menu li ul.submenu li a {
					background-image: none;
					color: #fff;
					margin: 6px 11px 0 11px;
					padding-bottom: 5px;
					border-bottom: 1px solid #8e8f8f;
					text-decoration: none;
					width: 180px;
					display: block;
				}
				
				#top ul#menu li ul.submenu li a.last {
					border-bottom: none;
				}
				
				#top ul#menu li ul.submenu li a.active, #top ul#menu li ul.submenu li a:hover {
					color: #4d4d4d;
					width: 180px;
				}
		
#content {	
	float: left;
	width: 946px;
	background-color: #fff;
	position: relative;
}
		
#main{
	color: #4d4d4d;
	padding: 25px 0 0 22px;
	background-color: #fff;	
	float: left;
	background-color: #fff;
}

	#main .left-column {
		width: 216px;
		float: left;
		margin-bottom: 50px;
	}

	#main .right-column {
		float: left;
		padding-top: 15px;
		padding-top: 5px;
		width: 708px;
		margin-bottom: 50px;
	}

#footer{
	background: #e8e8e8;
	height: 180px;
	clear: both;
}
	#footer div.subcontent{
		width: 430px;
		float: left;
		background: #d2d1cf;
		height: 100px;
		display: block;
		margin-left:20px;
		display: none;
	}
	
/* artikel */
.row {
	border-bottom: 1px solid #d9d9d9;
	padding-bottom: 30px;
	margin-bottom: 12px;
}

	.row img {
		float: left;
		margin-right: 25px;
	}
	
	.row .article-main {
		float: left;
		width: 90%;
	}

/* produkte */
ul.products-as-images {
	list-style: none;
}

	ul.products-as-images li.no-borders {
		border-bottom: none;
	}
	
	ul.products-as-images li {
		float: left;
		border-bottom: 1px solid #e8e8e8;
		margin-bottom: 20px;
	}
	
	ul.products-as-images li.last-row {
		border-bottom: none;
	}
	
		ul.products-as-images li a .product-image {
/*			width: 140px;*/
			height: 199px;
			display: block;
			background-repeat: no-repeat;
			cursor: pointer;
		}
		
		
		ul.products-as-images li a .product-image-small {
/*			width: 140px;*/
			height: 166px;
			display: block;
			background-repeat: no-repeat;
		}
		
		
		ul.products-as-images li a .product-title {
/*			width: 140px;*/
			height: 22px;
			display: block;
			background-position: 0 -199px;
			background-repeat: no-repeat;
			cursor: pointer;
		}
		
		ul.products-as-images li a:hover .product-title {
/*			width: 140px;*/
			height: 22px;
			display: block;
			background-position: 0 -221px;
			
		}
		
		ul.products-as-images li a .product-title-small {
/*			width: 140px;*/
			height: 16px;
			display: block;
			background-position: 0 -166px;
			background-repeat: no-repeat;
			margin-bottom: 6px;
		}
		
		ul.products-as-images li a:hover .product-title-small {
/*			width: 140px;*/
			height: 16px;
			display: block;
			background-position: 0 -188px;
			margin-bottom: 6px;
		}
		ul.products-as-images li a .product-title-small{
			width: 140px;
		}
	
/* bildmaterial */
div#bildmaterial_teaser {
	background-image:url('img/download.jpg');
	background-repeat:no-repeat;
	height:160px;
	width:133px;
	background-position:-770px 0px;
}

.bildmaterial img {
/*	margin-right: 45px;*/
}

/* Accordion */
div.accordion {
	margin-top: -17px;
	border-bottom: 1px solid #d9d9d9;
	
}

div.accordion h3 {
	border-top: 1px solid #d9d9d9;
	font-size: 14px;
	font-weight: bold;
	color: #797979;
	line-height: 14px;
	padding-top: 9px;
	margin-bottom: 9px;
	cursor:pointer;
}

.accordion div.accordionContent ul {
/*	list-style-type: square;*/
	list-style-position: inside;
	margin-left: 10px;
}

#footer {
	width: 946px;
	height: 166px;
	background-image: url(img/footer-bg.gif);
	background-repeat: no-repeat;
	background-color: #E8E8E8;
	list-style-type: square;
	color: #7a7a7a;
}

	#footer h4#heizen-mit-holz {
		background-image: url(img/teaser-heizen.gif);
		background-repeat: no-repeat;
		display: block;
		padding: 0;
		margin: 0;
		width: 130px;
		height: 13px;
	}
	
	#footer h4#tonwerk-aktuell {
		background-image: url(img/footer-tonwerk-aktuell.gif);
		background-repeat: no-repeat;
		height: 13px;
		width: 92px;
		display: block;
		margin: 0 0 8px 0;
	}

	#footer .footer-image {
		margin-top: 8px;
		margin-left: 21px;
		float: left;
		width: 195px;
		height: 104px;
		display: inline;
	}
		
		#footer .footer-image img {
			margin: 0;
			padding: 0;
		}
	
	#footer .footer-news {
		margin-top: 20px;
		margin-left: 35px;
		height: 81px;
		width: 327px;
		overflow: visible;
		border-right: 1px solid #e6e6e7;
		float: left;
	}
	
		#footer .footer-news ul {
			list-style-type: square;
			list-style-image: url(img/footer-list-image.gif);
			list-style-position: outside;
		} 
			#footer .footer-news ul li {
				margin: 0;
				padding: 0;
				
				margin-left:20px;
			}
	
	#footer .footer-hints {
		width: 316px;
		height: 83px;
		float: left;
		margin: 20px 0 0 17px;
	}
	
		#footer .footer-hints img {
			margin: 0 17px 0 0;
			padding: 0;
			float: left;
		}
	

	#footer p.impressum {
		margin-top: 25px;
		color:#858585;
		float: right;
		margin-right: 21px;
	}
	
		#footer p.impressum a {
			color: #7a7a7a;
			
		}

#agb_impressum a{
	color:#858585;
}

#artikel_detail_image{
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
/*News id 70 Verleichstabelle*/
#vergleichstab  {
	border-collapse: collapse;
}
#vergleichstab td {
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
}

#vergleichstab td:last-child {
	border-right: 0 !important;
}
	.likebox {
		position: absolute;
		overflow: hidden;
		width: 300px;
		height: 30px;
		bottom: 0;
		right: 17px;
	}
	
	.likebox-cover {
		background: #858687 url(img/likecover.png) repeat-x 0 0;
	    height: 100%;
	    position: absolute;
	    width: 100%;
		z-index: 10;
	}
	
	#mailrecommend {
	    background: url("img/mail.png") no-repeat scroll 0 0 transparent;
	    color: #FFFFFF;
	    padding-left: 20px;
	    position: absolute;
	    right: 28px;
	    top: 6px;
		margin: 0 15px 15px 0;
	}
	
	#recommend-wrapper {
		width: 230px;
		height: 300px;
		position: absolute;
		bottom: 30px;
		right: 0;
		opacity: 0;
	}
	
	#recommendit {
	    background: none repeat scroll 0 0 #FFFFFF;
	    bottom: 10px;
	    height: 260px;
	    padding: 10px;
	    position: absolute;
	    right: 10px;
	    width: 188px;
		-moz-box-shadow: 0 0 6px 0 #000000;
		-webkit-box-shadow: 0 0 6px 0 #000000;
		box-shadow: 0 0 6px 0 #000000;
	}
	
	#recommendit p {
		font-size: 10px;
		color: #666;
		line-height: 12px;
		padding-bottom: 5px;
	}
	
	#recommendit label {
	    display: block;
		font-weight: bold;
	}
	
	#recommendit textarea,
	#recommendit input {
		width: 180px;
		margin-bottom: 5px;
		border: 1px solid #666;
	}
	
	#submitrecommend {
		font-weight: bold;
		color: #C10115;
		float: right;
		padding-right: 5px;
		text-transform: uppercase;
	}
	
	#cancelrecommend {
		position: absolute;
		top: 0;
		left: 0;
		background: url(img/close.png) no-repeat;
		display: block;
		height: 22px;
		width: 22px;
		text-indent: -9999px;
		z-index: 10000;
	}
	
	#cancelrecommend:focus {
		outline: none;
	}
	
	#recommendit textarea {
		width: 170px;
		padding: 5px;
		height: 125px;
	}
	
	#recommendit #sendingImg {
	    bottom: 10px;
	    left: 70px;
	    position: absolute;
		display: none;
	}
	
	.tooltips {
		font-weight: bold;
		color: #C10115
	}
	
	
	
/* ============= */
/* = Mediathek = */


#mediathek{
	margin-bottom:10px;
}

#med_col_left{
	width:540px;
	float:left;
		margin-bottom:20px;
}

#med_col_right{
	width:300px;

	float:left;
	margin-left:40px;
}

#med_col_right ul{
	list-style-type:none;
}

#med_col_right ul li{
	margin:0px;
	margin-bottom:10px;
	padding:2px;
	padding-bottom:5px;
	padding-right:5px;
	cursor:pointer;
}

#med_col_right ul li td{
	vertical-align:top;
}

#med_col_right ul li img{
	margin-right:5px;
}

#med_col_right ul li.active,#med_col_right ul li:hover{
	background-color:#F4F4F4;
}

#med_col_left #stage2{
	margin-bottom:20px;
}



#med_col_right .video_head{
	font-weight:bold;
}

#loadingIndicator{
	width:540px;
	text-align:center;
	height:200px;
	display:none;
}

#loadingIndicator img{
	margin-left:auto;
	margin-right:auto;
	margin-top:100px
}


#med_col_right .video_description{
	display:none;
	padding-bottom:30px;
}
/* ============= */
