@charset "utf-8";
/* ----

	Information:
Typ: Print
	
	Farbangaben für den Druck:
weiss                        #fff
Hintergrund
orange                      #ff8400
Schrift I                   #222222
Schrift II
*/

/* ---- CSS-Angaben um Browser aus einheitlichen Stand zu bringen: */

	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,
	del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, 
	fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
vertical-align: baseline;
background: transparent;
font-family: Georgia, "Times New Roman", Times, serif;
/*font-family: Verdana, Geneva, sans-serif;*/
/*font-family: "Courier New", Courier, monospace;*/
/*font-family: Arial, Helvetica, sans-serif;*/
/*font-family: Tahoma, Geneva, sans-serif;*/
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
/*font-family:"Times New Roman", Times, serif;*/
}
	html, body {
height: 100%;
}
	body {
line-height: 1;
font-size: 0.625em;
}
	ol, ul {
list-style: none;
font-size: 120%;
}
	li {
margin: 0.5em 0 0.8em 0;
}
	blockquote, q {
quotes: none;
}
	blockquote:before, blockquote:after, q:before, q:after {
content: '';
content: none;
}

/* remember to define focus styles! */
	:focus {
outline: 0;
}
/* remember to highlight inserts somehow! */
	ins {
text-decoration: none;
}
	del {
text-decoration: line-through;
}
	table {
border-collapse: collapse;
border-spacing: 0;
/* 'cellspacing="0"' im HTML-Quelltext erforderlich */
}
	.hidden {
display: none;
}
	em, i {
font-style: italic;
}
	strong, b {
font-weight: 600;
}
	p {
font-size: 130%;
line-height: 140%;
margin: 0.5em 0 0.8em 0;
padding: 0;
}

/* ---- Ueberschriften ---- */

	h1, h2, h3, h4, h5, h6 {
margin: 1em 0 0 0;
}
	h1 {
font-size: 200%;
}
	h2 {
font-size: 180%;
}
	h3 {
font-size: 170%;
}
	h4 {
font-size: 160%;
}
	h5 {
font-size: 150%;
}
	h6 {
font-size: 140%;
}


/* ---- Links ---- */

	a {
text-decoration: underline;
color: #262626;
}
	a:hover {
text-decoration: underline;
color: #000;
}
	a:visited {
text-decoration: underline;
color: #333;
}	
	a:visited:hover {
text-decoration: underline;
color: #000;
}
	a img, a:hover img, a:visited img {
border: 0;
}



/* ---- Divitis ---- */

	div#root { 

}
	div#body {

}
	div#mainContent {

}
	div#head {
height: 50px;
background: transparent;
}
	div#breadcrumbs {
}
	div#content {
height: 100%;
margin: 0;
}
	div#menu, div#sidebar, div#footer, .mainNav {
visibility: hidden;
display: none;
}

	.infocontainer_float_r {
border: 10pt solid black;
}

/* ---- tt_news ---- */
	.news-latest-item h2 {
font-size: 11pt;
}
	.news-latest-item h2 img {
display: none;
}

	.news-latest-item img {
float: left;
}


