* {
margin: 0;
padding: 0;
}
html, body {
border: 0 solid;
}
body {
font: 0.9em Verdana, Arial, Helvetica, sans-serif;
}
b, strong {
font-weight: bold;
}
a img {
border: 0 none;
}
input, textarea {
font-size: 12px;
}
p, a, th, td, li, label {
font-size: 12px;
}
table.nopadding td {
padding: 0;
}
#all {
position: relative;
}
/* die naechsten 2 anweisungen sorgen dafuer, dass floatende elemente eingeschlossen werden */

.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix { 
height: 1%; 
}
/* End hide from IE-mac */

/* Allgemeine Klassen */

.yellow {
color:#FEF589;
}
.white {
color:#FFFFFF;
}
.aright {
text-align: right;
}
.aleft {
text-align: left;
}
.center {
text-align: center;
}
.nobr {
white-space: nowrap;
}
.cboth {
clear: both;
}
.cleft {
clear: left;
}
.cright {
clear: right;
}
.fleft {
float: left;
}
.fright {
float: right;
}
