body {
	margin:0px;
}

/* Header */

#header {
	margin-bottom:90px;
	width:1024px;
	display:block;
}

#header img {
	margin-left:70px;
	border:none;
}

/*Navigation*/

#navigation {
	list-style:none;
	margin:0px;
	padding:0px;
	font-family:Times New Roman, Helvetica, Tahoma, Arial;
	background-color:#fff333;
	margin-left:70px;
}

#navigation li {
	float:left;
	width:150px;
}

#navigation a {
	text-decoration:none;
	font-size:1.1em;
	display:block;
	padding:10px 12px 4px 12px;
	/*background-color:#e1e2e1;*/
	background-color:#7e9d6d;
	/*#1d5b31;
	color:#922a45;*/
	line-height:0.9em;
	color:#000000;
	border-right:4px solid #ffffff;
}

#navigation a:hover {
	/*background-color:#342123;
	color:#ffffff;
	background-color:#922a45;*/
	color:#ffffff;
	background-color:#533d41;
}

#navigation a.aktiv {
	/*background-color:#922a45;
	color:#ffffff;
	color:#922a45;*/
	background-color:#ffffff;
}

#navigation a.aktiv:hover {
	color:#000000;
}

#navigation a span {
	font-size:9px;
	font-family:Helvetica;
	margin-top:24px;
}

/*Suchformular*/

#navigation form {
	margin-left:7px;
}

#navigation .suche {
	font-family:Arial,Helvetica,sans-serif;
	font-size:10px;
	padding-top:1px;
	padding-bottom:1px;
	background-color:#e1e2e1;
	border:1px solid #a2a2a2;
	height:14px;
}

#navigation .submit {
	background-color:transparent;
	padding:1px;
	width:20px;
	
	font-size:10px;
	font-family:Arial,Helvetica,sans-serif;
	border:none;
}

/*Subnavigation*/
#navigation li.link_mainnavigation:hover ul {
	display:block;
}

#navigation ul.subnavigation {
	list-style:none;
	position:absolute;
	padding-top:2px;
	display:none;
	font-family:Tahoma;

}
#navigation ul.subnavigation li{
	float:none;
	width:150px;
}

#navigation ul.subnavigation a {
	padding-top:10px;
	padding-bottom:10px;
	font-size:0.8em;
	background-color:white;
	line-height:1.1em;
}
#navigation ul.subnavigation a:hover {
	background-color:#7e9d6d;
}

/* Links */
#links_v {

	float:left;
	width:325px;
	
}

.ueberschrift_klein {

	float:left;
	margin-left:80px;
	font-family:Helvetica, Arial;
	font-size:0.8em;
	margin-bottom:10px;
	font-weight:bold;
	line-height:1.5em;
	
}

/*Main*/

#main {
	
	margin-bottom:50px;
}

#main h1 {

	float:left;
	margin-left:70px;
	margin-top:0px;
	font-size:1.6em;
	font-family:Helvetica, Arial;
	width:235px;
	padding:0px 10px 5px 10px;
	/*background-color:black;
	color:white;*/

}

#main h1 span {

	font-size:0.5em;

}

#text {

	margin-left:370px;
	margin-right:200px;
	font-family:Helvetica, Arial;
	font-size:0.9em;
	line-height:1.3em;
	min-width:550px;

}

.zitat {

	color:#7e9d6d;

}

#buch_preview {


}

#buch_preview img {
	float:left;
	margin-right:10px;
	margin-bottom:20px;
	border:none;
	-moz-box-shadow: 3px 3px 2px #BBBBBB;
	-webkit-box-shadow: 3px 3px 2px #BBBBBB;
	box-shadow: 3px 3px 2px #BBBBBB;
}

div.buchdetail_text {
	margin-left:158px;
	margin-bottom:34px;
}

div.buchdetail_text strong {

	font-size:1.1em;

}

div.detailangabe {

	font-size:0.75em;
	line-height:1.3em;

}

#text a {

	color:#922a45;
	text-decoration:none;

}

#text a:hover {

	color:#7e9d6d;
	text-decoration:underline;
	

}

#buchliste {
	list-style:none;
	margin:0px;
	padding:0px;
}

#buchliste li {
	margin-bottom:9px;
}

#buchliste li img.buchcover {
	margin-right:10px;
	margin-bottom:10px;
	-moz-box-shadow: 3px 3px 2px #BBBBBB;
	-webkit-box-shadow: 3px 3px 2px #BBBBBB;
	box-shadow: 3px 3px 2px #BBBBBB;
}

#buchliste li img.buchcover:hover, #startseite img.zuletztes:hover, #buch_preview img:hover {
	-moz-box-shadow: 3px 3px 2px #7e9d6d;
	-webkit-box-shadow: 3px 3px 2px #7e9d6d;
	box-shadow: 3px 3px 2px #7e9d6d;
}

span.autor {
	font-size:0.75em;
	line-height:0.9em;
}

li.suche_bl {
	clear:both;
}

