* {
font-family: verdana, sans-serif;
}
#rahmen {
border: 4px solid #cccccc;
width: 960px;
padding: 10px;
height: 500px;
}
#navigation {
border: 2px solid #eeeeee;
width: 200px;
float: left;
padding: 10px;
}
#inhalt {
border: 2px solid #eeeeee;
padding: 10px;
float: left;
width: 680px;
margin-left: 20px;
}
h1 {
font-size: 24px;
}
h2 {
font-size: 18px;
}
.clear {
clear: both;
}
p, li {
font-size: 12px;
}
Dieses Beispiel stammt aus dem Buch Barrierefreiheit verstehen und umsetzen.