body {
  margin:0;
  border:0;
  padding:0;
  height:100%; 
  width:100%; 
  max-height:100%; 
  background:#4d4d4d; 
  overflow: auto; 
  }
#lodpage {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  height:100%; 
  width:700px; 
  max-height:100%; 
  font-family: 'Cochin', 'Times New Roman', serif ;
  font-size:1em;
  overflow: visible; 
  background:#Fee;
  }
#lodheader {
  position:absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height:100px; 
  overflow:hide; 
  width:700px; 
  font-size:1em;
  text-align: center;
  font-family: 'Cochin', 'Times New Roman', serif ;
  background:url(grafik/bg_stribe.jpg); 
  background-repeat:repeat; 
  background-attachment:fixed;
  background-position:center;
  color:#fff;
  }

#lodmain {
  position:absolute;
  top:100px;
  margin:0;
  border:0;
  height:100%; 
  width:700px; 
  max-height:100%; 
  font-size:1em;
  font-family: 'Cochin', 'Times New Roman', serif ;
  color:#fff;
  background:url(grafik/bg_stribe.jpg); 
  background-repeat:repeat; 
  background-attachment:fixed;
  background-attachment:center;
  }
#lodcontent {
  margin-left: 10%;
  margin-right: 10%;
  position:absolute;
  top:20px;
  height:23em; 
  width:80%; 
  font-size:1em;
  font-family: 'Cochin', 'Times New Roman', serif ;
  color:#7f7f7f;
  background: url(grafik/box1w.png) center no-repeat;
  background-repeat:no-repeat; 
/*  background-attachment:fixed; */
  background-attachment:center;
}

#lodcontent a:link {
  text-decoration: none;
	margin: 0 ;
  color:#666;
  font-family: 'Cochin', 'Times New Roman', serif
}

#lodcontent a:visited {
  text-decoration: none;
	margin: 0 ;
  color:#333;
  font-family: 'Cochin', 'Times New Roman', serif
}

#lodcontent a:hover {
  text-decoration: none;
	margin: 0 ;
  color:#000;
  font-family: 'Cochin', 'Times New Roman', serif 
}

#lodheader ul {
  list-style: none ;
	float: center;
  text-align: center;
  background:url(grafik/bg_stribe.jpg); 
  background-repeat:repeat; 
  background-attachment:fixed;
  background-attachment:center;
}

#lodcontent p.cntr {
  text-align: center;
  font-size:1.3em;
}
#lodheader hr {
  width: 80%;
  color: #fff;
  background-color:#fff;
  border: none;
  height: 1px;
}
/* #lodheader li {
  background-color: #fff;
        margin: 0 ;
        padding: 5px 5px 0px 5px ;
        display: inline-block ;
        list-style: none ;
	width:50;
	text-align: center;
        font-family: 'Cochin', 'Times New Roman', serif ;
}
#lodheader li a {
        color: #fff ;
        border: 0px ;
      	width:150px;
        height: 20px ;
        padding: 3px 10px 3px 10px ;
        text-decoration: none ;
        display: inline ;
}
#lodheader li a:hover {
        color: #000 ;
        background-color: #c0c0c0 ;
} */

