/*##########################
  GENERAL
  ##########################*/
*
{
  font-family: arial, helvetica, sans-serif;
  font-size: 12px;
  color: #191970;
}

body
{
	margin: 0;
	padding:0;
  text-align: center;
  min-width:750px;
  background: #fff url(../pics/bg_body.gif) repeat-x;
}

body.popup
{
	margin: 10px;
	padding:0;
	min-width: 100px;
  text-align: left;
  background: #FDF5E6;
}


/*Zeilenumbruchproblem in Mozilla*/
body:-moz-last-node .moz-break::before
{
  content: "\200B";
  letter-spacing: -1ex;
}


/*##########################
  SEITENKOMPONENTEN
  ##########################*/

#arbeitsflaeche
{
  border: 0px solid #696969;
  margin: 0px auto;
  width: 1000px;
	text-align:left;
  /*background:  #fdf5e6;*/
}

#kopf
{
  width: 1000px;
  padding: 0;
  margin: 0 0 1px 0;
  height: 101px;
  border-bottom: 0px solid #696969;
  background: url(../pics/bg_kopf.gif) no-repeat;
}

#logo {
  width: 185px; 
  height: 100%; 
  display: block; 
  float:left;
  text-decoration: none;
}

#navi {
  float: left;
  width: 815px;
}

#haupt
{
  width: 1000px;
  padding: 0;
  margin: 0;
  float: left;
}

#leftcol
{
  margin: 0 0 0 0;
  width: 185px;
  background:transparent;
  float: left;
}

#breadcrumb
{
  margin: 15px 12px 10px 12px;
}


#text
{
  border-left: 1px dotted #999999;
  width: 814px;
	margin: 0;
  padding: 0px;
  float: right;	
  text-align: left;
  line-height: 18px;
}

#incinhalt
{
	margin: 3px;
	width: 800px;
	table-layout: fixed;
}


/*Spaltenraster Text */
td.content {
  padding: 5px;
  vertical-align: top;
}

td.contentt {
  padding: 5px;
  vertical-align: top;
  border-left: 1px dotted #999999;
}

div.textcol10 {
  width:; 
}

div.textcol11 {
  width: ;
}

div.textcol2 {
  width: ;
}
div.textcol3 {
  width: 
}
/* Ende Spaltenraster */


/* Subnavi am Seitenende */
#footer {
  clear: both;
  border-top: 1px dotted #999999;
  text-align: center;
  background: none;
}

#footer .block {
  float: left;
  text-align: left;
  margin: 10px 10px;
}

#footer div, #footer a, #footer b {
  color: #999;
  font-size: 11px;  
}

/* Wird das noch gebraucht? */
#bott {
  clear: both;
  margin:0px;
  height:0;
  line-height: 0px;
}

* html #bott /*für IE*/
{
  margin:-4px;
}

/*##########################
  TYPO
  ##########################*/

/* Allgemeines */

hr {
  border: none;
  border-top: 1px dotted #191970;
  height: 1px;
}

.small { /*Verwendung: bibliografische Angaben, Titelliste, */
  font-size: 11px;
  line-height: 14px !important;
  margin-top: 6px;
}

.xl {
  font-size: 15px;
  font-weight: bold;
}

.klein {
  font-size: 11px;
}

.rot {
  color:#FF0000; 
}

.gruen {
  color:#00907F;
}

.firstline {    /* setzt den Vorabstand des Elements auf null, z. B. bei ? am Spalten-/Seitenanfang */
  margin-top: 0;
}


/* Headlines */
h1 {
  font-size: 19px;
  line-height: 23px;
  font-weight: bold;
  color: #191970;
  }

h2 {
  font-family: arial;
  font-size: 9pt;
  font-weight: bold;
  color: #191970;
  margin-bottom: 0pt;
}

/*?berschriften zweiter Ordnung im Adminbereich*/
h4
{
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 1em;
  color: #191970;
}

h5.compress {
  margin-bottom: 6px;
}

/*Bodytext*/

