html {
  height: 100%;
  min-height: 450px;
}
body {
  color: #cccccc;
  background:#000000;
  font-size: 11px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  line-height: 16px;
  text-decoration: none;
  margin: 0px;
  text-align: center;
  height: 100%;
  min-height: 450px;
}
.Stil1 {
  color: #ff9933;
}
.rahmen {
  position: relative;
  top: 50%;
  width: 820px;
  margin: -225px auto 0;
  text-align: left;
}
.textfeld {
  position: absolute;
  z-index: 1;
  top: 25px;
  left: 0;
  width: 400px;
  height: 400px;
  margin-left: 10px;
  background: #666666;
}
.bildfeld {
  position: absolute;
  top: 25px;
  right: 0;
  width: 400px;
  height: 400px;
  margin-right: 10px;
  background: #333333;
}
.navigation {
  position: relative;
  z-index: 2;
  height: 25px;
  margin-left: 10px;
}
.DDNavi {
  position: relative;
}
.DDNavi img{
  position: relative;
  z-index: 1;
}
.DDNavi span{
  position: absolute;
  z-index: 0;
  left: 0;
  top: 100%;
  width: 120px;
  margin-top: -2px;
  padding: 5px;
  background: #000;
  visibility: hidden;
}
.DDNavi:hover span{
  visibility: visible;
}
.DDNavi span a{
  display: block;
}
.logo {
  margin-top: 400px;
  clear: both;
  text-align: right;
}
.bild {
  margin: 0px;
  padding: 0px;
}
.text {
  padding-top: 60px;
  padding-left: 20px;
  padding-right: 20px;
  margin:0px;
}
.navibox {
  position: absolute;
  z-index: 2;
  top: 400px;
  left: 0;
  width: 360px;
  margin-left: 11px;
  padding: 0 20px;
  text-align: right;
  font-size: 1em;
  text-decoration: none;
}
.navlink {
  color: #cccccc;
  font-size: 1em;
  text-decoration: none;
}
.navlink:hover {
  color: #f09030;
}
.deactivated {
  visibility: hidden;
}
.navlinkbox_link {
  position:relative;
  top:33px;
  left:250px;
  color: #cccccc;
  font-size: 1em;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  line-height: 16px  ;
  text-decoration: none;
  margin:0px;
  padding:0px;
}
a:hover {
  color: #f09030;
}
a {
  color: #cccccc;
  font-size: 1em;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  line-height: 16px  ;
  text-decoration: none;
  margin: 0;
  padding:0px;
  margin-left:0px;
}

input {
  background: #cccccc;
}

textarea {
  background: #cccccc;
}








@media print {

body     {
  color: #000000;
  background-color:#ffffff;
}
.Stil1 {
  color: #000000;
}
.rahmen {
  width: 802px;
  margin: 0 auto;
}
.textfeld {
  margin-left: 0;
  border: solid #000000;
  border-width: 1px 0 1px 1px;
  background: #ffffff;
}
.bildfeld {
  margin-right: 0;
  border: solid #000000;
  border-width: 1px 1px 1px 0;
  background: #ffffff;
}
.navigation {
  visibility: hidden;
}
.logo {
  margin-top: 402px;
}
.navlink {
  color: #000000;
}
.navlinkbox_link {
  color: #000000;
}
a {
  color: #000000;
}

input {
  background-color: #ffffff;
}

textarea {
  background-color: #ffffff;
}


}