@charset 'utf-8';
@import url(reset.css);
@import url(defaults.css);

/*
	Projekt: www.hugokaempf.de
	Datei: screen.css
	Author: Carolin Schwank
*/


/* Page layout */

/* Basics */

*{
	margin:0;
	padding:0;
}

body {
	/*overflow:hidden;*//*Needed to eliminate scrollbars*/
	background:#FFF;
	font: 13px Helvetica, Arial, Geneva, Trebuchet;
	text-align: center;
}

strong {
	font-weight: bolder;
}

p, ul, dl {
	line-height: 19px;
}

a {
	color:#777;
	text-decoration: none;
	outline: none;
}

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

#wrapper {
	background: url(../img/bgPage.png) no-repeat center top;
	text-align:center;
	width:1122px;
	margin: 5% auto 0 auto;
	padding: 43px 0;
}

#contentframe {
	background-color: #FFF;
	margin:0px auto;
	overflow: hidden;
	height: 570px;
	text-align:left;
	width: 1040px;
	z-index: 3;
	position: relative;
}

#contentframe #fsc {
	background: url(../img/logoFSC_2.gif) no-repeat 0 0;
	position: absolute;
	top: 480px;
	left: 20px;
	width: 60px;
	height: 85px;
	z-index: 20;
}

#contentLeft {
	float: left;
	margin: 15px 0 0 0;
	padding-left: 20px;
	width: 200px;
}

#contentLeft a:hover {
	text-decoration: none;
}

#contentLeft ul.mainNav {
	margin: 15px 0 0 0;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}

#contentLeft ul.mainNav li {
	line-height: 27px;
}

#contentLeft ul.subNav {
	margin: -5px 0 10px 0;
	font-size: 13px;
	font-weight: normal;
	text-transform: none;
}

#contentLeft ul.subNav li {
	line-height: 18px;
}

#contentLeft ul.subNav ul {
	padding-left: 20px;
}

#contentRight {
	float: right;
	margin: 15px 0 0 0;
	width: 800px;
}

#contentRight #mainArea {
	height: 523px;
	position: relative;
}

.sprache {
	position: absolute;
	top: 457px;
	/*left: 730px;*/
	left: 15px;
	z-index: 100;
}

.sprache ul li {
	width: 40px;
	height: 24px;
	margin-bottom: 5px;
}

.sprache ul li#deutsch {
	background: url(../img/sprachwahl.gif) 0 0 no-repeat;
}

.sprache ul li#englisch {
	background: url(../img/sprachwahl.gif) 0 -29px no-repeat;
}

.sprache ul li a {
	position:absolute;
	text-indent:-9999px;
	display:block;
	text-decoration:none;
	width:40px;
	height:24px;
	background:none;
}

#contentRight #mainArea .products {
	background: url(../img/bgProdukte.jpg) no-repeat left top;
	height: 523px;
}

#contentRight #mainArea .productsBlockware {
	background: url(../img/bgProdukteBlockware.jpg) no-repeat left top;
	height: 523px;
}

#contentRight #mainArea .productsLose {
	background: url(../img/bgProdukteLoseware.jpg) no-repeat left top;
	height: 523px;
}

#contentRight #mainArea .productsParallel {
	background: url(../img/bgProdukteParallel.jpg) no-repeat left top;
	height: 523px;
}

#contentRight #mainArea .productsKantholz {
	background: url(../img/bgProdukteKantholz.jpg) no-repeat left top;
	height: 523px;
}

#contentRight #mainArea .productsZuschnitte {
	background: url(../img/bgProdukteZuschnitte.jpg) no-repeat left top;
	height: 523px;
}

#contentRight #mainArea .production {
	background: url(../img/bgHerstellung.jpg) no-repeat left top;
	height: 523px;
}

#contentRight #mainArea .productionSaege {
	background: url(../img/bgHerstellungSaege.jpg) no-repeat left top;
	height: 523px;
}

#contentRight #mainArea .productionFarbe {
	background: url(../img/bgHerstellungFarbe.jpg) no-repeat left top;
	height: 523px;
}

#contentRight #mainArea .productionBandsaege {
	background: url(../img/bgHerstellungBandsaege.jpg) no-repeat left top;
	height: 523px;
}

#contentRight #mainArea .productionFreilufttrocknung {
	background: url(../img/bgHerstellungFreiluft.jpg) no-repeat left top;
	height: 523px;
}

#contentRight #mainArea .productionVortrocknen {
	background: url(../img/bgHerstellungTrockenhalle.jpg) no-repeat left top;
	height: 523px;
}

#contentRight #mainArea .about {
	background: url(../img/bgUeberuns.jpg) no-repeat left top;
}

