		/* Beuth Verlag - Container-Styles */
/* 
 2008-01-04 schu: Anpassungen fuer AdWords
 2006-03-29 lore: .abstandtransparent
 2006-01-20 schu: Anpassungen fuer Druckvorschau 
 2006-01-09 trei fuer kgo: Anpassungen fuer tpl-order-maske 
 2006-01-09 lore: contentbox-top, contentbox und contentbox-bottom fuer firefox/opera/netscape ueberarbeitet 
 2006-01-09 schu: IE-Hack gegen 3-px-Bug
 2006-01-09 schu: Breite veraendert; vorher: 370px 
                  Grund: Werbebanner soll buendig anschliessen 
*/
 
/* Grunddefinition fuer die Seite */
body{
margin:0;
padding:0;
font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size:100%; /* <-- damit werden die Vergrößerungsstufen im Browser nicht so gross */
background-color:#FFF;
color:#000;
}
/* Container fuer die Fussleiste */
#footer{
font-size:0.8em;	
border-top:#CDE1E8 1px solid;
padding:5px;
line-height:1.7em;
color:#46545F;
margin: 0 10px;
}
/* Container fuer den Header */
/* 2006-01-20 schu: auch für Print-Seiten */
#header, #header_print{
background: #b2e6fb url(/images/bg_books2.gif) repeat-x top right;
margin:0;
padding:0;
height: 60px!important;
width : 100%;
white-space: nowrap!important;
}
/* 2006-01-20 schu: nur für Print-Seiten */
#header_print{
background:none;
background-color:#006991;
}

/* schu 2006-01-06 IE-Hack gegen 3-px-Bug */
* html #header {
margin-bottom: -3px;
}



/* 
schu 2006-01-09: Breite veraendert; vorher: 370px 
                 Grund: Werbebanner soll buendig anschliessen 
*/
#header .left {
position: relative;
z-index: 100;
float: left;
width: 160px; 
}


/* schu 2006-01-06 IE-Hack gegen 3-px-Bug */
* html #header .left{
margin-right: -3px; 
}
#header .right {
z-index: 0;
position: relative;
float: right;
width: 300px;
margin: 12px 15px 0 10px;
}

span.claim {
color: #EFF5F8;
font-size: 1.05em;
font-weight: bold;
}

/* Gesamtcontainer der Seite */
/* 2006-01-20 schu: auch für Print-Seiten */
#main, #main_print{
min-width: 660px;
}
/* 2006-01-20 schu: nur für Print-Seiten */
#main_print{
    max-width: 21cm;  
    margin-left:1cm;
    margin-right:1cm;
}

#em {
  width: 1em;
  height: 0;
  overflow: hidden;
}
#main {
  text-align: left;
  min-width: 800px;
  width:expression(document.body.clientWidth > 820?  "auto" : "820px");

}

#main #columns {
  padding-left:160px;
  padding-right:180px;
}

/*kgo 2006-01-09 kgo 2006-01-09 - zum Ausblenden der Navigation*/ 
#main_ohneleft #columns_ohneleft {
  /* padding-left:160px;*/ 
  padding-right:180px;
  
}

.cols-wrapper {
  width: 100%;
}
.cols-wrapper[class] {

  padding-bottom: 0.1px; /* [4] */
}

.float-wrapper {
  float: left;
  width: 100%;
  position: relative;
  z-index: 0;
  margin-right: -2%;
}
.float-wrapper[class] { /* [2] */
  margin-right: -1px;
}




/* Container fuer die linke Spalte */


#left {
  font-size: 0.7em;
  color:#000;
  float: left;
  margin-left: -160px;
  z-index: 10; /* [3] */
}
#left[id] { /* [2] */
  margin-right: 1px;
}

.sidecol {
  position: relative;
  width: 160px;
  overflow: hidden;
}
.marginalcol {
  position: relative;
  width: 180px;
  overflow: hidden;
}

