/*  =========================================================
Datei:  extern.css
Media:  screen 
Datum:  08. Oktober 2009
Autor:  rs
Aufbau  1. Kalibrierung und allgemeine Styles 
        2. Styles für Layoutbereiche    
        3. Sonstige Styles 
========================================================== */

/* ====================================== 
   1. Kalibrierung und allgemeine Styles 
   ====================================== */

/* Kalibrierung der wichtigsten Abstände */
* {
	padding: 0;
	margin: 0;
}

a { 
text-decoration: none; 
outline: none;
} 

h2, p { margin-bottom: 1em;}
ul ul { margin-bottom: 0; }
li { margin-left: 0; }

/* Allgemeine Selektoren */

html,body {
height:100%;
font-family: Verdana, Helvetica, sans-serif;
font-size:11px;
color:#231F20;
}

body  {
	background-color: #FFF;
}

#page_center {
	position: relative;
	width: 989px;
	margin: 0 auto;
}

#page {
	position: relative;
	width: 989px;
	padding-top:20px;
	height:100%;

}


#logo {
	position: relative;
	float:left;
	height: 66px;
	width: 225px;
}

#suche {
	position: relative;
	float:left;
	color:#808285;
	height: 66px;
	width: 750px;
	text-align:right;
	right:0;
}

#suche input{
border: 1px solid #808285;
width: 110px;
height:13px;
margin-left:5px;
color:#808285;
line-height:13px;
}

#suche a {
color:#808285;
text-decoration:none;
padding-left:5px;
}

#suche a:hover {
color:#808285;
text-decoration:underline;
padding-left:5px;
}

#navibereich {
	position: relative;
	height: 22px;
	width: 989px;
	z-index: 20;
}

#contentwrapper {
	position: relative;
	width: 974px;
	min-height: 520px;
	margin-top: 13px;
	background-color: #DDDEE0;
	z-index: 10;
}

#links {
	float: left;
	width: 215px;
	padding-bottom: 45px;
}

#minergie{
	position: absolute;
	bottom: 10px;
	left: 15px;
}

#content{
	position: relative;
	float:left;
	width: 746px;
	padding-left: 13px;
	background-color:#FFF;
	min-height: 520px;
}



h1 {
	font-family: Verdana, Helvetica, sans-serif; 
	font-size:14px;
	font-weight:normal;
	line-height:24px;
	margin-top:10px;
	margin-bottom:10px;
}

h2 {
	margin: 1em 0 .5em 0;
	font-family: Verdana, Arial, sans-serif; 
	font-size:12px;
	font-weight:normal;
	line-height:18px;
}

a, a:link, a:visited {color: #DA2031;}

a:hover {color: #DA2031;text-decoration:underline;}

.clear { display: block !important; clear:both !important; height:0 !important; padding: 0 !important; margin: 0 !important;}

#naviprodukt {
position:relative;
float:left;
display:block;
width:215px;
height:22px;
background-color:#808285;
color:#fff;
text-align:center;
vertical-align:middle;
}
#produkte #naviprodukt li {
	background-color: #DA2031;
}
ul#navipro li {
position:relative;
float:left;
display:block;
width:215px;
height:22px;
line-height:22px;
text-transform:uppercase;
background-color:#808285;
color:#fff;
font-weight:normal;
text-align:center;
vertical-align:middle;
}

ul#navipro li a {
color:#fff;
display:block;
font-weight:normal;
text-decoration:none;
}

ul#navipro li a:hover {
color:#fff;
display:block;
background-color:#DA2031;
text-decoration:none;
}

#produkte #navipro {
color:#fff;
background-color:#DA2031;
text-decoration:none;
}

/*------------------------------------------------------------*/
#navigation {
	float: left;
	padding-left: 13px;
	width: 759px;
	height: 22px;
}
ul#navigation li {
	height: 22px;
	line-height: 22px;
	float: left;
	width: 104px;
	position: relative;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	font-weight: normal;
	text-decoration: none;
	margin-right: 3px;
	background-color: #808285;
	background-image: url(../pics/spacer.gif);
	background-repeat: repeat;
}

