@charset "utf-8";

html, body, div, p, h1, h2, h3, ol, span, a, table, tr, form, li, ul {
  margin: 0;
  padding: 0;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-decoration:none;
  color: #000000;
}
/* besonders hervorgehobene Überschriften */
h4 {
	font-weight:bold;
	color:#880000;
	font-size: 20px;
}

/* Absatzformatierung im main-Bereich für Erklärungszeilen der h1-Überschriften  */
a {
	font-weight:bold;
  color:#006595;
	text-decoration:none;
}
a:link {
  color: #006595; 
} 
a:visited {
  color: #006595; 
}
a:hover { 
  color: #006595; 
} 
a:active {
  color: #006595; 
}
#website {
	width: 800px;
	padding:10px;
	background-color:transparent;
	margin-left: 50px;
	margin-top: 10px;
}
/* der Kopf mit Logo und bodycopy*/
#head {
	font-weight:normal;
	position:relative;
	float:left;
	width: 800px;
	height:110px;
	background-color:#ffffff;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	padding: 0px;
	margin:0;
}
/* Schriftzug nadann Bücherbörse unter dem Logo, regelt den Abstand nach unten*/
#bodycopy {
	float:left;
	position:relative;
	width:200px;
	height:50px;
	padding:0px;
	margin:0px;
	background-color:#ffffff;
}
/* na dann Bücherbörse Schriftzug als Link*/
#bodycopy a {
  font-size: 16px;
  color: #999999;
  line-height:40px;
	font-weight:normal;
}
/* Der Bereich des kleingeschriebenen login/logout-Zustandes, mein Account, meine Bücher*/
#headRight {
  width: 600px;
  float:left;
  position:relative;
  margin:40px 0 0 0;
  background-color:#ffffff;
}

/* Navi-Bereich: Navigationsleiste mit den links*/
#navi {
  width: 800px;
  height: 30px;
  position:relative;
  float:left;
  background-color:transparent;
	font-weight:bold;
  padding:0px 0px 0 0;
}
/* Formatierung der Navigations-Links */
#navi a {
  width:135px;
  height:20px;
  display:block;
  padding:5px 0 0px 0;
  border:1px solid #d5e7ec;
  border-left:4px solid #d5e7ec;
  color:#006595;
  text-decoration:none;
  background-color:transparent;
  text-align:center;
  font-size: 12px;
  font-weight: bold;
}
/* Der Such-Navilink oben in der Navileiste */
#navi .searchbutton {
  width:80px;
  height:26px;
  margin:4px 2px 2px 2px;
  padding:2px;
  border:1px solid #d5e7ec;
	border-left:4px solid #d5e7ec;
  background-color:#d5e7ec;
  color:#006595;
	font-weight:bold;
}
/* Das Suchfeld vor dem link "Suchen" in der Navi-Leiste */
#navi input.text {
	width:148px;
	height:20px;
	margin:4px 0 4px 2px;
	padding:3px 2px 1px 2px;
	font-weight:bold;
	border:1px solid #d5e7ec;
	background-color:#d5e7ec;
}
#navi a:hover	{
	color:#006595;
	float:left;
	color:#006595;
	border:1px solid #008996;
	border-left:4px solid #008996;
}
/* Inhaltsbereich*/
#main {
  width:800px;
  float: left;
  background-color:transparent;
  padding:0px 0 0 0;
  margin:20px 0 0px 0;
  min-height:300px;
}
#footer {
  float:left;
  position:relative;	
  width:800px;
  text-align:center;
  margin:0 0 20px 0;
	font-weight:normal;	
}
/* der gesamte Bereich des Kleingedruckten, oben wie unten*/
#headRight p, #headRight a, #footer a, #footer p {
  font-size: 11px;
  text-align:right;
	font-weight:normal;
}
/* der graue Bereich im Kleingedruckten: eingeloggt als.... sowie 2008 dvv GmbH*/
#headRight p, #footer p {
  color:#999999;
	font-weight:normal;
}
/* Ausrichtung im footer des grauen Teils*/
#footer p {
  text-align:center;	
	font-weight:normal;
}
/* ckeck-Meldungen */
.fehlerzeile  {
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006595;
	padding:5px 0px 5px 0px;
}	
/* ckeck-Meldungen */
#main .erklaerungszeile {
	font-size: 10px;
	color: #000000;
}
/* ------------------------ Tabellenformatierung ---------------------------------------- */
/* Tabellen-Überschriften in der Liste  */
th.liste_headline {
	font-weight: bold;
	font-size: 13px;
	background-color: transparent;
	border-left: 1px solid #006595;
	border-bottom: 1px solid #006595;
	padding: 0px 5px 10px 7px;
	text-align: left;
}
/* Tabellen-Überschriften - letzte Spalte wegen links wie rechts Rahmen */
th.liste_headline_letzte {
	font-weight: bold;
	font-size: 13px;
	background-color: transparent;
	border-left: 1px solid #006595;
	border-bottom: 1px solid #006595;
	border-right: 1px solid #006595;
	padding: 0px 5px 10px 7px;
	text-align: right;
}
/* Tabellendaten in der class=liste auf normal statt fett */
table.liste td {
	font-weight: normal;
	line-height: 17px;
	padding:2px 10px 3px 7px;
}
/* speziell für die Ausgabe des Preises Rechtsbündigkeit */
table.liste_preis td {
	font-weight: normal;
	line-height: 17px;
	padding:2px 10px 3px 7px;
	align: right;
}
table.liste a {
	font-weight: normal;
	color: #000000;
	padding:0px 0px 0px 0px;
}
/* ------------------------ Tabellenformatierung ---- Ende -------------------------------- */

