/* page defs */
html
{
    margin:     0px;
    padding:    0px;
    height:     100%;
}

body
{
    background-color:   #3D3C3F;
    background-image:   url(../Images/Layout/ContainerShadow.png);
    background-position: center;
    background-repeat:  repeat-y;
    margin:             0px;
    padding:            0px;
    height:             100%;

    /*font-family: "Myriad Pro", "Myriad Web", Verdana, Helvetica, Arial, sans-serif;*/
    font-family:    Verdana, Helvetica, Arial, sans-serif;
    font-size:      12px;
}

a
{
    color:              #000000;
    text-decoration:    none;
}

a img
{
    border-width: 0px;
}

a:hover
{
    color:              #3F4E99;
}

form
{
    width:              1000px;
    height:             100%;
    margin:             0px auto;
}


/* main layout */
.container
{
    position:           absolute;
    top:                0px;
    bottom:             0px;
    width:              1000px;
    margin:             0px auto;
    background-color:   #FFFFFF;
    z-index:            0;
}


.header
{
    position:           absolute;
    top:                0px;
    width:              1000px;
    height:             125px;
    margin:             0px auto;
    background-image:   url(../Images/Layout/HeaderBack3.png);
    z-index:            3 !important;
}


.content
{
    position:       absolute;
    top:            120px;
    width:          1000px;
    height:         390px;
    margin:         0px auto;
    overflow:       auto;
    background-position: center;
    z-index:        2 !important;
}

.contentBackground
{
    position:       absolute;
    top:            115px;
    width:          1000px;
    height:         400px;
    margin:         0px auto;
    overflow:       hidden;
    /*background-color:   #3D3C3F;*/
    background-color:   #EEEEEE;
    background-position: center;
    z-index:        1 !important;
}


.buttons
{
    position:               relative;
    top:                    50px;
}


.impressum
{
    position:               relative;
    top:                    75px;
    text-align:             center;
}

.ImpressumBackLink
{
      position:       absolute;
      bottom:         10px;
      left:           15px;
      width:          110px;
      height:         25px;
      padding:        0px 16px;

      /*background:   #00519b;*/
      line-height:    25px;
      color:          #FFFFFF;
      vertical-align: middle;
      font-size:      13px;
}

.ImpressumBackLink a
{
    display: block;
    line-height:    25px;
    color:          #FFFFFF;
    vertical-align: middle;
    font-size:      13px;
}


.footer
{
    position:               absolute;
    top:                    500px;
    width:                  1000px;
    margin:                 0px auto;
    background-image:       url(../Images/Layout/FooterBack4.png);
    background-position:    top;
    background-repeat:      no-repeat;
    height:                 125px;
    margin:                 0px 0px 0px 0px;
    z-index:                3 !important;
}

.ImpressumPanel
{
    position:       absolute;
    top:            35px;
    left:           175px;

    width:          650px;
    height:         315px;
    padding-right: 10px;

    overflow:       auto;
}


/* default text styles */

p.head
{
    font-weight:    bold;
    font-size:      18px;
}

p.section
{
    font-weight:    bold;
    font-size:      14px;
}

p
{
    font-size:      13px;
    text-align:     justify;
}

p.address
{
    width:          200px;
    margin:         0px auto;
    font-size:      12px;
    font-weight:    bold;
}

table.openingTimes
{
    width:          225px;
    margin:         0px auto;
    font-size:      12px;
    font-weight:    bold;
}