<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 *
 *print-css
 *formelfahren.at
 *
 *matthias wagner,
 *falke werbeagentur
 *
**/

body{
  font-family:"Verdana", "Arial", Sans-Serif;
  font-size:12px;
  color:#000;
}
.hidden{
  display:none;
}

h1, h2, h3, h4, h5{
  color:#E15616;
}

.orange{
  color:#E15616;
}

a{
  text-decoration:none;
}



#heading .spacer{
  width:1px;
  height:49px;
}
#heading{
  height:50px;
  border-top:2px solid #E15616;
  border-bottom:2px solid #E15616;
  
  text-align:left;
  
  font-weight:bold;
  font-size:29px;
      
  padding-left:25px;
  padding-right:25px;
}
#heading span{
  vertical-align:20%;
  color:#000;
}

#angeboteright *{
  display:none;
}

#menu_1, #menu_3{
  display:none;
}
ul{
  list-style-type:none;
  padding:0;
  margin:0;
}</pre></body></html>