/* reviews.css */

body {
        margin-left: 40px;
        margin-right: 40px;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 10pt;
        line-height: 120%;
            }
h1 {
        line-height: 120%;
         }

h2 {
        line-height: 120%;
         }

h4 {
        line-height: 100%;
         }

tr {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 9pt
        }


td.inset {
        font-family: Arial, Helvetica, sans-serif;
         width: 120px;
        text-align: right;
         vertical-align: top;
        }

.ybackgr {background-image: url(../Ressourcen/menbacky.gif);
        }

.gbackgr {background-color: lightgoldenrodyellow;
         border: thin outset;
        }

.gbackgrr {background-color: lightgoldenrodyellow;
         border: thin outset;
          margin-left: 6;
        }

.gbackgrl {background-color: lightgoldenrodyellow;
         border: thin outset;
          margin-right: 6;
        }

.tabttl  {padding: 5px;
        }

.quote {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 10pt;
        font-style: italic
        }

.feedback {
        float: right;
        clear: both;
        border-color: white;
        border-style: outset;
        border-width: 1px
        }

.imgmid {
        vertical-align: middle
        }

.copyr {
        float: right;
        clear: both;
        line-height: 120%
        }

.blurpr {
        float: right;
        clear: both;
         }

.blurpl {
        float: left;
        clear: both;
         }

.clear {
        clear: both;
         }

a      {
        line-height: 120%;
         }

.prepub {
        font-size: 8pt;
         font-style: italic;
        clear: both;
        line-height: 120%
        }

.imgl   {
         margin-right: 6;
        }

.imgr   {
         margin-left: 6;
        }

.indentl {
        list-style: none;
        margin-left: 0;
        padding-left: 16px;
        text-indent: -16px;
        }

.img-shadow {
        float: left;
        background: url(../Ressourcen/shadowAlpha.png) no-repeat bottom right !important;
        background: url('../Ressourcen/shadow.gif') no-repeat bottom right;
        margin: 5px 0 0 5px !important;
        margin: 5px 0 0 5px;
}
.img-shadowr {
        float: right;
        background: url(../Ressourcen/shadowAlpha.png) no-repeat bottom right !important;
        background: url('../Ressourcen/shadow.gif') no-repeat bottom right;
        margin: 5px 0 0 5px !important;
        margin: 5px 0 0 5px;
}

.img-shadow img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 2px;
  }

.img-shadowr img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 2px;
  }

.red_bold {
  color: red;
  font-weight: bold;
  }

.blue_bold {
  color: blue;
  font-weight: bold;
  }