#text p, #text td {
  line-height: 20px;
  font-size: 13px;
}

.longtext {
  padding-right: 20px;

}

/*Links allg. */
a, a span {
  color: darkred;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:active {
  text-decoration: underline;
}


/*Button-Links*/
a img {
  border:0;
}

a.tools {
  display: block;
  padding-left: 20px;
  margin: 4px 0;
  line-height: 16px;
  background-repeat: no-repeat;
  color: #8B0000 !important;
  cursor: pointer;
}

a.inline {
  display: inline-block;
  padding-left: 20px;
  line-height: 16px;
  background-repeat: no-repeat;
  color: #8B0000;
  cursor: pointer;
}

.buch {
  background-image: url(../pics/buch.gif);
}

.multimedia {
  background-image: url(../pics/multimedia.png);
}

.download {
  background-image: url(../pics/disk.gif);
}

.drucken {
  background-image: url(../pics/printer.png);
}

.link {
  background-image: url(../pics/link2.gif);
}

.empfehlen {
  background-image: url(../pics/empf.gif);
}

.kommentar {
  background-image: url(../pics/comment.png);
}

.kommentarneu {
  background-image: url(../pics/comment_add.png);
}

.weiterlesen, weiterlesen2 {
  background-image: url(../pics/arrow2.gif);
}

a.v:visited {
  color: #696969 !important;
}

.notieren {
  background-image: url(../pics/note_new.gif);
}

.streichen {
  background-image: url(../pics/note_delete.gif);
}


/* Breite Aktionsbuttons */
.bbutton, .bbutt {
  width: 124px;
  height: 21px;
  display: block;
  -webkit-box-shadow: 0px 1px 2px #999;
  -moz-box-shadow: 0px 1px 2px #999;
  box-shadow: 0px 1px 2px #999;
  background: no-repeat;
  background-position: 0 0;
  margin: 5px auto;
}

.bbutton:hover {
  background-position: 0 -21px;
}

.bdownload {
  background-image: url(../pics/b_download.png);

}

.bherunterladen {
  background-image: url(../pics/b_herunterladen.png);
}
.bherunterladen2 {
  background-image: url(../pics/b_herunterladen.png);
  background-position: 0 -42px;
}


/* Meldungen */

.message {
  border: 1px solid #999;
  margin: 6px 0;
  padding: 3px 3px 3px 23px;
  text-align: left;
  color: #000;
}

.info {
  background: #FFFFCC url(../pics/info.gif) 2px 2px no-repeat;
}

.okay {
  background: #FFFFCC url(../pics/okay.gif) 2px 2px no-repeat;  
}

.warnung {
  background: #FFFFCC url(../pics/achtung.png) 2px 2px no-repeat;
}

.fehler {
  background: #FFFFCC url(../pics/fehler.gif) 2px 2px no-repeat;
}

/* Medientyp-Kennzeichnung */

.mHC, .mTB {
  padding-left: 24px;
  background: url('../pics/m-buch.png') top left no-repeat; 
}

.mEB {
  padding-left: 22px;
  background: url('../pics/m-ebook.png') top left no-repeat; 
}

.mAC, .mAD {
  padding-left: 30px;
  background: url('../pics/m-audio.png') top left no-repeat; 
}

.mVC {
  padding-left: 22px;
  background: url('../pics/m-video.png') top left no-repeat; 
}

/*##########################
  BOXEN
  ##########################*/

br.clearer {
  clear: both;
  height: 0;

}


/*Themen-Anrei?er*/
.box
{
  border-top: 1px dotted #ccc;
  font-size: 12px;
}

.box a.mini
{
  font-size: 9px
}

.box h3, .box h3 a
{
  font-size: 12px;
  text-transform: none;
  letter-spacing: .0em;
  font-weight: bold;
  margin: 12px 0 0px 0;
}

.box h2, .box h2 a, h5
{
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .2em;
  font-weight: normal;
  color: #666;
  text-shadow: 1px 1px 1px #eeeeee;
  filter: dropshadow(color=#eeeeee, offx=1, offy=1);
  margin-bottom: 10px;
  background: #cfcfcf;
  padding: 3px 3px 3px 9px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; 
}

/*Titelbox mit Tibi*/

.titbox
{
  margin-top: 3px;
  text-align: center;
  line-height: 14px;
}

.titbox a
{
  display: block;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px; 
  border: 1px solid #efefef;
  background: #efefef;
  padding: 7px 5px;
  margin-bottom: 10px;
  font-size: 11px;
  color: #191970;
  text-align: center;
  text-decoration: none;
}

.titbox a strong
{
  font-size: 11px;
}
.titbox a:hover
{
  border: 1px solid #ccc;
  color: #ff8c00;
  text-decoration: none;
}

.titbox a:hover strong
{
  color: #ff8c00;
  text-decoration: none;
  font-size: 11px;
}

.titbox img
{
  width: 100px;
  height: auto;
	margin: 7px 0;
  -webkit-box-shadow: 3px 2px 5px #666;
  -moz-box-shadow: 3px 2px 5px #666;
  box-shadow: 3px 2px 5px #666;	

}

/*Titelbox (Textlinks) ohne Tibi*/
.titbox2 a
{
  display: block;
  padding-left: 14px;
  background: url(../pics/a_book.gif) top left no-repeat;
}

.titbox2 a, .titbox2 a strong
  {
    font-size: 11px;
    color: darkred;
    text-decoration: none;
  }

.titbox2 a:visited, .titbox2 a:visited strong
  {
    color: #696969;
    text-decoration: none;
  }

.titbox2 a:hover, .titbox2 a:active
  {
    text-decoration: underline;
  }

.titbox2 a:hover strong
  {
    text-decoration: underline;
  }


/* Auswahlseiten: Titelbox & Downloads  */

.pbox {
  border-bottom: 1px dotted #999;
  padding: 5px 0;
  margin-bottom: 5px;
  clear: both;
  position: relative;
}

.pbox h3 {
  margin-top: 0;
}

.pbox .spalte1 {
  width: 90px;
  margin-right: 5px;
  float: left;
}

.pbox .spalte2 {
  width: 340px;
  margin-right: 10px;
  float: left;
}
.pbox .spalte3 {
  width: 132px;
  float: left;
}

.pbox .spalte1 img {
  width: 80px;
  height: auto;
  -webkit-box-shadow: 3px 2px 5px #666;
  -moz-box-shadow: 3px 2px 5px #666;
  box-shadow: 3px 2px 5px #666;
}

.pbox p.bib {
  text-align: right;
  margin-right: 10px;
  line-height: 20px;
}

.mtyp {
  padding: 1px 3px;
  font-size: 9px;
  font-weight: bold;
  color: #fff;
  background: #191970;
}

.pbox a span.autorin {
  font-weight: normal;
}

/* Seitennavi */
.snavi {
  text-align: center;
  padding: 3px;
  margin: 5px 0;
  color: #666;
  background: #eeeeee;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; 
}

.snavi span {
  color: #fff;
  background: #666;
  padding: 2px 3px;
  font-weight: bold;
}

.snavi a {
  color: #666;
  background: none;
  padding: 2px 3px;
  font-weight: bold;
}

/*Variable Infobox grau 130px*/
.boxrund1
{
  background: url(../pics/boxrund1_unten.gif) bottom left no-repeat;
  width: 185px;
}

.boxrund1 h3
{
  margin: 0;
  background: #fff url(../pics/boxrund1_oben.gif) top left no-repeat;
  padding: 8px 0 1em 5px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .2em;
  font-weight: normal;
  color: #191970;
}

.boxrund1 div
{
  padding: 0 3px 8px 5px;
}

/*Direktlinks Startseite*/
.boxrund
{
  background: url(../pics/boxrund_unten.gif) bottom left no-repeat;
  width: 184px;
}

.boxrund h3
{
  margin: 0;
  background: url(../pics/boxrund_oben.gif) top left no-repeat;
  padding: 8px 0 1em 5px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .2em;
  font-weight: normal;
  color: #191970;
}

.boxrund ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.boxrund a, .boxrund a:visited
{
  height: 24px;
  font-size: 11px;
  color: #993300;
  display: block;
  text-decoration: none;
  color: #4D4D4D;
  padding-left: 14px;
  background: url(../pics/arrow_ccc.gif) 5px top no-repeat;
}

.boxrund a:hover
{
  color: #FF9834;
  text-decoration: underline;
}

/* Adminbox Frontend */

#adminbox {
  background: #000;
  margin-top: 10px;
  padding: 5px;
  color: #fff;
}

#adminbox b, #adminbox a {
  color: #fff;
}

