   .clr {clear: both;}


#seite1, #seite2, #seite3, #seite4, #seite5, #seite6 {
 background: url(../img/descBG.png);
  width: 600px;
  
    padding: 25px;
    display: none;
  position: absolute;
  left: 50%;
  margin-left: -325px;
  margin-top: 20px;
  
  font-family: arial;
  font-size: 12px;
  line-height: 16px;
  
}




#seite1 td {
  vertical-align: top
}

#navigationW {
  width: 100%;
  background: url(../img/navBG.png);
  height: 50px;
   overflow: hidden;
   
}
#navigations {
  margin-left: auto;
  margin-right: auto;
  width: 900px;
}

.centerDiv {
  float: left;
  position: relative;
   
  left: 50%;
  height: 50px;

}
.centerDiv div {
  float: left;
  position: relative;

  
  right: 50%;
  
}
.navPkt {
  float: left;
  height: 50px;
   
}

.navPkt a {
  color: white;
  font-family: arial;
  text-decoration: none;
  font-size: 16px;
  display: block;
  
  height: 50px;
  line-height: 50px;
  padding-left: 18px;
  padding-right: 18px;
}
.navPkt a:hover {
  background: #7c7c7c;
} 

#headlineW {
width: 100%;
  background: url(../img/navBG.png);
  text-align: center;
  font-size: 18px; color: white;
  line-height: 30px;
  height: 30px;
  font-family: arial;
  text-decoration: underline;
  color: #802537;
  
}
#headline {
  text-align: center;
    width: 900px;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  text-transform: uppercase;
  color: #FFF;
  letter-spacing: 2px;
}

h1 {
  font-size: 18px;
  line-height: 30px;
  font-weight: normal;
  margin-bottom: 5px;
  margin-top: 5px;
}

#content ul {padding-left: 15px;}

#content ol {margin-left: 25px;}


dl
{
	float: left;
	width: 600px;
	margin: 1em 0;
	padding: 0;
	
}

 dt
{
	clear: left;
	float: left;
	width: 20px;
	margin: 0;
	padding: 3px;
	
	font-weight: bold;
}

 dd
{
	float: left;
	width: 560px;
	margin: 0;
	padding: 3px;
	             }
.right {
  float: right;
  margin-right: 20px;
  font-weight: bolder;
}

#content a {
  color: black;
  text-decoration: none;
  font-weight: bolder;
}

#content a:hover {
  text-decoration: underline;
}


.fehler {
  
  border: 1px solid red;
}
.fehlerTXT {
  color: red;
}

p {
  margin-top: 8px;
  margin-bottom: 8px;
}