/* CSS Document */

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

h1 {
font-size: 11pt;
}

h2{
font-size: 10pt;
}

h3{
font-size: 10pt;
}

/* link*/

a { 
	text-decoration: none; 
}

a:link, a:visited{
	font-weight: normal;
	text-decoration: none;
}

a:hover, a:active{
	font-weight: normal;
	text-decoration: underline;
}

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

a.newszeile, a.newszeile:link, a.newszeile:visited{
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}

a.newszeile:hover, a.newszeile:active {
	color: #000000;
	font-weight: normal;
	text-decoration: underline;
}

a.newstitle, a.newstitle:link, a.newstitle:visited {
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	padding-top: 0px;
	padding-bottom: 0px;
	border: 0px;
}

a.newstitle:hover, a.newstitle:active {
	font-size: 10pt;
	font-weight: bold;
	text-decoration: underline;
	color: #000000;
	padding-top: 0px;
	padding-bottom: 0px;
	border: 0px;
}