ul#navigation li a{
	font-weight:normal;
	display:block;
	color:#fff;
}
ul#navigation li ul {
	position: absolute;
	left: -3px;
	padding-bottom: 3px;
	background-color: #FFF;
}
ul#navigation li li {
	display: none;
	float: none;
	width: 104px;
	text-transform: none;
	font-weight: normal;
	margin-right: 0;
	padding: 3px 3px 0 3px;
	background-color: #FFF;
}
ul#navigation li:hover a,
ul#navigation li.over a {
    background-color:#DA2031;
	text-decoration: none;
	color:#fff;
}
ul#navigation li:hover li:hover a,
ul#navigation li.over li.over a {
	background-color:#c3c3c5;
	text-decoration: none;
	color: #231F20;
}
ul#navigation li.active a {
	color: #fff;
	background-color: #DA2031;
	text-decoration: none;
}
ul#navigation li:hover li,
ul#navigation li.over li {
    display: block;
}
ul#navigation li li a,
ul#navigation li.active li a,
ul#navigation li:hover li a,
ul#navigation li.over li a {
	background-color:#DDDEE0;
	color: #231F20;
}
ul#navigation li.active li.active a,
ul#navigation li:hover li a.active,
ul#navigation li.over li a.active {
	background-color: #c3c3c5;
	color: #231F20;
}
/*--------------------------------------------------------*/

.nebennavigation{
	z-index:800;
	position: absolute;
	bottom:30px;
	left: 20px;
	height: 20px;
	width: 200px;
	display:block;
}


ul#nnavi li {
	height: 46px;
	line-height: 46px;
	border-bottom: 1px solid #808285;
	color:#231F20;
	font-weight:normal;
	text-decoration: none;
}



ul#nnavi li a{
	display:block;
	padding-left: 7px;
	color:#231F20;
}

ul#nnavi li:hover a, ul#nnavi li.active a {
	text-decoration: none;
	border-bottom: 2px solid #da2031;
	background-color:#c3c3c5;

}


/*---------------------------------------------------------------------*/

.hidden { display: none; }
.clear { clear: both; }
.error { color: red; }

/*------------------ start footer -----------------------*/
#pagefooter {
	padding: .5em 0;
	color:#808285;
}
#pagefooter a {
	color:#808285;
	text-decoration: none;
}
#pagefooter a:hover {
	color:#808285;
	text-decoration: underline;
}
#pagefooter div.copy{
	float: left;
}
#pagefooter div.links{
	float: right;
	text-align: right;
	padding-right: 15px;
}

/*--------------- end footer ------------------------*/

/*------------------ start bilder -----------------------*/

/*--------------- end bilder ------------------------*/

/*--------------- start default ------------------------*/
#content .default {
	background-image: url(../pics/produkt_bg.gif);
	background-repeat: repeat-y;
	min-height: 520px;
}
#content .default_bild {
	width: 373px;
	min-height: 373px;
	float: left;
	margin-bottom: -1px;
}
#content .default_bild ul.bilder li {
	margin: 0;
}
#content .default_bild .bilder li {
/*	border-bottom: 1px #FFF solid; */
}
#content .default_content {
	width: 347px;
	float: right;
	padding: 0 13px 0 0;
}
#content .default_content h1 {
	line-height: 22px;
}
#content ul.dateien li {
	padding: 3px 0 3px 18px;
	background-repeat: no-repeat;
	background-position: left center;
}

#content ul.dateien li.pdf {
	background-image: url(../pics/pdf.gif);
}

#content .bilder {
	width: auto;
	height: auto;
	padding: 0;
}
#content .bilder li {
	float: none;
}
ul.bilder li a {
	padding: 0;
}
#content .bilder li img {
	border-bottom: 1px #FFF solid;
}
#content .caption {
	padding: .5em;
}
.main_content ul {
	margin-left: 4px;
	list-style: square;
	padding-left: 10px;
}
.main_content li { padding-bottom: 1em; }
ul.links,
ul.dateien {
	margin-bottom: 1em;
	margin-top: 1em;
}
/*--------------- end default ------------------------*/

