@charset "utf-8";
* {
	margin:0;
	padding: 0
}
html {
	height:100%;
	overflow: -moz-scrollbars-vertical;

}
body {
	font-size: 100.01%;
	font-family: Arial, Helvetica, sans-serif;
	font-size:75%;
	line-height:1.6em;
	color:#000;
	background:none;
}

a, a:link, a:visited {
	color:#888888;
	text-decoration:none;
}
a:focus, a:hover, a:active {
	color:#CC0000;
	text-decoration:underline;
}

#all {
	width:100%;
	margin:0;
}

#col-navi {
	display:none;
}
#col-content {
	width:100%;
	margin-left:0px;
}

/* Seitenaufbau */
#page {
	width:100%;
	height:auto;
	border-top:5px solid #CC0000;
}
#contentborder {
	background:#FFFFFF;
	border:0px solid #FFFFFF;
	}
#head {
	display:none;
}
#topnavi {
	display:none;
}

.content-top {
	background:#FFFFFF url(../img/bg-content-top.jpg) repeat-x top left;
	padding:12px 0px 0px 20px;
}

.breadcrumb a, .breadcrumb a:link, .breadcrumb a:visited {
	color:#666;
	text-decoration:none;
	font-weight:normal;
	font-size:91.67%;
	margin:0;
}
.breadcrumb a:hover, .breadcrumb a:active {
	color:#CC0000;
	text-decoration:underline;
	font-weight:normal;
}

.content {
	padding:20px;
	background:#FFFFFF;
}
/* SUBCOLUMS */
.subcolumns {
	width:100%;
	overflow:visible;
}
.c50l, .c35l, .c65l {
	float: none;
}
.c50r, .c35r, .c65r {
	float: none;
	margin-left: 0px;
}
.c100 {
	width: 100%
}
.c50l, .c50r {
	width: 100%
}
.c35l, .c35r {
	width: 100%
}
.c65l, .c65r {
	width: 100%
}
.subc100 {
	margin:0
}
.subcl {
	margin: 0
}
.subcr {
	margin: 0
}
.content-top .c50l {
	width: 100%
}
.content-top .c50r {
	width: 100%
}
/* Slideshow */
#slideshow {
	width:400px;
	margin-bottom:0.5em;
}
#slideshownavi {
	display:none;
}
#slideshowimg {
	width:400px;
	height:350px;
	background:#ededed;
}
#slideshow input {
	display:none;
}
#download {
	color:#333333;
	background:#DEDEDE url(../img/bg-navi-element.jpg) repeat-x 0px -5px;
	text-align:left;
	width:736px;
	padding:2px 20px;
	margin:0.5em 0;
	display:none;
	visibility:hidden;
}
#download a, #download a:visited {
	color:#666;
	text-decoration:none;
	padding:0 10px 0 15px;
	background:url(../img/doc.gif) no-repeat left center;
}
#download a:hover, #download a:active {
	color:#CC0000;
	text-decoration:underline;
	background:url(../img/doc.gif) no-repeat left center;
}
#foot {
	font-size:91.67%;
	font-style:normal;
	background-color:#4F4F4F;
	color:#CCCCCC;
	padding:0px 10px 0px 10px;
	text-align:right;
	clear:both;
}
#foot a, #footer a:link, #foot a:visited {
	text-decoration:none;
	color: #CCCCCC;
	padding:0px 5px;
}
#foot a:hover, #foot a:active {
	color: #333333;
	background-color:#CCCCCC;
}
.clear {
	clear:both;
}
/* TEXTFORMATIERUNG */
fieldset, img, a {
	border:0;
}
h1, h2, h3, h4, h5, h6 {
	font-weight:bold;
	margin: 0 0 1em 0;
}
h1 {
	font-size: 2em;
	line-height:1em;
	color:#444444;
	font-weight:normal;
	font-family:"Times New Roman", Times, serif;
	padding:0;
}
h2 {
	font-size: 100%;
	color:#444;
	font-weight:bold;
	margin: 0 0 0.25em 0;
	text-transform:uppercase;
}
h3 {
	font-size: 100%;
	color:#444;
	font-weight:bold;
	border-bottom:1px solid #008442;
}
h4 {
	font-size: 100%;
	font-weight:bold;
	color: #333333;
	margin-bottom:5px;
}
h5 {
	font-size: 150%;
	color:#444444;
	font-weight:normal;
	font-family:"Times New Roman", Times, serif;
	padding:0;
}
p {
	margin: 0 0 1em 0;
}
.smalltext {
	font-size:91.67%;
}
.invisible {
	visibility:hidden;
}
.highlight {
	color:#CC0000;
	font-weight:bold;
}
ul {
	list-style:disc;
	margin-left:20px;
	margin-bottom:1em;
}
li {
}
hr {
	margin:1em 0 2em 0;
	border:0;
	border-top:0px solid #fff;
	border-left:0px solid #fff;
	border-right:0px solid #fff;
	border-bottom: 1px dashed #006633;
}
caption {
	font-weight:bold;
	text-align:left;
	padding: 0px 0px 0px 0px;
}
table {
	border:0px;
	margin-bottom:1em;
}
th {
	vertical-align:top;
	text-align:left;
	color:#666666;
	padding: 2px 0px 2px 0px;
	border-bottom: 2px solid #DDDDDD;
}
td {
	padding: 2px 0px 2px 0px;
	border-bottom: 1px solid #DDDDDD;
}
/* Formular ------------------------------------------------------------ */
label { /* Alle Labels UND Formularelemente auswählen */
	display: block;
	color: #333;
	float: left;
	width: 70px; /* Breite.*/
}
form br { /* Alle Zeilenumbrüche in Formularen auswählen */
	clear: left; /* das floating der labels und inputs aufheben */
}
input.button {
	color: #fff;
	background-color:#008442;
	float: none;
	width: auto;
	padding:0px;
	border:none;
}
input, select {
	color:#333;
	border:1px solid #ccc;
	width:260px;
	padding:1px 5px 1px 5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
}
textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	color:#333;
	border:1px solid #ccc;
	width:260px;
	padding:1px 5px 1px 5px;
	line-height:1.6em;
}
.formerror {
	color:#CC0000;
	margin-left:70px;
}

