textarea {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:11px;
	margin:0 ;
	padding:0;
	background-color:#fff;
	color:#000000;
	background-image:none;
	height:auto;
}



/* - - - - - - - - - - - - Allg. Vorgaben - - - - - - - - - - - - */
html, body {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	margin:0 ;
	padding:0;
	color:#000;
	line-height:103%;
	width:100%;
}


#typo {
width:auto;
height:auto;
font-size:12px;
line-height:130%;
}

/*
  nur fuer PC IE wegen Mac IE
\*/
* html #typo {
font-size:75%;
height:auto;
}
/*
*/

h1, h2, h3, h4, h5, h6, p, a, ul, li {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	margin:0;
	padding:0;
	list-style-type:none;
}

.headlinevisible
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #217491;
	font-size: 20px;
}



/* Unsichtbare Elemente außerhalb des Bildschirms */
.unsichtbar, .nurDruck, h1.logoPrint, h2.logoPrint, .headline  {
position:absolute;
left:-1000px;
top:-1000px;
width:0px;
height: 0px;
overflow:hidden;
display:inline;
}

a:link {text-decoration: none; color : #217491;}
a:visited {text-decoration: none; color : #217491;}
a:hover {text-decoration: none; color : #217491;}
a:active {text-decoration: none; color : #217491;}
a:focus {text-decoration: none; color : #217491; }

.clear {
clear:both;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {
  display: block;
	*display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */


dl, dt, dd, img, li, a {margin:0; padding:0; border:0;}

sup, sub {
line-height: 45%;

}
/* Hides from IE-mac \*/
* html sup { 
font-size: 85%;
 }
/* End hide from IE-mac */

/* - - - - - - - - - - - -  Metanavigation  - - - - - - - - - - - - */
#meta {
	/* margin-left: 5px; */
	width: 985px;
	height: 102px;
	text-align: right;
	font-size: 95%;
}
#Vorschaltseite #meta {
height:22px;
}
#meta ul.metaleiste {
vertical-align:middle;
padding:70px 10px 0 0;
width:auto;
list-style-type: none;
}

#meta ul.metaleiste li {
display:inline;
margin:auto;
line-height:22px;
}

ul.metaleiste li a {
padding:0 11px 0 11px;
white-space:nowrap;
border-left:1px solid #fff;
color:#fff;
}
ul.metaleiste li a:hover {
text-decoration: underline; color : #ffffff;
}
ul.metaleiste li a:visited {
text-decoration: none; color : #ffffff;
}
ul.metaleiste li.erste a{
border-left:0;
}
ul.metaleiste li.erste a:hover{
border-left:0;
text-decoration:underline;
}
ul.metaleiste li.next a{
color:#fff;
}
ul.metaleiste li.next a:hover{
color:#fff;
text-decoration:underline;
}
ul.metaleiste li a.aktuell {
text-decoration:underline;
}

/* - - - - - - - - - - - - Visual - - - - - - - - - - - - */
.logo {
width:auto;
position:absolute;
top:23px;
left:24px;
z-index:10;
}

.logohome
{
width:auto;
position:absolute;
top:0px;
left:5px;
z-index:10;
}

.logomail
{
width:auto;
position:absolute;
top:75px;
left:870px;
z-index:10;
}

.logoworld
{
width:auto;
position:absolute;
top:75px;
left:900px;
z-index:10;
}

.logositemap
{
width:auto;
position:absolute;
top:75px;
left:930px;
z-index:10;
}


div.styleguide {
position:absolute;
top:66px;
left:27px;
z-index:10;
}

#menu1 {
	height: 62px;
	margin-top: 0;
	vertical-align: bottom;
	padding: 0px 20px 0 0px;
	width: auto;
	width: 985px;
	margin: 5px;
}
/* Hides from IE-mac \*/
* html #menu1 { height:59px;}
/* End hide from IE-mac */
/* - - - - - - - - - - - -  Formular allgemein  - - - - - - - - - - - - */
label,
select,
input[type=checkbox],
input[type=radio],
input[type=button],
input[type=submit] {
cursor: pointer;
}
form,
.suche,
.login {
display:inline;
}
input,
select {
font-size:95%;
}
/* - - - - - - - - - - - -  Suche  - - - - - - - - - - - - */

.suche label {
display:block;
margin-bottom:2px;
}
.suche .suchfeld {
width: 160px;
color: #217491;
margin:0 2px 1px 0;
padding:0 0 0 5px;
background-color:#fff;
}
* html .suche .suchfeld {
padding:2px 5px 1px 5px;
}
.suche #suchfeld {
margin:5px 0 8px 0;
}
.suche .navfeld {
width: 165px;
padding:0 0 0 0;
}
.suche input.suchbutton {
vertical-align:middle;
margin:-3px -3px 1px 2px;
padding:2px 0 0 0;
}
* html .suche input.suchbutton {
margin:0 0 3px 2px;
padding:0;
}
/*
  nur fuer PC IE wegen Mac IE
\*/
* html .suche input.suchbutton {
margin:-5px -3px 2px 2px;
}
/*
*/

.suche input.suchbutton2 {
vertical-align:top;
margin:5px -3px 1px 2px;
padding:2px 0 0 0;
}
* html .suche input.suchbutton2 {
margin:7px 0 3px 2px;
padding:0;
}
/*
  nur fuer PC IE wegen Mac IE
\*/
* html .suche input.suchbutton2 {
margin:7px -3px 2px 2px;
}
/*
*/

/* - - - - - - - - - Login - - - - - - - - - - - */
.login {
background-color:#fff;
}
.login .loginfeld {
width: 115px;
color: #000;
font-size:85%;
margin:-1px 2px 0 0;
padding:1px 5px 1px 5px;
background-color:#fff;
}
span.loginLeft {
float:left;
width:130px;
}
span.loginRight {
float:right;
width:79px;
margin:0;
padding:0;
}
.login label  {
display:block;
margin-bottom:0;
font-size:95%;
}
.login label.labelRechts {
display:inline;
vertical-align:top;
position:relative;
top:1px;
}
* html .login label.labelRechts {
top:-1px;
}
/*
  nur fuer PC IE wegen Mac IE
\*/
* html .login label.labelRechts {
top:2px;
}
/*
*/
span.loginRight input.loginbutton {
margin:10px 0 0 5px;
padding:0;
width:47px;
}
/*
  nur fuer PC IE wegen Mac IE
\*/
* html span.loginRight input.loginbutton  {
margin:11px 0 0 5px;
}
/*
*/

/* - - - - - - - - - - - -  waagerechte Navigation  - - - - - - - - - - - - */
#menu2 {
background-color:#217491;
vertical-align:bottom;
height:auto;
width:984px;
border-bottom:20px solid #dae7ec;
}
#Vorschaltseite #menu2 {
height:38px;
}
/*
  nur fuer PC IE wegen Mac IE
\*/
* html #Vorschaltseite #menu2   {
height:24px;
}
/*
*/
#menu2 ul.menuLeiste{
list-style-type: none;
/* padding: 2px 0 1px 0; */
padding: 2px 0 0 0;
margin:0 0 0 24px;
vertical-align:bottom;
position:relative;
bottom:0;
min-height:17px;
}

/* Hides from IE-mac \*/
* html #menu2 ul.menuLeiste {
padding: 2px 0 0 0;
height:16px;
}
/* End hide from IE-mac */

@media screen and (min-width: 550px){
#menu2 ul.menuLeiste {
/* padding: 4px 0 0 0; */
padding: 0 0 0 0;
/* height:19px; */
height:22px;
}
}

#menu2 ul.menuLeiste li {
color:#fff;
display:inline;
padding:0;
margin:0 0 0 0;
vertical-align:bottom;
margin-right:-5px;
}
@media screen and (min-width: 550px){
ul.menuLeiste li {
line-height:160%;
margin-bottom:-20px;
}
}

#menu2 ul.menuLeiste li a {
color:#fff;
text-align:center;
margin:0 0 0 0;
/* padding: 2px 10px 2px 10px; */
padding: 5px 10px 2px 10px;
height:100%;
line-height:140%;
border-right:1px solid #dae7ec;
border-left:1px solid #dae7ec;
background-color:#217491;
text-decoration: none;
}

