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

