/* @CHARSET "UTF-8"; */

/* generelle Stylesheets */

html, body {
	height: 100%;
	min-width: 20em;
}

body {
	margin: 0px;
	padding: 0px;
	color: #000000;
	background-color: #ffffff !important;
	font-family: arial, verdana, helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;

}

a {
	font-size: 0.8em;
	color: #3b67ae;
}
input#button  {
	padding: 2px;
	margin-bottom:3px;
	margin-top:3px;
	border-top: 1px solid #666666;
	border-right: 2px solid #666666;
	border-bottom: 2px solid #666666;
	border-left: 1px solid #666666;
	font-size:1em;
}
input#qs  {
	background:#F5F4EF none repeat scroll 0%;
	border-top: 1px solid #666666;
	border-right: 2px solid #666666;
	border-bottom: 2px solid #666666;
	border-left: 1px solid #666666;
	font-size:1em;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	margin-top: 3px;
	margin-bottom: 3px;
	padding:3px;
}

input#qb  {
	width: 75px;
	padding: 2px;
}
table  {
	border: none;
	margin: 0; 
	padding: 0;
	border-collapse:collapse;
}

.right {
	text-align: right;
}


.startseiteContainer {
	margin: 50px auto;
	text-align: center;
}
.startseiteContainer img{
	margin-bottom: 30px;
}

.searchinput {
	font-size: 0.8em;
	text-align: left;
	margin-left: 15px;
	margin-top: 10px;
}
.searchinput .suchmodus {
	font-size: 1.2em;
	margin-top: 5px;
}
.searchinput h1 {
	font-size: 30px;
	color: #3b67ae;
}

td.subheadline {
	vertical-align:top;
	height:30px;
} 
.subheadline span {
	margin: 0px 0px 15px 0px;
}

.example {
	font-size: 12px;
	color: #666666;
	margin-bottom: 2px;
}

#suggestTipp {
	z-index: 5000;
	display: none;
	background-color: yellow;
	width: 235px;
	padding: 10px;
	height: 60px;
	position: absolute;
	left: 70px;
	top: 60px;
}

.small {
	font-size: 0.75em;
}

.smallgrau {
	font-size: 0.75em;
	color: #666666;
}
.normal {
	font-size: 0.8em;
}

.label {
	padding: 5px 0px 3px 0px;
	font-size: 0.8em;
	font-weight: bold;
}

.hintDrunter {
	font-size: 0.75em;
	color: #666666;
	margin-top: 2px;
	margin-bottom:5px;
}

/* oberer Bereich und Suche */ 

.topcontainer {
	height: 90px;
	background-color: #FFFFFF;
	width:100%; 
}
.topcontainer form {
	display: inline;	
}
#logo {
	background: url(../img/Buecher_Winter_650x250.jpg) no-repeat top left;
	height:250px;
	width:650px;
	text-align: left;
	margin-left:25%;
	margin-right:25%;
}
#logo form {
	position: relative;
	top: 85px;
	left: 15px;
}
.logosmall {
	height:75px;
	margin:10px 5px 0px 0px;
	overflow:hidden;
	position:relative;
	width:215px;
}

.logosmall span {
	background: url(../img/Buecher_Winter_220x75.jpg) no-repeat;
	overflow:hidden;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%
}

.textContent{
	text-align: left;
	width: 500px;
	margin: 0px auto;
	margin-bottom: 15px;
}
.textContent .heading{
	display: block;
	margin-left: -10px;
	margin-bottom: 15px;
}
.textContent p{
	margin-left:10px;
	margin-bottom: 30px;
}
.textContent li{
	margin-bottom: 10px;
}


div#search {
	margin-bottom: 14px;
	white-space: nowrap;
}



/* blaue div box mit Suchdaueranzeige*/
div.hrvis {
	background-color:#3b67ae;
	color: #ffffff;
	height:25px;
	margin-bottom:20px;
}

#labelSuchergebnisse {
	position: absolute;
	left: 25px;
	font-size: 15px;
	line-height: 25px;
}
#qd {
	position: absolute;
	right: 25px;
	font-size: 15px;
	line-height: 25px;
}
.thinLine {
	line-height: 1px;
	height: 1px;
	background-color: #3b67ae;
}

/* Contentbereich */

.contentcontainer{
	width:100%;
	height: 50%;
	border: none;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}

.ergebnisContainer{
	vertical-align: top;
}
.warenkorbContainer{
	text-align: right;
	width: 250px;
	vertical-align: top;
}
.warenkorbContainer #sideboxes{
	margin-right: 10px;
	width: 240px;
}

.clear {
	clear:both;
	font-size:0pt;
	height:0pt;
	line-height:0px;
	margin:0pt;
	padding:0pt;
}
/* Pager */

.pager {
	text-align: center;
}

.pager a.currentElement, .pager a:hover.currentElement {
	font-weight: bold;
	padding:2px 6px;
	text-decoration:none;
	border: none;
	background: none;
	color:#094098;
}

.pager a {
	background:#FFFFFF none repeat scroll 0%;
	border:1px solid #DDDDDD;
	padding:2px 6px;
	text-decoration:none;	
}

.pager a:hover {
	background:#3b67ae none repeat scroll 0%;
	border-color:#003366;
	color:#FFFFFF;
	text-decoration:none;
}
.pager .weiterButton {
	margin-left: 15px;
}
.pager .zurueckButton {
	margin-right: 15px;
}


