
/*
Dunkelblau: #00467C
Blau 2: #B2C7D7
Blau 3: #D9E3EB

Sattes Gelb: #F7DB00
Gelb 2: #FAEA6E 
Gelb 3: #FEFAD9

Grau: #D8D9DB
Hellgrau #EDEEEE
  

*/

body {
	background:#fff;
  margin:0;
  padding:0;
  font-family:arial, helvetica, sans-serif;
  font-size:100.1%;
  color: black;
         }

textarea {
  font-family:arial, helvetica, sans-serif;
  font-size:.9em;  
  }

a {
	color: #00467C;
         }
  
         
a:hover {
	text-decoration:none;
         }         

img {
	border: none;
         }
         
caption {
  text-align:left;
  font-weight:bold;
  } 
  
address {
  font-style:normal;
  margin: 1em 0;
  }        

#container
{
	max-width: 71em;
	margin: 0 auto;
	background-color: #fff;
	color: #333;
	line-height: 1.4em;
  /*font-size:.9em;*/
  /*border-left: 2px solid #00467C;*/
  border: 2px solid #00467C;
}

/* ------------ Oberer Teil ------------ */


#oben {
  float:left;
  width:100%;
	padding: 0;
  margin:0;
	background: #D8D9DB;  
  border-bottom: 2px solid #00467C;

}

#logo {
  float:left;
  width: 290px;
  margin:0 ;
	padding:5px 0 0 5px;
         }




ul#navioben  {
  float: right;
  width:40em; 
  text-align:right;
	list-style: none;
	padding: 0;
	margin: 22px 0 0 0;
}

ul#navioben li {
  float:right;
  width:6em;
  list-style: none;
	display:inline;
	margin: 0px;
	padding: 0px;
  white-space:nowrap;
}

ul#navioben a, ul#navioben span {
  display:block;
  margin: 0px;
  padding: .3em .5em;
  text-decoration: none;


   }
   
ul#navioben li span {
  color:#000;
}


ul#navioben a:hover {
         background:#fff ;
  }
  
ul#navioben li.breitePresse {
  width:8em;
  } 
  
ul#navioben li.breiteMessen {
  width:9em;
  }   
  
ul#navioben li.breiteLinks {
  width:7em;
  } 
  
ul#navioben li.breiteLiteratur {
  width:12em;
  } 
  
ul#navioben li.breiteFirmen {
  width:12.5em;
  }     
  
ul#navioben li.breiteNews {
  width:7.5em;
  }   

ul#navioben li.breiteUeberNF {    
  width:10em;
  } 
  
  
ul#unternavioben {
  clear:both;
  float:right;
  display:block;
  width:100%;
  text-align:right;
	list-style: none;  
  margin: 0;
  padding:0;
  background:#EDEEEE;
	border-top: 2px solid #00467C;  
}

ul#unternavioben li {
  float: right;
  width:auto;
	list-style: none;
  display:inline;
  min-width:2.0em;
  text-align:center;
  padding:0;
  border-left:  2px solid #D8D9DB;
}

ul#unternavioben a, ul#unternavioben span {
  margin: 0px;
  display:block;
  padding: .4em .5em;
  text-decoration: none;
    }
    
ul#unternavioben a:hover, ul#unternavioben span {
         background:#fff ;
  }    

ul#unternavioben.blauerBG {
  background:#D9E3EB;
}



/* ------------ Linke Spalte ------------ */


#links
{
	clear:both;
	float: left;
	width: 220px;
  width:16em;
	margin: 0;
	padding:0;
	background:#B2C7D7;
	border-right: 2px solid #00467C;
	border-bottom: 2px solid #00467C;
}

#links h2 {
	margin: 2em 0 0 0;
  padding: 3px 4px;
  color:white;
	background: #00467C;
  font-size: 1em;
  font-weight:bold;
         }


ul#kategorieNavi, ul#quickNavi, ul#indizesNavi, ul#suchNavi   {
	margin:0;
  padding:0;
         }

ul#kategorieNavi li, ul#quickNavi li, ul#indizesNavi li, ul#suchNavi li {
         padding:0px 0;
         margin:0;
	       list-style: none;
         border-bottom:2px solid #D9E3EB;
	}

