*
{
    padding: 0px;
	margin: 0px;
	font-family: Helvetica;
	letter-spacing: 0px;
	line-height: 17px;
}

body
{
    background-color: #333333;
}

p
{
    padding: 10px 0 0 0;
}

#main
{
    position: absolute;
    width: 1150px; /* hier inbedingt die Weite eingeben !!! */
    left: 50%;
    margin-left: -575px; /* hier unbedingt die halbe Weite eingeben !!! */
	height: 640px;
	top: 50%;
	margin-top: -320px;
	background-color: #ffffff;
}

.top
{
    height: 30px;
	line-height: 30px;
	width: 1150px;
	background-color: #666666;
	border-bottom: 5px solid #333333;
}

.footer
{
	position: relative;
	width: 1130px;
	height: 55px;
	line-height: 55px;
	vertical-align: bottom;
	background-color: #666666;
	color: #ffffff;
	padding-left: 20px;
	letter-spacing: 1.25px;
	font-size: 14px;
	clear: both;
}

.content
{
    width: 730px;
	height: 505px;
	padding: 20px;
	font-size: 12px;
	border-bottom: 10px solid #333333;
	color: #333333;
	float: left;
}
.flash
{
	width: 380px;
	height: 545px;
	border-bottom: 10px solid #333333;
	float: left;
}
.link
{
	background-image: url(images/link-bg.png);
	background-repeat: no-repeat;
    width: 273px;
	height: 43px;
	float: right;
	margin-top: 20px;
}
.linkContent
{
	font-size: 9px;
	letter-spacing: 1px;
	text-align: right;
	padding: 5px 5px 5px 5px;
}
h1
{
	font-size: 14px;
}
a
{
    text-decoration: none;
	letter-spacing: 1.25px;
}

.footer a
{
    color: #ffffff;
}

.content a
{
    color: #333333;
}

a.planbar
{
   color: #DF1620;
}