img.autorenfoto {
	float:left;
	margin-right:10px;
	margin-bottom:20px;
	border:1px solid #ededed;
	padding:2px;
}

/*Startseite*/

#startseite {
	vertical-align:top;
}

#startseite img {
	border:none;
	margin-right:9px;
}

#startseite img.zuletztes {
	-moz-box-shadow: 3px 3px 2px #BBBBBB;
	-webkit-box-shadow: 3px 3px 2px #BBBBBB;
	box-shadow: 3px 3px 2px #BBBBBB;
}

#startseite ul {

	list-style:none;
	margin:0px;
	padding:0px;

}

#startseite li {

	margin-bottom:12px;

}

#startseite ul a {

	font-weight:bold;

}

#startseite li.zudenlinks {

	margin-top:10px;
	padding-top:12px;
	border-top:1px dotted #533d41;

}







/*Bestellungen*/

#bestellliste {

	list-style:none;
	margin:0px;
	padding:0px;

}

#bestellliste li {

	margin-bottom:10px;

}

td.bl_buch_angabe_kopf {

	width:246px;
	padding:0px 5px;

}

td.bl_buch_angabe_kopf_uebersicht {

	width:290px;
	padding:0px 5px;

}

td.bl_buch_ueberschrift {

	font-size:0.7em;
	font-weight:bold;
	text-align:right;

}

td.bl_buch_angabe {

	/*background-color:#8b9983;
	color:white;
	padding:7px;*/
	width:246px;
	padding:0px 5px;
	border-bottom:1px solid #000000;

}

td.bl_buch_angabe_uebersicht {

	width:290px;
	padding:0px 5px;

}

td.bl_rahmen_unten {

	border-bottom:1px solid #000000;

}

td.bl_buch_anzahl {

	border-bottom:1px solid black;

}

span.bl_buch_exemplare {

	font-size:0.7em;
	line-height:0.8em;
	
}

td.bl_entfernen {

	font-size:0.7em;

}

span.bl_buch_anzahl {

	font-size:1.3em;
	line-height:0.8em;

}

#bestellung input {

	margin-bottom:3px;

}
* html #ie_zurueck_weiter {

	margin-top:15px;

}

input.input_breit {

	width:290px;

}

input.input_plz {

	width:47px;

}

fieldset.bestellung_adresse {

	width:430px;
	background-color:#eaeaea;

} * html fieldset.bestellung_adresse {

	background-color:#ffffff;
	padding:10px;

}


fieldset.bestellung_adresse legend {

	font-weight:bold;

} * html fieldset.bestellung_adresse legend {

	color:#000000;
	margin-bottom:10px;

}

input.bestellsuche {

	width:410px;

}

#bestellung_kommentar {

	font-family:Arial;
	font-size:12px;

}

#agb {

	font-size:0.8em;
	margin-top:20px;

}

/*Allg. Klasse*/

.borderless {

	border:none;

}


p {

	margin:0px;

}

/*Verwaltungsbereich*/
input.buch_eintragen {

	width:400px;

}

#bestelluebersicht {

	list-style:none;
	margin:0px;
	padding:0px;

}

input.preis {

	width:30px;

}

#navigation_v {

	list-style:none;
	margin:0px;
	padding:0px;
	float:left;
	margin-left:70px;
	font-family:Arial;
	font-size:0.9em;
	margin-bottom:10px;

}

#navigation_v ul {
	list-style:none;
	margin:0px;
	padding:0px;
}

#navigation_v li {
	width:190px;
}

#navigation_v a {
	display:block;
	padding:4px;
	font-size:0.8em;text-indent:4px;
}

ul.navigation_v_links a {
	color:#7e9d6d;
	text-decoration:none;
}

ul.navigation_v_links a:hover {
	background-color:#e2e2e2;
	color:#922a45;
}

li.navigation_v_ueberschrift {
	color:#ffffff;
}

li.navigation_v_ueberschrift a {
	text-decoration:none;
	color:#922a45;
	font-size:0.9em;
	font-weight:bold;
	border-bottom:1px solid #922a45;
}

li.navigation_v_ueberschrift a:hover {
	text-decoration:underline;
}

li.navigation_v_ueberschrift_link a {
	text-decoration:none;
	color:#922a45;
	font-size:0.9em;
	font-weight:bold;
	border-bottom:1px solid #922a45;
}

li.navigation_v_ueberschrift_link a:hover {
	text-decoration:underline;
}

li.navigation_v_logout a {
	display:block;
	text-decoration:none;
	padding:4px;
	font-size:0.8em;
	color:#922a45;
	font-weight:bold;
}

li.navigation_v_logout a:hover {
	text-decoration:underline;
	color:#7e9d6d;
}

input.verwaltung_button {
	width:140px;
}


span.flash_ok {
	
	font-weight:bold;
	color:#7e9d6d;
	
}

span.flash_nok {

	font-weight:bold;
	color:#cd3036;

}