ul#kategorieNavi a, ul#quickNavi a, ul#indizesNavi a, ul#suchNavi a {
	       text-decoration: none;
         padding: .3em .3em;
         display:block;
         }

ul#kategorieNavi a:hover, ul#quickNavi a:hover, ul#indizesNavi a:hover, ul#suchNavi a:hover {
         background-color:#fff;
         }


#links li ul {
         margin:0 0 0 0;
         padding:0;
         background:#D9E3EB;
         }

#links li ul li {
         padding:0;
         margin:0;
	       list-style: none;
         color:red;
         border-top:1px solid #f4f4ff;
         border-bottom:none;
	}

#links li ul li a {
         padding:2px 2px 2px 15px;
         }

#links li ul li a:hover {
         background-color:#fff;
         }

/* ----- Suchfeld ------ */
#links #suchForm input {
  width:12em;
  padding: .5em;
  background: #D9E3EB;
  border: 1px solid #00467C;
}

#links #suchForm input.schaltflaeche {
  width: 3em;
  padding:0.4em;
  background: #00467C;
  font-weight:bold;
  color: white;
  border: 1px solid #D9E3EB;
  } 

#links #suchForm fieldset {
  border: none;
  padding:0;
  margin:.3em .3em 1em .3em;
}


/* ------------ Rechte Spalte ------------ */

#rechts
{
/*	display:inline; */
	float: right;
  width:13em;
  min-width:188px;
	margin: 0;
	padding: 0;
	background:#FEFAD9;
	border-left: 2px solid #00467C;
	border-bottom: 2px solid #00467C;	
}

#rechts p {
  margin:0;
  font-size:.9em;
  padding: .2em .5em;
  }

#rechts h2 {
	margin:.5em 0 0 0;
  padding: 3px 4px;
  color:white;
	background: #F7DB00;
  font-size: 1em;
  font-weight:bold;
         }
         
#rechts #pisa {
  background:url(../grafik/karo.gif);
  border-bottom: 1px solid #F7DB00;
  margin-bottom:2em;
  }  
  
#rechts #pisa h2 {
  padding-top:0;
  margin-top:0;
  }  
  
#rechts #pisa div {
  height:35px;
  background:url(../grafik/Ring.gif);
  background-repeat: repeat-x;
}           
         
#rechts #pisa ul {
  font-size:.9em;
  padding:0;
  margin:0;
	list-style-type: none;  
} 

#rechts #pisa li {
  padding:0 .5em;
  margin:0;
}    

#rechts #pisa li ul {
  padding:0 .5em;
  margin: 0.3em .3em .8em .9em;
	list-style-type: disc ; 
  }        
  
#rechts #pisa a {
  display:block;
	text-decoration:none;
	font-weight:bold;
         }  
  
#rechts #pisa a.schalterPisa {
  padding:6px 2px 6px 32px;
  background: url(../grafik/merken3.gif) no-repeat left center ;
} 

#rechts #pisa a.schalterPisa:hover {
  background: url(../grafik/merken4.gif) no-repeat left center ;
} 

#rechts #pisa a.schalterKontakt {
  padding:6px 2px 6px 32px;
  line-height:1em;
  background: url(../grafik/info3.gif) no-repeat left center ;
} 

#rechts #pisa a.schalterKontakt:hover {
  background: url(../grafik/info4.gif) no-repeat left center ;
} 




ul#einstellungenNavi, ul.spalteAusNavi, ul#rssFeed  {
	margin:0;
  padding:0;
         }

ul#einstellungenNavi li, ul.spalteAusNavi li, ul#rssFeed li {
  padding:0;
  margin:0;
	list-style: none;
  border-bottom:1px solid #FAEA6E;
	}

ul#einstellungenNavi a, ul.spalteAusNavi a, ul#rssFeed a {
	text-decoration: none;
  padding:.3em .2em;
  display:block;
         }

ul#einstellungenNavi a:hover, ul.spalteAusNavi a:hover, ul#rssFeed a:hover {
         background-color:#fff;
         }
         
ul#rssFeed h3 {
  font-size: 1em;
  margin:0;
}         

#rechts p.schalterRSS {
  padding:6px 2px 6px 32px;
  font-weight:bold;
  line-height:1.2em;
  text-decoration:none;  
  background: url(../grafik/rss-icon-kl.gif) no-repeat left center ;
} 

