/* CSS Document */

body {
  font-family:"Arial";
  font-size:12px;
  color:#FFFFFF;
  background-color: #000000;
  margin:0;
  padding:0;
  text-align:center;
  overflow-x:hidden; }
  }
  
p {
  margin-top:0px;
  margin-bottom:14px;
  }
  
#container { 
  width:800px;
  height:600px;
  overflow: visible;
  display: block;
  top: 50%;
  margin-top: -300px;
  margin-left: -400px;
  left: 50%;
  position: absolute;
  }
  
#welcome { 
  margin-top:10px;
  width:800px;
  height:10px;
  margin-bottom:20px;
  color:#CCCCCC;
  }
  
#zeile1 {
  width:600px;
  height:160px;
  padding-right:200px;
  padding-bottom:5px;
  text-align:right; 
  border-bottom:1px solid #333333;
  }

#zeile1 img {
  margin-left:30px;
  border:0;
  }

#txt1 {
  position:absolute;
  top:125px;
  left:620px;
  width:160px;
  text-align:left;
  }

#zeile2 {
  margin-top:10px;
  width:600px;
  height:160px;
  padding-right:200px;
  padding-bottom:5px;
  text-align:right; 
  border-bottom:1px solid #333333;
  }

#zeile2 img {
  margin-left:30px;
  border:0;
  }

#txt2 {
  position:absolute;
  top:290px;
  left:620px;
  width:160px;
  text-align:left;
  }
  
#zeile3 {
  margin-top:10px;
  width:600px;
  height:160px;
  padding-right:200px;
  padding-bottom:5px;
  text-align:right; 
  border-bottom:1px solid #333333;
  }

#zeile3 img {
  margin-left:30px;
  border:0;
  }

#txt3 {
  position:absolute;
  top:460px;
  left:620px;
  width:160px;
  text-align:left;
  }
  
#footer {
  margin-top:10px;
  }
  
#footer a {
  color:#FFFFFF;
  text-decoration:none;
  }
  
#footer a:hover {
  text-decoration:underline;
  }