/* CSS Document - www.AllerleyKraut.de*/

/* Body configurations*/
body
{
        position: absolute;
        background-color: transparent;
        background-image: url(back5.jpg);
        background-repeat: repeat;
        font-family: "Arial Narrow";
        font-style: normal;
        font-size: 24px;
        margin: auto;
        padding: auto;
        border-width: 0px;
        width: 100%;
        height: 100%;
}

div.kopf
{
        position: relative;
        width: 100%;
        height: 300px;
}

div.head
{
        position: relative;
        margin: auto;
        width: 1000px;
        height: 230px;
}

div.info
{
        position: relative;
        margin: auto;
        width: 450px;
        height: 70px;
        font-size: 25px;
        padding-right: 50px;
        font-style: italic;
        float: right;
}


div.main
{
        position: relative;
        margin: auto;
        width: 1000px;
        height: 480px;
}


div.pic
{
        position: relative;
        background-image: url(flower3.png);
        margin:auto;
        width: 320px;
        height: 400px;
        margin-left: 50px;
        float: left;
}


div.content
{
        position: absolute;
        margin:auto;
        margin-top: 450px;
        width: 600px;
        height: 480px;
        float: left;
}




div.kontakt
{
        position: absolute;
        margin-top: 65px;
        margin-left: 60px;
        width: 520px;
        height: 450px;
        padding-top: 50px;
        overflow: hidden;
}



/* Link configurations */
a:link, a:visited, a:active
{
        position: absolute;
        color: #006900;
        text-decoration: none;
        font-weight: normal;
}

a:hover
{
        position: absolute;
        color: #690000;
        text-decoration: none;
        font-weight: normal;
}




/* Headline configurations*/
h1
{
        position: absolute;
        text-align: center;
        font-size: 33px;
        font-weight: normal;
        width: 640px;
        margin-top: 0px;
        font-style: normal;
        text-decoration: underline;
}

h3
{
        position: relative;
        text-align: center;
        font-weight: bold;
        font-size: 27px;
        margin: 0px;
}


/* Horizontal-Line configurations */
hr
{
        position: relative;
        text-align: center;
        width: 100%;
}


/* Picture configurations */
img.logo
{
        position: relative;
        width: 850px;
        height: 230px;
        margin-left: 75px;
        margin-right: 75px;
        border-style: none;
}

/* PDF Window configuration */
iframe.pdf
{
        position: relative;
        margin-left: 20px;
        width: 1000px;
        height: 1000px;
        border: none;
}