#rechts p.schalterRSS a {
  text-decoration:none;  
  display:block;
} 

#rechts p.schalterRSS a:hover {
  background-color:white

} 

#rechts ul#rssFeed span {
  display:block;
  font-weight:bold;
}
         
#addLesezeichen a{
	text-decoration: none;
  padding:.3em .2em;
  display:block;
         }

#addLesezeichen a:hover {
         background-color:#fff;
         }         

.bigFont {
	font-size:18px !important;
         }

.xbigFont {
	font-size:22px !important;
         }
         
#rechts .versteckt {
  display:none;
  }         
         
/* ----- Sortier + Newsletter-Feld ------ */
#rechts #newsletterForm input {

  width:12.2em;
  padding: .5em;
  background: #fdf4b2;
  border: 1px solid #F7DB00;
}

#rechts #formOptionen select {
  width:13em;
  padding: 0em;
  background: #fdf4b2;
  border: 1px solid #F7DB00;
}


#rechts #newsletterForm input.schaltflaeche, 
#rechts #formOptionen input.schaltflaeche{
  width: 7em;
  margin: .3em 0;
  padding:0.2em;
  background: #F7DB00;
  font-weight:normal;
  color: #fff;
  border: 1px solid #fff;
  font-weight:bold;
  } 

#rechts #newsletterForm fieldset, #rechts #formOptionen fieldset{
  border:1px solid #F7DB00;
  padding:0;
  margin:.3em;
}         

  
#rechts fieldset.rahmenlos {
  border:none !important;
  }

#alternativRechts {
	float: right;
  width:13em;
	margin: 0;
	padding: 0;
	background:#FEFAD9;
	display:none;
	border-left: 2px solid #00467C;
	border-bottom: 2px solid #00467C;	
 	
         }

/* ------------ Mitte (Inhalt) ------------ */

#inhalt
{
  margin-left: 16em;
  margin-right: 13em;
  padding: 1em ;
}

#inhalt h1 {
  font-size:1.3em;
  }
  
#inhalt h2 {
  font-size:1.2em;
  }  

#inhalt h3, #inhalt h4 {
  font-size:1em;
  }  
  
#inhalt ul#listen {
	list-style: none;
	margin: 1em 0;
	padding: 0;
}

#inhalt ul#listen li {
  margin: .3em 0;
}

/* ------------ Kategori-Übersicht ------------- */

#inhalt #kategorienavi ul {
	list-style: none;
	margin:0;
	padding:0;
}

#inhalt #kategorienavi a {
        margin: .5em 0;
        padding: .3em;
        background: #D9E3EB;
        border: 2px solid #00467C;
        display:block;
        text-decoration:none;
        } 
        
#inhalt #kategorienavi a:hover {
  background-color:white;
  }        


/* ---------- Startseite -----------------*/
#startseiteLinks {
 float:left;
 width: 48%;
 padding-right:.5em;
 margin:0;
}

#startseiteRechts {
 float:right;
 width: 48%;
 padding-left:.5em;
 margin:0;
 border-left: 1px solid #D9E3EB; 

  }

#startseiteLinks h3 {
	font-size:1em;
	margin:0;
  background:#FEFAD9;
}

#startseiteRechts h3 {
	font-size:1em;
	margin:0;
  background:#D9E3EB;
}

#startseiteLinks h4, #startseiteRechts h4 {
	font-size:1em;
	margin:1em 0 0.5em 0;
}

#startseiteLinks h5, #startseiteRechts h5 {
	font-size:1em;
	margin:0.1em 0 .3em 0;
  font-style:italic;
  font-weight:normal;
}

#startseiteLinks p, #startseiteRechts p {
  margin:0;
  }

#startseiteLinks ol,  #startseiteRechts ol {
	list-style: none;
	margin: 1em 0;
	padding: 0;
}

#startseiteLinks li,  #startseiteRechts li {
	list-style: none;
	margin: 1em 0;
	padding: 0 0 .5em 0;
}

#startseiteLinks li {
  border-bottom:2px solid #FAEA6E !important;	
}

#startseiteRechts li {
  border-bottom:2px solid #D9E3EB;	
  }

        
   