#adminbox span {
  background: #ccc;
  color: #000;
}

/* LINKS UND TOOLS */

/* Coverabbildung Themenseiten */
img.cover {
  width:120px;
  border: 1px solid #191970;
  margin-top:3px;
}

/* Coverabbildung Horizontes Katalogseiten */
img.cover2 {
  width: 80px; 
  margin: 3px 6px 0px 0px;
  border: 1px solid #999;
}

/* Autorenfoto */
img.autor {
  width:140px;
  height: auto;
  border: 1px solid #A9A9A9;
  
}

/* Schattierte Coverabbildung Produktdetails */

div.coverbox {
  text-align: center;
}

div.coverbox img {
  -webkit-box-shadow: 3px 2px 5px #666;
  -moz-box-shadow: 3px 2px 5px #666;
  box-shadow: 3px 2px 5px #666;
  background-color:#eee;
  border:0px solid #eee;
  width: 120px;
  height: auto;
}

/* Loginfeld im Text */

.loginbox {
  padding: 5px;
  border: 1px solid #ccc;
  text-align: center;
}

.loginbox a:hover {
  text-decoration: none;
}

/* Teamauswahl */

a.teamlink, a.teamlinkaktiv {
  display: block;
  text-decoration: none;
  margin: 12px 0;
  padding-right: 15px;
}

