html * { margin: 0; padding: 0; }

body {
	color: #000;
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 10pt;
	background: #F57920;
	text-align: center;
}

p {
	padding-bottom: 10px;
}

h1 {}
h2 {}

h3 {
	font-size: 12pt;
	font-weight: bold;
	color: #F57920;
	padding-bottom: 10px;
}

h4 {
	font-size: 11pt;
	font-weight: bold;
	color: #000;
	padding: 10px 0 5px 0;
}

h5 {
	font-size: 8pt;
	font-weight: bold;
	color: #fff;
	padding: 0 0 5px 0;
}

a {
	color: #F57920;
	text-decoration: none;
}

ul {
	margin-left: 25px;
	padding-bottom: 10px;
}


/* Sonderformatierungen */
.clr { clear: both; }
.klein { font-size: 9pt; }
.left { text-align: left; }
.center { text-align: center; }
.right { text-align: right; }
.intro { color: #F57920; }



/* Newsletter-Anmeldung */
form#frmNewsletter {}
form#frmNewsletter input.frm_text { font-size: 10pt; }
form#frmNewsletter input.frm_button { font-size: 10pt; }
