body, html{
                /*background-color: #d0df99;*/
                background-color:#384336;
                height:100%;
                width:100%;
                margin: 0px;
				font-family:sans-serif;
				color:#161616;
                }
	div#head{
				background-image:url(img/prelle_small.jpg);
				/*position relative;
				background-color:#ffffff;*/
				width:100%;
				height:8em;
				z-index:2;
				color:#d0df99;
				/*text-shadow:#161616; -invalid*/
				vertical-align: bottom;
				
	}
	
	  
      div#bg{
              position: relative;
              width: 80%;
              height:100%;
              /*background-color:#9d0d15;*/
              background-color: #d0df99;
              /*background-color:#384336;*/
              margin-top: 3em;
			  margin-bottom:3em;
			  margin-left:auto;
			  margin-right:auto;
                          }
      div.nav{
              /*background-color:#dcdcdc;*/
			  background-color:#bdb289;
              position:absolute;
              z-index:1;
              left:-10px;
              top:10em;
              margin:3em;
              width:200px;
              height:400px;
            }
      div.nav ul li{
              font-weight: bold;
              list-style-type: none;
      }
      
      div.nav ul li a{
              text-decoration:none;
              /*color:#551a8b;*/
			  /*color:#161616;*/
			  color:#303342;

      }
      
      
      a.nav{
              text-decoration:none;
      }
      div.nav ul li a:hover{
        color: white;
		/*font-weight:900;*/
      }
      
       
      div.nav ul li a:visited{
        /*color: #161616;*/
		color:#303342;
      }
      
      div#head h1{
		font-size:32px;
              
      }
      h1{
              line-height: 6em;
              font-variant:small-caps;
              font-size:24px;
              text-align: center;
      }
      
      
      
      div.cnt{
              /*position:absolute;*/
              /*background-color:yellow;*/
              width:78%;
              height:82%;
              margin-top:3em;
			  /*margin-right: 6em;*/
              padding-left:20%;
              padding-right: 3em;

      }
      h2.alter{
              line-height:60px;
              vertical-align:bottom;
      }
      
      img#alter{
              padding:2px;
              border: 1px white solid;
              float: left;
              margin-right: 10px;
      }
      
      ul.infoliste li{
              list-style-type: none;
              padding-left: 23%;
      }
      
	  a.linkNeueSeite{
		padding-left:65%;
		/*color:#161616;*/
		color:#303342;
		letter-spacing:2px;
		font-weight:bold;
		text-decoration:none;
	  }
	  a.linkNeueSeite:hover{
        color:#ffffff;
      }
	  a.linkNeueSeite:visited{
	  /*color:#161616;*/
	  color:#303342;
	  }
	
	a.text{
			text-decoration:none;
			/*color:#161616;*/
			color:#303342;
			font-weight:bold;
	}
	
	a.text:hover{
			color:#ffffff;
			/*font-weight:bolder;*/
	}
	
	a.text:visited{
	/*color:#161616;*/
	color:#303342;
	}
	
	div#vorschau a img{
		width:80px;
		height:80px;
		/*display: block;
		float: left;*/
		margin:5px;
		padding:2px;
		border-width:1px;
		border-color:white;
	}
	
	div#loadarea{
		margin-left:5px;
		margin-top: 20px;
	}
	
	div#loadarea img{
		width:300px;
		height:225px;
	}
	
	p.w3cvalidation{
	margin-top:16em;
	padding-left: 85%;
	}
	
