/*####################### BASICS ############################*/

body {
	font-size: 100.01%; 
	background-color: #FFFFFF; 
	font-family: Arial, Helvetica, sans-serif; 
	/* conversion rate at 100%: 1em = 16px */
}


.contentPrint {
	margin-top: 1em;
	width: 33.2em;
	margin: 0;
}

/* ####################### CONTENT ############################ */

/* TEXT */

h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	clear: left;
}

/* Vermeidung von Seitenumbr�chen direkt nach einer �berschrift */
h1, h2, h3 {
	page-break-after: avoid;
}

h2 {
	color:#2A4D93;
	font-size:1.2em;
	margin:0 0 0.1em;
}
.news-single-item h2 {
	font-size:1.9em;
	color:#2A4D93;
}

h3 {
	font-size: 14pt;
}

p {
	orphans: 4;
	widows: 4;	
	margin: 0 0 16pt 0;
	text-align: justify;
	font-size: 10.5pt;
}

em, i {
	font-style: oblique;
}

strong, b {
	font-weight: bold;
}

/* HYPERLINKS */

a:link, a:visited, a:active, a:hover {
	color: black;
	text-decoration: none;
	border: none;
	background: transparent;
}

#branding,
#mainNavigation,
#topicFocus,
#contentAdditionalLeft,
#contentAdditionalRight,
#metaNavigation,
#breadcrumbNavigation,
.newsDetailMetafunctions,
.news-catRootline,
.tx-ttnews-browsebox,
.news-single-backlink{
	display: none;
}

