body
{
	padding: 0px;
    margin: 0px;
}

#Header
{
	background-image: url(/templates/default/images/header.png);
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    height: 97px;
    top: 0px;
    width: 100%;
    text-align: center;
}

#Footer
{
	background-image: url(/templates/default/images/background_bottom.png);
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    height: 287px;
    bottom: 0px;
    width: 100%;
    z-index: 100;
}

#Hauptmenu
{
	width: 100%;
	position: absolute;
	top: 100px;
    font-family: Arial;
    font-size: 12px;
}

#Content
{
	width: 100%;
	position: absolute;
	top: 175px;
    font-family: Arial;
    font-size: 12px;
    z-index: 200;
}

#Content a, #Content-Main a
{
    font-family: Arial;
    color: #EF3C3F;
    text-decoration: none;
}

#Content td
{
    font-family: Arial;
    font-size: 12px;
}

#Hauptmenu a
{
    font-family: Arial;
    font-size: 12px;
	color: #000000;
    text-decoration: none;
}

.Button
{
	background-image: url(/templates/default/images/btn_0.png);
    background-repeat: no-repeat;
    height: 24px;
    width: 113px;
    display: inline-block;
    text-align: center;
    padding-top: 5px;
    float: left;
    font-family: Arial;
    font-size: 12px;
}

.Button_Selected
{
	background-image: url(/templates/default/images/btn_1.png);
    background-repeat: no-repeat;
    height: 24px;
    width: 113px;
    display: inline-block;
    text-align: center;
    padding-top: 5px;
    float: left;
    font-family: Arial;
    font-size: 12px;
}

.Subbutton
{
	background-image: url(/templates/default/images/btn_2_0.png);
    background-repeat: no-repeat;
    letter-spacing: 1px;
    display: inline-block;
    float: left;
    padding-left: 6px;
}

.Subbutton a, .Subbutton_Selected a
{
    font-family: Arial;
    font-size: 11px;
    color: #000000;
    text-decoration: none;
}

.Subbutton:hover
{
	background-image: url(/templates/default/images/btn_2_1.png);
    background-repeat: no-repeat;
}

.Subbutton_Selected
{
	background-image: url(/templates/default/images/btn_2_1.png);
    background-repeat: no-repeat;
    letter-spacing: 1px;
    display: inline-block;
    float: left;
    padding-left: 6px;
}

.Spacer-1
{
    height: 24px;
	width: 16px;
    float: left;
}

.Spacer-2
{
    height: 24px;
	width: 5px;
    float: left;
}

.InfoImage
{
	border: 1px #F3B36C solid;
}

.Inhalt
{
	color: #EF3C3F;
}

.Inhalt li
{
    font-size: 13px;
}

#Content-Main
{
    font-size: 12px;
}
