/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

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%;
/* sorgt für fehlerhafte darstellung im webedition-editmode
	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;
}

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

/* end reset */

/* formats */
body { font: normal 84%/1.42 verdana, sans-serif; background-color: white; }
h2 { font-size: 1.42em; line-height: 1.29; font-weight: normal; color: #cfb05e; margin-bottom: 1em; }
p, .p { margin: 0 0 1em; }
.form-kontakt { border-left: 5px solid #cfb05e; }
.form-kontakt .kontakt-submit { background: #cfb05e; color: white; border: 0; }

.error { color: #cc0000; }

/* layout */
.clearer { clear: both; }

#haupt ul { list-style: disc; margin: 0 0 1em 1em; }
#haupt li { margin: 0 0 1.42em 0; }

.form-kontakt { margin: 1em 0; padding: 0.2em 1em; }
.form-kontakt .form-row label { display:block; }
.form-kontakt .form-row { margin-bottom: 1em; }
.form-kontakt .kontakt-input { width: 250px; }
.form-kontakt .kontakt-textarea { width: 250px; font: 1em/1.29 arial, sans-serif; }
.form-kontakt .form-row.narrow label, .form-kontakt .radio label { display: inline; }
.form-kontakt .radio p.info { margin-left: 2em; }
.form-kontakt p.info { font-size: 0.8em; }
.form-kontakt legend { color: #cfb05e; font-weight: bold; }
.form-kontakt .form-row.checkbox label, .form-kontakt .form-row.checkbox input { display: block; float: left; }

.downloads h3 { color: #cfb05e; font-weight: bold; }
p.downloadLink.pdf a { background: url("/media/bilder/_layout/pdf-icon.gif") no-repeat left center; padding-left: 20px; }