/* Container für eine Zeile im Suchergebnis */
.suchergebnisZeile {
	margin-bottom: 10px;
	padding: 3px;
	overflow:hidden;
	max-width:700px;
	width:expression(document.body.clientWidth > 780? "700px": "auto" );
}

.suchergebnisZeile .artikelBild {
	float: left;
	width: 85px;
	text-align: center;
}
.suchergebnisZeile .artikeldetails {
	margin-left: 90px;
}
.suchergebnisZeile .artikeldetails a {
	color: #094098;
	font-size: 1.0em;
}
.suchergebnisZeile .artikelDetails .descriptionPublisherContainer {
	margin-top: 3px;
	margin-bottom: 7px;
	 
}
.suchergebnisZeile .artikelDetails .descriptionPublisherContainer span{
	margin-right: 3px;
}

.priceContainer{
	line-height: 1em;
	text-align: right;
}

.productType{
	margin-right: 5px;
	color: green;
}

.priceLinkContainer .price {
	font-weight:bold;
   	font-size:1.0em;
	color: #990000;
}
.priceContainer .price {
	font-weight:bold;
   	font-size:1.0em;
	color: #990000;
	float: left;
}

.priceLinkContainer .onlinePriceLabel{
	margin-left: 5px;
}
.priceContainer .onlinePriceLabel{ 
	margin-left: 5px;
	float: left;
}

.priceContainer .shoppingCartLink {
	padding-right: 25px;
	background: transparent url(../img/warenkorb.gif) right center no-repeat;
}
.priceContainer .shoppingCartLink a{
	white-space: nowrap;
	color: #990000;
	width: 125px;
	font-size: 1.0em;
}

/* Container für die Darstellung der Artikelbeschreibung */
span.description {
	white-space:normal;
	display: block;
	color:#555555;
	line-height:1.2em;
	font-size:0.9em;
}

span.author {
	white-space:nowrap;
	color:#777777;
	line-height:1.2em;
	font-size:0.9em;
}


/* Blaue Leiste mit Anzahl Suchergebnissen und Suchdauer verstecken*/
div.hrhid {
    display:none;
}


.bigLink  {
	text-align: center;
	padding: 10px;
	font-size: 0.8em;
}






div#copyright {
	color: #333333;
	text-decoration: none;
	font-size:85%;
	line-height: 15px; 
	margin-top: 5px;
	padding-bottom: 10px;	
}
div#copyright a {
	color: #333333;
	text-decoration: none;
	font-size:85%;
	line-height: 15px; 
	margin-top: 5px;
	padding: 0;	
}

/* Container fuer Sucherergebnisse */
.results {
	margin: 0px 5px;
}

/* Container fuer Footerzeile */

.footercontainer{
	margin-top: 15px;
  	background-color: #FFFFFF;
}	

.footerBar{
	margin-top: 15px;
	background: #E8EEF8;
	border-top: 1px solid #3366CC;
	border-bottom: 1px solid #3366CC;
}

.startseiteContainer .footer {
	width: 360px;
}
.footer {
	margin-top: 15px;
	text-align: center;
}

div.footer a {
	text-decoration: underline;
	color: #3b67ae;
	padding: 7px;	
}

div.impressum {
	margin: auto;
	width: 450px;
	background-color: #FFFFFF;
	padding: 10px;
}

div.impressum p {
	text-align:left;
}

#warenkorb {
	width: 240px;
	text-align: left;
	border: 1px solid #3b67ae;
	background-color: #ffffff;
	color: white;	
}

.headlineBox {
	vertical-align: middle;
	height: 1.5em;
	background-color: #3b67ae;
}

.headlineBox h2{
	padding-left: 5px;
	font-size: 1.0em;
	font-weight: 600;
	color: #ffffff;
	display: inline;
}

.headlineBox img{
	margin-top: 2px;
	margin-left: 2px;
}

#warenkorb .elements{
	margin: 5px;
}

.hell{
	background-color: #ffffff;
}
.dunkel{
	background-color: #C3D9FF;
}

.warenkorb_element {
	color: #000000;
	text-align: left;
}

.warenkorb_element table{
	margin: 2px;
	padding: 0;
	width: 220px;
	border-collapse:collapse;
}
.warenkorb_element table td{
	vertical-align: top;
	font-size: 13px;	
}
.warenkorb_element table td.menge{
	width: 14px;	
}
.warenkorb_element table td.mal{
	width: 7px;	
}

.mehrWenigerButton {
	clear: left;
	height: 1em;
	margin-top: 1px;
}
.mehrWenigerButton a {
	cursor: pointer;
	margin-right: 5px;
	line-height: 1.0em;
	text-decoration:none;	
}

.warenkorb_element_preis {
	text-align: right;
}
.warenkorb_element_preis span {
 	font-weight: bold;
	font-size: 1.0em; 
	white-space: nowrap;
}
 
  
.warenkorb_total {
	background: #3b67ae url(../img/trennlinie.gif) top left repeat-x;
	height: 30px;
	text-align: right;
	margin-top:5px;
}
.warenkorb_total table {
	width: 100%;
	color: white;
}		

.warenkorb_total .checkout a{
	color: #ffffff;
	font-size: 1em;
	text-decoration: none;
}
.warenkorb_total .checkout a:hover{
	text-decoration: underline;
}
.warenkorb_total .checkout{
	font-weight: bold;
	height: 30px;
	padding-left: 5px;
}
.warenkorb_total .total_price{
	font-weight: bold;
	height: 30px;
	padding-right: 5px;
	text-align: right;
}
