/* CSS Document */

body{
height:100%;
margin: 0;
padding: 0;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#333;
font-size:0.7em; 
text-align: center;/*fuer IE_quirks (Fehlt die Doctype-Angabe, wird der Quirks-Modus verwendet)*/
font-weight:normal;
background-color:#fef2cc;
}

p {margin:0; padding:0;line-height:1.5em;}
*html p { line-height:1.1em;}
strong {color:#666;}

h1 { font-size:1.2em; color:#930;}
h2 { font-size:1.1em; color:#666;}

hr {height: 1px;border: 0 none; border-top: 1px solid #ccc; margin-top:10px;}

a:link { text-decoration:none; color:#930;}
a:visited {text-decoration:none; color:#930;}
a:hover { color:#930; text-decoration:none;}
a:focus { color:#930; text-decoration:none;}

.top {
background-image: url(images/icons/top.gif);
background-repeat: no-repeat;
background-position: right center;
padding-right: 20px;
font-size:0.9em;
}
.back {
background-image: url(images/icons/back.gif);
background-repeat: no-repeat;
background-position: left center;
padding-left: 18px;
font-size:1em;
}
.download {
background-image: url(images/icons/pdf.gif);
background-repeat: no-repeat;
background-position: left center;
padding-left: 18px;
font-size:1em;
}
.print {
background-image: url(images/print.gif);
background-repeat: no-repeat;
background-position: left center;
padding-left: 20px;
font-size:1em;
}

/***************************************************** container ***********************************************************/
#container {
margin:auto;
width:840px;
text-align:left;
}


/******************************** Definitionen fuer den Inhaltsbereich ***************************************/

#header-start {margin:0px 0px 0px 215px; background:transparent url(images/header/teppich-hund.jpg) left top no-repeat; width:550px; height:185px;}
#header-holz {margin:0px 0px 0px 215px; background:transparent url(images/header/holzboeden.jpg) left top no-repeat; width:550px; height:185px;}
#header-kork {margin:0px 0px 0px 215px; background:transparent url(images/header/kork.jpg) left top no-repeat; width:550px; height:185px;}
#header-laminat {margin:0px 0px 0px 215px; background:transparent url(images/header/laminat.jpg) left top no-repeat; width:550px; height:185px;}
#header-pvc {margin:0px 0px 0px 215px; background:transparent url(images/header/pvc.jpg) left top no-repeat; width:550px; height:185px;}
#header-linoleum {margin:0px 0px 0px 215px; background:transparent url(images/header/linoleum.jpg) left top no-repeat; width:550px; height:185px;}
#header-teppichboeden {margin:0px 0px 0px 215px; background:transparent url(images/header/teppichboeden.jpg) left top no-repeat; width:550px; height:185px;}
#header-teppiche {margin:0px 0px 0px 215px; background:transparent url(images/header/teppiche.jpg) left top no-repeat; width:550px; height:185px;}

#header-unternehmen {margin:0px 0px 0px 215px; background:transparent url(images/header/unternehmen.jpg) left top no-repeat; width:550px; height:185px;}
#header-tapeten {margin:0px 0px 0px 215px; background:transparent url(images/header/tapeten.jpg) left top no-repeat; width:550px; height:185px;}
#header-farbe {margin:0px 0px 0px 215px; background:transparent url(images/header/farbe.jpg) left top no-repeat; width:550px; height:185px;}

#header-ambiente1 {margin:0px 0px 0px 215px; background:transparent url(images/header/ambiente1.jpg) left top no-repeat; width:550px; height:185px;}
#header-ambiente2 {margin:0px 0px 0px 215px; background:transparent url(images/header/ambiente2.jpg) left top no-repeat; width:550px; height:185px;}

#header-zubehoer {margin:0px 0px 0px 215px; background:transparent url(images/header/zubehoer.jpg) left top no-repeat; width:550px; height:185px;}
#header-service {margin:0px 0px 0px 215px; background:transparent url(images/header/service.jpg) left top no-repeat; width:550px; height:185px;}
#header-impressum {margin:0px 0px 0px 215px; background:transparent url(images/header/impressum.jpg) left top no-repeat; width:550px; height:185px;}
#header-kontakt {margin:0px 0px 0px 215px; background:transparent url(images/header/kontakt.jpg) left top no-repeat; width:550px; height:185px;}



#story{
margin:0px;
padding:0px;
height: 80%;
min-height:300px;
}

#story p {line-height:1.5em;}
#story h1 { font-size:1.2em; color:#930;}
#story h2 { font-size:1em; color:#666;}
#story h3 { font-size:1em; color:#666; }

.title-section { background-color:#930; font-weight:bold; color:#fff; padding:2px; border-bottom:1px solid #fff;}
.box-left { width:200px;  float:left; padding-right:10px;}
.box-right { width:200px;  float:left; padding-right:10px;}

#story img.right { float:right; margin:0 5px 5px 20px;}
#story img.left { float:left; margin:0 20px 10px 0;}

#story ul { list-style:none; margin-left:-20px;}
*html #story ul { margin-left:5px;}

#story ul li {
margin-left:0px;
background: transparent url(images/bullet.gif) left top no-repeat;
background-position:0 6px;
padding-left: 15px;
text-align: left;
line-height:1.5em;
}

table,td {border: 1px solid #ccc; border-collapse: collapse;}
table{border:none;border:1px solid #ccc;}
caption {padding:5px 0px; border-top: 1px solid #ccc; text-align:left; font-weight:bold; color:#666;}
thead th, tbody th {background:#f4f4f4;padding: 5px 5px; border-left: 1px solid #ccc; text-align: left;  color:#666;}
tbody th{background: #dae2eb;border-top: 1px solid #ccc;text-align: left;}
tbody tr td{padding: 7px 5px;color: #666;vertical-align:top;}

/******************************************************** rechter bereich ****************************************************/
#right{
margin:0px 0px 0px 0px;
width:175px;;
padding:3px;
float:right;
border-top:10px solid #dbc395;
}


/******************************************************** footer ****************************************************/

#footer {
clear:both; 
height:30px; 
margin-top:10px; 
text-align:center; 
padding-top:5px; 
margin:auto;
font-size:0.9em;
border-top:1px solid #907050;
}



