@charset "utf-8";
/* CSS Document */

.form {  }

.form label {
	position: relative;
	top: -4px;
	}

.form th {
	text-align: left;
	}

/* classes: */

.form .newsContent, .contentNewsDetail { margin-bottom: 10px; }

.form .title {
	margin-bottom: 15px;
	padding-left: 5px;
	border-bottom: 2px solid #58585A;
}
.form .title h1 {
	margin: 0 0 3px;
}

.form .table {
	width: 500px;
}
.form .content {
}
.form .text {
	width: 155px;
	border: 1px solid #a7accf;
}
.form .textarea {
	width: 488px;
	border: 1px solid #a7accf;
}
.form .reqstar {
	color: #990000;
	font-weight: bold;
	font-size: xx-small;
}
.form .infotext {
}
.form .anschrift .fields {
	padding: 0;
}
.form .anschrift td, .form .anschrift th {
	padding: 2px 0px;
}
.form .zip_code {
	width: 40px;
	margin-right: 5px;
}
.form .city {
	width: 102px;
}

.formerrors {
	border: 2px solid #a23;
	color: #f00;
	padding: 5px 15px;
	margin: 0 0 15px;
}
.formwarnings {
	border: 2px solid #fc5;
	padding: 5px 15px;
}