/*------------------ start hompage -----------------------*/
#index #content .default {
	background-image: none;
	background-color: #DDDEE0;
}
#index #content .default_bild {
	float: none;
	width: 746px;
	min-height: 520px;
}
/*------------------ end hompage -----------------------*/

/*--------------- start caption ------------------------*/
#content .large_caption {
	width: 746px;
	height: 146px;
	top: -1px;
	border-top: 1px #FFF solid;
	background-color: #C3C3C5;
	position: relative;
}
#content .large_caption .wrapper {
	padding: 1em;
}
/*--------------- start caption ------------------------*/
/*--------------- start produkte ------------------------*/
#content .produkte {
	width: 425px;
	float: left;
}
#content .produkte img { 
/*	position: absolute;
	top: 0px;
	left: 0px;*/
	float: left;
	border-right: 1px #808285 solid;
	
}
#content .produkte li { 
	border-bottom: 1px #808285 solid; 
	height: 103px;
}
#content .produkte .active li { 
	background-color: #C3C3C5;
}
#content .produkte .active li.last {
	border-bottom: 2px #DA2031 solid;
}
#content .produkte li a {
	display: block;
	position: relative;
/*	height: 63px;
	padding: 20px 20px 20px 123px;*/
	color: #231F20;
	width: 425px;
	height: 103px;
	font-weight: normal;
	line-height: 24px;
/*	overflow: hidden; */
}
#content .produkte li a span.titel {
	display: block;
/*	height: 63px; */
	padding: 20px 20px 20px 0;
	width: 282px;
	float: right;
	font-weight: bold;
}
#content .produkte li a span.material {
	position: absolute;
	display: block;
	right: 20px;
	top: 20px;
}
#content .produkte a .marker {
	display: none;
}
#content .produkte li a:hover {
	text-decoration: none;
}
#content .produkte a:hover .marker {
	display: block;
	position: absolute;
	width: 421px;
	height: 101px;
	border: 2px #DA2031 solid;
	top: -1px;
	left: 0px;
}

/*#content .produkte li:hover {
	height: 100px;
	border: 2px #DA2031 solid;
}
#content .produkte li:hover a {
	height: 100%;
}
#content .produkte .active li.last:hover{
	height: 101px;
}
#content .produkte li:hover a span.titel {
	padding: 18px 22px 18px 0;
}
#content .produkte li:hover a span.material {
	top: 18px;
	right: 22px;
}*/
#content .produkte .inactive li a{
	color: #777;
}
#content .produkte .inactive li img {
	opacity: 0.5;
}
#content .produkte .inactive a:hover img {
	opacity: 1;
}
#content .produkte .inactive a:hover {
	color: #231F20;
}
/*
#content .produkte li:hover img {
	margin: -2px 0 0 -2px;
}*/

#content .p_uebersicht {
	background-image: url(../pics/produkt_kat_bg.gif);
	background-repeat: repeat-y;
	min-height:520px;
}

#content .p_kategorie {
	width: 318px;
	float: right;
}
#produkte #content .produkt {
	background-image: url(../pics/produkt_bg.gif);
	background-repeat: repeat-y;
	min-height: 520px;
}
#produkte #content .produkt_bild {
	width: 373px;
	float: left;
}
#produkte #content .p_kategorie .bilder li { border: none; }
#produkte #content .produkt_beschreibung {
	width: 347px;
	float: right;
	padding: 0 13px 0 0;
}
#produkte #content .produkt_beschreibung h1 {
	line-height: 22px;
}
#produkte ul.dateien li {
	padding: 3px 0 3px 18px;
	background-repeat: no-repeat;
	background-position: left center;
}
#produkte ul.dateien li.pdf {
	background-image: url(../pics/pdf.gif);
}
#produkte .icons {
	padding: 23px 0 0 11px;
}
#produkte .icons a {
	display: block;
	width: 70px;
	height: 70px;
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0;
	color: #FFF;
	text-decoration: none;
	float: left;
	font-size: 10px;
}
#produkte .icons a.hidden {
	display: none;
}
#produkte .icons span{
/*	display: none; */
	display: block;
	padding: 53px 0 0 12px;
	text-align: left;
}
#produkte .icons a:hover {
	background-position: center -93px;
}
#produkte .icons a:hover span{
	display: block;
}
#produkte .icons a.referenzen {
	background-image: url(../pics/referenzen.jpg);
}
#produkte .icons a.ausstellung {
	background-image: url(../pics/ausstellung.jpg);
}
#produkte .icons a.lupe {
	background-image: url(../pics/lupe.jpg);
}
#produkte .icons a.unterlagen {
	background-image: url(../pics/unterlagen.jpg);
}
#produkte .icons a.kontakt {
	background-image: url(../pics/kontakt.jpg);
}
/*--------------- end produkte ------------------------*/