@media screen and (min-width: 550px){
#menu2 ul.menuLeiste li a {
line-height:200%;
}
}

#menu2 ul.menuLeiste li a:link {text-decoration: none; color : #fff;}
#menu2 ul.menuLeiste li a:hover { background-color: #dae7ec; color : #217491; text-decoration: none;}


#menu2 ul.menuLeiste li a.aktuell {
background-color: #dae7ec;
color: #217491;
text-decoration:none;
font-weight:bold;
}

.balken {
height:20px;
max-widht:980px;
background-color:#dae7ec;
}

/* - - - - - - - - - - - -  senkrechte Navigation  - - - - - - - - - - - - */
#senkrMenu{
width:209px;
margin:0 0 20px 21px;
}
/* - - - - - Allgemein - - - - - - -*/


#senkrMenu ul {
list-style: none;
text-align:left;
padding:0;
margin:0;
width:auto;
margin-top: 0;
}
#senkrMenu ul ul  {
margin:0 0 0 12px;
}
#senkrMenu ul ul ul  {
margin:0 0 0 12px;
}
#senkrMenu ul li  {
color: #000;
margin-top:-2px;
margin-bottom:1px;
}
/*
  nur fuer PC IE wegen Mac IE
\*/
* html #senkrMenu ul li  {
height:21px;
margin-top:-3px;
margin-bottom:0;
}
/*
*/
/* - - - - - - In dieses LI wird die naechste Liste eingeschachtelt - - - - - - -*/
#senkrMenu ul li.ohne  {
margin:0;
padding:0;
color: #000;
border: 0 none;
min-height:1px;
}
/* - - - - - -  Allgemeines Aussehen der Links - - - - - - -- */
#senkrMenu ul a {
display: block;
background-color: transparent;
color: #000000;
padding: 2px 3px 2px 9px;
font-weight: normal;
text-decoration: none;
}
/*
  nur fuer PC IE wegen Mac IE
\*/
* html #senkrMenu ul a {
display: inline-block;
}
/*
*/
/* - - - Anzeige der  Rubrik mit Mouseover - - - */
#senkrMenu ul a:hover{
color: #000000;
padding-right:3px;
font-weight:bold;
}
/* - - - Anzeige der aktuellen Rubrik - - - */
#senkrMenu ul li a.aktuell {
color: #000000;
font-weight:bold;
padding-right:3px;
}

/* - - - Anzeige der oberen Rubrik mit Highlight - - - */
#senkrMenu ul a.high {
color: #000000;
font-weight:bold;
padding-right:3px;
}

/* - - - - - - - - - - - -  Pulldown Navigation  - - - - - - - - - - - - */
.klappNav {
position:relative;
z-index:4;
margin:-28px 0 10px 21px;
}
/* - - - - - - - - - - - - - - - - - -  Contentbereich  - - - - - - - - - - - - - - - - - - */
.homeLeft {
width:750px;
float:left;
background-color:none;
}
* html .homeLeft {
width:751px;
}
/* Hides from IE-mac \*/
* html .homeLeft {
width:750px;
}/* End hide from IE-mac */

.homeimage {
margin:0 0 16px 27px;
}
.img.bereich {
margin-bottom:15px;
}
.content {
width:980px;
background-color:#dae7ec;
padding:0;
}
* html .content {
width:981px;
height:100%;
}
/* Hides from IE-mac \*/
* html .content {
width:980px;
height:auto;
}
/* End hide from IE-mac */

.contentHome {
background-color:#fff;
width:980px;
padding:0;
}
#links {
float:left;
width:230px;
vertical-align:top;
margin-top:28px;
}
.homeLeft #links {
margin:0 0 0 27px;
width:200px;
}
/* Hides from IE-mac \*/
* html .homeLeft #links {margin:0 0 0 15px; }
/* End hide from IE-mac */

#mitteRechts {
float:left;
width:750px;
min-height:100%;
background-color:#fff;
padding-top:28px;
}
* html #mitteRechts {
width:751px;
}

/* Hides from IE-mac \*/
* html #mitteRechts {height:400px; width:750px;}
/* End hide from IE-mac */

#mitte {
width:523px;
float:right;
min-height:100%;
padding-top:0;
margin:0;
}
* html #mitte {
width:521px;
}

/* Hides from IE-mac \*/
* html #mitte {
height:400px;
width:520px;
}
/* End hide from IE-mac */


#rechts {
float:right;
width:230px;
vertical-align:top;
background-color:#fff;
height:100%;
min-height:351px;
/* font-size:95%; */
}
* html #rechts {height:auto;}
/* Hides from IE-mac \*/
* html #rechts {height:347px; }
/* End hide from IE-mac */

/*- - - - - - - - - - - - - - - - - - -  Content  - - - - - - - - - - - - - - - - - - -  */
.homeLeft #links h3 a
{
color:#fff;
background-color:#fcb131;
}

.homeLeft #links h3 a,
.homeLeft #links ul.newslist li a {
display:block;
color:#000;
}
.homeLeft #links ul.newslist li a:active {
text-decoration:none;
color:#000;
}
.homeLeft #links h3 a:hover,
.homeLeft #links ul.newslist li a:hover {
text-decoration:none;
display:block;
color:#000;
background-color:#DAE7EC;
}

.inhalt {
float:left;
width:480px;
text-align:left;
height:auto;
min-height:320px;
padding:0;
margin:0 20px 10px 20px;
}
* html .inhalt {
height:auto;
width:481px;
}
/* Hides from IE-mac \*/
* html .inhalt {width:480px; height:320px; margin:0 20px -20px 10px;}
/* End hide from IE-mac */


#Vorschaltseite .inhalt {
min-height:250px;
}
* html #Vorschaltseite .inhalt {
height:220px;
}
/* Hides from IE-mac \*/
* html #Vorschaltseite .inhalt  {width:480px; height:250px; margin:0 20px 0 10px;}
/* End hide from IE-mac */

/* Hides from IE-mac \*/
* html #Vorschaltseite #links  {
width:180px;
}
/* End hide from IE-mac */

.inhalt ul.download li.go a img,
#rechts ul.download li.go a img {
margin:0;
padding:0;
}


.inhalt .modul {
width:auto;
margin:0 0 19px 0;
padding:0 0 0 0;
}

.inhalt .modulVerteiler {
width:100%;
margin:0 0 19px 0;
padding:0 0 0 0;
}
.inhalt .h1Abstand {
height:28px;
}

.inhalt h2 {
margin-top:10px;
}
.inhalt h3 {
margin:0;
font-size:110%;
font-weight:bold;
padding:0 0 3px 0;
color:#555;
}
.inhalt .modulVerteiler .box h3,
.inhalt .modulVerteiler .boxHome h3 {
color:#000000;
}
.inhalt .modul h2 {
margin:0;
font-size:110%;
font-weight:bold;
padding:0 0 3px 0;
color:#555;
text-transform:uppercase;
}
.inhalt h4 {
font-size:100%;
color:#000;
margin:0 0 10px 0;
}

.inhalt h6 {
margin:0;
font-size:100%;
font-weight:normal;
padding:0 0 3px 0;
color:#000;
}
/* Fliesstext*/
.inhalt .text {
margin:0 0 7px 0;
padding:0 0 0 0;
vertical-align:top;
width:auto;
text-align:left;
}
* html .inhalt .text {
width:99%;
width:auto;
border:1px solid transparent;
}
/* Hides from IE-mac \*/
* html .inhalt .text  {width:auto; border:0;}
/* End hide from IE-mac */


.inhalt div.abstandS {
margin-bottom:7px;
}
.inhalt div .abstandL {
margin-bottom:12px;
}

.inhalt div .abstandXL {
margin-bottom:20px;
}