#startseiteLinks a.indexStart {
        margin: 1em 0 2em 0;
        padding: .3em;
        background: #D9E3EB;
        border: 2px solid #00467C;
        display:block;
        text-decoration:none;
        }  
        
#startseiteLinks a.indexStart:hover {
        background: #fff;
        }         
        
#startseiteRechts a.indexStart {
        margin: 1em 0 2em 0;
        padding: .3em;        
        background: #FEFAD9;
        border: 2px solid #00467C;
        display:block;
        text-decoration:none;
        }  
        
#startseiteRechts a.indexStart:hover {
        background: #fff;
        }          
        
#inhalt .minis {
	float:left;
	width: 80px;
         height:80px;
         margin:0 10px 5px 0px;
         overflow: hidden;
         }     
         
/* ---------- News -----------------*/

ol#newsliste, ol#latestproduktliste {
	list-style: none;
	margin: 1em 0;
	padding: 0;
}

#newsliste h2, #latestproduktliste h2 {
  margin: 0 0 0 0;
}

#newsliste h3 ,#newsliste p, #latestproduktliste h3, #latestproduktliste p {
  margin: 1em 0 .5em 0;
}

#newsliste li, #latestproduktliste li {
	list-style: none;
  margin:0;
  padding:0;
  border-bottom:2px solid #D9E3EB;  
}

/* ---------- Bücher, Pressmeldungen-----------------*/

ul#buchliste, ul#presseliste{
	list-style: none;
	margin: 1em 0;
	padding: 0;
}

#buchliste h2, #presseliste h2{
  margin: 0 0 0 0;
}

#buchliste h3 ,#buchliste p, #presseliste p {
  margin: 1em 0 .5em 0;
}

#buchliste li, #presseliste li{
	list-style: none;
  margin:0;
  padding:0;
  border-bottom:2px solid #D9E3EB;  
}
#presseliste li{
  margin: 1em 0;
}         
            

/* ---------- Produktliste -----------------*/

ol#produktliste   {
	list-style: none;
	margin: 1em 0;
	padding: 0;
	}
  
#produktliste li  {
	list-style: none;
	margin: 1em 0 2em 0;
	padding: 0;
	}
        
#produktliste table {
	margin: 1em 0;
	padding: 0;
  display:block;
  border-spacing:0;
}        

#produktliste tr, #produktliste td, #produktliste th {
	padding: .3em;
  border:1px solid #fff;	
}

#produktliste ol.kategorien, #produktliste .kategorien li { 
	list-style-type: upper-roman;
	margin:0;

}

#produktliste ol.kategorien li ol
{
	list-style-type: lower-roman;
}

#produktliste .kategorien li {
  margin:0;
	padding:0;  
}



ul#navisub  {
	list-style: none;
	margin: 0;
	padding: 0;
	border: 2px solid #00467C;
	background: #FEFAD9;
}

#navisub li {
	list-style: none;
	display: inline;
	margin: 0;
	padding: 0;
}

#navisub a, #navisub span {

    	margin: 0em;
    	padding: .5em;
    	text-decoration: none;
    }
       
       
/* ---------- Suchergebnisse -----------------*/

ul#suchergebnisse{
	list-style: none;
	margin: 1em 0;
	padding: 0;
}

#suchergebnisse h2{
  margin: 0 0 0 0;
}

#suchergebnisse h3 ,#suchergebnisse p {
  margin: 1em 0 .5em 0;
}

#suchergebnisse li {
	list-style: none;
  margin:1em 0 0 0;
  padding:0;
  border-bottom:2px solid #D9E3EB;  
}
       
       
/* ---------- einzelnes Produkt -----------------*/       

table#produktdarstellung   {
	margin: 1em 0;
	padding: 0;
  display:block;
  border-spacing:0;
}       
    
#produktdarstellung tr, #produktdarstellung td, #produktdarstellung th {
	padding: .3em;
  border:1px solid #fff;	
}

#produktdarstellung ol.kategorien, #produktdarstellung .kategorien li { 
	list-style-type: upper-roman;
	margin:0;
}        

ol.kategorien li ol {
	list-style-type: lower-roman;
}

table#vertriebsinfos td, table#vertriebsinfos th{
  padding:.3em;
}

