* {
	margin: 0;
	padding: 0;
}
html, body {
border: 0 solid;
}

b, strong {
	font-weight: bold;
	color: #FC0;
}
a img {
border: 0 none;
}

ul {
	list-style-type: none;
}



#inhalt form {
	margin: 7px 0px 7px 0px;
}
#inhalt form table {
margin-right: 0;
}

#inhalt input.submit {
padding: 10px 10px;
border-width: 1px 2px 2px 1px;
}
#inhalt input.submitabstand {
padding: 2px 10px;
border-width: 1px 2px 2px 1px;
margin: 2px 0;
}
#inhalt input.submitrechts {
padding: 2px 10px;
margin: 10px 0 20px 0;
border-width: 1px 2px 2px 1px;
}

/* 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 */