.inhalt .modul a,
.inhalt .modulVerteiler .blockRight .text a {
text-decoration:none;
}
.inhalt .modul a:hover,
.inhalt .modulVerteiler .blockRight .text a:hover {
background-color:#dae7ec;
/* display:block; */
}
.inhalt .modulVerteiler .blockRight .text b {
color:#555;
}
#links .box,
#links .boxHome {
/* font-size:95%; */
line-height:130%;
}
.inhalt .modulVerteiler box,
.inhalt .modulVerteiler boxHome {
width:auto;
}

#links .box h3,
#links .boxHome h3,
.inhalt .boxHome h3,
.inhalt .box h3 {
font-size:103%;
font-weight:bold;
border-bottom:5px solid #dae7ec;
/*text-transform: uppercase; */
margin-bottom:10px;
padding-bottom:2px;
}

#links .boxnews h3,
.inhalt .boxnews h3 {
font-size:103%;
font-weight:bold;
text-transform: uppercase;
margin-bottom:10px;
padding-bottom:2px;
border-bottom:5px solid #dae7ec;
}

#links .boxnews h3 a,
.inhalt .boxnews h3 a {
text-decoration:none;
display:block;
color:#000000;
background-color:#ffffff;
}

#links .boxnews h3 a:hover,
.inhalt .boxnews h3 a:hover {
text-decoration:none;
display:block;
color:#000000;
background-color:#dae7ec;
}

.box h3 a,
.boxHome h3 a,
.inhalt .boxHome h3 a,
.inhalt .box h3 a {
text-decoration:none;
display:block;
color:#000000;
}
.inhalt .box a,
.box h1 a,
.boxHome h1 a,
.inhalt .boxHome h3 a,
.inhalt .box h3 a {
text-decoration:none;
display:block;
}

.inhalt .boxHome a {
text-decoration:none;
display:block;
color:#000000;
}

* html .inhalt .box a,
* html .inhalt .boxHome a {
display:inline;
}

/*
  nur fuer PC IE wegen Mac IE
\*/
* html .inhalt .box a,
* html .inhalt .boxHome a {
display:block;
}
/*
*/

.inhalt div.pdfliste ul li a:hover,
.inhalt .text a.pdf:hover,
.inhalt .text a.pdf:hover,   {
background-color:#dae7ec;
display:block;
}

.inhalt .box a,
.inhalt .box h3 a,
.inhalt .modulVerteiler .text h4 a {
display:block;
}
.inhalt .boxHome a {display:block;}

.inhalt .box a:hover,
.inhalt .boxHome a:hover,
.inhalt .box h3 a:hover,
.inhalt .boxHome h3 a:hover,
.inhalt .modulVerteiler .text h4 a:hover {
text-decoration:none;
background-color:#dae7ec;
display:block;
}

* html .inhalt .box a:hover,
* html .inhalt .boxHome a:hover {
text-decoration:none;
background-color:#dae7ec;
display:block;
}

/*
  nur fuer PC IE wegen Mac IE
\*/
* html .inhalt .box a:hover,
* html .inhalt .boxHome a:hover {
display:block;
text-decoration:none;
background-color:#dae7ec;
}
/*
*/

.box ul.newslist li,
.boxHome ul.newslist li {
margin-bottom:12px;
}
.inhalt .boxLeft {
float:left;
width:230px;
margin-right:20px;
}
.inhalt .boxRight {
float:right;
width:230px;
}
.box img,
.boxHome img {
margin-bottom:3px;

}
.inhalt .box div .linkliste a,
.inhalt .boxHome div .linkliste a,
.inhalt .box .linkliste a,
.inhalt .boxHome .linkliste a,
.inhalt .linkliste a {
text-decoration:none;
display:block;
}
.inhalt .modulVerteiler .text a.mehr{
text-decoration:none;
display:inline;
}
.inhalt .modulVerteiler .text a.mehr:hover{
background-color:#dae7ec;
display:inline;
}
/* - - - - - - -  - - - - - - Sitemap - - - - - - - - - - - - - - */
.inhalt .modulVerteiler .box .sitemap  {
width:auto;
}
.inhalt .modulVerteiler .sitemap {
margin:0 0 19px 0;
}
.inhalt .modulVerteiler .sitemap h2 {
/* background-color:#F2A41E; */
font-size:100%;
/* color:#217491; */
color:#000000;
font-weight:bold;
text-transform: uppercase;
margin-bottom:10px;
padding:0;
}
.inhalt .modulVerteiler .sitemap h2 a {
/* color:#fff;
background-color:#F2A41E;
font-size:103%;
background-color:none;
text-transform: uppercase; */
font-size:103%;
font-weight:bold;
text-transform: uppercase;
color:#000000;
padding:2px 5px 2px 13px;
display:block;
}
.inhalt .modulVerteiler .sitemap h2 a:hover {
/* background-color:#E6E6E6;
color:#000; */
/* color:#fff; */
background-color:#DAE7EC;
text-decoration:none;
}
.inhalt .modulVerteiler .sitemap h3 {
margin-top:14px;
}
.inhalt .modulVerteiler .sitemap h3 a{
margin-top:14px;
color:#217491;
font-weight:bold;
display:block;
}
.inhalt .modulVerteiler .sitemap h3 a:hover{
margin-top:14px;
color:#217491;
font-weight:bold;
display:block;
background-color:#DAE7EC;
}

.inhalt .modulVerteiler .sitemap ul.sitemapliste {
list-style-type: none;
margin:-10px 0 0 0;
padding:0;
}
.inhalt .modulVerteiler .sitemap ul.sitemapliste li {
border-bottom:1px solid #DAE7EC;
padding:2px 0 2px 0;
margin:0;
}
.inhalt .modulVerteiler .sitemap ul.sitemapliste li li {
border-bottom:none;
}
.inhalt .modulVerteiler .sitemap ul.sitemapliste ul {
list-style-type: none;
margin:0 0 0 25px;
padding:0;
}
* html .inhalt div.modulVerteiler .sitemap ul.sitemapliste a {
display:block;
}

/* - - - - - - -  - - - - - - Inhalt Bildpositionen - - - - - - - - - - - - - - */

.inhalt dl.mitte {
max-width:100%;
margin:auto;
text-align:left;
padding:0;
}
/* C2 Contentimage links, umflossen  */
.inhalt .modul dl.left,
.inhalt .modulVerteiler dl.left {
float:left;
padding:0;
margin:0 20px 3px 0;
}

/* C3 Contentimage rechts, umflossen  */
.inhalt .modul dl.right {
float:right;
padding:0;
margin:0 0 3px 20px;
}

