body {
	background: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	line-height: 125%;
	color: #000000;
}

#outer {
	width: 640px;
	margin: 0 auto 0 auto;
}
#header {
	background: url(../img/debolon_logo.gif) no-repeat 0 center;
	height: 105px;
	margin-bottom: 1.5em;
	border-bottom: 1px solid #ccc;
	position: relative;
}
#header a {
	color: #ccc;
	position: absolute;
	right: 2px;
	bottom: 15px;
	line-height: 100%;
	text-decoration: none;
	font-size: 12px;
}
#footer {
	height: 125px;
	margin: 3em 0 1em 0;
	padding-top: 1em;
	border-top: 1px solid #ccc;
	font-size: .85em;
}

a {
	color: #000000;
}

h1 {
	color: #E60003;
	font-size: 2.25em;
	font-weight: bold;
	line-height: 115%;
	text-transform: uppercase;
	margin-bottom: .25em;
}

h2 {
	font-size: 1.25em;
	margin-bottom: .5em;
	font-weight: normal;
}
h3 {
	/* font-family: Georgia, "Times New Roman", Times, serif; */
	color: #214F8A;
	font-size: 1.5em;
	font-weight: normal;
	margin: 0;
}
h4 {
	font-size: 1.15em;
	margin-bottom: .5em;
	font-weight: normal;
	font-weight: bold;
}

p {
	margin: .5em 0 .5em 0;
}

div.image {
	margin-bottom: 1em;
}


.form-form {
	margin: 1em 0 1em 0;
}

.form-form table {
	background: #F5F5F5;
	border-top: 10px solid #F5F5F5;
	width: 100%;
}

.form-form td {
	padding: 0 .75em .25em .25em;
	vertical-align: top;
}

.form-form input.button {
	margin-top: 1em;
	margin-bottom: 1em;
}

.form-form span.spacer {
	display: block;
	margin: 1em 0 .5em 0;
}

.error {
	color: #cc3300;
}
.form-form td.error {
	padding-bottom: 1em;
	color: #cc3300;
}
.form-form td.error p {
	margin: 0 0 .25em 0;
}

.form-form input.text {
	width: 450px;
	font-size: 1.15em;
	font-family: Arial, Helvetica, sans-serif;
}
.form-form select.select {
	width: 456px;
	font-size: 1.15em;
	font-family: Arial, Helvetica, sans-serif;
}
.form-form textarea.text {
	width: 450px;
	font-size: 1.15em;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: .5em;
}
.form-form textarea.text.morespace {
	margin-bottom: 1.25em;
}
.form-form .custom input.text {
	width: 341px;
	margin-left: 3px;
}
.form-form .custom input.text.plz,
.form-form input.text.plz {
	width: 100px;
	margin-left: 0;
}

.control {
	margin-bottom: .5em;
	margin-top: .15em;
	margin-right: 75px;
	padding-left: 30px;
	position: relative;
}
.control input {
	margin-right: .5em;
	position: absolute;
	left: 0;
}
.form-form td.formLabel, 
.form-form td.formLabelRequired {
	white-space: nowrap;
	padding-top: .25em;
	padding-left: 1em;
}
.form-form td.formLabel.wrap {
	white-space: normal;
	padding-left: .2em;
	padding-top: .5em;
	padding-right: 100px;
}

.serif {
	/* font-family: Georgia, "Times New Roman", Times, serif; */
	line-height: 135%;
	margin: .25em 0 1em 0;
}
h2.serif {
	/* font-family: Georgia, "Times New Roman", Times, serif; */
	color: #214F8A;
	font-size: 1.5em;
	font-weight: normal;
	margin: 0;
}

#outer ul {
	list-style: disc;
	margin: 1em 2em 1em 0;
	padding-left: 2em;
}
#outer li {
	margin: 0 0 .5em 0;
}
