/*
- Concept, design and implementation by
- Geberit Verwaltungs AG
- Schachenstrasse 77
- 8645 Jona
- Switzerland
- http://www.geberit.com
-
- Creater: Rolf Züger
- Date: 13.3.2008
-
- Title: CSS for the Bauherren content pages
*/


/* ///////////////////////////////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////////////////////////////// */

#printheader {
	display:none;
}

	
/* ///////////////////////////////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////////////////////////////// */

/* headvisual */
				
	#headvisual {
		height:100px;
		border-bottom: 1px solid #d0d0d0;		
	}
	
	#headvisual #Left {
		float:left;
		width:782px;
	}
		
	#headvisual #Left img {
		border:0px;
		width:782px; 
		height:100px;
	}	
		
	#headvisual #Right {
		float:right;
		width:180px; 
		display:inline;
		margin-right:1px;
		background-color:#B6CF00;
	}

	#headvisual #Right img {
		border:0px;
		width:180px; 
		height:27px;		
	}	
	
	#headvisual #Right h5 {
		color:#ffffff;	
		font-size:11px;
		font-weight:normal;
		padding-top:10px;
		padding-left:10px;		
		padding-right:10px;
		margin:0px;
		height:63px;			
	}	
	
	#headvisual #Right a {
		font-family:Helvetica,Arial,sans-serif;
		font-size:11px;
		color:#000000;
		text-decoration : none			
	}	

	#headvisual #Right a:visited {
		color:#000000;
		text-decoration : none				
	}	
	
	#headvisual #Right a:hover {
		color:#ffffff;
		text-decoration : none		
	}	
	
	#headvisual #Right a:active {
		color:#ffffff;
		text-decoration : none		
	}			


	
/*bis und mit IE 6 Hack*/
*html #headvisual #Right h5{	
	height: 63px;
	hei\ght: 60px;
}	
	

/* ///////////////////////////////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////////////////////////////// */

	#sidebar {
		position:absolute;
		padding-top:25px;
		margin-top:-1px;
		width:180px;
		height:auto;
		left: 0px;
		border-right:1px solid #d0d0d0;
		border-left:1px solid #d0d0d0;
		background-color:#dbdbd1;
	}	
	
	/* ******************************************************* */
	/* navigation */	
	#sidebar #navigation {
		background: #666;
		background-color:#dbdbd1;
	}
	
	/* ******************************************************* */
	/* level 1 */
	#sidebar #navigation ul {
		margin:0px;
		padding:0px;
	}
	
	#sidebar #navigation ul#level1 {
		border-top:1px solid #dbdbd1;
	}
	
	#sidebar #navigation ul#level1 li {
		border-top:1px solid #ffffff;
		background-color:#dbdbd1;
		list-style:none;
	}
		
	#sidebar #navigation ul#level1 li a {
		display:block;
		height:auto !important;
        height:16px;
		
		padding-left:15px;
		padding-top:2px;
		
		color:#000000;
		background-color:#dbdbd1;
		border-bottom:1px solid #dbdbd1;
	}
	
	#sidebar #navigation ul#level1 li a:hover {
		color:#000000;
		background-color:#cfccb8;
	}
	
	#sidebar #navigation ul#level1 li a.active, #sidebar #navigation ul#level1 li a.active:hover {
		color:#000000;
		background-color:#cfccb8;
	}
	
	/* ******************************************************* */
	/* level 2 */
	#sidebar #navigation ul#level2 {
		border:none;
	}
	
	#sidebar #navigation ul#level2 li {
		background-color:#f7f6f4;
	}
	
	#sidebar #navigation ul#level2 li a {
		color:#7f7f7f;
		background-color:#f7f6f4;
		border-bottom:1px solid #ffffff;
	}
	
	/* BEGIN last item on level 2 trick */
	#sidebar #navigation ul#level1 li.last2 {
		margin:0px;
		padding:0px;
		border:none;
		height:1px;
		font-size:0px;
		line-height:0px;
		background-color:#f7f6f4;
		margin-top:-1px;
	}

	#sidebar #navigation ul#level1 li.last1 {
		background-color:#dbdbd1;
		border-bottom:none;
	}
	
	/* END last item on level 2 trick */
	
	#sidebar #navigation ul#level2 li a:hover {
		color:#000000;
		background-color:#f7f6f4;
	}
	
	#sidebar #navigation ul#level2 li a.active, #sidebar #navigation ul#level2 li a.active:hover {
		color:#000000;
		background-color:#f7f6f4;
	}

	