/* Bild + Bildunterschrift */
.inhalt dl {margin:0; padding:0;}
.inhalt dl dt { margin: 0; padding:0; margin-bottom:-5px;}
* html .inhalt dl dt{ margin-bottom:0;}
/*
  nur fuer PC IE wegen Mac IE
\*/
* html .inhalt dl dt{ margin-bottom:-3px;}
/*
*/
.inhalt dl dt img { margin-bottom:0; padding:0;}
.inhalt dl dd {color:#5A5A5A; font-size:95%; line-height:100%; padding:4px 0 3px 1px; margin-bottom:10px; text-align:left;  }
/*
  nur fuer PC IE wegen Mac IE
\*/
* html .inhalt dl dd {
padding:2px 0 3px 1px;
height:auto;
}
/*
*/

.inhalt .modulVerteiler dl.left dt {
margin:0;
padding:0;
}
.inhalt .modul dl.left dt a:hover,
.inhalt .modulVerteiler dl.left dt a:hover {
background-color:transparent;
}
.inhalt .modulVerteiler dl.left {
border-bottom:5px solid #fff;
border-right:20px solid #fff;
margin:0;
padding:0;
}
.lupe {
float:right;
width:16px;
margin:0 0 2px 8px;
vertical-align:baseline;
}
/*
  nur fuer PC IE wegen Mac IE
\*/
* html .lupe {
margin:2px 0 2px 8px;
}
/*
*/

.inhalt a.mehr { /* -  Mehr-Link mit vorgeschriebenem Text - */
margin:10px 0 0 0;
text-decoration:none;
}
a.mehr:hover{
text-decoration:none;
background-color:#dae7ec;
display:block;
}
.inhalt a.top {
float:right;
width:auto;
text-decoration:none;
margin:-5px 0 17px 0;
font-size:85%;
text-transform:uppercase;
}
/*
  nur fuer PC IE wegen Mac IE
\*/
* html .inhalt a.top {
margin:-5px 0 3px 0;
}
/*
*/
.inhalt a.top:hover {
text-decoration:underline;
}
/* - - - - - - - - - - - - - - -Pressebilder - - - - - - -  - - - - - */
.inhalt .abstandPresse {
margin-bottom:30px;
}
/*
  nur fuer PC IE wegen Mac IE
\*/
* html .inhalt .abstandPresse {
margin-bottom:31px;
}
/*
*/
.inhalt .textrechts{
margin:0 0 8px 100px;
padding:0 0 5px 0;
vertical-align:top;
width:auto;
text-align:left;
}
* html .inhalt .textrechts {
margin:0 0 5px 0;
}
/*
  nur fuer PC IE wegen Mac IE
\*/
* html .inhalt .textrechts {
margin:0 0 0 100px;
padding:0 0 5px 0;
display:inline-block;
}
/*
*/
.inhalt .modulVerteiler dl.presse,
.inhalt .modulVerteiler dl.presse dd {
margin-bottom:0;
}
.inhalt .modulVerteiler dl.presse dt {
border:1px solid #e6e6e6;
width:78px;
height:78px;
vertical-align:middle;
text-align:center;
}
* html .inhalt .modulVerteiler dl.presse dt {
margin-right:20px;
}
/*
  nur fuer PC IE wegen Mac IE
\*/
* html .inhalt .modulVerteiler dl.presse dt {
width:78px;
height:78px;
}
/*
*/
.inhalt .modulVerteiler dl.presse dt img {
margin:auto;
vertical-align:top;
text-align:center;
max-width:78px;
max-height:78px;
}
.bestellen {
margin-bottom:0;
padding:0 9px 0 0;
position:relative;
top:3px;
width:auto;
}
/*
  nur fuer PC IE wegen Mac IE
\*/
* html .bestellen {
padding:14px 9px 14px 0;
}
/*
*/
.bestellen a {
font-size:100%;
padding:2px 9px 2px 15px;

}
.bestellen a:hover {
text-decoration:none;
}

/* - - - - - - -  - - - - - - -Listen - - - - - - - - - - - - - - */
.inhalt .modul ul {
list-style-type: none;
margin:0 0 12px 0;
padding:0;
width:auto;
display:inline-block;
}
.inhalt .modul ul ul,
.inhalt ul.detail ul {
position:relative;
top:3px;
bottom:3px;
margin:0 0 0 0;
}
.inhalt .modul ul li,
.inhalt ul.detail li {
margin-bottom:4px;
vertical-align:top;
list-style-position:outside;
margin-left:0;
width:auto;
}
* html .inhalt .modul ul li,
* html .inhalt ul.detail li {
display:block;
}
/*
  nur fuer PC IE wegen Mac IE
\*/
* html .inhalt .modul ul li,
* html .inhalt ul.detail li {
display:inline-block;
}
/*
*/
.inhalt ul li a,
.inhalt .detail ul li a {
text-decoration:none;
}
.inhalt .modul ul li a:hover {
text-decoration:none;
background-color:#dae7ec;
display:block;
}
.inhalt div.pdfliste ul li a,
.inhalt span.pdfliste ul li a,
.inhalt .text a.pdf  {
padding-bottom:11px;
text-decoration:none;
}
.inhalt .text a.pdf  {
display:block;
margin:15px 0 15px 0;
}
.inhalt ul.download li a,
#rechts ul.download li a{
background-repeat:no-repeat;
background-position:0 0;
padding-left:39px;
display:block;
}
/*
  nur fuer PC IE wegen Mac IE
\*/
* html .inhalt .box ul.download li a,
* html #rechts .box ul.download li a  {
display: inline-block;
}
/*
*/
.inhalt ul.download a,
#rechts ul.download a  {
background-image:none;
background-position:0 0;
padding-left:0;
}
.inhalt .modul ol {
margin:0 0 12px 0;
padding:0;
width:auto;
list-style-type:decimal;
}
.inhalt .modul ol ol  {
margin:7px 0 7px 21px;
list-style-type:decimal;
}

.inhalt .modul ol li{
margin:0 0 8px 21px;
padding:0;
background-image:none;
vertical-align:top;
list-style-type:decimal;
}

.inhalt .modul ol li a {
background-image:none;
background-position:0;
padding-left:0;
text-decoration:none;
}
.inhalt .modul ol li a:hover {
text-decoration:none;
background-color:#dae7ec;
display:block;
}

/* - - - - Linklistenmodule - - - - - */
.inhalt .modulVerteiler ul {
list-style-type: none;
margin:0;
padding:0;
}

.inhalt .modulVerteiler .blockRight ul.linkliste {
min-height:20px;
height:auto;
}
.inhalt .text ul.linkliste li {
margin:0 0 0 -10px;
background-image:none;
}
.inhalt .modulVerteiler .text ul.linkliste li {
margin:0 0 0 0;
background-image:none;
}
.inhalt .modulVerteiler ul li{
list-style-type: none;
background-image:none;
margin:2px 0 0 2px;
display:block;
}
/*
  nur fuer PC IE wegen Mac IE
\*/
* html .inhalt .modulVerteiler ul li{
border:1px solid #fff;
}
/*
*/
.inhalt .modulVerteiler ul li a,
.inhalt .text ul.linkliste li a{
text-decoration:none;
}
.inhalt .modulVerteiler ul li a:hover,
.inhalt .text ul.linkliste li a:hover
{
text-decoration:none;
background-color:#DAE7EC;
display:block;
}
#rechts ul.linkliste li a:hover {
text-decoration:none;
background-color:#dae7ec;
display:block;
width:100%;
}

.inhalt .modulVerteiler ul li.orange a:hover,
.inhalt .text ul.linkliste li.orange a:hover
{
text-decoration:none;
background-color:#FFEFDB;
display:block;
}
#rechts ul.linkliste li.orange a:hover {
text-decoration:none;
background-color:#FFEFDB;
display:block;
width:100%;
}

/* - - - - - - -  horizontale Listen - - - - - - - */

hr.linie{
background-color:#A6C4CE; /* Mozilla 1.4 */
color:#A6C4CE; /* IE 6 */
border: 0; /* Opera 7.11 */
height: 1px; /* in Opera für die Anzeige nötig, in Mozilla für die einheitliche Höhe */
margin:auto;
margin-top:2px;
margin-bottom:2px;
padding:0;
}
* html hr.linie{
margin-top:-4px ;
}
@media screen and (min-width: 550px){
hr.linie {
margin-top:4px;
margin-bottom:4px;
}
}

ul.ListeHorizontal li a.normal {
list-style-type:none;
padding:0 5px 0 5px;
color:#217491;
}
.ListeHorizontal  a.normal:link {
text-decoration:none;
color:#217491;
}
ul.ListeHorizontal li a.normal:hover {
text-decoration:none;
color:#217491;
background-color:#dae7ec;
display:block;
}
ul.ListeHorizontal li .aktiv {
padding:0 5px 0 5px;
color:#000;
font-weight:bold;
}

ul.ListeHorizontal{
list-style-position:inside;
list-style-type: none;
width:auto;
padding:0;
height:auto;
vertical-align:middle;
line-height:120%;
margin:0;
}

ul.ListeHorizontal li {
display:inline;
background-image:none;
list-style-type: none;
padding:0;
margin:0;
}

ul.ListeHorizontal li.linksPosition,
.inhalt ul.bildListe li.linksPosition {
list-style-type: none;
float:left;
width:auto;
height:auto;
padding:0;
margin:0;
}
ul.ListeHorizontal li.linksPosition b.head{
vertical-align:baseline;
font-size:140%;
font-weight:bold;
}
ul.ListeHorizontal li.mittePosition {
float:left;
width:auto;
text-align:center;
height:auto;
}

