/***************************/
/* Allgemeine Definitionen */
/***************************/

body	{	background-color: white;
		font-family: Verdana, Helvetica, Arial, sans-serif;
		font-size: 1em ;
		padding-left: 5em }

p	{	font-size: 1em }

h1	{	background-color: #fbaf0c;
		border: thin black solid;
		color: black;
		font-size:  1.5em;
		font-weight: bold;
		padding:  1em;
		width: 50% ;
		margin-left: auto ;
		margin-right: auto }

h2	{	font-size:  1.3em;
		font-weight: bold ;
		border-top: 2px solid black ;
		padding-top: .5em }

h3	{	font-size:  1.2em;
		font-weight: bold }

h4	{	font-size:  1.1em;
		font-weight: bold }

strong	{	font-style: oblique; font-weight: normal }
em	{	font-style: normal; font-weight: bold }
q	{	font-style: italic }

blockquote {	background-color: #00a0c6;
		border: thin black solid;
		color: white;
		padding-bottom:  .5em;
		padding-left:  .5em;
		padding-right:  .5em;
		padding-top:  .5em }

cite	{	margin-left:  25% }


/***********/
/* Rezepte */
/***********/

.description	{	font-weight: bold }
.serves		{	text-decoration: underline }
.ingredients	{	background-color: #fbaf0c;
			border: thick black double;
			margin-left:  20%;
			margin-right:  20%;
			padding:   3% }

.method		{	background-color: #00a0c6;
			border: thick black double;
			margin-bottom:  3%;
			margin-top:  3%;
			padding:   3% }

.step		{}


/**************/
/* Hyperlinks */
/**************/

a:link		{}
a:visited	{}
a:active	{}
a:hover		{}

/* Keine lästigen Rahmen um die Link-Bilder */
a:link img 	{ border: none; }
a:visited img	{ border: none; }
a:hover img	{ border: none; }

/* Tabellen auf den Seiten über Bücher und über Gewürze */

table	{	background-color: black;
		border: thin black solid;
		font-size:  1em;
		height:  200px;
		margin-bottom:  3%;
		width:  100% }

td	{	background-color: #00a0c6;
		border: thin white solid;
		font-size:  1em;
		margin:   0px;
		padding:   1%;
		width:  20%}

table img {	border:  1px black solid }

/* Eingabefeld für übergrosse Rezepte */

textarea {	height: 10em; width: 50% }