a.teamlink, a.teamlink .small {
  color: #191970;
}

a.teamlink:hover, a.teamlink:hover .small {
  color: #999;
}

a.teamlinkaktiv, a.teamlinkaktiv .small {
  color: #8B0000;
}

a.teamlink:hover {
  background: url("../pics/arrow_submenu.gif") no-repeat right center;
}
a.teamlinkaktiv {
  background: url("../pics/arrow_hover.gif") no-repeat right center;
}

/* Bibliografische Angaben */
div.titsta {
  border: 0px solid #A9A9A9;
  background: #efefef;
  padding: 8px;
  margin: 12px 0 12px 0;
  line-height: 18px;
  text-align: left;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  position: relative;
}



.titsta div.preis {
  font-weight: bold;
  font-size: 15px;
  display: block;
  margin: 10px 0 0 0;
}

/* Kompakte Infobox im Flie?text(z. B. Downloadseite) */
div.infobox
{
  border-left: 0px solid #eee;
  padding-left: 0;
  margin: 12px 0 12px 0;
}

/* Hervorgehobene, abgerundete Infobox im Flie?text (z. B. Download-Link / Aktionszonen) */
.infobox2
{
  background: url(../pics/boxrund280_u.png) bottom left no-repeat;
  width: 280px;
  margin: 0 auto;
}

.infobox3
{
  border: 1px solid #ccc;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 5px;
  background-color: #f3f3f3;


}

.infobox2 h3
{
  margin: 0;
  background: url(../pics/boxrund280_o.png) top left no-repeat;
  padding: 8px 0 1em 10px;
  font-size: 12px;
  font-weight: normal;
  color: #191970;
}

.infobox2 div, .infobox3 div
{
  padding: 0 8px 8px 8px;
}


/* Produktdetailseite: Werkzeuge */

div.toolbox {
  border-top: 1px dotted #999;
  margin-top: 12px;
  padding: 6px 0;
  font-size: 11px;
}