/*--------------- start sliderpage ------------------------*/
#content .slider {
	width: 746px;
	height: 146px;
/*	top: -1px; */
	border-top: 1px #FFF solid;
	background-color: #C3C3C5;
	position: relative;
}
#content .slider #imageslistwrapper {
	position: relative;
	height: 120px;
}
#content .slider #imageslist { 
	position: relative;
	height: 120px;
}
#content .slider #imageslist a:focus {
	outline: 0;
}
#content .slider .line {
	position: absolute;
	background-color: #DA2031;
	height: 2px;
	width: 100%;
	top: 103px;
}
#content .slider .wrapper {
	padding: 13px 13px 13px 37px;
}
#content .slider,
#content .slider a,
#content .slider a:hover {
	color: #000;
	text-decoration: none;
	font-size: 9px;
}
#content .slider .name {
	margin-top: 4px;
	display: block;
	font-weight: bold;
}
#content .slider li li {
	width: 115px;
	height: 120px;
	float: left;
}
#imgBackForward { 
	font-size: 30px;
	line-height: 120px;
	font-weight: bold;
	color: #FFF;
}
#imgBackForward span {
	position: absolute;
	top: 13px;
	display: block;
	height: 120px;
}
#imgBackForward span.back {
	left: 5px;
}
#imgBackForward span.forward {
	right: 5px;
}
#imgBackForward span.active {
	color: #DA2031;
	cursor: pointer;
}
#content .slider ul ul {
	width: 690px;
	height: 120px;
}
/*--------------- end sliderpage ------------------------*/

/*--------------- start newspage ------------------------*/
ul.news {
	padding-bottom: 1.5em;
}
ul.news li {
	padding-bottom: .7em;
}
ul.news .datum {
	color: #000;
	display: block;
	width: 72px;
	float: left;
}
ul.news .titel {
	display: block;
	width: 275px;
	float: right;
}
ul.news a:hover {
	text-decoration: none;
}
ul.news a:hover .titel {
	text-decoration: underline;
}
#newscontainer {
	padding: 20px 5px 0 20px;
	position: relative;
}
#newscontainer li {
	padding-bottom: 1.5em;
}
#newscontainer li.news {
	padding-bottom: .5em;
}
#newscontainer a span {
	color: #000;
	display: block;
}
#newscontainer a:hover {
	text-decoration: none;
}
#newscontainer a:hover span {
	color: #DA2031;
}
#newscontainer .superTitel {
	font-weight: bold;
}
#newscontainer .scrollerfader {
	position: absolute;
	top: 20px;
	left: 20px;
	width: 190px;
	height: 10px;
	background-image: url(../pics/scroller_top.png);
	background-repeat: repeat-x;
}
#newscontainer .scrollerfader.bottom {
	top: auto;
	left: 20px;
	bottom: 0px;
	background-image: url(../pics/scroller_bottom.png);
}
/*--------------- end newspage ------------------------*/

/*--------------- start collapseList ------------------------*/
.main_content ul.collapselist {
	list-style-position: outside;
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}
.main_content ul.collapselist li {
	padding-bottom: 0;
}

