
/* Bereichsuebergreifende Anweisungen */

	/* Elemente */

	         html, body {
	         background: #f5f5f5 url("../img/bg_01.gif") repeat-y;
	         height: 100%;
	         font-family: Verdana, Arial, Helvetica, sans-serif;
	         font-size: 11px;
	         color: #5d5d5d;
	         margin: 0;
	         padding: 0;
                 overflow-x: hidden;
	         }
	         img {
	         border: none;
	         }
		 h1 {
		 font-size: 11px;
		 font-weight: normal;
	         margin: 0;
	         padding: 0;
		 }


	/* Pseudo-Elemente */

	         a:link {
	         color: #5d5d5d;
	         text-decoration: underline;
	         }
	         a:visited {
	         color: #5d5d5d;
	         text-decoration: underline;
	         }
	         a:hover {
		 color: #000;
                 text-decoration: underline;
                 background-color: #d1d1d1;
	         }


   	/* IDs */

         	#container01 {
                 position: absolute;
                 padding: 0;
                 }
