*
{
    margin:0;
    padding:0;
}

#container
 {
    background-color: #FFFFFF;
    position: relative;
    left: 0px;
    top: 0px;
    height: 100%;
}

#links
 {
    float: left;
    width: 200px;
    margin-top: 0px;
    margin-left: 50px;

  }

#navi
{

    width: 200px;
    font-size: 12px;
    line-height: 25px;
    font-family: Verdana,Arial;
    margin-left: 0px;
    margin-top: 0px;

}

#navi ul
{
    list-style-type: none;
    margin: 0px;
    padding: 2px 0 0 0;
    border-top: 1px solid #FFAF7A;
    border-bottom: 1px solid #FFAF7A;
}


#navi li
{
    margin: 0;
    padding: 0;
    margin-bottom: 2px;
    background-color: #F8F8F8;
}


#navi a
 {
    display: block;
    color: #8c8c8c;
    text-decoration: none;
    padding: 5px 0 6px 25px;
    height: 13px;
 }

 #navi ul li.active  a
 {
    color: #FF6600;
 }


#navi a:hover
{
    color: #333333;
  /*background-color: #FFFFFF;*/    /* ist nötig für die Infobox */
}


#navi a .infobox
{
    display: none;

}

#navi a:hover .infobox
{
     position: absolute;
     top: 430px;
     left: 280px;
     display: block;
     padding: 5px;
}


#kopf
{
    margin-top: 20px;
    margin-left: 50px;
    margin-right:50px;
    margin-bottom: 5px;         /* Der untere Rahmen ist Bestandteil des Bildes */
    height: 210px;
    overflow:hidden;      /*     sonst geht margin-right nicht     */
  /*  background-repeat:repeat;  */
/*  border-bottom: 5px solid #FFFF00;  */


}

#kopfwin
{
    margin-top: 20px;
    margin-left: 50px;
    margin-right:50px;
    margin-bottom: 5px;
    height: 198px;
  /*   background-repeat:no-repeat;      */
   background:url("img/xWin7.jpg");
   border-bottom: 5px solid #FF6600;
}

#kopf2
{
    margin-top: 20px;
    margin-left: 50px;
    margin-right:50px;
    margin-bottom: 5px;
    height: 215px;
    background:url("img/xBild.jpg");
    border-bottom: 5px solid #FF6600;
}


 #lizenz
{

    font-size: 10px;
    color: #8C8C8C;
    font-family: Verdana,Arial;
 /*   margin-left: 50px;   */
    margin-right: 50px;
    text-align: right;
    margin-top: 0px;
    
}

#lizenz a
 {

   text-decoration: none;
   color: #0000FF;
 }


#lizenz a:link
 {
    color: #0000FF;

 }

#lizenz a:visited
 {
    color: #0000FF;
 }

#lizenz a:hover
 {
    color: #0000FF;
 }

#lizenz a:active
{
    color: #0000FF;
}

h1
{
    font-size: 1.4em;
    font-family: Arial;
    font-weight: bold;
    color: #9b9b9b;
    padding: 0 0 0 0;
    margin-left: 50px;
 }

h2
{
    font-size: 1.25em;
    font-family: Arial;
    font-weight: normal;
    color: #FF6600;
    padding: 0 0 5px 0;
    margin-left: 50px;
}

#indexmitte
{

    padding-left: 0px;
    height: 264px;  
    margin-right: 50px;
    margin-left: 260px;
    border-left: 1px solid #FF6600;
    border-bottom: 1px solid #FF6600;
}

#indexmitterezept
{

    padding-left: 0px;
    height: 420px;
    margin-right: 50px;
    margin-left: 260px;
    border-left: 1px solid #FF6600;
    border-bottom: 1px solid #FF6600;
}

#indexmittegif
{
/*padding-top: 15%; */
padding-top: 100px;
text-align: right;
}

#mitte
{
  /*  float: left;   */
    text-align: left;
    margin-left: 260px;
    margin-right: 50px;
    padding-left: 0px;
    font-size: 12px;
    line-height: 25px;
    font-family: Verdana,Arial;

}


#mitteli
 {
    margin-left: 250px;
 }


#mitte a
 {

    display: block;  /*    bewirkt das die Zeilen untereinander stehen   */
    text-decoration: none;
 }


#mitte a:link
 {
    color: #8C8C8C;
 }

#mitte a:visited
 {
    color: #8C8C8C;
 }

#mitte a:hover
 {

    color: #333333;
 }


#mitte a:active
 {

    color: #8C8C8C;
}

/*Formatierung für Tipps  und Tricks */

#uebertip
{
    margin-top: 20px;
    margin-left: 70px;
    margin-right: 70px;
    font-size: 1.6em;
    text-align: center;
    font-weight: bold;
    color: #5F5F5F;
    line-height: 1.8em;
    font-family: Maiandra GD, Tahoma, Arial;
}

#texttip
{

    margin-top: 10px;
    margin-left: 70px;
    margin-right: 70px;
    margin-bottom: 0px;
    /*padding-left: 0px;*/
    font-size: 1.2em;
    text-align: left;
    height: 1000px;
    color: #3F3F3F;
    line-height: 1.3em;
    font-family: Tahoma, Arial, sans-serif;

}

#top
{
    display: block;
    height: 20px;
    width: 100%;
    color: #000080;
    border-top-style: solid;
    border-top-color: #FF6600;
    border-top-width: thin;

    border-bottom-style: solid;
    border-bottom-color: #FF6600;
    border-bottom-width: thin;
    border-color: #FF6600;
    font-size: 10px;
    font-family: Verdana;
    padding-top: 5px;
    margin-left: 0px;
}

#top a
 {
    text-decoration: none;
 }

#top a:link
 {
    color: #FF6600;
 }

#top a:visited
{
    color: #FF6600;
}

#top a:active
{
    color: #FF6600;
}

#top a:hover
{
    color: #FF6600;
    text-decoration: underline;
}

#leer
{
    /*float: none; */
    height: 300px;
}

/*Ende Tipps*/


#impressum
{

    text-align: left;
    margin-left: 410px;
    margin-right: 200px;
    padding-left: 10px;
    font-size: 14px;
    line-height: 25px;
    font-family: Verdana,Arial;
}

#alphabox
{
   /* display: block;*/

    margin-top: 20px;
    font-size: 15px;
    line-height: 25px;
    font-weight: bold;
    font-family: Maiandra GD,Verdana, Arial;
    color: #666666;
}

#alphabox a
 {
    display: inline;
    text-decoration: none;
    letter-spacing: 0.8em;

}

#alphabox a:link
 {
    color: #666666;
}

#alphabox a:visited
 {
    color: #666666;
}

#alphabox a:hover
 {
    color: #666666;

}

#alphabox a:active
 {
    color: #666666;
 }

#rebox2
{
    display: block;
    margin-left: 50px;
    margin-right: 50px;
    margin-top: 20px;
    height: 60px;
    background-image: url(img/rezeptbalken.jpg);
    border-bottom: 5px solid #FF6600;

}

#unten
{

    font-size: 10px;
    color: #8C8C8C;
    font-family: Verdana,Arial;
    margin-left: 260px;
    margin-top: 5px;

}

#unten a
 {

   text-decoration: none;
   color: #8C8C8C;
   background-color: #FFFFFF;
}


#unten a:link
 {
    color: #8C8C8C;

 }

#unten a:visited
 {
    color: #8C8C8C;
 }

#unten a:hover
 {
    color: #FFFFFF;
    background-color: #8C8C8C;
 }

#unten a:active
 {
    background-color: #FFFFFF;
    color: #8C8C8C;
}



