body {
  background-image:url('/images/background.gif');
  background-attachment: fixed;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 12px;
 /* text-align: center; */
}
a:link, a:active, a:visited,
.vd_content a:link, .vd_content a:active, .vd_content a:visited {
  color: #1E327B; 
  font-weight: bold;
  text-decoration: none;
}
a:hover,
.vd_content a:hover
 {
  color: #F27E14;
  font-weight: bold;
  text-decoration: underline;
}
.highlightb {/* blue */
  color: #1E327B; 
  font-weight: bold;
}
.highlighto { /* orange */
  color: #F27E14;
  font-weight: bold;
}
.vd_pagemargins {
  margin: auto;
  text-align: left;
  width: 1014px;
}
.vd_cbox {
  border:1px solid #BFBFBF; 
  background-color: #fff; 
}
.vd_cbox800 { 
  width: 800px;
}
.vd_head {
  background-color: #132152; 
  background-image:url('/extern/banner/images/bg_headline.png');
  height: 48px;
  background-position:center top;
  background-repeat:repeat-x;
}
.vd_head h1 {
  text-align: left;
  color: #132152; 
  font-size: 16px;
  font-weight: bold;
  margin-top: 0px;
  padding: 9px 10px 0px 10px;
}
.vd_cbox h2 {
  font-size:16px; 
  font-weight:bold;
}
.vd_content {
  padding: 0px 10px 10px 10px;
}
.pfeil {
  background-image:url('/extern/banner/images/pfeil_orange.gif');
  background-repeat:no-repeat;
  background-position:left middle;
  padding-left: 12px;
 
}
.vd_boxorange {
  background-color:#FEE2BA;
  border:1px solid #CCCCCC;
  padding:4px 10px 4px 10px;
}
.screenshot {
  padding: 5px; 
  border: 1px solid black;
}