/* ///////////////////////////////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////////////////////////////// */
		
	#functionbar {
		position:absolute;
		right:0px; 
		margin-top:-1px;
		padding-top:35px;
		padding-bottom:10px;		
		width:182px;
		height:auto;
		border-right:1px solid #d0d0d0;
		background-color:#f5f6f1;
	}
	
/*bis und mit IE 6 Hack*/
*html #functionbar{	
	right: 20px;
	ri\ght: 20px;
}	
			
	#functionbar .item{
		position:relative;
		margin-top:10px;	
		padding-bottom:10px;	
		width:182px;
		height:auto;
/*		border-top:1px solid #919191;
		border-bottom:1px solid #919191;
		border-left:1px solid #919191; */
		background-color:#d0d0d0;
	}	
	
/*bis und mit IE 6 Hack*/
*html #functionbar .item{
	width:185px;
	wi\dth:185px;
}	

	
	#functionbar .item .title{
		padding-top:8px;	
		padding-left:10px;	
		width:160px;
		font-weight:bold;
		color:#000000;		
	}	
	
	#functionbar .item img{
		padding-top:8px;		
		padding-left:10px;	
		pa\dding-left:15px;				
		width:160px;		
	}		
	
	#functionbar .item .text{
		padding-top:8px;		
		padding-left:10px;			
		width:160px;			
		color:#000000;		
	}		
	
	#functionbar .item ul{
		padding-top:5px;				
		margin-left:-15px;
		width:160px;			
		color:#000000;	
		list-style-type:disc;
		list-style-position:outside;			
	}	

/*bis und mit IE 6 Hack*/
*html #functionbar  .item ul{	
		margin-left:10px;
		ma\rgin-left:10px;
		padding-left:15px;	
		pa\dding-left:15px;			
}	
	
	#functionbar .item .link{
		padding-top:15px;	
		padding-left:10px;		
		width:160px;			
		color:#000000;		
	}				
	
	
/* ///////////////////////////////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////////////////////////////// */	
	
	#content {
		padding-left:50px;
		width:520px;
	}


/* ///////////////////////////////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////////////////////////////// */	
	
	#content .productBox {
		float:left;	
		width:520px;
		height:auto;
		padding-top:20px;	
		padding-bottom:20px;
	}
	
	#content .productBox .left{
		float:left;
		width:250px;
		padding-right:20px;	
	}
	
	#content .productBox .right{
		float:left;
		width:250px;
	}		
	
/* ///////////////////////////////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////////////////////////////// */	
	
	#content .halfSize {
		float:left;	
		width:520px;
		height:auto;
		padding-top:20px;
	}
	
	#content .halfSize .left{
		float:left;
		width:250px;
		padding-right:20px;	
	}
	
	#content .halfSize .right{
		float:left;
		width:250px;
	}		
	
/* ///////////////////////////////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////////////////////////////// */	
	
	#content .overviewPicture {
		float:left;	
		width:520px;
		height:auto;
		padding-top:20px;
	}
	
	#content .overviewPicture .left{
		float:left;
		width:250px;
		padding-right:20px;	
	}

	#content .overviewPicture .left a img {
		border:0px;
	}	
		
	#content .overviewPicture .right{
		float:left;
		width:250px;
	}		
	
	#content .overviewPicture .right a img {
		border:0px;
	}	
		
	#content .overviewPicture .pictureText{
		width:245px;
		height:17px;		
		color:#000000;	
		background-color:#cfccb8;
		margin-top:-3px;
		padding-top:3px;	
		padding-left:5px;							
	}	
	
	
/* ///////////////////////////////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////////////////////////////// */	
	
	#content .oneThird {
		float:left;	
		width:520px;
		height:auto;
		padding-top:20px;	
		padding-bottom:20px;			
	}
	
	#content .oneThird .left{
		float:left;
		width:320px;
		padding-right:15px;	
	}
	
	#content .oneThird .right{
		float:left;
		width:185px;
	}		