#contentRight #mainArea .aboutUmwelt {
	background: url(../img/bgUeberUmweltgedanke.jpg) no-repeat left top;
}

#contentRight #mainArea .aboutUmwelt .alignleft {
	float:left;
	margin:5px 10px 0 0;
}

#contentRight #mainArea .aboutPlus {
	background: url(../img/bgUeberPlus.jpg) no-repeat left top;
}

#contentRight #mainArea .news {
	background: url(../img/bgAktuell.jpg) no-repeat left top;
}

#contentRight #mainArea .reference {
	background: url(../img/bgReferenzen.jpg) no-repeat left top;
}

#contentRight #mainArea .contact {
	background: url(../img/bgKontakt.jpg) no-repeat left top;
}

#contentRight #mainArea .contactAnfahrt {
	background: url(../img/bgKontaktAnfahrt.jpg) no-repeat left top;
}

#contentRight #mainArea .contactImpressum, #contentRight #mainArea .contentsuma {
	background: url(../img/bgKontaktImpressum.jpg) no-repeat left top;
}

#contentRight #mainArea .content {
	background: url(../img/bgContent.png) left top;
	width: 370px;
	height: 481px;
	overflow: auto;
	padding: 20px;
	position: relative;
}

#contentRight #mainArea .content h2 {
	color: #222;
	font-size: 16px;
	font-weight: bold;
	padding: 0 0 10px 0;
	text-transform: uppercase;
}

#contentRight #mainArea .content h3 {
	color: #444;
	font-size: 13px;
	font-weight: bold;
	padding: 10px 0 5px 0;
}

#contentRight #mainArea .content p {
	line-height: 18px;
	margin: 0 0 8px 0;
}

#contentRight #mainArea .content .picList {
	float: left;
	margin: 0 0 15px 0;
	width: 154px;
}

#contentRight #mainArea .content .picList2 img {
	float: left;
	margin: 0 15px 15px 0;
}

#contentRight #mainArea .content .picBildergalerie a {
	display: block;
	float:left;
	width: 154px;
	padding: 0 20px 0 0;
}	

#contentRight #mainArea .content .picBildergalerie img {
	margin: 0 0 20px 0;
}	


.content .pluspunkte li {
	background: url(../img/iconPluspunkt.gif) no-repeat 0 4px;
	padding-left: 18px;
}

.content .historie dt {
	font-weight: bold;
	width: 30px;
	float: left;
}

.content .historie dd {
	margin-left: 40px;
}

/* AGB */

.agb ul.first {
	list-style: upper-roman;
	margin-left: 20px;
	font-size: 11px;
	font-weight: bold;
	line-height: 15px;
}

.agb ul.first li {
	margin-bottom: 10px;
}

.agb div {
	font-weight:normal;
	line-height:15px;
}

.agb ul.second {
	list-style: decimal;
	margin-left: 20px;
	font-size: 11px;
	font-weight: normal;
	line-height: 15px;
}

.agb ul.second li {
	margin-bottom: 5px;
}


/* Pagebar */

.pagebar { margin-top: 10px;text-align: left; }
.pagebar .this-page {
	font-weight: bold;
}

/* Formular */

form legend {
	display: none;
	margin-top: 20px;
}

form div {
	margin: 8px 0;
}

form label {
	display: block;
	float: left;
	width: 80px;
}

form input.eingabe {
	display: block;
	font: 13px Helvetica, Arial, Geneva, Trebuchet;
	line-height: 20px;
	padding: 3px 2px;
	width: 250px;
}

form textarea {
	font: 13px Helvetica, Arial, Geneva, Trebuchet;
	line-height: 18px;
	padding: 3px 2px;
	height: 100px;
	width: 250px;
}

form input.eingabe, form textarea {
	border-top: 1px solid #DDD;
	border-left: 1px solid #DDD;
	border-bottom: 1px solid #999;
	border-right: 1px solid #666;
}

form input.submit {
	width: 110px;
	margin-left: 226px;
	font: 13px Helvetica, Arial, Geneva, Trebuchet;
}

#footerArea { font-size: 16px;font-weight: bold;line-height: 30px; }
#footerArea a { color: #000; }
#footerArea a:hover { color: #333; }


.seo {
	margin: 5px auto;
	width: 900px;
	text-align: center;
	font-size: 11px;
	color: #CCC;
	line-height: 16px;
}

.seo li {
	display: inline;
	padding: 0 10px;
}

#contentRight #mainArea .contentsuma p {
	color: #999;
}

#contentRight #mainArea .contentsuma h1 {
	color: #999;
	font-size: 20px ;
	font-weight: bold; 
	margin-bottom: 20px;
}

#contentRight #mainArea .contentsuma .startlink {
	position: absolute;
	top: 50px;
	left: 25px;
	z-index: 100;
}
