/* StyleSheet TwistedEyes Rossmeier */
@import url(../bg.css);

h2 {
   font-size: 13px;
   font-style: italic;
   text-align: center;
   }

p {
  font-size: 12px;
  text-align: justify;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top:0px;
  padding-bottom:0px;
  }

#main{
     font-size:18px;
     margin-bottom: 10px;
     text-align: left;
     }

/*Titelleiste*/

.titelleiste {
         margin-top: 0px;
         margin-bottom: 0px;
         width: 599px;
         border: 3px solid #336699;
         }
.titelleiste h1 {
         padding-left:10px;
         padding-right:10px;
         margin-bottom: 0px;
         }

/* Rezeptliste */
.rezept {
        margin-top: 5px;
        padding-bottom: 5px;
        margin-bottom: 5px;
        }
.rezeptbild {
            margin-left: 5px;
            margin-right: 20px;
            float: left;
            }
.rezeptname {

            margin-left: 10px;
            margin-right: 20px;
            margin-top: 5px;
            margin-bottom: 5px;
            }
.rezeptname p {
            padding-top:20px;
            }

