@charset "utf-8";
/* CSS Document */

/*Kalibrierung der wichtigsten abstände*/
* {
	padding: 0; margin: 0; /*Setzt die padding und margin werte des Browsers zurück*/
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #333;
}

html {
	height: 101%; 
}

h1 {
	color: #DBDBDB;
	margin-bottom: 10px;
	font: bold 19px/130% Arial, Helvetica, sans-serif;
}
h2 {
	margin-bottom: 7px;
	letter-spacing: 0.03em;
	font: bold 17px/130% Arial, Helvetica, sans-serif;
	color: #DFDFDF;
}

h3 {
	margin-bottom: 5px;
	margin-top: 5px;
}

#textkoerper a:link {
	color: #B097E6;
}

#textkoerper a:visited {
	color: #CCCCCC;
}

#textkoerper a:hover {
	color: #7300E6;
	font-family: Verdana, Arial, Helvetica, sans-serif;

}
/* STYLES FÜR DIE LAYOUTBEREICHE */

#wrapper {
	width: 910px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	background-color: #000000;
}

#banner {
	margin-top: 2px;
}
/* NAVIGATION OBEN */
#navi {
	font-size: 13px;
	background-color: #000000;
	font-style: normal;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #333333;
	border-left-color: #333333;
	padding-left: 6px;
	padding-bottom: 10px;
	padding-top: 15px;
}

#navi ul {
	margin-bottom: 0;
}

#navi li {
	list-style-type: none;
	display: inline;
}			
/* Farben der Buttons*/
#navi a {
	color: #FFFFFF;
	text-decoration: none;
	/*	background-color: #2C2C2C;*/
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	border: 1px solid #666666;
	background-image: url(pic/black-button-bg.gif);
	background-repeat: repeat-x;
}

/*Festlegung der aktiven Navigation*/



/* Buttonsteuerung für die ausgewählte Seiten in der oberen Navigationsleiste*/
#start #navi01 a, #leitfaden #navi02 a, #abschliff #navi03 a, #holzarten #navi04 a, #fussbodenheizung #navi05 a, #verkauf #navi07 a, #aktuell #navi08 a, #kontakt #navi09 a{
	background-color: #444444;
	border: 1px solid #D6D6D6;
}
/*Hover Effekt für die Navigation oben*/
#start #navi01 a:hover, #leitfaden #navi02 a:hover, #abschliff #navi03 a,#holzarten #navi04 a:hover, #fussbodenheizung #navi05 a:hover, #verkauf #navi07 a:hover, #aktuell #navi08 a:hover, #kontakt #navi09 a:hover{
	background-color: #2F005E;
	border: 1px solid #D6D6D6;
}


/* unten Buttonsteuerung für die ausgewählte Seiten im Footer*/
#start #Fnavi01 a, #leitfaden #Fnavi02 a, #abschliff #Fnavi03 a,#holzarten #Fnavi04 a, #fussbodenheizung #Fnavi05 a, #verkauf #Fnavi07 a, #aktuell #Fnavi08 a, #kontakt #Fnavi09 a {
	font-weight: bold;
}

#navi a:hover, a:focus {
	/*	background-color: #2C2C2C;*/
	background-color: #2F005E;
	background-image: url(pic/button-bg-black-over.jpg);
	background-repeat: repeat-x;
}	

/*Unternavigation für den Parkett-Leitfaden*/
#subnavi {
	font-size: 13px;
	background-color: #000000;
	font-style: normal;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #333333;
	border-left-color: #333333;
	padding-left: 5px;
	padding-bottom: 10px;
	padding-top: 10px;
}

#subnavi li {
	background-color: #FC3;
	list-style: none;
	display: inline;

}

#subnavi li a {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #2C2C2C;
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 6px;
	border: 1px solid #666666;

}

#subnavi a:hover, a:focus {
	background-color: #2F005E;
}	

/* Bild-Navigation auf der Startseite */

#bildnavi {
	overflow: hidden;
	margin-top: 10px;
	font: bold 13px Verdana, Geneva, sans-serif;
}


#bildnavi01 {
	background-color: #7E55D5;
	float: left;
	width: 182px;
	height: 22px;
	text-align: center;
	padding-top: 3px;
	background-image: url(pic/bild-button-01.jpg);
}

#bildnavi02 {
	background-color: #093;
	float: left;
	width: 182px;
	height: 22px;
	text-align: center;
	padding-top: 3px;
	background-image: url(pic/bild-button-02.gif);
}
#bildnavi03 {
	background-color: #900;
	float: left;
	width: 182px;
	height: 22px;
	text-align: center;
	padding-top: 3px;
	background-image: url(pic/bild-button-03.jpg);
}
#bildnavi04 {
	background-color: #039;
	float: left;
	width: 182px;
	height: 22px;
	text-align: center;
	padding-top: 3px;
	background-image: url(pic/bild-button-04.jpg);
}
#bildnavi05 {
	background-color: #F4B4CE;
	float: left;
	width: 182px;
	height: 22px;
	text-align: center;
	padding-top: 3px;
	background-image: url(pic/bild-button-05.jpg);
}

.bildnaviBild {
	float: left;
	width: 182px;
	height: 182px;
}



