/* shop.css - Allgemein */

body 				{ background-image : url(../images/background.gif); scrollbar-base-color:#B0DCFA; margin: 20px; padding: 0; text-align: center; }

body, div, 
h1, h2, h3, 
p, a, ul, ol, li 	{ font-family: "Times New Roman", Times, serif; }
p, a, ul, ol, li 	{ font-size : 16px; }

/* allgemein zu verwenden */
#main					{ width: 585px; margin: 0 auto }

h1, h2, h3	{ text-align: center; margin: 0 auto; }
h1			{ font-size: 26px; color : #000080; font-weight : bold; }	
h2			{ font-size: 20px; color : #000000; font-weight : bold; }
h3			{ font-size: 18px; color : #000000; font-weight : normal; }
h4			{ font-size: 20px; color : #000000; font-weight : bold; }

a.link 					{ font-family : "Times New Roman", Times, serif;	font-weight : bold; color : #006464; }
.abstand			 	{ font-size : 10px; }
.justify 				{ text-align : justify; }	
.right					{ text-align : right; }
.center					{ text-align : center; }
.left					{ text-align : left; }
.orange    				{ color : #e48612; font-weight : bold; }
.rot    				{ color : #FF0000; font-weight : bold; }
.gelb					{ color : #e48612; font-weight : bold; }
.fett					{ font-weight : bold; }
.kursiv					{ font-style: italic; }		
.klein					{ font-size: 12px; }		
.eingerueckt			{ margin-left: 2em; }
.obenamrand				{ vertical-align: top }		
.gross					{ font-size: 20px; }

table.shop				{ text-align: center; border: 2px solid black; width: 550px; border-spacing: 10px} 
table.bestellung		{ text-align: center; border: 2px solid black; width: 570px; border-spacing: 10px} 
.zelle-bild				{ background-color: #C00000; vertical-align: top }
.zelle-text				{ background-color: #C00000; vertical-align: top; text-align: left;  }
div.bild 				{ text-align: center; }					
.name 					{ font-size: 16px; font-weight : bold; }
.titel 					{ font-size: 18px; font-weight : bold; font-style: italic;  }
.isbn 					{ font-size: 13px; }
.preis 					{ font-size: 16px; font-weight : bold; }
.anzahl 				{ font-size: 13px; }
.text					{ font-size: 14px; }
.text-fett				{ font-size: 14px; font-weight : bold; text-align: right; }
.aenderung				{ font-size: 12px; font-weight : normal; text-align: center; color : #666666; }				