

a:link {color: black; text-decoration:underline;}
a:visited {color: black;text-decoration:underline;}
a:hover {color: gray;text-decoration:none;}
a:active {color: lightGray;text-decoration:underline;}
a:focus {color: red;text-decoration:underline;}




.body
{
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
}


.north
{
    height: 100px;
    width: 100%;
    background: #871515;

    border-top: 0px;
    border-bottom: 0px;
    border-left: 0px;
    border-right: 0px;
    border-style: solid;
    border-color: #7d97c8;

    text-align: left;
    vertical-align: top;

    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;

    margin-top: 0px;
    margin-right: 0px;

}


.northWest
{
    width: 965px;
    margin-left: 10px;
}


.menue   
{
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 20px;
}


.menuItemText 
{
    font-family: "Arial", "Helvetica", "sans-serif"; 
    text-align: left;
    vertical-align: middle;
    font-size: small;
    line-height: 130%;
}





.south
{
    width: 100%;
    border-top: 1px;
    border-bottom: 0px;
    border-left: 0px;
    border-right: 0px;
    border-style: double;
    border-color: #871515;
    background: white;
    text-align: center;
    vertical-align: middle;
    padding-top: 0px;
    padding-right: 0px;
    margin-top: 20px;
}

.content
{
    border-top: 0px;
    border-bottom: 0px;
    border-left: 1px;
    border-right: 0px;
    border-style: solid;
    border-color: #871515;
    background: white;
    text-align: left;
    padding-left: 10px;
    padding-top: 5px;
    margin-top: 20px;
    padding-left: 20px;
}

.title
{
    font-weight: bold;
}

.subtitle
{
    font-weight: bold;
}


.portrait
{
    width: 230px;
    background: white;
    text-align: right;
    vertical-align: top;
    padding: 0px;
    margin-top: 20px;
}


.text
{
    font-family: "Arial", "Helvetica", "sans-serif"; 
    text-align: left;
    font-size:small;
    line-height: 130%;
}

.textblock
{
    font-family: "Arial", "Helvetica", "sans-serif"; 
    text-align: justify;
    font-size: small;
    line-height: 130%;
}

.large
{
    font-size: x-large;
}

.small
{
    font-size: x-small;
}

.bold
{
    font-weight: bold;
}

.topAlign
{
    vertical-align: top;
}

.bottomAlign
{
    vertical-align: bottom;
}

.keyword
{
    font-weight: bold;
}


.paddingLeft
{
    padding-left: 20px;
}

.center
{
    text-align: center;
}

.head_title
{
    font-size: x-large;
    font-weight: bold;
    color: white;
}

.head_subtitle
{
    font-size: large;
    color: white;
}



.themeTitle
{
    font-weight: bold;
    font-size: x-large;
    padding-bottom: 10px;
}

.themeSubTitle
{
    font-weight: bold;
    font-size: large;
    padding-top: 20px;
    padding-bottom: 10px;
}

.themeHeading
{
    font-weight: bold;
    font-size: large;
    padding-bottom: 0px;
    padding-top: 10px;
}


.imgStandard
{
    border: 0px;
}

.impPortrait
{
    width: 150px;
}
