/* Layout */
html, body
{
    height: 100%;
    margin: 0px;
    width:  100%;
}

#outerWrapper
{
    height: 100%;
    width:  960px;
}

#header
{
    background: url(../gfx/header.jpg);
    height:     196px;
}

#menu
{
    position:   relative;
    left:       50px;
    top:        82px;
    font:       bold 12px georgia,serif;
    color:      #64764c;
    letter-spacing: -1px;
}

#contentWrapper
{
    background:     url(../gfx/bg_body.jpg) no-repeat;
    min-height:     572px;
    vertical-align: top;
}

#content
{
    position:   relative;
    left:       50px;
    top:        16px;
    color:      #64764c;
    font:       12px georgia,serif;
    min-height: 572px;
    /* IE-Minheight-Fix */
    height:     auto !important;
    height:     572px;
  
    width:      860px;
}

#flowers
{
    position:   absolute;

    left:       310px;
    bottom:     0px;
    
    width:      600px;
    height:     370px;
    
    background: url(../gfx/flowers.png) no-repeat;
}

#contact
{
    position:   absolute;
    left:       540px;
    width:      330px;
}

div.foreground
{
    position: relative;
    z-index: 2;
}

#bottom_menu
{
    position:       relative;
    bottom:         0;
    left:           50px;    
    color:          #64764c;
    font:           bold 12px georgia,serif;
    margin-bottom:  12px;
    letter-spacing: -1px;
}

/* Überschriften */
h1
{
    color:          #ef9100;
    display:        inline;
    font:           bold italic 17px georgia,serif;
    letter-spacing: 1px;
}

h2
{
    color:          #64764c;
    display:        inline;
    font:           bold italic 17px georgia,serif;
    letter-spacing: 1px;
}

/* Links */
a
{
    color:          #f09100;
    font-size:      12px;
    font-weight:    bold;
    text-decoration:none;
}

a:hover
{
    color:          #f09100;
    font-size:      12px;
    font-weight:    bold;
    text-decoration:underline;
}

a.menu
{
    color:          #64764c;
    text-decoration:none;
}

a.menu:hover
{
    background:     #64764c;
    color:          #fff;
    text-decoration:none;
}

a.menu_active
{
    background:     #64764c;
    color:          #fff;
    text-decoration:none;
}

a.bottom
{
    color:          #64764c;
    font-size:      12px;
    text-decoration:none;
}

a.bottom:hover
{
    background:     #64764c;
    color:          #fff;
    font-size:      12px;
    text-decoration:none;
}

/* Forms */
input, textarea
{
    border: 1px solid #64764c;
    color:  #64764c;
    font:   12px gerorgia,serif;
    padding:2px;
}

input.button
{
    background:     #64764c;
    cursor:         pointer;
    color:          #fff;
    font-weight:    bold;
    letter-spacing: -1;
}

/* TDs */
td
{
    color:          #64764c;
    font:           12px georgia,serif;
}

td.error
{
    color:  #f00;
}

/* IE-PNG-Fix */
img, div { behavior: url(iepngfix.htc) }

