<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body{
font-size:90%;
font-weight:bold;
font-family:Arial, Helvetica, sans-serif;
background-color:#2E1A09;
color:#FFFFFF;
overflow:hidden;
margin-top:50px; /*IE top abstand*/
}

h1{
  font-size:120%;
 }

h5{
  font-size:70%;
 }


a.menu1       { display:block;
                background-image:url(buttons/geschichte1.gif);
                width:250px; height:90px }
a.menu1:hover { background-image:url(buttons/geschichte2.gif); }
a.menu1:focus { background-image:url(buttons/geschichte2.gif); }

a.menu2       { display:block;
                background-image:url(buttons/produktion1.gif);
                width:250px; height:90px }
a.menu2:hover { background-image:url(buttons/produktion2.gif); }
a.menu2:focus { background-image:url(buttons/produktion2.gif); }

a.menu3       { display:block;
                background-image:url(buttons/sortiment1.gif);
               width:250px; height:90px }
a.menu3:hover { background-image:url(buttons/sortiment2.gif); }
a.menu3:focus { background-image:url(buttons/sortiment2.gif); }

a.menu4      { display:block;
                background-image:url(buttons/service1.gif);
                width:250px; height:90px }
a.menu4:hover { background-image:url(buttons/service2.gif); }
a.menu4:focus { background-image:url(buttons/service2.gif); }

a.menu5       { display:block;
                background-image:url(buttons/kontakt1.gif);
                width:250px; height:74px }
a.menu5:hover { background-image:url(buttons/kontakt2.gif); }
a.menu5:focus { background-image:url(buttons/kontakt2.gif); }

a.menu6       { display:block;
                background-image:url(buttons/agbs1.gif);
                width:250px; height:90px }
a.menu6:hover { background-image:url(buttons/agbs2.gif); }
a.menu6:focus { background-image:url(buttons/agbs2.gif); }

#left{
position: absolute;
top: 50px; /* if top chaned, "margin-top:" need also to be changed!!*/
bottom: 0px; 
left: 0px;
width: 270px; /*Width of frame div*/
height: 100%;
overflow: hidden; /*Disable scrollbars. Set to "scroll,auto,hidden or visible"*/
}

#main{
position: fixed; /* doesnt work in IE6 = known problem */
top: 50px; /* if top chaned, "margin-top:" need also to be changed!!*/
text-align: left;
left: 270px; /*Set left value to WidthOfFrameDiv*/
bottom: 0;
width: 800px;
overflow: auto;
}

a:link { color:#FF00FF;text-decoration:none; }
a:visited { color:#FF00FF;text-decoration:none; }

.innertube{
margin: 15px; /*Margins for inner DIV inside each DIV (to provide padding)*/
}

* html body{ /*IE6 hack*/
padding: 0 0 0 350px; /*Set value to (0 0 0 WidthOfFrameDiv)*/
}

* html #main{ /*IE6 hack*/
height: 100%; 
width: 90%;  /*should be relatively like #main container, right:10% = widht:90% */
}
</pre></body></html>