/* CSS Document */

/*Absoluter Abstand Schrift zu Aussenrand

Abstand linker Rand Titel:
left:70px Home 
left:145px Unternehmen
left:266px Produkte 
left:366px Kompetenz
left:475px Kunden
left:560px Infozentrum
left:679px Kontakt 
left:774px Impressum

*/

#titel {
position:relative;
z-index:5000;
}

.contenttitel {
color:#3f160c;
font-size:12px;
font-weight:bold;
line-height:25px;
margin:0;
padding:0;
display:block;
}

#contenttitel_1, #contenttitel_2, #contenttitel_3, #contenttitel_4, #contenttitel_5, #contenttitel_6, #contenttitel_7, #contenttitel_8{
position:absolute;

}

#contenttitel_1{
left:68px;
}

#contenttitel_2{
left:143px;
}

#contenttitel_3{
left:264px;
}

#contenttitel_4{
left:364px;
}

#contenttitel_5{
left:473px;
}

#contenttitel_6{
left:558px;
}

#contenttitel_7{
left:677px;
}

#contenttitel_8{
left:772px;
}