#middle{
  font-size:0.7em;
  background-color:#FFF;
  float: right;
  width: 100%;
}
#middle[id] { /* [2] */
  margin-left: -1px;
}

/* Container fuer die mittlere Spalte Bestellung*/
/* 2006-01-03 TREI/KGO */
#middle_ohneleft{
background-color:#FFF;
font-size:0.7em;
margin: 0px 0px 0px 0px;
padding:0px;
height:100%; /* IE hack */
}

#right {
background-color:#006991;
color:#fff;
font-size:0.7em;
float: right;
margin-right: -180px;
z-index: 11; /* [3] */

}
#right[id] { /* [2] */
  margin-left: 1px;
}

/* Abstand zwischen den Spalten */
.column-in{
margin:0px 0px 0px 0px;
padding: 0px 10px 5px 10px;
}
/* mindesthöhe der contentspalte nicht ie*/
.height{
min-height: 750px;
}
/* Carriage Return */
.cleaner{
display: block;
position:relative;
background:transparent;
border:none;
clear:both;
font-size:1px;
height:0px!important;
margin:0;
padding:0
}
/* Container fuer die linke meta-navi */
#meta-navi-links {
background:#b2e6fb;
height:20px;
margin:0px 0 0px 0px;
padding:0px 0px 0px 0px;
color:#000;
}
#meta-navi-links[id] {
height:20px;
}

#myBeuthmeta-navi-links {
background:#006991;
height:20px;
margin:0px 0 0px 0px;
padding:0px 0px 0px 0px;
color:#fff;
}
#myBeuthmeta-navi-links[id] {
height:20px;
}
/* Container fuer die mittlere meta-navi */
#meta-navi-mitte {
background:#b2e6fb;
height:20px;
margin:0px 0px 0px 0px;
padding:3px 0px 0px 10px;
color:#000;
width: 100%;
}
#meta-navi-mitte[id] {
height:17px;
}

#myBeuthmeta-navi-mitte {
background:#006991;
height:20px;
margin:0px 0px 0px 0px;
padding:3px 0px 0px 10px;
color:#fff;
width: 100%;
}
#myBeuthmeta-navi-mitte[id] {
height:17px;
}

/* Container fuer die rechte meta-navi */
#meta-navi-rechts {
background:#b2e6fb;
height:20px;
margin:0px 0 0px -3px;
padding:3px 0px 0px 0px;
color:#000;
}
#meta-navi-rechts[id] {
height:17px;
}

#myBeuthmeta-navi-rechts {
background:#006991;
height:20px;
margin:0px 0 0px -3px;
padding:3px 0px 0px 0px;
color:#fff;
}
#myBeuthmeta-navi-rechts[id] {
height:17px;
}


/* -------- navigationbox  ----------*/
/* navigationbox hintergrundfarbe*/
.navigation{
background-image: url(/images/linie_nav_oben.gif);
background-repeat: no-repeat;
background-color:#b2e6fb;
}
.navileerabstand {
display: block; 
height: 10px;
line-height: 10px;
}
img.imagefloat {
float:left;
}
/* navigation bannerposition*/
.themennavi{
border-top: 1px solid #CDE1E8;
padding: 3px 3px 0px 10px;
margin-top:5px;
text-align: right;
}
/* navigation bannerposition din*/
.din{
border-top: 1px solid #CDE1E8;
padding: 20px 0px 3px 0px;
margin-top:5px;
text-align: right;
}


/* -------- myBeuthnavigationbox  ----------*/
/* navigationbox hintergrundfarbe*/

.myBeuthNavigation{
background-image: url(/images/linie_nav_oben.gif);
background-repeat: no-repeat;
background-color:#006991;
}
.myBeuthNavigation .suche {
color: #fff;}




/* -------- marginalspalte  ----------*/
/* marginalspalte login abstand*/
/* warenkorb hintergrundbild */
.korb{
background-image: url(/images/hg_warenkorb.gif);
background-repeat: no-repeat;
background-position: top right;
border-top: 1px solid #ffffff;
padding-top: 5px;

}
.korb p{
margin: 10px 0px 10px 0px;
}
.contentbannerbox{
padding: 5px;
}

/* fuer Adwords auch im Content-Bereich */
#middle .contentbannerbox{
padding: 10px;
}

