/*
=================
*** ALLGEMEIN ***
=================
*/

.clearall{
	clear:both;
}
td.line{
	background-image: url(../images/grey.gif);
	background-repeat: repeat-x;
	background-position: left 50%;
	width: 100%;
	height: 10px;
}



/*
======================
*** AUSGABE BÜCHER ***
======================
*/

#lstBooks{
}
#lstBooks .imgThumbnail{
	margin-right: 10px;
	margin-bottom: 1px;
	border: 1px solid #BABABA;
}
#lstBooks .imgBig{
	padding-right: 20px;
}
#formBooks{
	font-size: 0.85em;
	background-color: #BABABA;
	border-collapse: collapse;
}
/* ie */
* html #formBooks{
	font-size: 1.1em;
}
#formBooks th{
	background-color: #FFFFFF;
	text-align: right;
}
#formBooks td{
	color: #FFFFFF;
	text-align: center;
	padding: 0 5px 2px 5px;
	border-left-style: solid;
	border-left-color: #FFFFFF; 
	border-left-width: 1px;
	height: 33px;
	width: 60px;
}
#formBooks .tdBskt{
	padding: 0;
	width: 33px;
}
#formBooks .inp{
	font-family: Arial, Helvetica, sans-serif;
	color: #808080;
	height: 12px;
	border-style: inset;
	border-color: #FFFFFF;
	border-width: 1px;
	padding: 1px;
	text-align: center;
}
/* ie */
* html #formBooks .inp{
	font-size: 0.9em;
	padding-bottom: 0;
	height: 14px;
}
#formBooks a, #formBooks a:hover{
	color: #FFFFFF;
	font-size: 0.85em;
	text-align: right;
	text-decoration: none;
	padding: 0 3px 3px 17px;
}
#footerBooks{
	color: #FFFFFF;
	width: 100%;
	background-color: #BABABA;
}
#footerBooks td{
	padding: 2px 5px 2px 5px;
}



/*
=============
*** LINKS ***
=============
*/

#footerBooks a, #footerBooks a.page:hover{
	color: #FFFFFF;
	text-decoration: none;
}
#footerBooks a.page{
	color: #FFFFFF;
	text-decoration: underline;
}
#footerBooks a.page:hover, #footerBooks a:hover{
	font-weight: bold;
}


/*
=================
*** WARENKORB ***
=================
*/

#tblTopic {
}
#tblTopic th{
	color: #FFFFFF;
	background-color: #BABABA;
	padding: 2px 5px 2px 5px;	
}
#tblTopic td{
	padding: 5px 0 5px 0;	
}
#tblTopic .imgThumbnail{
	float: left;
	margin-right: 5px;
	border: 1px solid #BABABA;
}
#tblTopic .inp{
	font-family: Arial, Helvetica, sans-serif;
	color: #808080;
	font-size: 0.85em;
	height: 12px;
	border-style: inset;
	border-color: #FFFFFF;
	border-width: 1px;
	padding: 1px;
	text-align: center;
}
#tblTopic .button{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #FFFFFF;
	background-color: #BABABA; 
	border-style: outset;
	border-width: 1px;
	margin-bottom: 1px;
	width: 8.5em;
	text-align: center;
	}
/* ie */
* html #tblTopic .inp{
	padding-bottom: 0;
	height: 16px;
}

