﻿*
{
    margin: 0;
    padding: 0;
    border: 0;
}

html, body
{
    height: 100%;
}

body
{
    background-color: #ee8027;
    text-align: center;
}

#container
{
    margin: 0 auto;
    position: relative;
    text-align: left;
    height: 100%;
    min-height: 550px;
    width: 740px;
}
#container-wrap
{
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -276px;
    width: 740px;
    height: 550px;
}
#inhalt
{
    height: 550px;
    width: 740px;
    margin-left: 0;
    margin-top: 0;
    background-color:White;
    background-image: url(../images/demeter-hg.jpg);
    background-repeat: no-repeat;
    background-position: 0 0;
}
h1, h2, a, a:hover 
{
    color:White;
    }
#en
{
    float:left;
    height: 550px;
    width: 246px;
    text-align:center;
    }
 #fr
{
    float:left;
    height: 550px;
    width: 247px;
    text-align:center;
    }
#de
{
    float:left;
    height: 550px;
    width: 247px;
    text-align:center;
    }
.logo 
{
    margin-left:auto;
    margin-right:auto;
    margin-top:10px;
    width:156px;
    height:80px;
    }
.logo-a 
{
    display:block;
    margin:0;
    padding:0;
    width:156px;
    height:80px;
    }
.schrift 
{
    margin-top:0;
    width:100%;
    height:230px;
    }
.schrift-a 
{
    display:block;
    margin:0;
    padding:0;
    height:230px;
    }
#juic
{
    width: 246px;
    }
#jus
{
    width: 247px;
    }
#saft
{
    width: 247px;
    }
.menu-bar 
{
    margin-top: 17px;
    margin-left:2px;
    height:24px;
    width:240px;
    }
.menu-a 
{
    display:-moz-inline-block;
    display:inline-block;
    margin:0;
    padding:0;
    height:24px;
    width: 80px;    
    }
.clear 
{
    clear:both;
    height:0;
    }