ul.farben {
	clear:both;
	list-style:none;
	margin:0;
	padding:0;
}

li.farbe {
	width:134px;
	float:left;
	margin-right:13px;
	text-align:center;
	font-size:91.67%;
	line-height:1.4em;
	margin-bottom:10px;
}

.ausfuehrung-icon {
	vertical-align:top;
	border:0px;
	width:30px;
}
.ausfuehrung {
	border:0px;
}
.center {
	text-align:center;
}
#service a, #service a:link, #service a:visited, #service a:active {
	text-align:left;
	font-weight:bold;
	padding:2px 0px 2px 0px;
	text-decoration:none;
	color: #666666;
	background-color:#FFFFFF;
	display:block;
	padding:0 10px 0 15px;
	background:url(../img/doc.gif) no-repeat left center;
}
* html #service a {
	height:18px;
}
#service a:hover {
	color: #CC0000;
	background-color:#E5E5E5;
}
#sitemap ul {
	list-style:none;
	margin: 0;
	padding: 0px 0px 1em 0px;
	}
#sitemap ul ul {
	list-style:none;
	margin: 0 0 0 1.7em;
	}
#sitemap ul a {
	font-weight:bold;
	display:block;
	padding:2px 0;
	}
#sitemap ul ul a {
	font-weight:normal;
	display:block;
	padding:2px 0;
	width:100%;
	}	
	
/* Produkte ------------------------------------------------------------ */
.progruppe {
}
/* Produkte Linkliste ------------------------------------------------------------ */
.progruppe ul, .progruppe li {
	list-style:none;
	margin:0;
	padding:0;
}
.progruppe li {
	margin-bottom:1.5em;
	float:none;
	}
.progruppe a, .progruppe a:link, .progruppe a:visited, .progruppe a:active {
	font-weight:normal;
	text-decoration:none;
	display:block;
	color:#666666;
	font-size:133.33%;
	font-family:"Times New Roman", Times, serif;
	border:1px solid #ccc;
	padding:5px;
	overflow:hidden;
	line-height:1.2em;
	background:#eee;
	width:100%;
	margin-right:20px;
}
.progruppe a:hover {
	color:#fff;
	background-color:#555;
	border:1px solid #222;
}
.progruppe ul li a img {
	float:left;
	z-index:5;
	margin-right:10px;
}

.progruppe ul li a span {
	display:block;
	padding-top:0.5em;
	padding-bottom:5px;
	z-index:10;
}

.progruppe ul li a em {
	font-family:Arial, Helvetica, sans-serif;
	font-size:75%;
	font-style:normal;
	line-height:1.6em;
}

#prodownload ul {
	list-style:none;
	margin: 0;
	padding: 0px 0px 1em 0px;
	}
#prodownload ul ul {
	list-style:none;
	margin: 0 0 0 1.7em;
	}
#prodownload a, #prodownload a:visited {
	color:#666;
	text-decoration:none;
	padding:2px 10px 2px 15px;
	background:url(../img/doc.gif) no-repeat left center;
	display:block;
	width:100%;
}
#prodownload a:hover, #prodownload a:active {
	color:#CC0000;
	text-decoration:underline;
	background:url(../img/doc.gif) no-repeat left center;
}

#subnavi {
	display:none;
}

.hoch-600px {
	min-height:600px;
   	height:auto !important;
   	height:600px;
}
.hoch-700px {
	min-height:700px;
   	height:auto !important;
   	height:700px;
}
.hoch-900px {
	min-height:900px;
	height:auto !important;
   	height:900px;
}