@import "stylesheet.css";

body { background-image:url(images/back.gif); background-attachment:fixed; background-repeat:no-repeat;
background-position: right bottom;

	SCROLLBAR-FACE-COLOR: #cc0033; 
	SCROLLBAR-HIGHLIGHT-COLOR: #bebdbd; 
	SCROLLBAR-SHADOW-COLOR: #grey; 
	SCROLLBAR-3DLIGHT-COLOR: #white; 
	SCROLLBAR-ARROW-COLOR: #ff0033; 
	SCROLLBAR-TRACK-COLOR: #ff0033; 
	SCROLLBAR-DARKSHADOW-COLOR: #d3d2d2; 
	SCROLLBAR-BASE-COLOR: #white;

font: 10pt Verdana, Arial; color:#ffffff link="ff0000" vlink="000000"}


A.menu:link	{
	COLOR: #dc143c;
	TEXT-DECORATION: none;
	font-family: "itckrist", verdana, arial, helvetica;
	font-size: 15pt;
}
A.menu:visited	{	FONT: 15pt "itckrist",verdana,arial,helvetica; COLOR: #ff4500; TEXT-DECORATION: none}
A.menu:hover	{	FONT: 15pt "itckrist",verdana,arial,helvetica; COLOR: #ff4500; TEXT-DECORATION: none}
A.menu:active	{	FONT: 15pt "itckrist",verdana,arial,helvetica; COLOR: #660000; TEXT-DECORATION: none}


A.rezeptlink:link	{	FONT: 15pt "itckrist",verdana,arial,helvetica; COLOR: #dc143c; TEXT-DECORATION: none}
A.rezeptlink:visited	{	FONT: 15pt "itckrist",verdana,arial,helvetica; COLOR: #ff4500; TEXT-DECORATION: none}
A.rezeptlink:hover	{	FONT: 15pt "itckrist",verdana,arial,helvetica; COLOR: #ff4500; TEXT-DECORATION: none}
A.rezeptlink:active	{	FONT: 15pt "itckrist",verdana,arial,helvetica; COLOR: #660000; TEXT-DECORATION: none}



A.textlink:link {	FONT: 10pt verdana,arial,helvetica; COLOR: #ff9933; TEXT-DECORATION: yes}
A.textlink:visited {	FONT: 10pt verdana,arial,helvetica; COLOR: #ff9933; TEXT-DECORATION: yes}
A.textlink:hover {	FONT: 10pt verdana,arial,helvetica; COLOR: #ffd356; TEXT-DECORATION: yes}
A.textlink:active {	FONT: 10pt verdana,arial,helvetica; COLOR: #ff9933; TEXT-DECORATION: yes}



td { font: 10pt Verdana, Arial; color:#000000}
pre { font: 10pt Verdana, Arial; color:#ffffff}
h1 { font: bold 10pt Verdana, Arial; color:#ffffff}
h2 { font: bold 14pt Verdana, Arial; color:#990033}
h3 { font: bold 12pt Verdana, Arial; color:#ffffff}
h4 { font: bold 10pt Verdana, Arial; color:#990033}

.ueber { font: normal 24px "itckrist", Verdana, Arial; color:#dc143c}
.zutat { font: normal 18px "itckrist", Verdana, Arial; color:#3e6e49}
.ueber26r { font: bold 26pt Verdana, Arial; color:#990033}
.ueber22 { font: bold 32pt Verdana, Arial; color:#BEBDBD}



.mini { font: 10px Verdana, Arial; color:#ffffff}
.navg11 { font: bold 11pt Verdana, Arial; color:#656464; text-decoration:none;}



.zaehler {
	color: #C00;
}





ul#Navigation {
    width: 11em;
    margin: 0; padding: 0.2em 2.8em 0.8em;
    border: 1px 10109f;
    background-color: 10109f;
  }
  * html ul#Navigation {  /* Korrekturen fuer IE 5.x */
    width: 11.6em;
    w\idth: 11em;
    padding-left: 0;
    padd\ing-left: 0.8em;
  }
  ul#Navigation li {
    list-style: none;
    margin: 0.4em; padding: 0;
  }

  ul#Navigation a, ul#Navigation span, ul#Navigation h2 {
    display:block;
    padding: 0.2em;
    text-decoration: none; font-weight: bold;
    border: 0px solid green;
    border-left-color: red; border-top-color: red;
    color: white; background-color: 10109f;
  }
  * html ul#Navigation a, * html ul#Navigation span, * html ul#Navigation h2 {
    width: 100%;    /* Breitenangabe fuer IE 5.x */
    w\idth: 8.8em;  /* Breitenangabe fuer IE 6 */
  }
  ul#Navigation a:hover, ul#Navigation span {
    border-color: white;
    border-left-color: black; border-top-color: black;
    color: white; background-color: 202079;
  }
  ul#Navigation h2 {
    font-size: 1em;
    margin: 0.0em 0 0;
    border-color: 10109f;
    color: ff9933; background-color: #10109f;
  }
 
 
 
 /* Bild vergrößern */
  img.bildgross {
	transition: transform 0.2s;
	
  }
  img.bildgross:hover {
   transform: scale(2.0, 2.0);
  }