﻿/* Cascading Stylesheet for Common Elements */

/* Begin: General */

body
{
    margin: 0px;
    color: #2d2d2d;
    font-family: tahoma, arial, verdana;
    font-size: 11px;
    line-height: 160%;
    background-image: url(../../images/bg.jpg);
    background-repeat: repeat-x;
}

#main
{
    width: 750px;
    margin-left: auto;
    margin-right: auto;
}

a
{
    color: #b7b500;
    font-weight: bold;
    text-decoration: none;
}

a:hover
{
    color: #b7b500;
    font-weight: bold;
    text-decoration: underline;
}

a img
{
    border: 0px;
}

h1
{
    font-size: 21px;
}

h2
{
    font-size: 15px;
    margin-bottom: 7px;
}

h3
{
    font-size: 13px;
    margin-bottom: 3px;
}

#head
{
    height: 221px;
    background-image: url(../../images/headbild.jpg);
    background-repeat: no-repeat;
}

#logo
{
    background-image: url(../../images/logo.png);
    background-repeat: no-repeat;
    height: 92px;
    width: 105px;
    position: absolute;
    top: 10px;
    left: 50%;
    margin-left: -375px;
}

#menu
{
    background-color: #e7e7e7;
    height: 31px;
    padding-left: 25px;
    vertical-align: middle;
    line-height: 31px;
}

#menu a
{
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    color: #000000;
}

#menu a:hover
{
    text-decoration: underline;
}

#content
{
    margin: 10px
}

#footer
{
    background-color: #e7e7e7;
    padding-left: 25px;
    padding-top: 15px;
    padding-right: 25px;
    padding-bottom: 30px;
    font-size: 10px;
}

#footer a
{
    font-weight: bold;
    text-decoration: underline;
    color: #000000;
}

#footer a:hover
{
    font-weight: bold;
    text-decoration: none;
    color: #000000;
}

.projectHeading
{
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 3px;
}

.pagerButton
{
    font-size: 13px;
    padding: 5px;
    border: 1px solid #999999;
}

.pagerButton a
{
    padding: 5px;
    border: 1px solid #eeeeee;
}

/* Accordion */

.accordionLink
{
    color: #000000;
}

.accordionHeader
{
    border: 1px dotted #2F4F4F;
    color: #000000;
    background-color: #C5C5C5;
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

#master_content .accordionHeader a
{
    color: #000000;
    background: none;
    text-decoration: none;
}

#master_content .accordionHeader a:hover
{
    background: none;
    text-decoration: underline;
}

.accordionHeaderSelected
{
    border: 1px dotted #2F4F4F;
    color: #000000;
    background-color: #C5C5C5;
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

#master_content .accordionHeaderSelected a
{
    color: #ffffff;
    background: none;
    text-decoration: none;
}

#master_content .accordionHeaderSelected a:hover
{
    background: none;
    text-decoration: underline;
}

.accordionContent
{
    background-color: #ffffff;
    border: 1px dashed #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}

.watermark
{
    color: #cccccc;
}