* {

margin: 0;

padding: 0;

}

html, body {

border: 0 solid;

}

body {

font: 95% Verdana, Arial, Helvetica, sans-serif;

}

b, strong {

font-weight: bold;

}

a img {

border: 0 none;

}

#alles {

position: relative; border-radius: 20px; box-shadow: 25px 20px 10px black;

}

#ohnespalte #rechtespalte {

display: none;

}

#inhalt a {

text-decoration: none;

}



ul { 

list-style-type: square; 

}

p, a, th, td, li, label {

font-size: 12px;

}



.clearfix:after {

content: "."; 

display: block; 

height: 0; 

clear: both; 

visibility: hidden;

}



/* Hides from IE-mac \*/

* html .clearfix { 

height: 1%; 

}