/* CSS Document */

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

h1 {
font-size: 14px;
}

h2{
font-size: 13px;
}

h3{
font-size: 12px;
}

/* News, Events und Quickfinder Definitionen */

.newstitle {
	font-size: 14px;
	font-weight: bold;
	color: #999999;
	padding-bottom: 10px;
}

.newszeile {
	font-size: 11px;
	color: #999999;
}


form { 
	margin: 0px; 
	padding: 0px;
}

input { 
	margin: 0px; 
	padding: 0px;
}


/* link*/

a { 
	text-decoration: none;
	color: #be070a 
}

a:link, a:visited, a:active{
	color: #be070a 
}

a:hover {
	text-decoration: underline;
}

a.newstitle { 
	text-decoration: none;
	color: #999999 
}

a.newstitle:link, a.newstitle:visited, a.newstitle:active{
	color: #999999
}

a.newstitle:hover {
	text-decoration: none;
}
