body 
{
font-family:sans-serif;
background-color:#FFFFCC;
}
		  		
table.menu
{
width:100%;
}

tr.menu
{
background-color:#CCFF00;
font-size: smaller;
}

			div#links {
			float:left;
		  height:100%;
		  width:220px;
		  font-size:smaller;
			}
			
			div#links p {
			border-width: 1px;
			padding:5px;
			margin:2px;
      border-style:solid;
      border-color:blue;
		  text-align:center;
		  vertical-align:bottom;
		  background-color:#FFFF66;
			}
			
			div#rechts {
			position: fixed;
			float:right;
			width:70%;
		  padding:0%;
  		}
		  

