@charset "utf-8";
/* CSS Document */

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

body {
	background-color: #fff;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	color: #000;
	text-align: center;
	font-size: 16px;
	font-size: 100%;
}
a, a:link {
	text-decoration: none;
	color: #666666;
	border-bottom: 1px dotted #666666;
}
a:hover, a:active {
	color: #e0231f;
}
a.img, img {
	border: none;
}
#inhalt ul {
list-style-position: outside;
margin-left: 2.5em;
margin-top: 1em;
margin-bottom: 1em;
}
#inhalt ul.bold {
font-weight: bold;
}
#inhalt ul li {
	margin-bottom: 0.75em;
}
#inhalt ul.sitemap {
	list-style-type:none;
/*	background-color: #FBFBFB;
*/}
#inhalt ul.sitemap li  {
	padding: 0.5em;
	margin: 0;
}
#inhalt ul.sitemap a {
	border: none;
}
#inhalt ul ul.sitemap {
	background-color: #EAEAEA;
}
#inhalt ul ul ul.sitemap {
	background-color: #DDDDDD;
}
#inhalt ul ul ul.sitemap .navimg {
	margin-right: 1em;
	height: 1em;
}
#inhalt .zoom {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
	position: relative;
}
#inhalt .lupe {
	display: none;
}
h1 {
	font-size:1.2em;
	margin-bottom: 1em;
	color: #666666;
	border-bottom: 1px solid #e0231f;
	padding-bottom: 3px;
	}
h2 {
	font-size:1em;
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: 0.5em;
	color: #666666;
	}
h2.big {
	font-size:1.5em;
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: 0.5em;
	margin-left: 2em;
	color: #666666;
	}
hr {
margin: 0 0 10px 0;
color: #e0231f;
background-color: #e0231f;
height:1px;
border:none;
}
p {
	font-size: 1em;
	margin-bottom: 1.5em;
	line-height: 1.5em;
}
#gesamt {
 	width: 680px;
	margin: 0 auto;
	font-size: 0.75em;
	text-align: left;
}
#kopf {
		background: none;
		width: 680px;
		height: 53px;
		margin-bottom: 100px;
}
#kopf .printlogo {
position: absolute;
left: 0;
top: 0;
}
#kopf_text {
	display: none;
}
#content_bg {
	background: none;
}
#content {
	background: none;
	width: 680px;
}
#nav {
	display: none;
}
#inhalt {
	width: 680px;
}
#subnav {
	display: none;
}
#inhalt_prod {
	width: 680px;
}
#newsbox {
	width: 220px;
	float: right;
	margin-left: 20px;
}
#newsbox .nkopf {
	background: none;
}
#newsbox .nbody {
	background: none;
	padding: 0 15px 10px 15px;
}
#newsbox .nfuss {
	background: none;
}
#content_index {
float: left;
width: 440px;
}
#contentbg_image {
	background: none;
}
h1.slogan {
	border: none;
	font-size: 1.6em;
	padding-left: 0.5em;
	padding-right: 0.5em;
	margin-top: 2em;
	line-height: 42px;
	position: relative;
	text-align: center;
}
.slogan_left {
	display: none;
}
.slogan_right {
	display: none;
}

h1.slogan a {
	border: none;
}

#footer {
display:none;
}
.clear {
	height: 1px;
	line-height: 1px;
	clear:both;
}
.error {
	color: #e0231f;
	font-weight: bold;
	display:block;
	margin-left: 120px;
}

/* Formulare */
label {
	width: 120px;
	display: block;
	float: left;
}

input, textarea {
font: 1em  Tahoma, Arial, Helvetica, sans-serif;
border: 1px dotted #e0231f;
margin: 0 0 0.5em 0;
padding: 2px 0;
width: 250px;
}