<!--****************************************************************************************-->
<!--** Purpose:  Stylesheet für den Bibelshop-->
<!--**-->
<!--** System:   CSS-->
<!--** Datum:    22.02.2006-->
<!--** Autor:    Raphael Nussbaum-->
<!--** History:  22.02.2006 rn   - Ändern der Schriftgrösse "big" (12 auf 10) und herausnehmen der margin-Befehle im Body-->
<!--** History:	 06.03.2006 rn 	 - Einfügen des a:hover-Effekts. -->
<!--** History:  13.03.2006 rn   - Ändern der Schriftarten von "Verdana, Arial, Helvetica, sans-serif" auf "Times New Roman, Times, serif". -->
<!--**-->
<!--****************************************************************************************-->
<style type="text/css">
<!--
a:hover { 
	color: #4A4A4A;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
}

.textextrabig {                                           	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.textbig {                                                	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.textmiddle {                                             	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
}

.textsmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;   	
	font-size: 9px;
}

.textextrasmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 8px;
}

.input {                                                  	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	border-width:1px;
	border-style: solid;
	border-color: #999999;
	background-color: #F9F9F9;
}

.select {                                                 	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	border-width:1px;
	border-style: solid;
	border-color: #555555;
}

.button {                                                 	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	border-width:1px;
	border-style: solid;
	border-color: #999999;
	background-color: #F0F0F0;
}

img {
	border: 0px;
}

hr {
	background-color: 	#C0C0C0;
	color: 				#C0C0C0;
	border: 			0 none;
}
//-->
</style>