 /*  Bewerbungsformular Styling */
#contform #error {
	width: 100%;
	clear: both;
}
#contform #error ul {
	padding: 0;
	margin-left: 6.0em;
	line-height: 18px;
}
#contform #error span{
	color:green;
	padding:5px 0 5px 0;
	position:absolute;
	top:60px;
	right:10px;
	width:180px;
}
#contform #error ul li{
	margin: 6px 0 6px 1.5em;
	color:#BF0B0B;
	font-weight:normal;
}
#onlform table {
	width: 90%;
	border-collapse: separate;
	border-spacing: 9px;
}
#onlform td.beze {
	width: 180px;
}
#onlform td.feld {
	width: 270px;
}
#onlform input {
	width: 270px;
	height: 18px;
}
#onlform select {
	width: 306px;
	color:#666;
	border:1px solid #ccc;
	padding:5px;
	outline:none;
	text-decoration: none;
}
#onlform textarea {
	width: 270px;
	height: 90px;
}

#onlform .button {
	width: 120px;
	height: 28px;
	margin-left: 240px;
	margin-bottom: 30px;
/*	float: right;*/
	background: #ededed;
	color:#666;
	font-size: 0.9em;
	border:1px solid #ccc;
	padding:5px 20px 5px 20px;
	outline:none;
}
#divform {
	margin: 2.0em;
}
#contform {
	color:#666;
}

/* --------------------------------------------------------------------------------------------- */

@media (min-width: 35em) {
 /*  Bewerbungsformular Styling */
#contform #error {
	width: 100%;
}
#contform #error ul {
	padding: 0;
	line-height: 18px;
}
#contform #error span{
	color:green;
	padding:5px 0 5px 0;
	position:absolute;
	top:60px;
	right:10px;
	width:180px;
}
#contform #error ul li{
	margin-top: 6px;
	color:#BF0B0B;
	font-weight:normal;
}
#onlform table {
	width: 600px;
	border-collapse: separate;
	border-spacing: 9px;
}
#onlform td.beze {
	width: 180px;
}
#onlform td.feld {
	width: 300px;
}
#onlform input {
	width: 300px;
	height: 18px;
}
#onlform select {
	width: 306px;
	color:#666;
	border:1px solid #ccc;
	padding:5px;
	outline:none;
	text-decoration: none;
}
#onlform textarea {
	width: 300px;
	height: 90px;
}

#onlform .button {
	width: 120px;
	height: 28px;
	margin-left: 240px;
	margin-bottom: 30px;
/*	float: right;*/
	background: #ededed;
	color:#666;
	font-size: 0.9em;
	border:1px solid #ccc;
	padding:5px 20px 5px 20px;
	outline:none;
}
#divform {
	margin: 2.0em;
}
#contform {
	color:#666;
}}