* {
margin: 0;
padding: 0;
}
html, body {
border: 0 solid;
}
body {
font: 95% Arial, 'Trebuchet MS', Arial, Helvetica, sans-serif;
}
b, strong {
font-weight: bold;
}
samp, dfn {
cursor: help;
border-bottom: 1px dotted #ccc;
font-style: normal;
}
a img {
border: 0 none;
}
input, textarea {
font-size: 12px;
}
ul { 
list-style-type: square; 
}
p, a, th, td, li, label {
font-size: 12px;
}
table {
margin: 10px 0;
}
th, td {
text-align: left;
padding: 2px;
vertical-align: top;
}
th img, td img {
vertical-align: baseline;
text-align: center;
}
table.nopadding td {
padding: 0;
}
.floatleft {
float: left;
}

/* 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 */

.prop {
  	height: 300px;
  	float: right;
  	width: 1px;
}
.clear {
  	clear:both;
  	height:1px;
  	overflow:hidden;
}