table#vertriebsinfos td a {
  display:block;
  text-decoration:none;
  font-weight:bold;
}
    
#navidetail {
  width:19em;
  padding:0;
  margin:2em 0 1em 0;  
  }  
  

#navidetail li {
  background-color:#00467C;
  padding:0px 0;
  margin:10px 0;
	list-style: none;
	}

#navidetail a {
  display:block;
  padding:6px 2px 6px 40px;
	color:#fff;
	text-decoration:none;
	font-weight:bold;
         }

#navidetail a.schalterPisa {
  background: url(../grafik/merken1.gif) no-repeat left center ;
} 

#navidetail a.schalterPisa:hover {
  background: url(../grafik/merken2.gif) no-repeat left center #B2C7D7;
} 

#navidetail a.schalterKontakt {
  background: url(../grafik/mail1.gif) no-repeat left center;
} 

#navidetail a.schalterKontakt:hover {
  background: url(../grafik/mail2.gif) no-repeat left center #B2C7D7;
} 

#navidetail a.schalterDruck {
  background: url(../grafik/druck1.gif) no-repeat left center;
} 
#navidetail a.schalterDruck:hover {
  background: url(../grafik/druck2.gif) no-repeat left center #B2C7D7;
} 

#navidetail a.schalterFax {
  background: url(../grafik/fax1.gif) no-repeat left center;
} 
#navidetail a.schalterFax:hover {
  background: url(../grafik/fax2.gif) no-repeat left center #B2C7D7;
} 

#navidetail a.schalterBack {
  background: url(../grafik/zurueck1.gif) no-repeat left center;
} 
#navidetail a.schalterBack:hover {
  background: url(../grafik/zurueck2.gif) no-repeat left center #B2C7D7;
} 

/* ---------- Kontaktformular  -----------------*/

#inhalt #kontaktformular {
  width:98%;
}

#inhalt #kontaktformular fieldset{
  background:#EDEEEE;
  border:1px solid #D8D9DB;
  margin:0 0 1em 0;
}

#inhalt #kontaktformular legend{
  font-weight:bold;
  }
         
#inhalt #kontaktformular #frageSet textarea {
  width:100%;
  background:#fff;
  border:1px solid #D8D9DB;
  height:13em;
  }          
         
#inhalt #kontaktformular #kontaktdatenSet label {
  float:left;
  width: 8em;
  } 
         
#inhalt #kontaktformular #kontaktdatenSet input, 
#inhalt #kontaktformular #kontaktdatenSet textarea {
  width:25em;
  background:#fff;
  border:1px solid #D8D9DB;
  } 
  
#inhalt #kontaktformular #kontaktdatenSet textarea {
  height:13em;
  }            
    
#inhalt #kontaktformular #kontaktdatenSet input:focus, 
#inhalt #kontaktformular #kontaktdatenSet textarea:focus {
  background: #D8D9DB;
  }

#inhalt #kontaktformular input.schaltflaeche {
  padding:0.4em;
  background: #00467C;
  font-weight:bold;
  color: white;
  border: 1px solid #D9E3EB;
}    

#inhalt #kontaktformular br {
  clear:left;
}

/* -------- Messe eintragen Formular ---------- */

#inhalt #messeNeu {
  width:98%;
}

#inhalt #messeNeu fieldset{
  background:#EDEEEE;
  border:1px solid #D8D9DB;
  margin:0 0 1em 0;
}


#inhalt #messeNeu label {
  float:left;
  text-align:right;
  width: 10em;
  padding-right:.5em;
  } 
  
#inhalt #messeNeu input{
  width:25em;
  background:#fff;
  border:1px solid #D8D9DB;
  } 

#inhalt #messeNeu input.schaltflaeche {
  width:17em;
  padding:0.4em;
  background: #00467C;
  font-weight:bold;
  color: white;
  border: 1px solid #D9E3EB;
}
/* ---------- Firma registrieren formular  -----------------*/

#inhalt #firmaregistrieren {
  width:98%;
}

#inhalt #firmaregistrieren fieldset{
  background:#EDEEEE;
  border:1px solid #D8D9DB;
  margin:0 0 1em 0;
}

