/* CSS Document */


body, td, div {
	font-family: Arial,sans-serif;
	font-size: 11px;
}

h1 {
	font-family: Arial,sans-serif;
	font-size: 14pt;
}

h2 {
	font-family: Arial,sans-serif;
	font-size: 13pt;
}

h3 {
	font-family: Arial,sans-serif;
	font-size: 12pt;
}

.newstitle {
	font-family: Arial,sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	padding-left: 10px;
} 

.newszeile {
	font-family: Arial,sans-serif;
	font-size: 11px;
	color: #000000;
}

.quickzeile {
	font-family: Arial,sans-serif;
	font-size: 11px;
	color: #9e0b0e;
}

.fusszeile {
	font-family: Arial,sans-serif;
	font-size: 10px;
	color: #5998c9;
	padding-bottom: 30px;
}

.suche {
	font-family: Arial,sans-serif;
	font-size: 11px;
	color: #ffffff;
}

.title {
	font-family: Arial,sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #4468a5;
}



/* link*/

a { 
	text-decoration: none;
}

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

a:hover {
	font-weight: underline; 
}


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

a.newszeile:hover {
	color: #000000;
	text-decoration: underline;
}
