body{
	margin: 0px;
}
* {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
}
.bigtext {
	font-size:24px;
}
.middletext {
	font-weight: bold;
	font-size: 14px;
}
.smalltext {
	
}
form {
	margin: 0px;
}
img {
	border: none;
}
a, a:visited, a:active{
	color: #e5381c;
	font-weight: bold;
	text-decoration: none;
}
a:hover{
}
.topnavi, a.topnavi, a.topnavi:visited, a.topnavi:active{
	color: #b4afa3;
	text-decoration: none;
}
a.topnavi:hover{
	color: #e5381c;
}
.angebotsbox {
	width: 190px;
	height: 150px;
	background-position: bottom right; 
	background-repeat:no-repeat;
	float: left;
}
/* Formularteil */
.textfield-half {
	width: 180px;
}
.textfield-full {
	width: 380px;
}
input, textarea{
	border: #b4afa3 1px solid;
}
input[type = "submit"]{
	background-color:#EEEEEE;
}
input:focus, textarea:focus, select:focus {
	background-color: #EEEEEE;
}
.sdfc-error, .highlight {
	color: #FF0000;
	font-weight: bold;
}