/********************************************************************/
/* Reset aller Vorgaben */
*{
         margin: 0px;
         padding: 0px;
}
/********************************************************************/
/* Definition des Body´s, der nur die Hintergrundgrafik kennt */
body {
     background-image: url(../02grafik/backround1.jpg);
     }
/********************************************************************/
/*Hier wird das Verhalten der Links festgelegt und der Überschriften */
a {
  color: #000099;
  }
a:active {
         color: #0099CC;
         }
a:visited{
         color: #666666;
         }
h1       {
         color: black;
         font-size: larger;
         font-weight: bold;
         text-align: center;
         text-decoration: underline;
}
h2       {
         color: black;
         font-size: small;
         font-style: italic; /* em = kursiv */
         text-align: center;
         }
h3       {
         color: blue;
         font-size: small;
         font-weight: bold;
         margin-left: 10px;
         }
h4       {
         color: black;
         font-size: larger;
         font-weight: bold;
         text-align: center;
         }
h5       {
         color: black;
         font-size: smaller;
         text-align: center;
         }
p        {
         color: black;
         font-size: 15px;
         text-align: left;
         /*white-space: pre;*/
         font-weight: normal;
         margin-left: 10px;
         }
/********************************************************************/
/* Eröffnung des Div-Kontainers, der das gesamte Projekt umschließt */
#container       {
         color: black;
         font-family: Arial, Helvetica, Verdana, sans-serif;
         font-size: 17px;
         width: 900px;
         margin: auto;
                 }
/********************************************************************/
/* Der Header ist die Kopf-Grafik mit seinen Pixel-Maßen */
#header{
        background-image: url(../02grafik/head.jpg);
        background-repeat: no-repeat;
        width: 895px;
        height: 398px;
        }
/********************************************************************/
/* Das Navi regelt nur die Kopfnavigation der Seite */
#navi{
         background-image: url(../04navi/navi.jpg);
         background-repeat: no-repeat;
         width: 895px;
         height:40px;
         border: 0px;
         float: left;
     }
/********************************************************************/
/* Die "content"-Prozedur bestimmt die Regeln des Inhaltes */
#content {
         background-image: url(../02grafik/background1.jpg);
         width: 895px;

         }
#contentkoch {
         background-image: url(../02grafik/backround2.jpg);
         width: 895px;

         }
#festebreite, festebreite1 {
            /*border: 3px solid red;*/
            width: 895px;
             }
#festebreite2 {
              /*border: 3px solid red;*/
              width: 895px;
              text-align: center;   
              }
/********************************************************************/
/* Hier werden die Eigenschaften der Seite "Werkstatt" behandelt */
/********************************************************************/
#werkstatt1 {
           /*border: 3px solid red;*/
           width: 400px;
           /*height: 440px;*/
           float: right;
           margin-right: 90px;
           }
#bild02    {
            background-image: url(../02grafik/werkstatt1.jpg);
            /*border: 3px solid blue;*/
            width: 255px;
            height: 282px;
            margin-top: 70px;
            float: left;
            margin-left: 100px;
           }
/********************************************************************/
/* Die "Foot"-Prozedur schließt die Seite ab */
#foot {
      color: white;
      font-size: x-small;
      background-color: black;
      width: 890px;
      height: 15px;
      font-weight: bold;
      padding: 2px;
}
/********************************************************************/
