body, html{
		margin:0px;
		padding:0px;
		height:100%;
		width:100%;
		background-color:#ccccfe;

}
#header{

      width:100%;
      height:107px;
      background-image:url(../pics/header.jpg);
	  background-repeat:repeat;
	  border-bottom:2px solid white;


      }
      #header_wasserreise{

      width:100%;
      height:107px;
      background-image:url(../pics/header-wasserreise.jpg);
	  background-repeat:repeat;
	  border-bottom:2px solid white;
           }
#nn4header
	{
	font-size:3em;
		}

#navigation{

         position:absolute;
         top:112px;
         left:0px;
         width:100%;
         height:30px;
         background-color:#ccbbaa;
		 layer-background-color:#ccbbaa;
		 Clip: rect(0,100%,30px,0);
		 border-bottom:2px solid white;
		 z-index:3;

         }
#innernavi{
		padding-left:212px;
		margin-top:5px;
}
#menue{
		position:absolute;
		top:0px;
		left:0px;
		width:200px;
		/*float:left;*/


		}

#container{
		position:absolute;
		top:144px;
		left:0px;
		width:100%;
		z-index:1;
}
#ccontainer{
		position:absolute;
		top:0px;
		left:202px;
		width:70%;
		}
#content{
		position:relative;
		padding:15px;
		margin-top:10px;
		width:70%;
		height:100%;
		background-color:#ccccfe;
		layer-background-color:#ccccfe;
		z-index:2;

		/*border:0px dashed white;*/
		float:left;
		color:black;
		}
#footer{
		margin-top:20px;
		background-color:#ccccfe;
		}
#right{
		position:relative;
		margin-left:1%;
		margin-top:10px;
		/*border:0px dashed white;*/
		padding:5px;
		float:left;
		top:0px;
		z-index:2;
		background-color:#ccbbaa;
		height:100%;
		width:210px;

		color:#fff;
		}



/* CSS Document */
