/* CSS Document */

/* Text, Tabellen und Titel definitionen*/
body, td, div {
	font-family: Arial,sans-serif;
		font-size: 13px;

}

h1 {
font-size: 11pt;
}

h2{
font-size: 10pt;
}

h3{
font-size: 10pt;
}

/* link*/

a { 
	text-decoration: none; 
}

a:link, a:visited, a:active{
	font-weight: normal; 
}

a:hover {
	font-weight: normal; 
}

a.news { 
	color: #000000;
	text-decoration: none; 
}

a.newszeile:hover {
	color: #000000;
	font-weight: normal; 
}

a.newszeile:active {
	color: #000000;
	font-weight: normal; 
}


/* News, Events und Quickfinder Definitionen */

.newstitle {
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
	padding-top: 0px;
	padding-bottom: 0px;
}

.newszeile {
	font-size: 8pt;
	color: #000000;
	padding-top: 0px;
	padding-bottom: 0px;
}

.quickzeile {
	font-size: 10pt;
	color: #585858;
	padding-top: 5px;
	padding-bottom: 5px;
}

.eventtitle {
	font-size: 10pt;
	color: #ffffff;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
}

.eventzeile {
	font-size: 8pt;
	color: #ffffff;
}

#dcontentsubbox table td{
padding: 4px 2px 4px 2px

}

#dcontentsubbox td.td_border{
padding: 0px

}

#dcontentsubbox td.td_active{
padding: 0px

}

#dcontentsubbox td{
line-height: 1.3em
}