ul.ListeHorizontal li.rechtsPosition,
.inhalt ul.bildListe li.rechtsPosition {
list-style-type:none;
float:right;
width:auto;
text-align:right;
height:auto;
padding:0 3px 0 3px;
margin:0;
}
* html .blaetternTop ul.ListeHorizontal li.rechtsPosition,
* html .blaetternBottom ul.ListeHorizontal li.rechtsPosition {
width:10%;
}
/*
  nur fuer PC IE wegen Mac IE
\*/
* html .blaetternTop ul.ListeHorizontal li.rechtsPosition,
* html .blaetternBottom ul.ListeHorizontal li.rechtsPosition  {
width:auto;
}
/*
*/
ul.ListeHorizontal li.linksPosition a,
ul.ListeHorizontal li.mittePosition a,
ul.ListeHorizontal li.rechtsPosition a {
vertical-align:middle;
white-space:nowrap;
font-weight:normal;
}
.inhalt .bildListe li.linksPosition a,
.inhalt .bildListe li.mittePosition a,
.inhalt .bildListe li.rechtsPosition a {
vertical-align:middle;
white-space:nowrap;
font-weight:normal;
color:#0000;
text-decoration:none;
margin:0 9px 0 9px;
line-height:155%;
width:auto;
border:0;
}
.inhalt .bildListe li a:hover {
background-color:none;
}

ul.ListeHorizontal li img {
margin-left:0;
vertical-align:baseline;
}

a.druckImg {
padding:3px 7px 4px 0;
 }

/* - - - - - - - - - - - - - - - - - - -  Teaser  - - - - - - - - - - - - - - - - - - - */
h1.suche {
margin:0;
padding:0;
background-color:none;
color:#fff;
font-size:100%;
}
.teasermodul {
width:230px;
padding:0;
margin:-4px 0 25px 0;
}
h3.teaser {
padding:2px 9px 0 9px;
width:212px;
margin:0;
background-color:#fcb131;
font-weight:bold;
color:#fff;
font-size:100%;
line-height:155%;
vertical-align:bottom;
}
.teasermodul .text,
.servicemodul .text {
padding:10px 9px 10px 9px;
margin:0 0 0 0;
}
.teasermodul .text select {
font-size:12px;
}
.teasermodul .text a,
.servicemodul .text a {
color:#217491;
text-decoration:none;
}
.teasermodul a.mehr,
.servicemodul a.mehr { /* -  Mehr-Link mit vorgeschriebenem Text - */
margin:12px 0 0 0;
text-decoration:none;
}
.teasermodul .login a.mehr {
display:block;
font-size:90%;
line-height:130%;
margin:0 0 0 0;
padding:0;
}
.teasermodul a:hover,
.teasermodul a.mehr:hover { /* -  Mehr-Link mit vorgeschriebenem Text - */
background-color:#dae7ec;
/* display:block; */
text-decoration:none;
}
.servicemodul a.mehr:hover { /* -  Mehr-Link mit vorgeschriebenem Text - */
background-color:#dae7ec;
display:block;
text-decoration:none;
}
.teasermodul .text ul.linkliste li,
.servicemodul .text ul.linkliste li,
.servicemodul .text ul.linkliste li.druckImg{
margin-left:2px;
display:block;
}
.teasermodul .text ul.linkliste li a,
.servicemodul .text ul.linkliste li a,
.servicemodul .text ul.linkliste li.druckImg a{
text-decoration:none;
}
.teasermodul .teaserimg {
padding:5px 0 0 0;
margin:0 0 0 0;
border-left:1px solid #E6E6E6;
border-bottom:1px solid #E6E6E6;
border-right:1px solid #E6E6E6;
}
.teasermodul img {
margin:0;
padding:0;
}
.teasermodul dl {
margin-bottom:-3px;
}

/* - - - - - - - - - - - -  Footer  - - - - - - - - - - - - */
.foot
{
  font-family: Arial, Verdana, Helvetica, sans-serif;
  color: #217491;
  font-size: 10px;
  margin-left:26px;
  margin-top:10px;
}

.foot ul.Liste li a
{
  color:#217491;
}
.foot ul li a:hover
{
  text-decoration:underline;
}
/* - - - - - - - - - - - -  /Footer  - - - - - - - - - - - - */

/* - - - - - - - - - - - - - - - - - -  Linie  - - - - - - - - - - - - - - - - - - */

hr.linie{
background-color:#999; /* Mozilla 1.4 */
color:#999; /* IE 6 */
border: 0; /* Opera 7.11 */
height: 1px; /* in Opera für die Anzeige nötig, in Mozilla für die einheitliche Höhe */
margin:auto;
margin-top:2px;
margin-bottom:4px;
padding:0;
}
* html hr.linie{
margin-top:-8px ;
}
/*
  nur fuer PC IE wegen Mac IE
\*/
* html hr.linie{
margin-top:-12px ;
}
/*
*/

@media screen and (min-width: 550px){
hr.linie {
margin-top:2px;
margin-bottom:2px;
}
}
/* - - - - - - - - - - - - - - - - - -  Blaettern  - - - - - - - - - - - - - - - - - - */
.blaetternBottom {
border-top:5px solid #dae7ec;
margin-top:30px;
padding-top:5px;
font-size:95%;
color:#217491;
}
.blaetternTop {
border-bottom:5px solid #dae7ec;
margin-bottom:30px;
padding-bottom:18px;
font-size:95%;
}
.inhalt .blaetternTop .rechtsPosition a,
.inhalt .blaetternTop .rechtsPosition a img,
.inhalt .blaetternBottom .rechtsPosition a,
.inhalt .blaetternBottom .rechtsPosition a img  {
vertical-align:bottom;
}
* html .inhalt .blaetternTop .rechtsPosition a,
* html .inhalt .blaetternTop .rechtsPosition a img,
* html .inhalt .blaetternBottom .rechtsPosition a,
* html .inhalt .blaetternBottom .rechtsPosition a img{
vertical-align:top;
}
/*
  nur fuer PC IE wegen Mac IE
\*/
* html .inhalt .blaetternTop .rechtsPosition a,
* html .inhalt .blaetternTop .rechtsPosition a img,
* html .inhalt .blaetternBottom .rechtsPosition a,
* html .inhalt .blaetternBottom .rechtsPosition a img {
vertical-align:bottom;
}
/*
*/
.inhalt .blaetternTop a:hover {
background-color:#DAE7EC;
}
.inhalt .blaetternTop .rechtsPosition a img,
.inhalt .blaetternBottom .rechtsPosition a img {
margin:0px -1px 3px -1px;
}
/* - - - - - - - - - - - - - - - - - -  Allgemeine Ergaenzungen  - - - - - - - - - - - - - - - - - - */
.blackBG {
background-color:#000;
}
.weissBG {
background-color:#fff;
}
.whiteFont {
color:#fff;
}
.lineHeight120
{
line-height:120%;
}
.abstandS {
margin-bottom:7px;
}
.abstandL {
margin-bottom:12px;
}
#pop .abstand17px {
margin-bottom:17px;
}
.abstand28px {
margin-bottom:28px;
}
.abstandMarginal {
padding:0;
margin-top:7px;
}
.floatLeft {
float:left;
width:auto;
}
.floatRight {
float:right;
width:auto;
}
.width100 {
width:100%;
}
.alignRight {
text-align:right;
}
.alignCenter {
text-align:center;
}
.nowrap {
white-space:nowrap;
}
.fontKlein {
font-size:11px;
line-height:13px;
}
* html .fontKlein {
font-size:95%;
}
.upperCase {
text-transform:uppercase;
}
span.thumb {
display:block;
font-weight:bold;
text-transform:uppercase;
margin-bottom:-10px;
}
h1.box h1.blauBorder,
.inhalt .box h1.blauBorder {
border-bottom:5px solid #0A4473;
}

.inhalt .modulVerteiler .bildListe {
background-color:#999;
margin-top:-4px;
width:100%;
}
/*
  nur fuer PC IE wegen Mac IE
\*/
* html .inhalt .modulVerteiler .bildListe{
margin-top:-3px;
}
/*
*/
.inhalt .modulVerteiler .bildListe li {
margin:0;
border:none;
}

