@font-face {
	font-family:'Droid Sans';
	src: url('../fonts/DroidSans.eot?#iefix') format('embedded-opentype'),
	url('../fonts/DroidSans.ttf')  format('truetype');
}

body {
	font-family: 'Droid Sans', Verdana, sans-serif;
}

p#hinweis-angebot, #formbox {
	display: none;
}

#formbox {
	width: 666px;
	padding: 20px;
	background: #E4E8EB;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

#formbox ul {
	margin-bottom: 32px !important;
}

#formbox ul li {
	color: #666;
	line-height: 18px;
	background: url('../pix/sprite.png') 0 -560px no-repeat;
	padding-left: 18px;
	margin-bottom: 6px !important;
}

#formbox ul li:hover {
	cursor: pointer;
	color: #444 !important;
}

#formbox ul li.aktiv {
	background-position: 0 -584px;
}

form.cmxform div {
	padding: 8px 0;
	background: url('../pix/underline-form.png') repeat-x left bottom;
}

form.cmxform div.noline {
	background: none !important;
	padding-bottom: 0 !important;
}

form.cmxform label {
	display: inline-block;
	line-height: 1.6;
	vertical-align: top;
	cursor: hand;
	width: 150px;
}

form.cmxform textarea {
	width: 300px;
	height: 120px;
}

form.cmxform fieldset label { 
	margin-left: 150px;
	width: 240px;
}

form.cmxform fieldset.noindent label { 
	margin-left: 0;
	width: 150px;
}

form.cmxform label.error {
	display: none;
	margin-left: 40px !important;
	width: 220px;
	color: #E74053;
}

form.cmxform #submit {
	font-size: 0;
	width: 70px;
	height: 28px;
	border: none;
	margin: 0;
	padding: 0;
	background: url('../pix/button-send.png') no-repeat;
}

form.cmxform #submit:hover {
	cursor: pointer;
	background-position: 0 -28px;
}

.gray {
	background-color: #eee;
}
