service for a better code

INHALT

Alle templtes sind in XHTML 1.0 und CSS2/ Tableless

MENU floating
Layoutraster mit einem floting MENU links.
Das Menu ist fix in der breite. Die Höhe passt sich dem Inhalt an.
«= mehr TEMPLATES

html { 
  padding:0px;
  margin:0px;
}

body {
  background-color: #e1ddd9;
  font-size: 12px;
  font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
  color:#564b47;  
  padding:0px 20px;
  margin:0px;
}
	
#inhalt {
  border:1px solid #564b47; 
   background-color:#fff;
}