@media screen and (min-width: 550px){
.inhalt .modulVerteiler .bildListe {
margin-top:0;
}
}
.inhalt ul.bildListe li.rechtsPosition a:hover {
background-color:transparent;
}
/* - - - - - - - - - - - - - - - - - -  Multibox  - - - - - - - - - - - - - - - - - - */
.inhalt .blockLeft {
float:left;
width:85px;
height:100%;
padding:13px 5px 5px 5px;
text-align:right;
font-weight:bold;
min-height:30px;
}
* html .inhalt .blockLeft {
height:30px;
}
.inhalt .blockRight {
margin:0 0 0 0;
padding:15px 0 16px 15px;
float:left;
width:365px;
background-color:#ffffff;
border-left:5px solid #fff;
border-bottom:1px solid #ffffff;
color:#000;
}
* html .inhalt .blockRight {
width:366px;
margin:0 0 -2px 0;
}
/*
  nur fuer PC IE wegen Mac IE
\*/
* html .inhalt .blockRight {
width:365px;
}
/*
*/
/*
  nur fuer PC IE wegen Mac IE
\*/
* html .inhalt .modulVerteiler .blockRight ul li{
border:1px solid #ffffff;
}
/*
*/
.inhalt .blockRight hr.linie{
background-color:#fff; /* Mozilla 1.4 */
color:#fff; /* IE 6 */
border: 0; /* Opera 7.11 */
height: 1px; /* in Opera für die Anzeige nötig, in Mozilla für die einheitliche Höhe */
margin:auto;
margin-top:2px;
margin-bottom:4px;
margin:6px 0 16px -15px;
padding:0;
}
* html .inhalt .blockRight hr.linie{
margin:6px 0 8px -15px;
}

.inhalt .blockRight .suchfeld {
width: 190px;
padding:0 0 0 5px;
margin:3px 0 3px 0;
}
.inhalt .blockRight .suchbutton {
padding:0;
}
.mb {
/* text-transform: uppercase; */
}
.inhalt .blockRight .text {
margin-right:15px;
}
.inhalt ul.download li a:hover {
background-color:#DAE7EC;
text-decoration:none;
}
#rechts ul.download li a {
text-decoration:none;
}
#rechts ul.download li a:hover {
text-decoration:none;
}
/* - - - - - - - - - - - - - - - - - -  Farbwerte Default  - - - - - - - - - - - - - - - - - - */
.inhalt .bgdefault,
#rechts .bgdefault {
background-color:#E6E6E6;
}

/* - - - - - - - - - - - - - - - - - -  Farbwerte Orange  - - - - - - - - - - - - - - - - - - */
.inhalt .modulVerteiler ul.orange,
.inhalt .bgorange,
#rechts h3.orange {
background-color:#ffffff;
color:#000000;
}

.inhalt .box h3.orange,
#rechts table.orange {
border-bottom:5px solid #FFEFDB;
}
.teasermodul table.orange td {
border-bottom:1px solid #FFEFDB;
}


/* - - - - - - - - - - - - - - - - - -  Farbwerte Silicones  - - - - - - - - - - - - - - - - - - */
.inhalt .modulVerteiler ul.silicones,
.inhalt .bgsilicone,
#rechts h3.bgsilicone {
background-color:#CE9D00;
color:#fff;
}

.inhalt .box h3.silicones,
#rechts table.bgsilicone {
border-bottom:5px solid #CE9D00;
}
.teasermodul table.bgsilicone td {
border-bottom:1px solid #CE9D00;
} 
/* - - - - - - - - - - - - - - - - - -  Farbwerte Polymers  - - - - - - - - - - - - - - - - - - */
.inhalt .modulVerteiler ul.polymers,
.inhalt .bgpolymers,
#rechts h3.bgpolymers  {
background-color:#0A4473;
color:#fff;
}
.inhalt .box h3.polymers,
#rechts table.bgpolymers  {
border-bottom:5px solid #0A4473;
}
.teasermodul table.bgpolymers td {
border-bottom:1px solid #0A4473;
}
/* - - - - - - - - - - - - - - - - - -  Farbwerte Fine Chemicals  - - - - - - - - - - - - - - - - - - */
.inhalt .modulVerteiler ul.chemicals,
.inhalt .bgchemicals,
#rechts h3.bgchemicals  {
background-color:#C0362C;
color:#fff;
}
.inhalt .box h3.chemicals,
#rechts table.bgchemicals  {
border-bottom:5px solid #C0362C;
}
.teasermodul table.bgchemicals td {
border-bottom:1px solid #C0362C;
}
/* - - - - - - - - - - - - - - - - - -  Farbwerte Polysilicon  - - - - - - - - - - - - - - - - - - */
.inhalt .modulVerteiler ul.polysilicon,
.inhalt .bgpolysilicon,
#rechts h3.bgpolysilicon  {
background-color:#00694F;
color:#fff;
}
.inhalt .box h3.polysilicon,
#rechts table.bgpolysilicon  {
border-bottom:5px solid #00694F;
}
.teasermodul table.bgpolysilicon td {
border-bottom:1px solid #00694F;
}
/* - - - - - - - - - - - - - - - - - -  Farbwerte Siltronic  - - - - - - - - - - - - - - - - - - */
.inhalt .modulVerteiler ul.siltronic,
.inhalt .bgsiltronic,
#rechts h3.bgsiltronic  {
background-color:#217491;
color:#fff;
}
.inhalt .box h3.siltronic,
#rechts table.bgsiltronic  {
border-bottom:5px solid #217491;
}
.teasermodul table.bgsiltronic td {
border-bottom:1px solid #217491;
}

/* - - - - - - - - - - - - - - - - - -  Farbwerte Multibox blau 40%  - - - - - - - - - - - - - - - - - - */
.inhalt .bgblau40,
#rechts h3.bgblau40  {
background-color:#9DC0CD;
color:#000;
}
#rechts table.bgblau40  {
border-bottom:5px solid #9DC0CD;
}
.teasermodul table.bgblau40 td {
border-bottom:1px solid #9DC0CD;
}
/* - - - - - - - - - - - - - - - - - -  Farbwerte Multibox blau 60%  - - - - - - - - - - - - - - - - - - */
.inhalt .bgblau60,
#rechts h3.bgblau60  {
background-color:#6DA4B5;
color:#000;
}
#rechts table.bgblau60  {
border-bottom:5px solid #6DA4B5;
}
.teasermodul table.bgblau60 td {
border-bottom:1px solid #6DA4B5;
}
/* - - - - - - - - - - - - - - - - - -  Farbwerte Multibox rot 40%  - - - - - - - - - - - - - - - - - - */
.inhalt .bgrot40,
#rechts h3.bgrot40  {
background-color:#EBB0A5;
color:#000;
}
#rechts table.bgrot40  {
border-bottom:5px solid #EBB0A5;
}
.teasermodul table.bgrot40 td {
border-bottom:1px solid #EBB0A5;
}
/* - - - - - - - - - - - - - - - - - -  Farbwerte Multibox rot 60%  - - - - - - - - - - - - - - - - - - */
.inhalt .bgrot60,
#rechts h3.bgrot60  {
background-color:#E0877F;
color:#000;
}
#rechts table.bgrot60  {
border-bottom:5px solid #E0877F;
}
.teasermodul table.bgrot60 td {
border-bottom:1px solid #E0877F;
}
/* - - - - - - - - - - - - - - - - - -  Farbwerte Multibox orange 40%  - - - - - - - - - - - - - - - - - - */
.inhalt .bgorange40,
#rechts h3.bgorange40  {
background-color:#FFD49A;
color:#000;
}
#rechts table.bgorange40  {
border-bottom:5px solid #FFD49A;
}
.teasermodul table.bgorange40 td {
border-bottom:1px solid #FFD49A;
}
/* - - - - - - - - - - - - - - - - - -  Farbwerte Multibox orange 60%  - - - - - - - - - - - - - - - - - - */
.inhalt .bgorange60,
#rechts h3.bgorange60  {
background-color:#FDBF69;
color:#000;
}
#rechts table.bgorange60  {
border-bottom:5px solid #FDBF69;
}
.teasermodul table.bgorange60 td {
border-bottom:1px solid #FDBF69;
}
/* - - - - - - - - - - - - - - - - - -  Farbwerte Multibox gruen 40%  - - - - - - - - - - - - - - - - - - */
.inhalt .bggruen40,
#rechts h3.bggruen40  {
background-color:#D7DDAA;
color:#000;
}
#rechts table.bggruen40  {
border-bottom:5px solid #D7DDAA;
}
.teasermodul table.bggruen40 td {
border-bottom:1px solid #D7DDAA;
}
/* - - - - - - - - - - - - - - - - - -  Farbwerte Multibox gruen 60%  - - - - - - - - - - - - - - - - - - */
.inhalt .bggruen60,
#rechts h3.bggruen60  {
background-color:#BCCC80;
color:#000;
}
#rechts table.bggruen60  {
border-bottom:5px solid #BCCC80;
}
.teasermodul table.bggruen60 td {
border-bottom:1px solid #BCCC80;
}

