html{
	height: 101%;
}

body {
	margin:0;
	background-image: url("background.jpeg");
	
	background-position:Right;
	background-size: auto 100%;
	background-repeat:no-repeat;
	background-color: black;
	background-attachment: fixed;
	
	color: #FFFFFF;
}

#wrapper {
  width:         100%;
	}

#header {
	text-align:    center;
	height:        50px;   //50
 	
	}

#navigation {

  height:        100%;
  float:         left;
  padding-top:   20px;
  padding-left:  20px;
  width:        200px;
  position:     fixed; 
  }

#inhalt {
  top:           80px;
  padding-left:  240px;
  padding-right: 40px;
  padding-top:   20px;
  padding-bottom:40px;
  overflow;      auto;
  font:          normal 14px arial, sans-serif;
  }
  
  
 img.scaled {
    width:100%;
}    

 img.viertel{
	width:24%;
}

 img.siebzig{
	width:70%;
}

 img.klein {
    width:10%;
}   
 
  
 h1 {
	color:         #FF0000;
}   


tg              {color:#FF00FF;}
a.link            {color:#FFFFFF;}
a.link:hover      {color:#00FF00;} 