a, a:link, a:visited {
	text-decoration: none;
	color: #903;
	background-color: inherit;
}
a:hover, a:active {
	color: #c00;
	border-bottom: 2px dotted #c00;
	background-color: inherit;
}
strong, em {
	color: #000;
	background: inherit;
	font-weight: 700;
}
a img {
	border-style: none;
}
img {
	display: block;
	border: 1px solid #ccc;
}
img.floatright {
	float: right;
	margin: 6px 6px 12px 24px;
}
img.arrow {
	display: inline;
	height: .8em;
	width: .8em;
	padding: 0 .5em;
	border-style: none;
}
/* ___ CONTENT ___ */
div#content h1, div#content h2, div#content h3 {
	font-size: 1.8em;
	line-height: 1.4;
	font-weight: 700;
	color: #ddd;
	background: inherit;
	padding: 18px 12px 0;
}
div#content h1 {
	display: none;
}
div#content h2 {
	font-size: 0.9em;
	color: #22354c;
	font-variant: normal;
}
div#content h1.sub {
	padding-top: 6px;
	font-size: 1.1em;
	color: #22354c;
	background-color: inherit;
	display: block;
}
div#content h3 {
	font-size: .9em;
	color: #333;
	font-variant: normal;
}
div#content p, div#content ul {
	font-size: .9em;
	padding: 6px 12px;
}
div#content ul li {
	list-style-type: none;
	margin-left: 12px;
	background-image: url(../img/bullet.gif);
	background-position: 0 6px;
	background-repeat: no-repeat;
	padding: 0 0 3px 24px;
}
div#content ul ul li {
	list-style-type: square;
	font-size: 1.1em;
	font-weight: bold;
	padding-left: 8px;
	margin-left: 8px;
	background-image: none;
}
/* ___ MISC ___ */
div#content ul.steps {
	list-style: none;
}
div#content ul.steps li {
	list-style: none;
	background-image: url(../img/arrow-down.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin: 0;
	padding: 10px 0 30px;
}
div#content ul.steps li span {
	display: block;
	border: 1px solid #294870;
	padding: 6px;
}
div#content ul.steps li.last {
	background-image: none;
	margin: 0 0 12px;
}
div#content div#kontakt {
	float: left;
	width: 95%;
	padding: 6px 12px;
}
div#content div#kontakt div {
	float: left;
	width: 214px;
	padding: 0 12px 0 0;
}
div#content div#kontakt div img {
	margin: 0;
	padding: 0;
	border: 1px solid #274161;
	display: block;
}
div#content div#kontakt div p {
	margin: 0;
	padding: 0;
}
div#content div#kontakt div a {
	display: block;
	border-style: none;
	font-size: .8em;
	font-weight: bold;
	margin: 6px 0;
	padding: 0;
}
div#content div#kontakt div a:hover {
	text-decoration: underline;
	border-style: none;
}
div#content a.back, div#content a.back:link, div#content a.back:visited, div#content a.back:hover, div#content a.back:active {
	background-image: url(../img/arrow-back.gif);
	background-position: 0 50%;
	background-repeat: no-repeat;
	margin-left: 12px;
	padding-left: 24px;
	display: inline;
	text-decoration: none;
	font-size: .9em;
	border-style: none;
}
/* ___ FORM ___ */
form#myform {
	width: 440px;
	margin: 12px;
	padding: 0;
}
form#myform label, form#myform input, form#myform textarea {
	font: .9em/1.2 Verdana, Helvetica, sans-serif;
	float: left;
	margin-top: 6px;
	padding-right: 6px;
}
form#myform input, form#myform textarea {
	font: bold 14px/16px "Courier New", Courier, monospace;
	color: #111;
	background-color: #fff;
	width: 300px;
	border: 1px solid #274161;
	padding: 2px 4px;
}
form#myform label {
	clear: left;
	width: 90px;
	text-align: right;
	overflow: hidden;
	font-size: .8em;
}
form#myform input#submit {
	font-size: .8em;
	font-weight: 700;
	color: #efefef;
	background-color: #294870;
	width: 310px;
	margin: 12px 0;
}
form#myform fieldset {
	border: 1px solid #274161;
	padding: 10px;
}
form#myform fieldset legend {
	font-size: .8em;
	font-weight: 700;
	color: #274161;
	background-color: inherit;
	padding: 0 6px;
}
div.formresult {
	width: 440px;
	border: 1px solid #274161;
	margin: 12px;
	padding: 12px 24px;
}
/* ___ ___ */
span.c {
	font-size: 1.1em;
	font-weight: 700;
}
a.inline {
	display: inline;
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
sup {
	font-size: 12px;
}
.clearboth, .clearing {
	height: 0;
	clear: both;
}
div#footer p {
	font-weight: 400;
	font-variant: small-caps;
	letter-spacing: 1px;
	font-size: .9em;
	text-decoration: none;
	text-align: right;
	margin: 0;
	padding: 6px 150px 36px 0;
}

