html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}



/**** Main **********************************************************/
body {
	background-color: #f1d67b;
	background-image: url(../background.jpg);
	font: 12px Arial,Helvetica,sans-serif;
	color: #82450e;
}

h1 {
	font-size: 20px;
	margin: 10px 0 5px 0;
}
a {
	color: #82450e;
	text-decoration: underline;
}

form {
	margin: 15px 0 20px 0;
}

label {
	float: left;
	width: 200px;
}

select,
input {
	width: 240px;
	border: 1px solid #e8ca82;
	background: #fff5da;
	color: #82450e;
}
textarea {
	width: 240px;
	font: 12px Arial,Helvetica,sans-serif;
	border: 1px solid #e8ca82;
	background: #fff5da;
	color: #82450e;
}

.content {
	width: 580px;
	margin: 10px;
}

.line {
	overflow: hidden;
	padding: 0 0 10px 0;
}

.checkbox {
	margin-left: 200px;
}
.checkbox label {
	float: none;
}
.checkbox input {
	float: left;
	width: auto;
	border: none;
	background: transparent;
}

.radio div {
	width: 200px;
	float: left;
}
.radio label,
.radio input {
	float: left;
	width: auto;
	border: none;
	background: transparent;
}
.radio label {
	padding: 0 15px 0 5px;
}

p {
	padding: 0 0 5px 0;
}

.kontaktdaten .adresse {
	display: none;
	margin: 15px 40px;
}

.grund {
	display: none;
}

.absenden {
	float: right;
	width: auto;
	padding: 2px 10px;
	border: none;
	cursor: pointer;
}

.line.error input,
.line.error label {
	color: #FF0000;
}
.line.error input {
	border: 1px solid #ff0000;
}
.line.error a {
	color: #FF0000;
}

.datenschutz b {
	display: block;
	margin: 20px 0 0 0;
}
.datenschutz {
	margin: 20px 0;
}