/* verlinkte Listeneinträge weiss-blau ----------- */
/* bzw. für die aktuellen andersfarbige Spalten ebenfalls im Wechsel --------- Anfang ------*/
/* Formate für weiss------- */
td.weiss {
	background-color: white;
	border-left:1px solid #006595;
}
td.weiss a , td.farbe_statt_weiss_aktuell a {
	background-color: white;
	padding:0px 0px 0px 0px;
}
td.farbe_statt_weiss_aktuell a {
	background-color: #ffe96b;
}
/* das ist nur damit der Preis rechtsbündig erscheint */
td.weiss_preis_spalte {
  text-align:right;
	background-color: white;
	color: #555555;
	border-left:1px solid #006595;
}
/* das ist nur damit der Preis rechtsbündig erscheint */
td.farbe_statt_weiss_aktuell_preis_spalte {
	text-align:right;
	background-color: #ffe96b;
	border-left:1px solid #006595;
}
/* das ist nur damit die letzte Spalte links wie rechts einen Rahmen erhält */
td.weiss_letzte_spalte {
  text-align:right;
	background-color: white;
	color: #555555;
	border-left:1px solid #006595;
	border-right:1px solid #006595;
}
/* farbliche Hinterlegung der aktuellsten Bücher (hier "heute") */
td.farbe_statt_weiss_aktuell {
	background-color: #ffe96b;
	border-left:1px solid #006595;
}
/* das ist nur damit die letzte Spalte links wie rechts einen Rahmen erhält */
td.farbe_statt_weiss_aktuell_ende {
	text-align:right;
	background-color: #ffe96b;
	border-left:1px solid #006595;
	border-right:1px solid #006595;
}
/* Formate für blau--------- */
td.blau  {
	background-color: #E1E8F1;
	border-left:1px solid #006595;
}
td.blau a, td.farbe_statt_blau_aktuell a  {
	background-color: #E1E8F1;
	padding:0px 0px 0px 0px;
}
td.farbe_statt_blau_aktuell a {
	background-color: #FFF6A1;
}
/* das ist nur damit der Preis rechtsbündig erscheint */
td.blau_preis_spalte {
  text-align:right;
	background-color: #E1E8F1;
	color: #555555;
	border-left:1px solid #006595;
}
/* das ist nur damit der Preis rechtsbündig erscheint */
td.farbe_statt_blau_aktuell_preis_spalte {
	text-align:right;
	background-color: #FFF6A1;
	border-left:1px solid #006595;
}
/* das ist nur damit die letzte Spalte links wie rechts einen Rahmen erhält */
td.blau_letzte_spalte  {
	text-align:right;
	background-color: #E1E8F1;
	border-left:1px solid #006595;
	border-right:1px solid #006595;
}	
/* farbliche Hinterlegung der aktuellsten Bücher (hier "heute") */
td.farbe_statt_blau_aktuell  {
	background-color: #FFF6A1;
	border-left:1px solid #006595;
}
/* das ist nur damit die Spalte "Preis" links wie rechts einen Rahmen erhält */
td.farbe_statt_blau_aktuell_ende {
	text-align:right;
	background-color: #FFF6A1;
	border-left:1px solid #006595;
	border-right:1px solid #006595;
}
/* verlinkte Listeneinträge weiss-blau ----------- */
/* bzw. für die aktuellen andersfarbige Spalten ebenfalls im Wechsel --------- Ende ------*/

