a:link {
	color: Black;
	text-decoration: none;
	font-family: Arial;
	font-size: 16px;
	font-weight: normal;
}
a:visited {
	color: Black;
	text-decoration: none;
	font-family: Arial;
	font-size: 16px;
	font-weight: normal;
}
a:hover {
	color: Red;
	text-decoration: none;
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
}
.keinlink {
	font-weight: bold;
}

body {
	background-image: url(images/hintergrund.jpg);
}
.rahmen{									/* Mastertabelle */
	border: 0px;
	border-style: solid;
	width: 100%;
}
.logo{									/* "Logo"-Zelle */
	border: 0px;
	border-style: solid;
	width: 180px;
	height: 123px;
}
.banner{									/* Banner-Zelle */
	border: 0px;
	border-style: solid;
}
/*-------------------------------------------------------------------------------------------------------*/
.daphne{									/* Schriftzug Daphne-Verlag */
	font: Garamond, Arial;
	color: Red;
	font-size: 30px;
	font-weight: bold;
}
.unter_daphne{							/* Abstand unter der DAPHNE-Schrift --- Grafik --- */
	height: 10px;
}
.frauenliebe{							/* Schriftzug "Bücher zur Frauenliebe" */
	font: Garamond, Arial;
	color: Black;
	font-size: 20px;
	font-weight: normal;
}
/*----------------------------------------------------------------------------------------------------------*/
.navi{									/* Navigations-Zelle */
	vertical-align: top;
	border: 0px;
	border-style: solid;
}
.navi_abstand{							/* Abstand der Links von oben --- Grafik --- */
	height: 100px;
	width: 170px;
}
.linkabstand{							/*Abstand der Links --- Grafik --- */
	height: 10px;	
}
.haupt{									/* Inhalts-Zelle */
	border: 0px;
	border-style: solid;
}
.schalt{									/*  Schaltflächen */
	/*background-image: url(images/hintergrund.jpg);*/
	border: 0px;
	border-style: solid;
	border-color: Blue;
}
/*-----------------------------------------------------------------------------------------------------*/
.bestelltabelle{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}