/*-----------------------------
Projekt shop_03
Standard-Stylesheet
-----------------------------*/

body      {color: #000000; background-color: #FFFFFF;
           background:url(bilder/hg.jpg) repeat;
           font-family:Arial,sans-serif; font-size:12px;
          }
h1        { font-size:200%;}
h2        { font-size:150%;}
h3        { font-size:130%; }

/*--- Basisbereiche ---*/
.nav{
	left:0px;top:0px;position:fixed;width:200px;
	text-align:center;
/*   background-color:#FFFFCC;  */
}

.txt{
	left:220px;top:0px;position:absolute;width:800px;
}