.contentbannerbox img {
 align: center;
}

.bannerbox{
border-right:1px solid #CDE1E8;
border-left:1px solid #CDE1E8;
border-bottom:1px solid #CDE1E8;
background-color: #fff;
color: #333;
}

/* fuer Adwords auch im Content-Bereich - aber rechts ohne Rahmen */
#middle .bannerbox{
border-left:1px solid #E7F0F5;
border-bottom:1px solid #E7F0F5;
border-right: none;
}

.bannerbox-img {
 text-align: center;
 padding-top: 5px;
}

.bannertopline{
background-color: #006991;
color: #fff;
display:block;
padding: 3px 0px 3px 10px;
text-transform: uppercase;
font-size: 1.0em;
font-weight: bold;
}
/* fuer Adwords auch im Content-Bereich mit roter Ueberschrift*/
#middle .bannertopline{
background-color: #d8f3fc;
color: #FF0000;
text-transform: none;
}


.loginmarginal {
 padding-top: 5px;
}

.loginmarginal p {
 margin: 10px 0px 10px 0px;
 padding-left: 5px;
}

.loginmarginal img {
 margin-bottom: -2px;
 padding-bottom: -2px;
}


.loginmarginalbox {
 padding-left: 10px;
}


/* -------- contentbereich  ----------*/
/* contentbereich obere box hintergrundfarbe */
/* Container fuer die content navi */
.meta-navi-content {
height:15px;
margin:0px 0px 0px 0px;
padding:5px 0px 0px 10px;
font-size: 0.85em;
}

 .meta-navi-contentborder {
border-bottom:1px solid #CDE1E8;
height: 5px;
line-height: 5px;
margin: 2px 2px 0px 0px;
}

.contentbox-top{
border:1px solid #d8f3fc;
margin: 10px 0 0 0;
padding: 0;
background-color: #d8f3fc; 
float: left;
width: 100%;
display: block;
}
/* contentbereich obere box ausrichtung bild */
.boximgfloat{
float: left;
width: 122px;
overflow: hidden;
background-color:#FFFFFF; 
padding: 8px 0px 3px 8px; 
margin: 0px 5px 0px 0px; 
}

.boximgfloat80{
float: left;
width: 82px;
overflow: hidden;
background-color:#FFFFFF; 
padding: 8px 0px 3px 8px; 
margin: 0px 5px 0px 0px; 
}
/* contentbereich  ausrichtung text */
.contentboxtext{
margin-left: 130px;
margin-right: 10px;
}
/* contentbereich ausrichtung des Textes falls kein Bild vorhanden ist */
.text{
margin-left: 10px;
margin-right: 10px;
margin-bottom: 10px;
}
/* contentbereich  icon lupe  */
.lupe{
margin: 5px 0px 2px 80px;
}
.lupe80{
margin: 5px 0px 2px 30px;
}
/* contentbereich  box  */
.contentbox{
border-bottom:1px solid #CDE1E8;
height: 100%;
float: left;
width: 100%;
background-color: #FFF; 
padding-bottom: 10px;
}
.contentbox .left, .contentboxRahmen .left{
float: left;
}
.contentbox .right, .contentboxRahmen .right{
float: right;
text-align: right;
}

.contentboxRahmen{
border-top: 1px solid #CDE1E8;
height: 100%;
padding: 4px 0 3px 0;
margin-top: 4px;
}

.contentboxp{
margin-left: 10px;
margin-right: 10px;
}

.contentboxGray{
margin-left: 10px;
margin-right: 10px;
color: #5E6A76;
}

.contentboxp p{
margin: 0;
padding-top: 5px;
padding-bottom: 20px;
}

