body
{
    color: #000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    background-color: #fff;
    background-image: url("../graphics/common/shadow.jpg");
    background-repeat: repeat-y;
    background-position: center 0;
    text-align: center;
    padding: 0;
    vertical-align: baseline
}

ul
{
    text-align: left;
    list-style-image: url("../graphics/common/diamant.gif")
}

#content
{
    font-size: 14px;
    background-color: #ffc5b9;
    text-align: justify;
    visibility: visible;
    margin: 0 auto auto;
    padding: 20px;
    width: 700px;
    height: 1000px
}

em
{
    font-size: 14px;
    font-style: italic;
    font-weight: bold;
    text-decoration: none
}

#content h1
{
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #000
}

#header
{
    background-color: #fff;
    text-align: justify;
    visibility: visible;
    margin: 0 auto;
    padding-right: 20px;
    padding-left: 20px;
    top: 0;
    width: 700px;
    height: 100px;
    border-bottom: 1px solid #000
}

#leftbanner
{
    float: left
}

#rightbanner
{
    float: right
}

.leftpic
{
    margin-right: 10px;
    margin-bottom: 10px;
    float: left;
    border-width: 0px;
}

.rightpic
{
    margin-bottom: 10px;
    margin-left: 10px;
    float: right;
    border-width: 0px;
}

#menu
{
    color: #ffc5b9;
    line-height: 40px;
    background-color: #ffc5b9;
    background-image: url("../graphics/common/menueback.jpg");
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    visibility: visible;
    margin: auto auto 0;
    padding: 0 20px;
    width: 700px;
    height: 40px;
    vertical-align: middle;
    border-bottom: 1px solid #000
}

#menu a, a:visited
{
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    display: block;
    margin: 0 0 0 auto;
    width: 120px;
    height: 40px;
    min-height: 40px;
    float: left;
}

#menu a:hover, a:active, a#current
{
    color: #000;
    background-image: url("../graphics/common/filter.png");
    /*
     background-color: #ffc5b9;
     -moz-opacity: .60;
     filter: alpha(opacity = 60);
     opacity: .60
     */
}

.row
{
    display: inline;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    clear: left
}

.row .col1
{
    text-align: left;
    margin-top: 0;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 0;
    width: 160px;
    float: left
}

.row .col2
{
    text-align: left;
    margin-top: 0;
    margin-bottom: 10px;
    padding: 0;
    width: auto
}

a, a:visited
{
    color: #600;
    font-size: 14px;
    font-weight: normal;
    text-decoration: underline;
    background-image: none;
    width: auto;
    height: auto
}

a:hover, a:active
{
    color: #a0a0ff;
    font-size: 14px;
    font-weight: normal;
    text-decoration: underline;
    width: auto;
    height: auto
}

#map
{
    margin-top: 20px
}