#inhalt #firmaregistrieren legend{
  font-weight:bold;
  }
         
#inhalt #firmaregistrieren textarea {
  width:100%;
  background:#fff;
  border:1px solid #D8D9DB;
  height:13em;
  }          
         
#inhalt #firmaregistrieren label {
  float:left;
  width: 8.9em;
  } 
         
#inhalt #firmaregistrieren input{
  width:28em;
  background:#fff;
  border:1px solid #D8D9DB;
  } 
  
    
#inhalt #firmaregistrieren input:focus, 
#inhalt #firmaregistrieren textarea:focus {
  background: #D8D9DB;
  }

#inhalt #firmaregistrieren input.schaltflaeche {
  padding:0.4em;
  background: #00467C;
  font-weight:bold;
  color: white;
  border: 1px solid #D9E3EB;
}    

#inhalt #firmaregistrieren #bestaetigungset input {
  float:left;
  width: 2em;
  } 

#inhalt #firmaregistrieren #bestaetigungset label {
  float:none;
  margin-left:3em;
  } 

.pflichtfeld {
  font-weight: bold;
}

/* ------------- Suchseite  + LoginForm---------- */
#inhalt #suchseitenFormular,#inhalt #firmenlogin {
  width:98%;
}

#suchseitenFormular fieldset, #firmenlogin fieldset{
  background:#EDEEEE;
  border:1px solid #D8D9DB;
  margin:0 0 1em 0;
}

#suchseitenFormular input, #firmenlogin input{
  padding:0.4em;
  background:#fff;
  border:1px solid #D8D9DB;
  } 

#suchseitenFormular input:focus, #firmenlogin input:focus{
  background: #D8D9DB;
  }
  
#suchseitenFormular input.schaltflaeche, #firmenlogin input.schaltflaeche{
  padding:0.4em;
  background: #00467C;
  color: white;
  border: 1px solid #D9E3EB;
} 

#firmenlogin label {
  float:left;
  width: 6em;
  } 
    
/* ---------- Footer -----------------*/

#unten
{
clear: both;
margin: 1em 0 0 0;
padding: 0 0 .5em 0;
color: #333;
background-color: #D8D9DB;
border-top: 2px solid #00467C;
}


#unten ul {
  float:left;
  width: 12em;
	list-style: none;
	margin: 0;
	padding: 0;
}

#unten li {
  list-style: none;
	margin: 0;
	padding: 0;
  white-space:nowrap;
}


#unten li a {
  display:block;
  margin: 0px;
  padding: .3em .5em;
  text-decoration: none;
   }

#unten a:hover {
         background:#fff ;
  }


#unten p {
  margin:.3em 7em 0em 13em;
  }

#unten p.nachoben {
  margin:0;
  float:right;
  width: 6em;
}

#unten p.nachoben a {
  display:block;
  margin: 0px;
  padding: .3em .5em;
  text-decoration: none;
   }
   
#unten p.backlink {
  margin:0 auto;
  padding: .5em;
  width: 25em;
  text-align:center;
}

#unten p.backlink a {
  margin: 0px;
  padding: .3em .5em;
  text-decoration: none;
  font-size:1.1em;  
  color: #00467C;
   }   
   
   
/* ------ Klassen zum Spalte ausblenden / einblenden---------- */
.rechtsAus {
	display:none;
}

.rechtsAn {
	display:inline !important;
         }
         
.rechtsRand {
	margin-right: 1em;
         }  
   
   

/* ---------- allgemeine Klassen  ---------- */
.umbruch {
	clear:both;
	font-size: 5px;
	line-height:5px;
	padding:0;
	margin:0;
         }

.hinweis {
  font-weight: bold;
}

.gerade {
  background: #EDEEEE;
  }
  

.ungerade {
  background: #D8D9DB;
  } 
  
.nachoben {
  text-align:right;
  }  

#antwort {
	visibility: hidden;
         }
         
.nfNews {
  border:1px solid red;
}         

a.linkbutton {
        margin: 1em 0 2em 0;
        padding: .3em;
        background: #D9E3EB;
        border: 2px solid #00467C;
        display:block;
        text-decoration:none;
        }  
        
a.linkbutton:hover {
        background: #fff;
        } 
        
.fehler {
  color:red;
  }

