body {
    background-color: #BBFFDD;
    color=black;
    font-family: "Comic Sans MS", "Courier New";
    font-size: 1em;
    margin-top: 0.1em;
    margin-right: 0.1em;
    margin-bottom: 0.1em;
    margin-left: 0.1em
}

table {
    background-color: #BBFFDD;
    color=black;
    font-family: "Comic Sans MS", "Courier New";
}

h1 { 
    font-family: "Comic Sans MS", "Courier New";
    font: normal 14px;
    font-weight: bold;
}

h2,h3,h4,h5,h6,div,p,body,html,input,button { 
    font-family: "Comic Sans MS", "Courier New";
    font: normal 12px;
}

img.block {
    background-color: #BBFFDD;
    display:block;
}

div, img {
    margin:0;
    padding:0;
    border:0;
}

div#container {
    background-color: #BBFFDD;
    font-family: "Comic Sans MS", "Courier New";
    font: bold 10px;
    width:100%;
    margin-left:auto;
    margin-right:auto;
    # border:1px solid silver;
}

div#header {
    background-color: #BBFFDD;
    font-family: "Comic Sans MS", "Courier New";
    # border:1px solid silver;
    text-align:center;
    width:100%;
}

div#topmenu {
    background-color: #BBFFDD;
    font-family: "Comic Sans MS", "Courier New";
    font: bold 10px;
    clear:both;
    text-align:right;
}

div#search {
    background-color: #BBBBBB;
    font-family: "Comic Sans MS", "Courier New";
    font: bold 10px;
    clear:both;
    color:black;  
    text-align:left;
}

div#top a {
    background-color: #BBFFDD;
    text-decoration: none;
}

div#contents {
    background-color: #BBFFDD;
    font-family: "Comic Sans MS", "Courier New";
    width:100%; 
}

div#head {
    background-color: #BBFFDD; 
    font-family: "Comic Sans MS", "Courier New";
    font: normal 10px;
    # border:1px solid silver;
}

div#left {
    font-family: "Comic Sans MS", "Courier New";
    # border:1px solid silver;
    color:black;
    width=128;
}

div#right {
    background-color: #BBFFDD; 
    font-family: "Comic Sans MS", "Courier New";
    height:auto;
    text-align:left; 
    vertical-align:top; 
    # border:1px solid silver;
}

div#footer {
    background-color: #BBFFDD;
    font-family: "Comic Sans MS", "Courier New";
    clear:both;
    text-align:right;
    padding:5px;
    # border:1px solid silver;
}

div#zutaten { 
    font-family: "Comic Sans MS", "Courier New";
    text-align:right;
    float:left;
    padding-top:40px;
    padding-bottom:16px;
    padding-left:8px;
    padding-right:8px;
    border:1px solid silver;
}

div#zubereitung { 
    font-family: "Comic Sans MS", "Courier New";
    float:left;
    padding-top:40px;
    padding-bottom:16px;
    padding-left:8px;
    padding-right:8px;
    border:1px solid silver;
}

/*-----------------------------------*/

.float-left { 
    float:left; 
}