/* tds in den Formularen td (col1 mit Linie) - td (col2)  oben | unten | rechts | links */
td.col1 {
	width:164px;
	height:30px;
	border-right:2px solid #006595;
	margin:0 40px 0 0;
	color: #000000;
}
td.col2 {	
  padding: 2px 2px 2px 10px;
	color: #000000;
/*	background-color: red; */
}
td.col3 {
  padding: 2px 2px 2px 0px;
	color: #000000;
/*	background-color: blue;  */
}
/*********z.B. in buch_bearbeiten.php************/
td.hinweis {
  font-weight:bold;
  padding:15px 0 10px 0;	
}
#main p {
  line-height:17px;
  margin:10px 0 0 0;
}
#main ol li {
  line-height:17px;
  margin:10px 0 0 20px;
}
/*  z.B. in einstellen.php Hinweis bei den nicht gelisteten Büchern, z.B. in anmelden.php*/
#main p.hinweis {
  padding:  0px 0px 20px 0px;
}
/* a links außerhalb der tds (Login, anmelden, Anmeldung */
#main a.verweis {
  font-weight:bold;
}

hr.kauf {
  color:#006595;
  text-align:left;
  height:1px;
  background-color:#006595; /*fürn IE*/
  padding:0px 0px 0px 0px;
  margin:5px 0px 5px 0px;
  border:0px;
  width:530px;
}

#main table.liste {
  margin-bottom:20px;
}
/*oben rechts unten links*/
#main h1 {
  margin: 10px 0px 20px 0px;
  font-weight:bold;
}
/*wie h1 aber größerer Absatz nach oben wie z.B. in detail.php und ohne Absatz nach unten für bodycopys*/
#main h2 {
  margin:40px 0px 0px 0;
  font-weight:bold;
}
/* farbliche Hinterlegungen der select-Felder */
option.select {
	background-color:#FFCC99;
}
/*alle submit-Knöpfe sowie Knöpfe per link   oben | unten | rechts | links*/
#main .button, #main a.button {
	color: #111111;
	text-align: center;
	margin: 7px 0px 0px 0px;
	padding: 2px;
	background-color: #e6e9f0;
	border-right-color: #d5e7ec;
	border-bottom-color: #d5e7ec;
}
#main .button:hover, #main a.button:hover {
  color: #111111;
	background-color: #d5e7ec;
}	
#footer hr {
  color:#d5e7ec;
  text-align:left;
  height:1px;
  background-color:#d5e7ec; /*fürn IE*/
  padding:0px 0px 0px 0px;
  margin:15px 0px 5px 0px;
  border:0px;
  width:100%;
}
.attention_color {
  color:#006595;
  font-weight:bold;
}
