body {
    font-family: 'Rambla', sans-serif;
    color: black; 
    background-color: #fffaf6;
    margin:0px;
    min-width: 800px;
  }
    	
  img#Foto {
  		float: left;
  		margin-right: 30px;
  		}
  		
  	img#Skelett {
  		height: 800px;
  		z-index: 1;
  		position: absolute;
  		right: 0px;
  		top:0px;
  		}
  		
  div#Head {
  	height:50px; 
  	vertical-align:bottom; 
  	color:#f15922
  	}

  ul#Navigation {
  	//white-space: nowrap;
  	//min-width: 400px;
  	//float:none;
  	//padding-left: 310px;
    margin:0;
    height: 28px;
    text-align: center;
    border: 0px solid black;
    background-color: #f15922;

  }
  ul#Navigation li {
    list-style: none;
    display: inline;
    margin: 0; 
    padding: 0;
 
  }

  ul#Navigation a, ul#Navigation span {
  	 float: left; width: 90px; height: 22px;
    padding: 6px 14px 0px 14px;
    font-size: 14px;
    text-decoration: none; 
    font-weight: bold;
    margin-left: -30px;
    margin-right: 30px;
    color: white; background-color: #f15922;

  }
  ul#Navigation a:hover, ul#Navigation span {
    border-color: white;
	 text-decoration: underline;    
    color: white; background-color: red;
  }
  
  ul#Navigation div {
     clear: left;
  }
  
  div#Text {
  	color:#893314; 
  	line-height: 130%;
  	font-weight: normal;
  	position: relative;
  	//padding-left: 360px;
  	padding-top: 30px;
  	padding-right: 30px;
  	margin-right: 200px;
  	max-width: 600px;
  	//height: 600px;
	//height: auto !important;
  	//border-bottom: 1px solid #893314;
  	overflow: auto;
  	}
  	
  	li { padding-top: 10px;}
}