.collapselist h3 {
	font-weight: normal;
	font-size: 11px;
	margin-bottom: .5em;
	padding-left: 14px;
	background-repeat: no-repeat;
	background-position: left 6px;
	background-image: url(../pics/arrow.png);
	line-height: 2.0em;
	vertical-align: middle;
}
.collapselist strong {
	color: #DA2031;
	font-size: 1.5em;
}
.collapselist li.closed h3,
.collapselist li.open h3 {
	cursor: pointer;
}
.collapselist li.open h3 {
	background-position: left -86px;
}
.collapselist p {
	padding-left: 15px;
}
.collapselist li.closed p {
	display: none;
}
.collapselist li.open p {
	display: block;
}
/*--------------- end collapseList ------------------------*/

/*--------------- start chart ------------------------*/
#content #chart {
	width: 373px;
	height: 373px;
	border-bottom: 1px #FFF solid;
	float: left;
}
#content #chart .chartwrapper {
	margin-top: 40px;
	height: 295px;
	position: relative;
}
#content #chart .line {
	position: absolute;
	background-color: #DA2031;
	height: 1px;
	width: 94%;
	margin: 0 3%;
}
#content #chart .linelabel {
	position: absolute;
	display: block;
	font-size: 10px;
	margin: 0 3%;
}
#content #chart .line0 {
	bottom: 0px;
}
#content #chart .line1 {
	bottom: 20%;
}
#content #chart .line2 {
	bottom: 40%;
}
#content #chart .line3 {
	bottom: 60%;
}
#content #chart .line4 {
	bottom: 80%;
}
#content #chart .line5 {
	top: 0;
}
#content #chart span.line5 {
	bottom: 100%;
	top: auto;
}
#chart ul {
	position: absolute;
	bottom: 0;
	left: 60px;
	font-size: 9px;
	height: 100%;
	/*width: 313px;*/
	width: 300px;
}
#chart ul li {
	position: relative;
	float: left;
/*	width: 36px; */
/*	margin: 0 1%; */
	margin: 3px;
	height: 100%;
}
#chart ul li span {
 	display: block;
 	height: 100%;
 }
#chart ul li .label {
	display: block;
	position: absolute;
	bottom: -2em;
	left: 0;
	background: #FFF;
	width: 100%;
	height: 2em;
	line-height: 2em;
	text-align: center;
}
#chart ul li .value {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 0;
	width: 100%;
	background: #808285;
	text-indent: -9999px;
	overflow: hidden;
}
/*.chart ul li:hover { background-color: #DDDEE0; } */
#chart ul li span:hover .value { background-color: #DA2031; }
#chart p.caption {
	position: absolute;
	top: 373px;
	padding-left: 11px;
}

/*--------------- end chart ------------------------*/

/*--------------- start specialchart ------------------------*/
#specialchart h3 {
	font-weight: normal;
	font-size: 11px;
}
#specialchart sub {
	vertical-align: bottom;
	font-size: .8em;
}
#specialchart .specialchartwrapper {
	width: 300px;
	height: 55px;
	position: relative;
	margin: .5em 0 1em 0;
}
#specialchart .specialchartwrapper .scaleline {
	position: absolute; 
	bottom: 35px;
	width: 100%;
	height: 1px;
	background-color: #808285;
}
#specialchart .specialchartwrapper .scale { 
	position: absolute; 
	bottom: 35px;
	width: 1px;
	height: 10px;
	background-color: #808285;
}
#specialchart .specialchartwrapper .scalecaption { 
	position: absolute; 
	top: 20px;
	height: 30px;
	width: 50px;
	font-size: 9px;
}
#specialchart .specialchart {
	position: relative;
}
#specialchart .specialchart li {
	position: absolute;
}
#specialchart .specialchart .label {
	display: none;
}
#specialchart .specialchart .value {
	display: block;
	text-indent: -1000px;
	overflow: hidden;
	background-color: #DA2031;
	width: 10px;
	height: 10px;
	position: absolute;
	top: 0px;
	left: -5px;
}
#specialchart .specialchart .industry .value {
	background-color: #C3C3C3;
}
#specialchart .caption {
	padding-left: 15px;
}
#specialchart .caption li {
	position: relative;
}
#specialchart .caption li .label{
	display: block;
	position: absolute;
	background-color: #DA2031;
	width: 10px;
	height: 10px;
	left: -15px;
	top: 2px;
}
#specialchart .caption li.industry .label {
	background-color: #C3C3C3;
}
/*--------------- end specialchart ------------------------*/