/* - - - - - - - - - - - - - - - - - -  Farbwerte Multibox bleu  - - - - - - - - - - - - - - - - - - */
.inhalt .bgbleu,
#rechts h3.bgbleu  {
background-color:#BCCCF0;
color:#000;
}
#rechts table.bgbleu  {
border-bottom:5px solid #BCCCF0;
}
.teasermodul table.bgbleu td {
border-bottom:1px solid #BCCCF0;
}
/* - - - - - - - - - - - - - - - - - -  Farbwerte Multibox rosé  - - - - - - - - - - - - - - - - - - */
.inhalt .bgrose,
#rechts h3.bgrose {
background-color:#C59A9A;
color:#fff;
}
#rechts table.bgrose  {
border-bottom:5px solid #C59A9A;
}
.teasermodul table.bgrose td {
border-bottom:1px solid #C59A9A;
}
/* - - - - - - - - - - - - - - - - - -  Farbwerte Multibox mint  - - - - - - - - - - - - - - - - - - */
.inhalt .bgmint,
#rechts h3.bgmint  {
background-color:#91DFC5;
color:#000;
}
#rechts table.bgmint  {
border-bottom:5px solid #91DFC5;
}
.teasermodul table.bgmint td {
border-bottom:1px solid #91DFC5;
}
/* - - - - - - - - - - - - - - - - - -  Farbwerte Multibox schlamm  - - - - - - - - - - - - - - - - - - */
.inhalt .bgschlamm,
#rechts h3.bgschlamm  {
background-color:#B9B681;
color:#fff;
}
#rechts table.bgschlamm  {
border-bottom:5px solid #B9B681;
}
.teasermodul table.bgschlamm td {
border-bottom:1px solid #B9B681;
}

/* - - - - - - - - - - - - PopUp - - - - - - - - - - - - */
#pop .inhalt {
width:auto;
margin:0;
padding:0 28px 0 28px;
font-size:12px;
line-height:130%;
}

/*
  nur fuer PC IE wegen Mac IE
\*/
* html #pop .inhalt {
font-size:100%;
height:auto;
}
/*
*/
#pop .inhalt .abstandPresse {
margin-bottom:30px;
width:99%;
}
#pop .balken {
position:relative;
top:0;
left:0;
/* background-color:#217491; */
width:100%;
height:93px;
}
#pop .balkenflash {
position:relative;
top:0;
left:0;
/* background-color:#217491; */
width:800px;
height:93px;
}
#pop .logo {
width:auto;
position:absolute;
top:18px;
left:28px;
z-index:10;
}
#pop a.close {
color:#fff;
font-size:11px;
position:absolute;
right:10px;
top:75px;
}
/*
  nur fuer PC IE wegen Mac IE
\*/
* html #pop a.close {
font-size:95%;
}
/*
*/
#pop a.close:link, #pop a.close:visited, #pop a.close:active, #pop a.close:focus {
color:#fff;
}

#pop #articleImage {
margin:28px 0 28px 0;
}
#pop h1 {
margin:39px 0 0 0;
}
#pop h1.head {
color:#217491;
font-size:125%;
line-height:115%;
margin:39px 0 0 0;
text-transform:uppercase;
}
#pop .inhalt .modul {
width:425px;
margin:0 0 9px 0;
padding:0 0 0 0;
}
#pop .inhalt .modulVerteiler {
margin:0 0 0 0;
padding:0;
border:0;
}
#pop .inhalt .modulVerteiler dl.left {
float:left;
padding:0;
margin:0 0 0 0;
border:0;
}

#pop  .inhalt .modulVerteiler dl.left dt,
#pop  .inhalt .modulVerteiler dl.left  {
border-right:0;
margin:0;
padding:0;
}
#pop .inhalt .modulVerteiler dl.left dt {
text-align:center;
}
#pop .inhalt .modulVerteiler dl.left dt img {
margin:auto;
}
#pop .inhalt .textrechts{
margin:0 0 8px 20px;
padding:0 0 5px 0;
vertical-align:top;
width:auto;
text-align:left;
display:inline-block;
}
#pop .inhalt .bestellen {
display:block;
top:8px;
}
/*
  nur fuer PC IE wegen Mac IE
\*/
* html #pop .inhalt .bestellen {
padding:5px 9px 14px 0;
}
/*
*/
#pop .inhalt .blaetternBottom {
margin-top:6px;
margin-bottom:0;
}
#pop .inhalt .blaetternBottom a:hover {
background-color:transparent;
}
* html #pop .blaetternBottom ul.ListeHorizontal li .trennstrich {
position:relative;
top:-10px;
left:17px;
}
/*
  nur fuer PC IE wegen Mac IE
\*/
* html #pop .blaetternBottom ul.ListeHorizontal li .trennstrich {
position:relative;
top:2px;
left:0;
}
/*
*/
#pop .inhalt .abstandMarginal {
margin-bottom:-15px;
}
/*
  nur fuer PC IE wegen Mac IE
\*/
* html #pop .inhalt .abstandMarginal {
margin-bottom:-6px;
}
/*
*/

#pop .footer {
width:90%;
margin:0 -28px 0 0;
padding:0;
font-size:95%;
position:absolute;
bottom:12px;
}
* html #pop .footer {
position:relative;
top:20px;
}

/*
  nur fuer PC IE wegen Mac IE
\*/
* html #pop .footer {
width:auto;
position:absolute;
top:auto;
bottom:8px;
margin:0 -28px 0 0;
}
/*
*/
	 /* Hides from IE-mac \*/
* html #mitte .inhalt {width:480px; height:320px; margin:0 0 -20px 10px;}
/* End hide from IE-mac */

/* - - - - - - - - - - - - - - - - - -  Phase II Thumbs  - - - - - - - - - - - - - - - - - - */
.inhalt .modulThumbs {
margin:0 0 6px 0;
}
.inhalt .modulThumbs .textrechts{
margin:0 0 0 0;
}
.inhalt .modulThumbs dl.left {
float:left;
padding:0;
margin:0 0 0 0;
border-right:10px solid #fff;;
}
.inhalt div.modulThumbs .linkliste a {
background-position:0 0;
padding-left:0px;
}
.inhalt div.modulThumbs ul {
display:inline-block;
}
/* - - - - - - - - - - - - - - - - - -  Phase II Heimatvisual  - - - - - - - - - - - - - - - - - - */
.heimat {
width:480px;
margin-bottom:25px;
}

.heimat img.header {
float:left;
width:180px;
height:120px;
}

.heimat .hrechts {
float:right;
width:300px;
padding:0;
margin:0;
}
.heimat h1 img.headerH1 {
width:300px;
margin:0;
padding:0;
line-height:0;
}
.heimat p {
padding:0 12px 0 12px ;
margin:10px 0 0 0;
line-height:120%;
width:274px;
height:59px;
}
.heimat .hrechtsImg {
height:84px;
position:relative;
bottom:0;
margin:0 0 -4px 0;
}
.pullLeft {
float:left;
width:auto;
}
.pullRight {
float:right;
width:auto;
}

