/* ### Headlines ### */
h1, h3, h3 a:link, .headline, .subheadline, .headline_rot {
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	line-height: 16px;
	text-decoration:none;
}

h1, .headline {color: #3D77B0;}
.subheadline {color: #676160;}
.headline_rot {color: #CE1710;}



/* ### LINKS ### */
a:link {
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}

a:hover {
	text-decoration: underline;
	color: #CE1710;
}

a:active , a:visited{ 
	text-decoration: underline;
	color: #000000;
}

div, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 13px;
}

#Impressum a {
	text-decoration: none;
	color: #FFFFFF;
}

#Impressum a:hover {
	text-decoration: underline;
}


/* ### TABLES ### */
.contenttable {
	background-color: #E4E9EE;
	vertical-align: top;
	border-collapse: collapse;
	border-spacing: 0;
}

.contenttable P {
	margin: 0;
}

.contenttable TD {
	padding: 6px;
}

/* Typ 1 */
.contenttable-1 .tr0 {
	background-color: #C2C7CC;
	font-weight:bold;
}

/* Typ2 */
.contenttable-2 .tr0 {
	background-color: #C2C7CC;
	font-weight:bold;
}

.contenttable-2 .td0 {
	background-color: #C2C7CC;
	font-weight:bold;
}

/* RTE Zebra Tables (corresponds to rte.css) */
tr.row-even {background:#f0f6fa;}
tr.row-odd {background:#e4eaef;}
table.tb-zebra-rows {
	background: white;
}