/*--------------- start contactform ------------------------*/
#anfrageform label{
	display:block;
	width:80px;
	float:left;
}
#anfrageform input,#anfrageform textarea,#anfrageform select{
	width:260px;
	border: 1px solid #808285;
	margin:0;
	padding:0;
}
#anfrageform textarea {
	height: 8em;
}
#anfrageform fieldset input,#anfrageform fieldset select{
	width:auto;
	float:left;
}
#anfrageform .checkbox input {
	border: none;
	width: auto;
	display: inline;
	float: none;
}
#anfrageform .checkbox label{
	display: inline;
	width:auto;
	margin:0 16px 0 4px;
	float: none;
}
#anfrageform .text label {
	width: 100%;
}
#anfrageform .text textarea {
	width: 340px;
	margin-top: .3em;
}
#anfrageform .block div {
	padding: 3px 0;
}
#anfrageform .block div.label,#anfrageform .block div.input {
	padding: 0;
}

#anfrageform h3{
	margin-top:.4em;
	font-weight:bold;
}
#anfrageform .block {
	margin: .5em 0 2em 0;
}
#anfrageform div.buttons {
	margin-bottom: 3em;
}
div.buttons input, div.buttons button {
	cursor: pointer;
	margin-right: 10px;
}
/*div.buttons input, div.buttons button {
	background-color: #808285;#DDDEE0;
	border: 1px solid #FFF;
	cursor: pointer;
	margin-right: 10px;
}
div.buttons input:hover, div.buttons button:hover{
	background-color:#C3C3C5;
	border: 1px solid #808285;
}*/
label.required:after { 
	content:" *";
}
.default_bild p {
/*	padding-left: .5em;
	padding-right: .5em;*/
	margin: 1em;
}
/*.error {
	color: #C03;
}*/

#anfrageform .subblock {
	padding-bottom: 1em;
}
#anfrageform .subblock label {
	width: 110px;
}
#anfrageform .subblock input {
	width: 230px;
}

#anfrageform .subblock .radio fieldset input {
	display: inline;
	float: none;
	width: auto;
	border: none;
}
#anfrageform .subblock .radio label {
	display: inline;
	float: none;
	width: auto;
	padding-left: 5px;
}

/*--------------- end contactform ------------------------*/

/*--------------- start search ------------------------*/
#suche button {
	margin: 0;
	padding: 0 0 0 5px;
	border: none;
	color: #808285;
	background-color: transparent;
	cursor: pointer;
	font-size:11px;
	display: inline;
	vertical-align: top;
}
#suche button:hover { text-decoration: underline; }

.searchContainer hr {
	height: 1px;
	width: 100%;
	color: #808285;
	background-color: #808285;
	border: none;
	margin-bottom: 0.5em;
}
.searchContainer .highlight {
	font-weight: bold;
}

/*--------------- end search ------------------------*/

/* shadow box start */
#zoomelement {
	z-index: 100;
}
.sbox {
	margin-left: 5px;
}
.sbox .cwrapper,
.sbox .t,
.sbox .b,
.sbox .b div {
	background: transparent url(../pics/shadow.png) no-repeat top right;
}


.sbox .cwrapper {
	position: relative;
	padding: 5px 5px 0 0;
}
.sbox .t {
	/* top+left vertical slice */
	left: 0px;
	top: 0px;
	width: 5px;
	/* top slice width */
	margin-left: -5px;
	height: 100%;
	background-position: top left;
	position: absolute;
}
.sbox .content{

}
.sbox .b {
	/* bottom */
	position: relative;
	width: 100%;
}
.sbox .b,
.sbox .b div {
	height: 5px; /* height of bottom cap/shade */
	font-size: 1px;
}
.sbox .b {
	background-position: bottom right;
	width: 100%;
}

.sbox .b div {
	position:relative;
	width: 5px; /* bottom corner width */
	margin-left: -5px;
	background-position: bottom left;
}
/* shadow box end */
