/* LAYOUT */
/* Reset */
* {
	margin: 0;
	padding: 0;	
}

body {
	background: #111616 url(../img/bg_main.png) repeat-x;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 75%;
}

img {
	border: 0;
}

/* Wrapper */
#wrapper {
	width: 900px;
	margin: 0 auto;
}

/* Header */
#header {
	
}

	#logo {
		width: 150px;
		height: 104px;
		float: left;
	}
	
	#slogan {
		height: 43px;
		line-height: 43px;
		font-family: "Lucida Grande", Arial, Helvetic, sans-serif;
		font-size: 12px;
		color: #fff;
		font-weight: normal;
	}
	
	/*Navi*/
	#navi {
		height: 59px;
		background: url(../img/bg_navi.png) no-repeat;
		margin-left: 150px;
		margin-top: 2px;
	}
		#navi ul {
			list-style-type: none;
			background: url(../img/navi_trenner.png) no-repeat left;
			overflow: hidden;
		}

		#navi ul li {
			float: left;
			width: 115px;
			background: url(../img/navi_trenner.png) no-repeat right;
		}

		#navi ul li#lang {
			width: 60px;
		}

		#navi ul li#lang a img{
			border: 0;
			padding: 15px;
		}

		#navi ul li a {
			margin-right: 2px;
			display: block;
			text-decoration: none;
			line-height: 59px;
			font-family: "Lucida Grande", Arial, Helvetic, sans-serif;
			font-size: 16px;
			color: #fff;
			font-weight: bold;
			text-align: center;
		}

		#navi ul li a {
			margin-right: 2px;
			display: block;
			text-decoration: none;
			line-height: 59px;
			font-family: "Lucida Grande", Arial, Helvetic, sans-serif;
			font-size: 16px;
			color: #fff;
			font-weight: bold;
			text-align: center;
		}

		#navi ul li a:hover {
			background: url(../img/bg_navi_hover.png);
		}
	

/* Imagebar */
#imagebar {
	height: 182px;	
}
	#imagebar ul {
		list-style-type: none;
	}
	#imagebar ul li{
		margin: 16px 0px;
		width: 150px;
		background: url(../img/shadow.png) no-repeat;
		height: 150px;
		float: left;
	}

	#imagebar ul li.first{
		margin-left: 0;
	}
	#imagebar ul li.last{
		margin-right: 0;
	}

	#imagebar ul li div{
		margin: 8px;
	}

		#imagebar ul li div.aboutus{
			background: url(../img/imgbar_aboutus.png);
		}
		#imagebar ul li div.quartz{
			background: url(../img/imgbar_quartz.png);
		}
		#imagebar ul li div.silicon{
			background: url(../img/imgbar_silicon.png);
		}
		#imagebar ul li div.ceramic{
			background: url(../img/imgbar_ceramic.png);
		}
		#imagebar ul li div.capabilities{
			background: url(../img/imgbar_capabilities.png);
		}
		#imagebar ul li div.contact{
			background: url(../img/imgbar_contact.png);
		}


	#imagebar ul li div a{
		display: block;
		line-height: 30px;
		font-family: "Lucida Grande", Arial, Helvetic, sans-serif;
		font-size: 14px;
		color: #fff;
		text-decoration: none;
		padding-top: 103px;
	}

	#imagebar ul li div a span{
		display: block;
		line-height: 30px;
		font-family: "Lucida Grande", Arial, Helvetic, sans-serif;
		font-size: 14px;
		color: #fff;
		text-decoration: none;
		background: url(../img/bg_imagebar_a.png);
		padding-left: 10px;
	}

	#imagebar ul li div a:hover span{
		background: #000;
	}
	

/* Page */

