Alle templtes sind in XHTML 1.0 und CSS2/ Tableless
2 Spalten / Menu und Inhalt dynmisch
2 Spalten Layoutraster, beide Spalten sind dynamisch und passt sich prozentual dem Browserfenster an.
body {
background-color: #8b4513;
font-size: 11px;
font-family: Verdana, Arial, Helvetica, SunSans-Regular, Sans-Serif;
padding:0px;
margin:0px;
}
#inhalt {
float:left;
width:70%;
background:#fff;
border-right:2px solid #996666;
border-bottom:2px solid #996666;
margin-right:15px;
padding-bottom:20px;
}