/* CSS Document burger screen*/
body {
background-color:#fff;
background-image:none;
color:#000;
width:210mm;
width:170mm;
height:200mm;
font-family:Arial, Helvetica, sans-serif;
font-size:10pt;
}
h1 {font-size:12pt;}
.floatLi {float:left;}
.clearing {clear:both;height:0;}
/**************************** INHALT **********************/
#mitte h1 {
margin-left:0;
width:170mm;
margin-top:15mm;
padding:0;
border-bottom:1px solid #939393;
}
#inhalt {
position:absolute;
top:60mm;
left:2mm;
width:auto;
border:1px solid #FFB166;
padding-bottom:20px;
margin-bottom:-0px;/*damit der IE6 den SChatten nicht verlängert*/
}
html>body #inhalt {width:170mm;}
#inhalt p,#inhalt h2,#inhalt table,#inhalt ul,#inhalt ol {
padding:5mm;
text-align:left;
}
#inhalt ul,#inhalt ol {
padding:0 5em;
text-align:left;
}
#inhalt a:hover {text-decoration:none;}
.floatLi img {vertical-align:middle}
/************************* FUTSCH ************************/
#kopf,#sprachwechsel,#header,#burger,#edelmetalle,#zweitnav,#menue,#service,.produktLinks {
display:none;
}
/*********************** DRUCKKOPF **************************/
.infoDruck {
width:170mm;
}
.infoDruckBild {
float:right;
}
.infoDruckText{
float:left;
}

