* {
	font-family: Arial, Verdana;
	margin: 0px;
	padding: 0px;
}

body{
	font-size: 12px;
	color: #000;
}

a:link{
	color: #e67b00;
	text-decoration: none;
}

a:hover{
	color: #fab500;
	text-decoration: none;
}

a:active
{
	color: #e67b00;
	text-decoration: none;
}

a:visited
{
	color: #fab500;
	text-decoration: none;
}

#header{
	display: none !important;
}

#top-navi
{
	display: none !important;
}

#left-col{
	display: none !important;
}

#content{
	background-color:transparent;
	padding: 0px;
	margin: 0px;
}

#content h1{
	color: #e67b00;
	font-size: 20pt;
	font-weight:lighter;
	font-style:italic;
}

#content h2{
	color: #e67b00;
	font-size: 18pt;
	font-weight:normal;
	font-style:normal;
}

#content h3{
	color: #e67b00;
	font-size: 16pt;
	font-weight:normal;
	font-style:normal;
}

#content h4{
	color: #000;
	font-size: 14pt;
	font-weight:normal;
	font-style:normal;
}

#content h5{
	color: #000;
	font-size: 12pt;
	font-weight:normal;
	font-style:normal;
}

#content h6{
	color: #000;
	font-size: 10pt;
	font-weight:bold;
	font-style:normal;
}

.bodytext{
	color: #000;
	font-size: 10pt;
	font-weight:normal;
	font-style:normal;
}

UL.csc-bulletlist LI{
	font-size: 10pt;
	font-weight:lighter;
	font-style:normal;
}

UL.csc-bulletlist-0{
	list-style-type:decimal;
}

UL.csc-bulletlist-1{
	list-style-type:disc;
}

UL.csc-bulletlist-2{
	list-style-type:circle;
}

UL.csc-bulletlist-3{
	list-style-image: url(../Images/Icons/BulletRingelblume.gif);
}

#right-col{
	display: none !important;
}

#footer 
{
	display: none !important;
}