/* CSS */

* {margin:0;padding:0;}
html,body {margin:0;padding:0;overflow:hidden;/**/}
body, html {/*min-height:101%; Scrollbar immer anzeigen*/}
.navAccesskey {display:none;}
.clearer, br.clearer {background-color:#FFFF00;clear:both; font-size:0px;height:0px;line-height:0px; }
img {border:none;}
hr {background-color: #999999; /* Farbe für Opera und Firefox */border: 0; height: 1px;clear:both; color: #999999; /* Farbe für Internet Explorer (IE) */ margin:10px 0;} 


/* HEADER */
#headerArea {position:fixed;left:0;top:0;width:100%;background-color:#eeeeee;border-bottom:1px #999999 solid;padding:0px 20px;}


/* CONTENT */
#content {margin:0 20px;}

/* FOOTER */
#footerArea {}

#solutionFooter { margin:10px 20px 0 20px;}
	#solution {float:right;margin:5px 0 20px 0; width:90px;}
	#solution a, #solution a:visited {background-image:url(/_img/solution.gif);background-repeat:no-repeat;background-position:0 0px;color:#191919;display:block;font-family:Arial, Helvetica, sans-serif;font-size:9px;font-weight:bold;padding:2px 0 3px 21px;text-decoration:none; }
	#solution a:focus, #solution a:hover {text-decoration:none;}
	* html #solution a {width:69px; /* Breitenangaben nur fuer IE */}