span.linewidth {
	background-color: yellow;
}

html, body {
    background-image: url("../img/bg-facelift.jpg");	
}





@media only screen and (min-width: 800px) and (orientation: landscape) 
{
 #content > p.bodytext {
  line-height:27px;    
  font-size:18px
 }
 
  #content > p.bodytext:last-child {
  margin-bottom:1px;
 }
}


@media only screen and (min-width: 1000px)
{
 #content > p.bodytext {
  width: 660px;
  margin-left:145px;
  text-align: justify;
  line-height:27px;    
  font-size:18px
 }
 
  #content > p.bodytext:last-child {
  margin-bottom:1px;
 }
}

#left {
    line-height:21px;    
    font-size:14px
}

#page.standard #left {
 min-height:295px;
 height:100%;
 overflow: hidden;	
}

#page.startpage > #header {
 height:97px;
 overflow: hidden,
}

#page.startpage > #nav {
 height:27px;
}


#page.startpage > #galerie {
 height:379px;
 overflow: hidden;
}