/**
 * Styles for Reichle.de
 * ***printer friendly***
 * (c) 2009, Benjamin Zaiser, info@benjamin-zaiser.de
 */
body{
  font-size: 13px;
  line-height: 20px;
}
img{ border: 0px; }

.logo{
  display: block;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #c0c0c0;
}

.navi,
#flash{
  display: none;
}

.subnavi{
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
.subnavi li{
  display: inline;
}
.subnavi li a{ display: none; }
.subnavi li a.active{
  display: block;
  font-size: 20px;
  font-weight: bold;
  color: #000000;
  text-decoration: none;
}

h1{
  font-size: 20px;
}
h2{
  font-size: 15px;
}
h3{
  font-size: 13px;
  font-weight: normal;
  font-style: italic;
}

.content .left{
  float: left;
  width: 44%;
}
.content .right{
  float: right;
  width: 44%;
}

.content .keyvisual{
  clear: both;
  width: 100%;
  overflow: hidden;
}

address{
  line-height: 12px;
  clear: both;
  font-size: 11px;
  font-style: normal;
  text-align: center;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #c0c0c0;
}