﻿body
{
    margin: 0px;
    padding: 0px;
    color: #2d2d2d;
    font-family: tahoma, arial, verdana;
    font-size: 11px;
    line-height: 160%;
    background-image: url('../images/bg.jpg');
    background-repeat: repeat-x;
}

a
{
    color: #b7b500;
    font-weight: bold;
    text-decoration: none;
}

a:hover
{
    color: #b7b500;
    font-weight: bold;
    text-decoration: underline;
}

a img
{
    border: 0px;
}

#logo
{
	background-image: url('../images/logo.png');
	background-repeat: no-repeat;
	width: 105px;
	height: 92px;
	position: absolute;
	top: 10px;
    right: 50%;
    margin-right: 330px;
}

#main
{
	width: 870px;
    margin-left: auto;
    margin-right: auto;
}

#head
{
    height: 221px;
    width: 870px;
    background-image: url('../images/headbild.jpg');
    background-repeat: no-repeat;
	margin-left: auto;
    margin-right: auto;
}

#content
{
    margin: 10px
}

#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;
    font-size: 10px;
}

#menu a:hover
{
    text-decoration: underline;
}

#additionalMenu
{
	background-color: #e7e7e7;
    padding: 5px;
}
#additionalMenu a
{
	font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    color: #666666;
    font-size: 10px;
}
#additionalMenu a:hover
{
	text-decoration: underline;
}

#footer
{
	width: 870px;
    background-color: #e7e7e7;
	margin-top: 10px;
    padding-top: 5px;
    font-size: 10px;
    text-align: center;
}
#footer a
{
    font-weight: bold;
    text-decoration: underline;
    color: #000000;
    font-size: 9px;
}
#footer a:hover
{
    font-weight: bold;
    text-decoration: none;
    color: #000000;
}

/*---------------------------------------------------------*/

.whitelink
{
    FONT-SIZE: 8pt;
    COLOR: white;
    FONT-FAMILY: Verdana, Arial, Sans-Serif;
    TEXT-DECORATION: none
}
.head
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 12pt;
    COLOR: black;
    FONT-FAMILY: Verdana, Arial, Sans-Serif;
    FONT-VARIANT: small-caps
}
.normal
{
    FONT-SIZE: 10pt;
    COLOR: black;
    FONT-FAMILY: Verdana, Arial, Sans-Serif;
}
.bold
{
    FONT-SIZE: 10pt;
    COLOR: black;
    FONT-FAMILY: Verdana, Arial, Sans-Serif;
    font-weight: bold;
}
.error
{
    FONT-SIZE: 10pt;
    COLOR: red;
    FONT-FAMILY: Verdana, Arial, Sans-Serif;
}
.mini
{
    FONT-SIZE: 8pt;
    COLOR: black;
    FONT-STYLE: italic;
    FONT-FAMILY: Verdana, Arial, Sans-Serif;
}
.link
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 10pt;
    COLOR: black;
    FONT-FAMILY: Verdana, Arial, Sans-Serif;
}
