		  body {
		  font-family:sans-serif;
		  background-color:#33ccff;
		  }
		  
			div#Navigation {
			float:left;
		  height:100%;
		  width:200px;
		  font-size:smaller;
			}
			
			div#Navigation p {
			border-width: 2px;
			padding:5px;
			margin:2px;
      height:34px;
      border-style:solid;
      border-color:blue;
		  text-align:center;
		  vertical-align:bottom;
			}
			
			div#Inhalt {
			float:right;
			width:63%;
		  padding-right:2%;
		  font-size:smaller;
  		}
		  
		  .lnk {
      border-width:2px; 
      padding:2px;
      margin:2px;
      width:100px;
      border-style:solid;       
      border-color:blue;
		  background-color:#ffffff;
      font-size:smaller;
      position:absolute;
      top:7px;
      right:5px;
      text-align:center;}
      
      .pic{
      position:relative;
      top:25px;}
		