#textkoerper {
	width: 888px;
	overflow: hidden;
	background-color: #000000;
	font-size: 12px;
	line-height: 160%;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #333333;
	border-left-color: #333333;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-top: 20px;
}

#textkoerper ul {
	list-style-position: inside;
	text-indent: -15px;
	padding-left: 12px;
}

#textkoerper ul li {
	margin-bottom: 10px;
}

#linkeSpalte {
	float: left;
	width: 46%;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	background-color: #000000;
}	

#rechteSpalte {
	float: right;
	/*	position: relative;*/
	width: 46%;
	padding-top: 5px;
	padding-bottom: 10px;
	background-color: #000000;
	padding-right: 5px;
	padding-left: 5px;
}

#topnews { /*kein Abstand oben*/
	background-color: #191919;
	width: 92%;
	margin-bottom: 17px;
	padding: 7px;
	border: 1px solid #666666;
	line-height: 180%;
}	

#footer {
	background-color: #666666;
	font-size: 11px;
	color: #FFFFFF;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 15px;
	margin-bottom: 10px;
	background-image: url(pic/black-button-bg.gif);
	background-repeat: repeat-x;
	width: 890px;
}

#footer li {
	list-style-type: none;
	display: inline;
	padding-right: 5px;
}

#footer a {
	color: #FFFFFF;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	padding-right: 5px;
	padding-left: 5px;
}		
#footer a:hover {
	color: #63F;
}	

.bildLinks {
	margin-top: 10px;
	margin-bottom: 3px;
}
.bildRechts {
	margin-top: 10px;
	margin-bottom: 3px;
}

.bildUnterschrift {
	font-size: 10px;
	margin-bottom: 15px;
}		

/* Titelleiste für die News*/
.newsheader {
	background-color:#303030;
	width: 362px;
	margin-top: 17px;
	padding-top: 2px;
	padding-right: 9px;
	padding-bottom: 2px;
	padding-left: 7px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #454545;
}

.newsheaderTop {
	background-color:#303030;
	width: 380px;
	padding-top: 2px;
	padding-right: 9px;
	padding-bottom: 2px;
	padding-left: 7px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #454545;
	background-image: url(pic/black-button-bg.gif);
	background-repeat: repeat-x;
	height: 20px;
}	
	
/*die News selber*/
.news {
	background-color: #161616;
	width: 373px;
	margin-bottom: 17px;
	padding: 10px;
	line-height: 185%;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #303030;
	border-bottom-color: #303030;
	border-left-color: #303030;
}	

/*Daten fur den Holzkatalog*/

#holzHeader {
	background-color:#333;
	font-weight: bold;
	padding-left: 5px;
	margin-bottom: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 14px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #7A7A7A;
}
#holzContainer {
	overflow: hidden;
}
#holzBild {
	float: left;
	width: 180px;
}
#holzText {
	float: left;
	padding-left: 25px;
	padding-top: 25px;
	width: 300px;
}
#holzFooter {
	background-color: #333;
	margin-top: 10px;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #626262;
}
#holzFooter2 {
	text-align: right;
	padding-right: 10px;
	font-size: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#holzkatalog {
	float: left;
	width: 562px;
	background-color: #000000;
	border: 1px solid #464646;
	padding: 5px;
	margin-bottom: 10px;
}
.katalogschriftKlein {
	font: italic 10px/105% Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding-top: 4px;
	padding-bottom: 10px;
}
/*Formular*/

input {
	background-color: #000;
	margin-top: 3px;
	color: #CCC;
	border: 1px solid #666;
}
textarea {
	background-color: #000;
	margin-top: 3px;
	border: 1px solid #666;
	color: #FFF;
	font: 14px Arial, Helvetica, sans-serif;
}
/* Präsentation Verkaufs-Seite
die width-werte sind hier fest auf 2-spalten-satz eingestellt 
lässt man sie weg, würde der nächst größere Container die Breite bestimmen

*/

.kastenOben {
	background-color:#303030;
	width: 359px;
	padding-top: 2px;
	padding-right: 9px;
	padding-bottom: 2px;
	padding-left: 7px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #454545;
	background-image: url(pic/black-button-bg.gif);
	background-repeat: repeat-x;
	height: 20px;
	font-weight: bold;
}

.kasten {
	background-color:#000;
}
.kastenUnten {
	width: 366px;
	background-color: #000;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #2C2C2C;
	border-bottom-color: #2C2C2C;
	border-left-color: #2C2C2C;
	padding-left: 7px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-bottom: 25px;
}
.grueneSchrift {
	color: #74AC74;
}
.lilaSchrift {
	color: #A283E0;
}

/*Angebot des Monats*/

#angebotHeader {
	width: 394px;
}

#angebotInhalt {
	width: 377px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #333;
	border-left-color: #333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: #1F1F1F;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333;
}

#angebotFooter {
	width: 384px;
	background-color: #666666;
	font-size: 11px;
	color: #FFFFFF;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
	background-image: url(pic/black-button-bg.gif);
	background-repeat: repeat-x;
	height: 20px;
}

.trennlinie {
	border: medium;
	height: 1px;
	width: 99%;
	background-color: #666;
}