/* ///////////////////////////////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////////////////////////////// */	
	
	#content .twoThird {
		float:left;	
		width:520px;
		height:auto;
		padding-top:20px;
		padding-bottom:20px;
	}
	
	#content .twoThird .left{
		float:left;
		width:160px;
		padding-right:20px;	
	}
	
	#content .twoThird .right{
		float:left;
		width:340px;
	}		
	
	
/* ///////////////////////////////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////////////////////////////// */	
	
	#content .fullPicture {
		float:left;	
		width:520px;
		height:auto;
		padding-top:20px;		
	}
		
/* ///////////////////////////////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////////////////////////////// */	
	
	#content .faq {
		float:left;	
		width:520px;
		height:auto;
		margin-top:10px;
		height:auto;
	}
	
	#content .faq .left{
		float:left;
		width:250px;
		padding-right:20px;	
	}
	
	#content .faq .left img, #content .faq .right img{
		vertical-align:middle;
	}	
	
	#content .faq .right{
		float:left;
		width:250px;
		font-family:Helvetica,Arial,sans-serif;
		font-size:12px;
		color:#0088c6;
		text-decoration:none;
	}		
	
	
	#content .faq  hr {
		display:block;
		
		height: 1px;
		border:none;
		border-top: 1px solid #d0d0d0;

		margin:10px !important;		/* ie hr hack part I */
		margin: 3px 0px;			/* ie hr hack part II */
	}
		
/* ///////////////////////////////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////////////////////////////// */	
	
	#bathworldListBox {
		float:left;	
		width:520px;
		height:auto;
		padding-top:10px;	
		padding-bottom:10px;			
		height:auto;
	}
	
	#bathworldListBox .left{
		float:left;
		width:250px;
		padding-right:20px;	
	}
	
	#bathworldListBox .right{
		float:left;
		width:250px;
	}
	
	#bathworldProductUsed table.showroomProductUsed tr td {
		border-bottom:1px solid #D0D0D0;
		padding-bottom:10px;
		padding-top:10px;
		vertical-align:middle;
	}
	
	
/* ///////////////////////////////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////////////////////////////// */	
	
	#content #mediathekBox {
		float:left;	
		width:520px;
		height:auto;
		padding-top:25px;	
		padding-bottom:20px;			
		height:auto;
	}
	
	#content #mediathekBox .left{
		float:left;
		width:370px;
		padding-right:15px;	
		padding-top:10px;			
	}
	
	#content #mediathekBox .right{
		float:left;
		width:135px;
	}			
	
	#content #mediathekBox .right h5{
		padding-bottom:10px;	
	}		
	
	#content #mediathekBox .right .textTitel{
		font-family:Helvetica,Arial,sans-serif;
		font-size:12px;
		color:#0088c6;
		text-decoration:none;
		padding-top:10px;	
	}	
		
	
/* ///////////////////////////////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////////////////////////////// */	
	
	#content #sitemap {
		width:370px;
	}

	#content #sitemap .titlebar {
		margin-bottom:17px;
	}

	#content #sitemap .label {
		display:block;
		position:relative;	/* move 1 down ...*/
		top:1px;
		margin-top:-1px;	/* and back again 1 up -> no double border lines */
	
		border-top:1px solid #d0d0d0;
		border-bottom:1px solid #d0d0d0;
		padding-top:1px;
		padding-bottom:2px;
	}
	
	#content #sitemap .entry {
		display:block;
		position:relative;	/* move 1 down ...*/
		width:334px;		
		padding-left:36px;
		top:1px;
		margin-top:-1px;	/* and back again 1 up -> no double border lines */
	
		border-top:1px solid #d0d0d0;
		border-bottom:1px solid #d0d0d0;
		padding-top:1px;
		padding-bottom:2px;
	}	

	#content #sitemap .level3 .entry {
		display:block;
		position:relative;	/* move 1 down ...*/
		width:298px;			
		padding-left:72px;
		top:1px;
		margin-top:-1px;	/* and back again 1 up -> no double border lines */
	
		border-top:1px solid #d0d0d0;
		border-bottom:1px solid #d0d0d0;
		padding-top:1px;
		padding-bottom:2px;
	}	

	#content #sitemap .level4 .entry {
		display:block;
		position:relative;	/* move 1 down ...*/
		width:262px;			
		padding-left:108px;
		top:1px;
		margin-top:-1px;	/* and back again 1 up -> no double border lines */
	
		border-top:1px solid #d0d0d0;
		border-bottom:1px solid #d0d0d0;
		padding-top:1px;
		padding-bottom:2px;
	}	
	
	#content #sitemap .entry {
		width:334px;
	}


