/* CSS Document */

/*Absoluter Abstand Schrift zu Aussenrand - 10px:
Breite= 877px - 2px (Rand rechts) - Abstand

left:42px; (52px) width:833px; = Home
left:173px; (183px) width:702px; = Marke
left:315px; (325px) width:560px; = Produkte
left:477px; (487px) width:398px; = B2B
left:600px; (610px) width:275px; = Kontakt
left:726px; (736px) width:149px; = Impressum*/

.contenttitel {
color:#a1863d;
font-size:13px;
line-height:21px;
height:21px;
margin:0;
padding: 0 0 0 10px;
display:block;
background-color:#e5ddd6;
}

#contenttitel_1{
position:absolute;
top:0;
left:40px;
width:833px;
}

#contenttitel_2{
position:absolute;
top:0;
left:171px;
width:702px;
}

#contenttitel_3{
position:absolute;
top:0;
left:313px;
width:560px;
}

#contenttitel_4{
position:absolute;
top:0;
left:475px;
width:398px;
}

#contenttitel_5{
position:absolute;
top:0;
left:598px;
width:275px;
}

#contenttitel_6{
position:absolute;
top:0;
left:724px;
width:149px; 
}