/* Warenkorbinhalts-Tabelle */
table.basket {
  border: 1px solid #999;
  font-size: 12px;
  line-height: 1.3em;
  border-collapse:collapse;
  background: #ffffff;
  width: 100%;
  }

.basket td {
  border: 1px solid #999;
  vertical-align: top;
  padding: 3px;
}

.basket td a {
  font-size: 12px;
  color: #191970;
}


/*Merkzettel*/
table.memo
{
  border: 1px solid #999;
  font-size: 12px;
  color: #191970;
  border-collapse:collapse;
  width: 100%;
}

.memo td
{
  padding: 3px;
  vertical-align: top;
}

.memo a
{
  display: block;
  color: #8B0000;
  font-size: 11px;
}

.memo a strong, memo a:visited
{
  color: #8B0000;
}
.memo img.tib
{
  height: 50px;
}

.merkzettel, .merkzettel2
{
  font-size:11px;
  padding-left:18px;
  display:inline-block;
  background-image: url(../pics/a_right.gif);
  background-repeat: no-repeat;
  cursor:pointer;
}

.merkzettel2
{
  cursor:default;
  color: #ccc;
}

/*Leserkommentare*/
ol.comments li
{
  color: #708090;
  font-size: 11px;
  font-weight: bold;
  line-height: 15px;
  margin-right: 3em;
  margin-bottom: 11px;
}

ol.comments li span
{  
  font-size: 11px;
  font-weight: normal;
}


/*NAVIGATION / MEN?S
+++++++++++++++++++++++++++++*/
#userzone2 {
  height: 22px;
  margin: 3px 5px 0 0;
  width: 800px;
  color: #999;
  font-size: 11px;
  text-align: right;
}

#userzone2 a, #userzone2 b {
  color: #999;
  font-size: 11px;
}

#userzone2 img {
  vertical-align: bottom;
}

/*Warenkorbkurzanzeige im Seitenkopf*/
#warenkorb {
  height: 65px;
  margin: 10px 0 0 0;
  width: 200px;
  float: left;
  overflow: hidden;
  position: relative;
}

#wkspacer {
  position: relative;
  height: 65px;
  width: 200px;
  background: url(../pics/bg_warenkorb3.gif) no-repeat;
}

#cart_controls {
  width: 200px;
  height: 25px;
  display: block;
  background: url(../pics/bg_warenkorb3.gif) no-repeat;
}

#cart_controls:focus {
  outline: none;
}

#cart_controls:hover {
  background: url(../pics/bg_warenkorb3h.gif) no-repeat;
}

#quickview {
  padding: 5px 10px 0 10px;
}

#quickview span {
  color: #999;
  font-size: 12px;
  font-weight: bold;
}

#quickview a
{
  color: #999;
  font-size: 10px;
}

/*Hauptmen? Kopf*/

#tabsI {
  float:left;
  width: 600px;
  font-size:93%;
  line-height:normal;
  border-bottom:1px solid #9F9584;
  height: 75px;
}

#tabsI ul {
  margin: 51px 0 0 0;
  padding:0px 0px 0 0px;
  list-style:none;
  background: none;
}

#tabsI li {
  display:inline;
  margin:0;
  padding:0;
}
#tabsI a {
  float:left;
  background:url("../pics/hor_l_menu.gif") no-repeat left top;
  margin:0;
  padding:0 0 0 4px;
  text-decoration:none;
  outline: none;
}
#tabsI a span {
  float:left;
  display:block;
  background:url("../pics/hor_r_menu.gif") no-repeat right top;
  padding:5px 15px 4px 6px;
  color:#9F9584;
  text-shadow: 1px 1px 1px #ffffff;
  filter: dropshadow(color=#ffffff, offx=1, offy=1);
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabsI a span {float:none;}
    /* End IE5-Mac hack */
#tabsI a:hover span {
  color:#FFF;
  text-shadow: 1px 1px 1px #999999;
  filter: dropshadow(color=#999999, offx=1, offy=1);
}

#tabsI a:hover {
  background-position:0% -42px;
}
#tabsI a:hover span {
	background-position:100% -42px;
}
#tabsI #current a {
	background-position:0% -42px;
}
#tabsI #current a span {
  background-position:100% -42px;
  color:#fff;
  text-shadow: 1px 1px 1px #999999;
  filter: dropshadow(color=#999999, offx=1, offy=1);
}