.contentBoxmyBeuth {
background: #D8F3FC url(/images/hg_search_myBeuth.jpg) no-repeat top right; 
padding: 10px 10px 10px 10px;
}
.contentBoxmyBeuth .left {
float: left;
padding: 5px 10px 2px 0;
} 
.contentBoxmyBeuth .right {
float: right;
width: 95px;
padding: 5px 30px 2px 0;
}
.contentBoxmyBeuth p {
width: 75%;
padding: 2px 0 6px 0;
margin: 0;
}
.box{
padding-top: 10px;
}
.box .left{
float: left;
}
.box .right{
float: right;
text-align: right;
}

/**Leiste enthält die Seitennavigation (Seitenzaehler) in z.B. Downloadbereich**/


.contentboxItemNav {
border:1px solid #D8F3FC;
margin: 10px 0  2px 0;
padding: 0;
background-color: #D8F3FC;
height: 19px;
} 

/*IE7-Hack*/
*+html .contentboxItemNav {
height:auto;
}


.contentboxItemNav .left {
float: left;
padding: 2px 5px 2px 10px;
}
.contentboxItemNav .right {
float: right;
padding: 2px 5px 2px 0px;
}
/* contentbereich untere box ohne border bottom */
.contentbox-bottom{	
height: 100%;
padding-bottom: 30px;
float: left;
width: 100%; 
background-color:#FFF; 
}

.preis{
display:block;
color:#333; 
padding:10px 0px 2px 0px;
}
/* contentbereich  icon warenkorb  */
.icon-warenkorb{
margin:  0 0 -5px 60px;
}
/* contentbereich top link */
.top{
text-align: right;
margin: 30px 15px 5px 0px;
}
/*erweiterte suche*/
.suchbox{
/*padding:5px;*/
/*width: 612px;*/
background-color: #d8f3fc;
padding-bottom: 15px;
}
.suchbox table{
margin: 5px;
}
.anzahlbox{
background-color:#d8f3fc;
padding: 3px 3px 3px 2px;
margin-top: 10px;
}
.anzahlboxlinks{
/*margin-bottom:6px;*/
}
.anzahlboxrechts{
float: right;
color: #006991;
}
.anzahlbox a:link, .anzahlbox a:visited, .anzahlbox a:hover, .anzahlbox a:active{
color: #006991;
}

/*Container fuer 2-Spaltige tabellarische anzeige von Daten*/ 
.daten-100 {
height:25px;
width:100%;
float:left;
margin: 0;
}
.daten-10{
width:10%;
float:left;
height:auto
}
.daten-20{
width:20%;
float:left;
height:auto
}
.daten-75{
width:75%;
float:right;
text-align:left;
}

/*kgo 2006-01-09 Verhinderung Umbruch der Formulare */
.contentbox_orderform{
border-bottom:0px solid #CDE1E8;
height: 100%;
padding-bottom: 10px;
width: 700px;
}

/* --------------little helpers-------------- */

.abstand{
display:block;
height:10px;
background-color:#FFF;
}
.abstandtransparent{
display:block;
height:10px;
}
.rccont{
margin: 7px 0px;
}
.bordertop{
border-top: 1px solid #4D97B2;
}
.bildumfluss{
float: right;
}



/* --------------keine ahnung-------------- */
/*.publtext{
color:#333; 
padding:10px 10px 2px 0px;
font-size:1.0em;
}
sucheborder{
border: 1px solid #ffffff;	
}
.bannerlink{
color:#333;
text-decoration: none;
}*/
/*.eingangmybeuth a:link, .eingangmybeuth a:visited, .eingangmybeuth a:hover, .eingangmybeuth a:active {
color: #fff; 
text-decoration: none;
font-weight: bold;
line-height: 1.5em;
}
.eingangmybeuth a:hover {
text-decoration: underline;
font-weight: bold;
}
.eingangmybeuth{
	margin: 130px 5px 5px 10px;
}*/

/* Abstand zwischen den Spalten 
.column-in label{
margin:0px 0px 10px 0px;
}*/
	