/*fix default browserspaces between elements*/
* {
	padding: 0;
	margin: 0;
}

body, html {
	height: 100%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	padding: 20px;
}

a {
	color: #7c5a3c;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

h1 {
	font-size: 12px;
	text-transform: uppercase;
	color: #7c5a3c;
	padding-bottom: 8px;
	line-height: 16px;
}

p {
	font-size: 12px;
	color: #7c5a3c;
	padding-bottom: 10px;
	line-height: 16px;
}

/* Job extension */
.job-table {
	width: 100%;
	margin-top: 10px;
}

.job-table .additional-row {
	padding: 4px 0 0 4px;
}

.job-table .buttons {
	padding-top: 5px;
}

.job-table .buttons input {
	color: #7c5a3c;
	background: #fff5e7;
	border: 1px solid #ddd5ce;
}

.job-table .crp-select {
	width: 148px;
}

.job-table .date-field-short {
	width: 38px;
}

.job-table .date-field-long {
	width: 50px;
}

.job-table .date-year {
	width: 25px;
}

.job-table .done {
	width: 100%;
}

.job-table .done .standard-field {
	width: 80px;
}

.job-table .done .standard-textarea {
	width: 290px;
	height: 43px;
}

.job-table .done .url-field {
	width: 100px;
}

.job-table .done #beruf td {
	text-align: center;
}

.job-table .done th {
	font-size: 10px !important;
	line-height: 14px !important;
	color: #7c5a3c !important;
	background: #f2e7d0 !important;
	width: 20%;
}

.job-table .fee-field {
	width: 38px;
}

.job-table .file-field {
	width: 400px;
}

.job-table .large-textarea {
	width: 472px;
	height: 43px;
}

.job-table .location-field {
	width: 92px;
}

.job-table .long-textarea {
	width: 377px;
	height: 43px;
}

.job-table .mandatory {
	color: #e3001a;
}

.job-table .no-border {
	border: 0;
}

.job-table .notice {
	font-size: 10px;
	font-style: italic;
	line-height: 14px;
	white-space: normal !important;
}

.job-table .phone-fax-field {
	width: 121px;
}

.job-table .standard-field {
	width: 140px;
}

.job-table .standard-textarea {
	width: 130px;
	height: 43px;
}

.job-table .standard-select {
	width: 128px;
}

.job-table .top {
	vertical-align: top;
	padding-top: 4px;
}

.job-table .wrap {
	white-space: normal !important;
}

.job-table .zip-field {
	width: 31px;
}

.job-table input, .job-table select, .job-table textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #7c5a3c;
	background: #fff5e7;
	border: 1px solid #ddd5ce;
	padding: 2px 3px;
}

.job-table td {
	font-size: 10px;
	line-height: 16px;
	color: #7c5a3c;
	white-space: nowrap;
}

.job-table th {
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	color: #7c5a3c !important;
	background: #f2e7d0 !important;
}