﻿body 
{
    margin: 30px 0 10px 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #A1A1A1;
}

p 
{
    margin: 0;
    margin-top: 10px;
}

a
{
	color: #A1A1A1;
	text-decoration: none;
}

h1
{
    padding: 10px 5px;
    margin: 0;
    margin-bottom: 10px;
    border-bottom: solid 1px #EC008D;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
    font-size: 33px;
}

h2
{
	margin: 0;
    margin-top: 16px;
    color: #EC008D;
	font-size: 12px;
	font-weight: bold;
}

.PageContainer 
{
    position: relative;
    width: 831px;
    margin: auto;
}

.Navigation 
{
    height: 45px;
    margin-bottom: 50px;
}

.Navigation img {
	border: none;
}

.Navigation td
{
	padding-top: 2px;
    padding-right: 10px;
	padding-left: 5px;
    font-family: Arial;
    font-size: 13px;
    font-weight: bold;
    vertical-align: top;
    border-left: solid 1px #FFFFFF;
}

.Navigation a 
{
    color: #A1A1A1;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
    text-decoration: none;
}

.Navigation .ActiveLink
{
    border-left: solid 1px #EC008D;
}

.Navigation .ActiveLink a
{
    color: #EC008D;
    text-decoration: none;
}

.SubLinkContainer {
	position: absolute;
	top: 27px;
	font-weight: normal;	
}

.Navigation .ActiveLink .SubLink
{
	color: #A1A1A1;
}

.Navigation .ActiveLink .SubLink .ActiveSubLink
{
    color: #EC008D;
}

.Logo 
{
    position: absolute;
    top: 0;
    right: 5px;
}

.InfoText {
	position: absolute;
	right: 10px;
	margin-top: 32px;
	color: #000000;
	/*font-size: 9px;*/
}

.ContentContainer 
{
	height: 600px;
	text-align: justify;
}

.ColumnImage 
{
	margin-top: 10px;
    border: solid 1px #AEAFB3;
}

.SingleColumn
{
	padding: 0 5px;
	/*padding-bottom: 0;*/
    /*margin: 10px 5px;
	margin-bottom: 0;*/
	line-height: 16px;
}

.ContentColumn 
{
    width: 267px;
    /*margin: 0 5px;*/
	padding: 0 5px;
    float: left;
	line-height: 16px;
}

.Violett 
{
    color: #EC008D;
}

.ListBox
{
	width: 28px;
	height: 13px;
	margin-right: 10px;
	border: solid 1px #aeafb3;
	float: left;
}

.AngeboteText {
	position: absolute;
	top: 600px;
	left: 0;
	clear: both;
}

.BackText {
	/*position: absolute;
	top: 360px; */
	width: 100%;
}

.Footer
{
	/*color: #000000;
	font-size: 16px;*/
	text-align: center;
	clear: both;
}

/*.Copyright
{
	font-size: 10px;
	text-align: right;	
}*/

