* {
margin: 0;
padding: 0;
}
html, body {
border: 0 solid;
}
body {
font: 95% Arial, Helvetica, sans-serif;
}
b, strong {
font-weight: bold;
}
samp, dfn {
cursor: help;
border-bottom: 1px dotted #ccc;
font-style: normal;
}

#alles {
	position: relative;
	top: 14px;

}

/* 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 */

.break {
word-break: break-all;
}

