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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	}
body {
	line-height: 1;
	color: green;
	background: white;
	}
table {
	border-collapse: separate;
	border-spacing: 0;
	}
caption, th, td {
	text-align: left;
	font-weight: normal;
	}
address {
	font-style: normal;
	}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	}

.hidden {
	position: absolute;
	left: -1000px;
	top: -1000px;
	width: 0px;
	height: 0px;
	overflow: hidden;
	display: inline;
	}
img { vertical-align: top; }
a {
	color: #fff;
	background: #e60000;
	}
strong { font-weight: bold; }
p.meldung { color: #f00; }

body {
	font: 75% Arial, Helvetica, Verdana, sans-serif;
	line-height: 1.4;
	color: #666;
	background: #e8e9ea;
	}
#container {
	position: relative;
	width: 976px;
	margin: 0 auto;
	overflow: hidden;
	background: url(/lay/bg-body.jpg) repeat-y #fff;
	}
#wrapper {
	float: left;
	display: inline; /* IE6 */
	width: 950px;
	margin-left: 13px;
	margin-bottom: 10px;
	}
#header {
	width: 950px;
	height: 112px;
	margin-left: 13px;
	border-top: 13px solid #e60000;
	background: url(/lay/tagline.gif) no-repeat 570px 60px;
	}
#headerflash {
	float: left;
	width: 704px;
	margin-bottom: 2px;
	overflow: hidden;
	}
#masthead {
	float:left;
	}
#masthead a {
	display: block;
	margin-top: 24px;
	margin-left: 26px;
	}

#content {
	float: left;
	width: 794px;
	padding: 0;
	}
.col3 #content {
	width: 480px;
	}
.col2nav #content {
	width: 705px;
	}
.article {
	float: left;
	width: 100%;
	margin-bottom: 2px;
	color: green;
	}
.typ1 h2 {
	color: #e60000;
	}
.typ1 h3,
.typ1 h4,
.typ1 p,
.typ1 ul,
.typ1 ol {
	color: #666;
	}
.typ2 h2,
.typ2 h3,
.typ2 h4,
.typ2 p,
.typ2 ul,
.typ2 ol {
	color: #fff;
	}
.typ1 { background: #e8e9ea; }
.typ2 { background: #8a9194; }
#content h1 {
	clear: left;
	margin-bottom: .5em;
	font-size: 2.25em;
	line-height: 1;
	text-transform: uppercase;
	}
#content h2 {
	clear: left;
	margin: .5em 20px;
	font-size: 1.667em;
	}
#content h3 {
	font-weight: bold;
	}
#content p {
	margin: .5em 20px;
	}
#content p.intro {
	font-weight: bold;
	}
ul.nav-article { padding-top: 1em; text-align: right; text-transform: uppercase; list-style: none none; }
#content ul.nav-article a { 
	float: right;
	margin-bottom: 10px;
	padding: 0 .5em;
	}

#content address {
	margin-bottom: .5em;
	}
#content a {
	padding: 0 .333em;
	text-decoration: none;
	}
#content a:hover,
#content a:focus {
	color: #e60000;
	background: transparent;
	}
#content ul {
	margin: 0 0 .5em 36px;
	}
#content ul li {
	padding: 0;
	}
#content .imgbox {
	float: left;
	position: relative;
	margin: 0 20px 20px 20px;
	}
#content .imgbox a {
	background: none;
	padding: 0;
	}

form {
	clear: left;
	float: left;
	width: 440px;
	padding: 8px 20px 10px 20px;
	margin-bottom: 5px;
	}
fieldset {
	display: block;
	clear: left;
	padding-bottom: 20px;
	}
legend {
	margin-bottom: 1em;
	font-weight: bold;
	}
label {
	display: block;
	clear: left;
	float: left;
	width: 100px;
	padding: 4px 0;
	color: #fff;
	}
label.radio {
	display: block;
	clear: none;
	float: left;
	padding: 0 0 10px 0;
	}
label.checkbox {
	display: block;
	clear: none;
	float: left;
	padding: 0 0 10px 0;
	}
input {
	display: block;
	}
input[type=text],
textarea {
	margin-bottom: 2px;
	padding: 4px;
	background: #c4c7c9;
	border: 0;
	font: 1em Arial, Helvetica, Verdana, sans-serif;
	}
select {
	margin-bottom: 2px;
	padding: 3px;
	font: 1em Arial, Helvetica, Verdana, sans-serif;
	}
input[type=text].pflicht,
textarea.pflicht,
select.pflicht {
	background: #dcdedf;
	}
input[type=text]:hover,
input[type=text]:focus,
textarea:hover,
textarea:focus,
select {
	background: #fff;
	}
input[type=radio],
input[type=checkbox] {
	clear: left;
	float: left;
	margin: 0 4px 4px 0;
	}
textarea {
	width: 210px;
	height: 120px;
	overflow: auto;
	}

.productselect fieldset {
	}
input[type=text],
input[type=password] {
	width: 210px;
	}
select {
	width: 80px;
	}
input[type=submit] {
	clear: both;
	padding: 1px 12px;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	background: #e60000;
	border: 0;
	font-size: .917em;
	overflow: visible;
	cursor: pointer;
	}
input[type=submit]:hover {
	text-decoration: underline;
	}
input[type=image] {
	clear: left;
	float: none;
	}

table {
	clear: left;
	width: 100%;
	margin: 0;
	border-spacing: 2px;
	}
table th, #content table td {
	padding: 5px 5px 3px 5px;
	vertical-align: center;
	}
table th {
	line-height: 1;
	}
table th img { margin: 0; }
thead th,
tfoot td {
	background: #eee;
	}

ul#sitemap {
	clear: left;
	width: 440px;
	margin: 20px;
	list-style: none none;
	}
ul#sitemap a {
	display: block;
	width: 440px;
	margin-bottom: 2px;
	padding: 2px 5px;
	text-decoration: none;
	text-transform: uppercase;
	}
ul#sitemap a:focus,
ul#sitemap a:hover {
	color: #fff;
	background: #e60000;
	text-decoration: underline;
	}
ul#sitemap ul {
	margin: 0;
	}
ul#sitemap li li {
	display: block;
	list-style: none none;
	}
ul#sitemap li li a {
	background: #666;
	}
ul#sitemap li li a:focus,
ul#sitemap li li a:hover {
	background: #666;
	}
ul#sitemap li li {
	}
ul#sitemap li li li {
	}
ul#sitemap li li li a {
	background: #8a9194;
	}
ul#sitemap li li li a:focus,
ul#sitemap li li li a:hover {
	background: #8a9194;
	}
ul#sitemap li li li li {
	}

#extra {
	float: left;
	width: 223px;
	margin-left: 2px;
	}
#extra h2 {
	clear: left;
	margin: .5em 18px;
	font-size: 1.333em;
	font-weight: bold;
	line-height: 1;
	}
#extra div {
	float: left;
	width: 222px;
	margin-bottom: 2px;
	}
#extra h2 {
	}
#extra p {
	clear: left;
	margin: .5em 18px;
	}
#extra img {
	float: right;
	width: 205px;
	}
#extra a {
	float: right;
	margin-bottom: 10px;
	padding: 0 .5em;
	text-decoration: none;
	text-transform: uppercase;
	}
#extra a:hover,
#extra a:focus {
	color: #e60000;
	background: transparent;
	}

#footer {
	clear:left;
	position: relative;
	padding: 10px 10px 70px 10px;
	font-size: .917em;background: url(/lay/bg-footer.jpg) no-repeat #e8e9ea;
	}

@media print {

#header, #navigation, #subnavi, #extra, #footer { display: none; }

}
