/* Stylesheet fuer Fibeln und Rezepte  */


body{
	margin: 0 10px 10px 10px;	
	background-color : #FFF7E6;
}

#wahl{
	margin:  0 -10px 0 -10px;
}

body, p, div, td, th, ul, li , h1, h2, h3, h4, caption{
    font-family: Arial, Geneva, Helvetica, sans-serif;
    color: #004020;
}

h2{
	margin-top: 20px;
}

b, h2, h3 {  color: #C03028;}

table.adresse {
	border-collapse:collapse; 
	border:1px #8CB79B solid;
	background-color:  #FFFBF2;
	margin-top: 1em;
	font-size: 90%;
}
table.adresse td, table.adresse th { border:1px #8CB79B solid; } 
table.adresse th{
 	background-color:  #DCDCDC;
	color: #555555;
	}
	
	
	a:link   { text-decoration: underline; color: #0033CC;}
a:visited, a.email:link { text-decoration: none;color:  #0033CC;}
a:hover   {
	color: #5070F0;
	text-decoration: underline;
}



a.navi:link           {  color: #7F7F7F;text-decoration: none;}
a.navi:visited        {  color: #7F7F7F;text-decoration: none;}
a.navi:hover          {
    color: #0033CC;
    text-decoration: underline;
    background-color: transparent;
}