.xxx { }

<!-- Klassen -->
.xxx { }

.bodyclass  { font-family:trebuchet ms,arial; font-size:12px; font-weight:bold; color:#000000;
	     background-image:url(../img/holz.jpg);
	   }
.main	{ font-family:trebuchet ms,arial; font-size:12px; font-weight:bold; color:#000000; }

.ueber	{ font-family:trebuchet ms,arial; font-size:14px; font-weight:bold; color:#000000;
           background-color:#ffffff; padding:2px;
           text-align:center;
           border-style:solid; border-width:1px; border-color:#000000;
           display:block; width:100%;
         }

<!-- a-tags -->
.xxx { }

a   	{ font-family:trebuchet ms, arial; font-size:12px; font-weight:bold; color:#000000;
           text-decoration:none;
         }

a:hover	{ color:#FF8000; }

<!-- div-layer -->
#xxx	{ }

#bild	{ position:absolute; top:50px; left:300px; }

#navi	{ position:absolute; top:50px; left:20px; padding:10px; background-color:#F4E1AE;
	  border-style:solid; border-width:1px; border-color:#000000; width:200px;
         }