/*Suchfeld links*/

#searchbox
{
  background: url(../pics/vert_suchbox.gif) 0 bottom no-repeat;
  height: 70px;
  margin: 0;
}

#searchbox p
{
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: .05em;
  margin: 0 0 0 5px;
  padding-top: 2px;
  font-weight: bold;

}

#searchbox input
{
  margin: 5px 0 2px 5px;
}

#searchbox a
{
  color: #4d4d4d;
  text-decoration: none;
  font-size: .8em;
  padding-left: 15px;
  background: url(../pics/arrow_4d4d4d.gif) 6px center no-repeat;
}

/*Bestellvorgang (Kasse) */
#kasse
{
  padding: 12px 12px 12px 12px;
}


#kasse img
{
  margin: 5px;
  cursor: help;
}

/* Zweistufiges Themenmen? links:
Definition in leftmenu1.css!
*/

/*Brotkr?mel*/
#breadcrumb, #breadcrumb a
{
  font-size: 9px;
  letter-spacing: .05em;
  color: #999;
}
#breadcrumb a
{
  text-decoration: underline;
}
/*Suchergebnisse und -Ergebnisnavi*/
.searchnavi
{
  font-size: 11px;
  text-transform: none;
  letter-spacing:0;
  font-weight: normal;
  color: #191970;
  background: #eee;
  padding: 2px 2px 2px 2px;
  text-align:center;
}  

a.searchres
{
  padding-left: 14px;
  background: url(../pics/a_book.gif) top left no-repeat;
}

/* MISC
+++++++++++++++++++++++++++++*/
/*Bildchen und Icons*/
.pfeil
{
  background: url(../pics/arrow.gif) no-repeat 1px center;
  padding-left: 13px;
}

/* Farbquadrat (z. B. f?r Anzeige Passwortst?rke) */
.pw {
  width: 67px;
  height: 8px;
  background-image: url(../pics/pw_0.gif);
  background-repeat: no-repeat;
  vertical-align: middle;
}

/*Ein- und Ausblenden von Elementen*/
.toggler {
  background-image: url(../pics/down.gif);
  background-repeat: no-repeat;
  background-position: 1px center;
  padding-left: 17px;
  cursor: pointer;
}



/*AJAX
+++++++++++++++++++++++++++++*/
/*Autovervollst?ndigung (Suche)*/
  input#p_isbn {
    width: 130px;
  }
  div.auto{
    width: 150px;
    background: #fff;
    height:200px;
    overflow: scroll;
    border: 1px solid #999;
  }
  div.auto ul {
    margin:0;
    padding:0;
    width:100%;
    list-style-type:none;
  }
  div.auto ul li {
    margin:0;
    padding:3px;
    color: #999;
    font-size: 10px;
  }
  div.auto ul li span.informal {
    color: #999;
    font-size: 10px;
  }
  div.auto ul li.selected, div.auto ul li.selected span.informal  { 
    background-color: #999;
    color: #fff; 
  }
  div.auto ul strong.highlight { 
    color: #800; 
    margin:0;
    padding:0;
  }

/* Autocompleter */
div.autocomplete {
  position:absolute;
  width:300px;
  background-color:white;
  border:1px solid #888;
  margin:0;
  padding:0;
}
div.autocomplete ul {
  list-style-type:none;
  margin:0;
  padding:0;
}
div.autocomplete ul li.selected { background-color: #ffb;}
div.autocomplete ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding:2px;
  height:18px;
  cursor:pointer;
  font-size: 11px;
}

