/**
* DESIGN AND LAYOUT TAKEN OVER FROM http://css.maxdesign.com.au/floatutorial
* THANKS FOR THAT GREAT TUTORIAL
* TEMPLATE TUTORIAL (c) 2007 by C. Sommer (doc) for http://WebsiteBaker.org
*/
 
 
/* HELLBLAUER HINTERGRUND FÜR DIE BROWSERSEITE */
html, body { 
  font-family: verdana, trebuchet ms, tahoma, lucida console, helvetica, comic sans ms, calibri, sans-serif;
  background-color: #fff;
	font-size: 14px;
}