* html .pullLeft {
position:absolute;
width:198px;
z-index:20;
}
* html .pullRight {
position:absolute;
width:198px;
z-index:20;
margin-left:198px;
}
* html .pullLeft .suchfeld,
* html .pullRight .suchfeld {
width: 150px;
}

/* - - - - - - - - - - - - - - - - - -  Phase II Produktgruppen  - - - - - - - - - - - - - - - - - - */
.produktgruppen {
background-color:#F0F0F0;
}
.produktgruppen img {
margin:0 0 0 0;
border:1px solid #E6E6E6;
}
.produktgruppen form div {
padding:0 10px 10px 10px;
}
.produktgruppen .suche label {
display:block;
margin-bottom:-12px;
}
.produktgruppen .suche .suchfeld {
width: 182px;
}
.suche .feldS {
width: 80px;
padding:0;
margin:3px -3px 1px 0;
}
.suche .feldM {
width: 145px;
padding:0;
margin:3px -3px 1px 0;
}
.inhaltL {
float:none;
width:auto;
text-align:left;
height:auto;
min-height:320px;
padding:0;
margin:0 0 10px 20px;
}
* html .inhaltL {
width:auto; margin:0 0 -20px 20px;
}
/* Hides from IE-mac \*/
* html .inhaltL {width:auto; margin:0 0 -20px 20px; }
/* End hide from IE-mac */

.inhaltL .blaetternBottom {
border-top:0;
margin-top:-20px;
padding-top:3px;
font-size:95%;
}
.ohneBorder {
border:0;
margin-bottom:0;
margin-top:0;
padding:2px 3px 8px 6px;
text-transform:uppercase;
height:auto;
}

* html .ohneBorder {margin-top:15px; padding:3px 3px 5px 6px; }


.ohneBorder .ListeHorizontal {
line-height:125%;
}

.inhalt a.up,
.inhalt a.down {
margin::0 0 0 0;
padding:0;
background-image:none;
}

.inhalt a.up img,
.inhalt a.down img {
margin:3px 2px 0 2px;
padding:3px;
vertical-align:top;
}
/* - - - - - - - - - Investor Relations Formular - - - - - - - - - - - */
.login span.irLogin {
display:block;
margin:0 20px 10px 0;
}
* html .login span.irLogin {
display:inline-block;
}
.login span.irLogin label.left,
.login span.irLogin span.left  {
float:left;
width:165px;
font-size:95%;
}
.login span.irLogin span.right  {
float:left;
width:165px;
margin-left:15px;
font-size:95%;
}
.login span.irLogin input.feld {
float:right;
width:164px;
margin:0 ;
}
/* Hides from IE-mac \*/
* html .login span.irLogin input.feld {width:158px; }
/* End hide from IE-mac */

.login .blockRight span.irLogin input.medium {
width:115px;
}

/* Hides from IE-mac \*/
* html .login .blockRight span.irLogin input.medium {width:107px;}
/* End hide from IE-mac */

.login .blockRight span.irLogin input.small {
width:40px;
}

.login .blockRight span.irLogin input.smallplz {
width:35px;
float:left;
margin-left:16px;
margin-right:2px;
}

.login span.irLogin select.feld {
float:right;
width:170px;
margin:0 ;
}
/* Hides from IE-mac \*/
* html .login span.irLogin select.feld {width:165px;}
/* End hide from IE-mac */

.login span.irLogin textarea.areatext {
width:98%;
margin:0
}

.login span.irLogin textarea.areatextform {
width:98%;
margin:0
}

label.check {
 width:auto;
 padding-left:35px;
}

.inhalt form label .labelList {
display:block;
margin:5px 0 0 3px;
}

.marginLeft15 {
margin-left:15px;
}
.marginLeft175 {
margin-left:175px;
}
.buttonIR {
padding:1px 0 2px 25px;
font-weight:bold;
background-color:#fff;
border:0;
margin-left:120px;
}

.buttonIR2 {
display:block;
padding:1px 0 2px 20px;
font-weight:bold;
background-color:#fff;
border:0;
margin-left:25px;
margin-top:5px;
}
a.buttonIR2,
a.buttonIR2:link,
a.buttonIR2:visited {
padding:1px 0 2px 29px;
text-decoration:none;
vertical-align:baseline;
margin-left:0;
}
.buttonReset {
padding:1px 0 2px 20px;
font-weight:normal;
background-color:#fff;
border:0;
margin-left:102px;
cursor:pointer;
}
.fontSmall {
font-size:95%;
}
input .error,
select.error
{
background-color:#FD5E17;
}

.login span.irLogin label.error,
.login span.irLogin span.error,
.box .error {
color:#C52042;
}
label.floatLeft {
margin-top:0.05em;
}
.inhalt .box h3.error {
font-size:103%;
font-weight:normal;
border-bottom:5px solid #C52042;
text-transform: uppercase;
margin-bottom:10px;
padding-bottom:2px;
color:#C52042;
}
.inhalt .blockRight h3 {
font-size:103%;
font-weight:bold;
margin-bottom:10px;
padding-bottom:4px;
}
.inhalt .irLogin br {
clear:left;
display:block;
}

/* - - - - - - - - - - - - - - - - - -  Phase II Brochure Order  - - - - - - - - - - - - - - - - - - */

.inhalt .blockRight .suchbutton3 {
position:relative;
margin-left:5px;
top:2px;
}

table.order .brochureImg {
/* border:1px solid #c7c7c7; */
line-height:98px;
min-height:98px;
width:78px;
vertical-align:middle;
margin-bottom:4px;
}

* html table.order .brochureImg {
height:98px;
}

table.order .brochureImg img {
vertical-align:middle;
}

form.order span {
display:block;
padding:0;
margin:0 0 -10px 0;
}

form.order label.left {
float:left;
width:6em;
}

form.order input.feld {
width:45px;
}

form.order select.feld {
width:88px;
}

form.order .buttonIR2 {
margin-left:0;
margin-top:10px;
font-size:95%;
padding:0 0 5px 25px;
text-align:left;
cursor: pointer;
}

form.order a {
	background-image:none;
}

.rightPX {
position:relative;
right:5px;
}

.buttonOrder {
margin-left:100px;
padding-left:25px;
width:auto;
cursor: pointer;
}

.buttonOrderR {
margin-left:120px;
padding-left:25px;
font-weight:normal;
width:auto;
cursor: pointer;
}

.brochureButton .buttonOrder {
float:left;
width:auto;
position:relative;
left:100px;
margin-left:0;
padding-top:0;
vertical-align:middle;
}

* html .brochureButton .buttonOrder {
padding-left:0;
}

.brochureButton .buttonOrderR {
float:right;
width:auto;
margin-left:0;
margin-left:0;
vertical-align:middle;
}

* html .brochureButton .buttonOrderR {
padding-left:10px;
}

.spaceBoBottom{
	margin-bottom: 200px;
}

/* - - - - Warenkorbteaser - - - - - */

.teasermodul table.Wk,
.teasermodul table.Wk th,
.teasermodul table.Wk td
 {
border-bottom:0;
font-weight: normal;
}

.teasermodul table.Wk th {
padding-right:3px;
}

.teasermodul table.Wk tr.last {
/* background-color:#e6e6e6; */
}

.teasermodul table.Wk .zahl {
text-align:right;
}

/*
  nur fuer PC IE wegen Mac IE
\*/
* html .buttonOrder {
float:left;
padding-left:10px;
cursor: pointer;
}

* html .buttonOrderR {
float:right;
margin-left:0;
padding-left:10px;
cursor: pointer;
}

/* /// Phase II Brochure Order */

/* - - - -Brochure-Order-Teaser - - - - - */

#rechts .brochure {
/* border-bottom:1px solid #e6e6e6; */
}

#rechts .brochure li {
margin-top:8px;
}

* html #rechts .brochure li {
display:inline-block;
margin-top:5px;
}

table.order .brochureImg img {
vertical-align:middle;
margin-top:-2px;
}

* html table.order .brochureImg img {
vertical-align:middle;
margin-top:0;
}