#page {
	background: #fff url(../img/bg_page.png) repeat-y;
	overflow: hidden;
	position: relative;
}
	#sidebar {
		width: 201px;
		float: left;
	}
	
	#sidebar ul {
		list-style-type: none;
	}

	#sidebar ul li a{
		color: #232e2e;
		font-family: Helveitca, sans-serif;
		font-size: 14px;
		font-weight: bold;
		display: block;
		line-height: 16px;
		background: url(../img/bg_subnavi.png) no-repeat bottom;
		padding: 16px 15px;		
	}

	#sidebar ul li a:hover, #sidebar ul li.active a{
		color: #4ba572;
	}

	#sidebar ul li a small{
		font-family: Helveitca, sans-serif;
		font-size: 10px;
		display: block;
		line-height: 10px;
		font-weight: normal;
	}

	#contact {
		position: absolute;
		width: 201px;
		float: left;
		bottom: 0;
		background: url(../img/bg_sidebar_contact.png) no-repeat left 24px;
	}
		div.errors {
			padding: 10px;
			color: #ff0000;
		}

		#contact h2{
			color: #4ba572;
			font-family: "Lucida Grande", Arial, Helvetic, sans-serif;
			font-size: 14px;
			font-weight: normal;
			line-height: 14px;
			padding: 5px;
		}

		#contact fieldset{
			border: 0;			
			padding: 10px;
		}

		#contact div.input{
			margin-bottom: 10px;
		}
	
			#contact div.input label{
				font-size: 11px;
				font-weight: bold;
				display: block;
				line-height: 14px;
			}

			#contact div.input input{
				border: 1px solid #959595;
				width: 170px;
				padding: 3px;
			}

			#contact div.input textarea{
				border: 1px solid #959595;
				width: 170px;
				padding: 3px;
				height: 5em;
			}
			
		#contact div.submit {
			text-align: right;
		}

			#contact div.submit input{
				border: 0;
				background: 0;
				color: #4ba572;
				text-transform: uppercase;
			}
		
	#content {
		margin-left: 201px;
		
	}

		#content-header {
			background: url(../img/bg_content_header.png) no-repeat center bottom;
			padding-bottom: 14px;
		}

		#content-header h1 {
			background: #fc0;
			color: #fff;
			font-family: "Lucida Grande", Arial, Helvetic, sans-serif;
			font-size: 25px;
			font-weight: normal;
			line-height: 30px;
			padding-top: 80px;
			padding-left: 20px;
			padding-bottom: 20px;
		}

		#content-header.about-us h1 {
			background: url(../img/header_aboutus.png) no-repeat;
		}

		#entry {
			padding: 20px;
			overflow: hidden;
			padding-bottom: 100px;
		}
		
		#entry h1{
			color: #4ba572;
			font-family: "Lucida Grande", Arial, Helvetic, sans-serif;
			font-size: 22px;
			line-height: 22px;
			margin-bottom: 22px;
			font-weight: normal;
			background:transparent url(../img/bg_content_header.png) no-repeat scroll center bottom;
			padding-bottom: 20px;
		}

		#entry ul{
			list-style-type: none;
			margin-bottom:1em;
			margin-left: 1em;
		}

		#entry ul li{
			background: url(../img/bg_li.png) no-repeat top left;
			padding-left: 16px;
			margin-bottom: 5px;
		}
		
		
		
		#entry dl.about-us dt {
			background: #ccc;
			color: #333;
			font-family: "Lucida Grande", Arial, Helvetic, sans-serif;
			font-size: 14px;
			line-height: 14px;
			padding: 5px;
			float: left;
			width: 40px;
			text-align: center;
		}

		#entry dl.about-us dd {
			font-size: 13px;
			line-height: 120%;
			margin-bottom: 16px;
			padding: 5px 15px;
			border-top: 1px solid #ccc;
			overflow: hidden;

		}


		#entry img.right {
			float: right;
			margin: 0 0 10px 10px;
		}
		
		#entry p {
			margin-bottom: 1em;
			line-height: 140%;
		}
		#entry h2 {
			font-family: "Lucida Grande", Arial, Helvetic, sans-serif;
			font-size: 16px;
			line-height: 20px;
			margin-bottom: 16px;
			font-weight: normal;
		}
		

#entry div.gallery {
	margin-bottom: 10px;
	overflow: hidden;
	width: 370px;
}		
#entry div.gallery h2 {
	font-family: "Lucida Grande", Arial, Helvetic, sans-serif;
	font-size: 12px;
	line-height: 12px;
	font-weight: normal;
	/*background: #dddddd;*/
	padding: 5px 0;
	margin: 0 4px 4px 4px;
	border-bottom: 1px solid #ddd;
	background: url(../img/bg_li.png) no-repeat left;
	padding-left: 16px;
}
#entry div.gallery div {
	float: left;
}
#entry div.gallery p {
	padding: 5px 5px;
	/*padding-left: 16px;*/
	margin:0 !important;
}