/* ///////////////////////////////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////////////////////////////// */		

	#content #formContact {
		float:left;	
		width:520px;
		margin-top:10px;
	}
	
	#content #formContact  .listboxTitle {
		color:#0088C6;
		font-weight:bold;
		margin-top:10px;
	}


#content #formContact  td {
	font-family : Helvetica, Arial, sans-serif;
	font-size:12px;
	height:8px;
}

#content #formContact  td.line {
	vertical-align:top;
}

#content #formContact  td h4 {
	height:20px;
}

#content #formContact  td.left {
	width:120px;
	height:25px;
}

#content #formContact td.leftvalidationerror {
	width:120px;
	height:25px;
	color:#FF0000;
	font-size:12px;
}

#content #formContact  td.right {
	width:230px;
	height:25px;
}

#content #formContact td input {
	border:1px solid #82a4b6;
	font-family : Helvetica, Arial, sans-serif;
	font-size:12px;
	width:230px;
}

#content #formContact td input.short {
	width:105px;
}

#content #formContact td.validationerror {
	color:#FF0000;
	font-size:12px;
}

#content #formContact td input.checkbox {
	padding:0px;
	border:none;
	width:17px;
	margin-left:-3px;
}

#content #formContact td span.checkboxLabel {
	position:relative;
	left:3px;
	top:-2px;
}

	
/* ///////////////////////////////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////////////////////////////// */		

	#content #formOrder {
		float:left;	
		width:520px;
		margin-top:10px;
	}
	
	#content #formOrder  .listboxTitle {
		color:#0088C6;
		font-weight:bold;
		margin-top:10px;
	}


#content #formOrder  td {
	font-family : Helvetica, Arial, sans-serif;
	font-size:12px;
	height:8px;
}

#content #formOrder  td.line {
	vertical-align:top;
}

#content #formOrder  td h4 {
	height:20px;
}

#content #formOrder  td.left {
	width:120px;
	height:25px;
}

#content #formOrder td.leftvalidationerror {
	width:120px;
	height:25px;
	color:#FF0000;
	font-size:12px;
}

#content #formOrder  td.right {
	width:230px;
	height:25px;
}

#content #formContact td input {
	border:1px solid #82a4b6;
	font-family : Helvetica, Arial, sans-serif;
	font-size:12px;
	width:230px;
}

#content #formOrder td input.short {
	width:105px;
}

#content #formOrder td.validationerror {
	color:#FF0000;
	font-size:12px;
}

#content #formOrder td input.checkbox {
	padding:0px;
	border:none;
	width:17px;
	margin-left:-3px;
}

#content #formOrder td span.checkboxLabel {
	position:relative;
	left:3px;
	top:-2px;
}

/* ///////////////////////////////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////////////////////////////// */		

	#content #formSearch {
		float:left;	
		width:520px;
		margin-top:10px;
	}
	
	#content #formSearch  .listboxTitle {
		color:#0088C6;
		font-weight:bold;
		margin-top:10px;
	}


#content #formSearch  td {
	font-family : Helvetica, Arial, sans-serif;
	font-size:12px;
	height:8px;
}

#content #formSearch  td.line {
	vertical-align:top;
}

#content #formSearch  td h4 {
	height:20px;
}

#content #formSearch  td.left {
	width:420px;
	height:25px;
}

#content #formSearch  td.right {
	width:100px;
	height:25px;
}


/* ///////////////////////////////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////////////////////////////// */	
	/* set default to hidden */
#content #sitemap #hideLabel0, #content #sitemap #hideLabel1, #content #sitemap #hideLabel2, #content #sitemap #hideLabel3 , #content #sitemap #hideLabel4, #content #sitemap #hideLabel5, #content #sitemap #hideLabel6, #content #sitemap #hideLabel7, #sitemap #hideLabel8{
	display:none;
}


#content #sitemap #section0, #content #sitemap #section1, #content #sitemap #section2, #content #sitemap #section3, #content #sitemap #section4, #content #sitemap #section5, #content #sitemap #section6, #content #sitemap #section7, #content #sitemap #section8 {
	display:none;
	margin-bottom:17px;
}		