body {
	margin: 0;
	padding: 0;
	font: 9pt/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
	color: #000;
	background: #fff;
}

h1, h2, h3, h4, h5, h6 {
	color: #009DDB;
	font-size: 100%;
}
h1 {
	font-size: 16pt;
}
h2 {
	color: #000;
	font-size: 12pt;
}
h3 {
	font-size: 11pt;
}

a {
	color: #009DDB;
	text-decoration: none;
}

/* Ausblenden */

ul#skiplinks, ul#serviceNav, ul#mainNav,
object#headerSWF, div#mainContentSWF,
/*table#news_teaser,*/
ul.topSubNav, ul#subNav {
	display: none;
}


/* Content */

table {
	width: 100%;
	border-collapse: collapse;
}
table th, table td {
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}

table#news_teaser td {
	width: 30%;
	padding: 0 3% 0 0;
}

a.readmore {
	margin-left: 5px;
}


/* Subcontent-Boxen */

div.subContentBox {
	clear: both;
	width: 100%;
	float: left;
	margin: 0 0 20px 0;
}
div.subContentBox#supporter ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
div.subContentBox#supporter ul li img {
	display: block;
	float: left;
	margin-right: 20px;
}



/* Footer */

div#footer {
	clear: both;
}

em.lCase {
	font-style: normal;
}