/* CSS Document */

body { 
  background: #FFFFFF;
  margin: 0px;
  border: 0px;
  }
  
#container {
  margin-left: 40px;
  
  }  
  
#header {
  background: #888888;
  margin-top: 20px;
  margin-left: 10px;
  width: 650px;
  height: 91px;
  position: absolute;
  }
  
#titel_line {
  background-color: black;
  margin-left: 25px;
  margin-top: 130px;
  height: 20px;
  width: 635;
  position: absolute;
  }
  
  #printer {
  background-color: transparent;
  margin-left: 655px;
  margin-top: 35px;
  height: 20px;
  width: 20px;
  position: absolute;
  }
  
  #close {
  background-color: transparent;
  margin-left: 660px;
  margin-top: 10px;
  height: 20px;
  width: 20px;
  position: absolute;
  }
  
#titel {
  background: black;
  margin-top: 155px;
  margin-left: 115px;
  width: 50px;
  height: 20px;
  position: absolute;
  }

#content {
  background: transparent;
  background-image: url("pic/print_pics/header_print.jpg")
  margin-top: 190px;
  margin-left: 177px;
  width: 600px;
  min-height: 200px;
  position: absolute;
  padding-right: 15px;
  }
  

  
.content_headline {
  font-family: arial, verdana;
  font-size: 16;
  font-weight: bold;
  color: #000000;
  }
  
.content_lauftext {
  font-family: arial, verdana;
  font-size: 11;
  font-weight: normal;
  color: #000000;
  line-height: 1.5;
  }
  

  

