/* ********************************************************************************************
 * Strukturelemente
 ******************************************************************************************* */
	.newsHeader {
		background-color:#0024a5;
		color:#ffffff;
		text-transform:uppercase;
		font-size:13px;
		font-weight:bold;
		vertical-align:bottom;
		padding:4px 16px 4px 16px;
	}
	
	.newsFooter {
		background-color:#0024a5;
		color:#ffffff;
		text-transform:uppercase;
		font-size:13px;
		font-weight:bold;
		vertical-align:top;
		padding:4px 16px 4px 16px;
	}

	
/* ********************************************************************************************
 * Navigation
 ******************************************************************************************* */
	.color1 {
		background-color: #EBEBEB;
	}
	
	a.link:link {
		text-decoration: none;
	}
	
	a.link:visited {
		text-decoration: none;
	}
	
	a.link2:link {
		text-decoration: none;
		color:#ffffff;
	}
	
	a.link2:visited {
		text-decoration: none;
		color:#ffffff;
	}
/* ********************************************************************************************
 * Textdarstellung
 ******************************************************************************************* */

	td {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #283281;
	}
	
	a:link {
		color: #283281;
		text-decoration: underline;
	}

	a:visited {
		color: #283281;
		text-decoration: underline;
	}

	.charsearch {
		background-color: #283281;
		border-left: 1px solid #000000;
		border-right: 1px solid #000000;
	}


/* ********************************************************************************************
 * ABC Suche
 ******************************************************************************************* */
	.abc {
		font-size: 12px;
		font-weight: bold;
		vertical-align: middle;
		padding-right:8px;
	}