body { 
/*background-image:url(/bilder/blasen.jpg);*/
background-color:#C1CDCD;
}

a:link { 
  text-decoration:none; 
	color:#000000;
}
a:visited { 
  text-decoration:none; 
	color:#000000;
}
a:hover { 
  text-decoration:underline;
	color:#000000; 
}
a:active { 
  text-decoration:none; 
	color:#D2B48C;
}
a.an { text-decoration:none; }
div#banner {
  margin-left:140px;
	background-color:#4169E1;
	width:100px+500px;
	min-width:773px;
	width:expression(document.body.clientWidth < 800? "800px": "auto"    );
	height:auto;
}
#inhalt {
  width:750px;

  }