#entry div.gallery a {
	display: block;
	background: url(../img/shadow_100x100.png) no-repeat left top;
	padding: 7px;
	float: left;
	margin-right: 5px;
	margin-bottom: 10px;
	position: relative;
}

#entry div.gallery a:hover div.zoom{
	display: block;
}

div.zoom {
	color: #fff;
	position: absolute;
	bottom: 7px;
	right: 7px;
	display: none;
}

a.pdf {
	text-decoration: none;
	background: url(../img/page_white_acrobat.png) no-repeat;
	line-height: 16px;
	padding: 2px;
	padding-left: 20px;
	font-size: 14px;
	color: #4BA572;
	border-bottom: 1px solid #4BA572;
	margin: 5px;
}

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

/*Contact*/
#cform {
	float:left;
	background: #efefef;
	padding: 15px;
	margin-right: 15px;
	width: 400px;
}
#cform fieldset {
	border: 0px;
	margin-bottom: 10px;
}
#cform div.input {
	padding: 5px 0;
}
#cform div.input label {
	font-weight: bold;
	display: block;
	float: left;
	width: 20%;
	margin-right: 2%;
	text-align: right;
	font-size: 13px;
	line-height: 20px;
}

#cform div.input input {
	padding: 4px;
	width: 70%;
	border:1px solid #959595;
}
#cform div.input textarea {
	padding: 4px;
	width: 70%;
	border:1px solid #959595;
	height: 5em;
	font-family:Helvetica,Arial,sans-serif;
	font-size: 12px;
}

#cform div.submit {
	border-top: 1px solid #ddd;
	text-align: right;
}
#cform div.submit input {
	background:transparent none repeat scroll 0pt 50%;
	border:0pt none;
	color:#4BA572;
	text-transform:uppercase;
	font-size: 14px;
	padding: 5px 0;
}


table.data {
	font-size: 12px;
	background: #efefef;
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 1em;
	width: 470px;
	margin-right: 15px;
}

table.data thead th{
	background: #ddd;
	padding: 6px 8px;
	font-size: 14px;
	line-height: 14px;
	border-bottom: 1px solid #efefef;
}

table.data tbody th{
	background: #ddd;
	padding: 3px 4px;
	font-size: 12px;
	text-align: left;
	line-height: 14px;
	border-bottom: 1px solid #efefef;
	border-right: 1px solid #efefef;
}

table.data tbody td{
	padding: 3px 4px;
	font-size: 12px;
	line-height: 14px;
	text-align: center;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

#used h2 {
	font-family: "Lucida Grande", Arial, Helvetic, sans-serif;
	font-size: 12px;
	line-height: 12px;
	font-weight: normal;
	/*background: #dddddd;*/
	padding: 5px 0;
	border-bottom: 1px solid #ddd;
	background: url(../img/bg_li.png) no-repeat left;
	padding-left: 16px;
	margin-bottom: 10px;
}
	
	#used div{
		width: 280px;
		height: 360px;
		float:left;
		font-size: 12px;
		background: #efefef url(../img/bg_used.png) left 32px;
		margin-right: 20px;
		margin-bottom: 10px;
		padding:10px;
	}
	
	#used img {
		width: 280px;
		height: 158px;
	}
	
#used h3 {
	margin: 10px 0;
	font-weight: normal;
}

#agb ol {
	list-style-type: upper-roman;
	font-size: 14px;
	margin: 2em;
}

#agb ol ol {
	list-style-type: decimal;
	font-size: 12px;
}

#agb ol ol li{
	margin-bottom: 0.5em;
}

#print_address {
	display: none;
}

/*Footer*/
#footer {
	margin-top: 15px;
	line-height: 30px;
	background: url(../img/bg_footer.png);
	color: #fff;
	padding: 0 10px;
	font-size: 11px;
}