/* Überschriften der einzelnen Ebenen, in den Ebenenfarben */

.headline {
	font-family: Verdana;
	font-size: 12 px;
	font-weight: bold;
}



/*Tabellen*/

.table_left {
	border-right: 1px /*dashed*/ #cccccc;
	border-bottom: 1px /*dashed*/ #cccccc;
	font-family: Verdana;
	font-size: 12px;
	color: #69718A;
	background-color: #F5F5F5;
}

.table_right {
	border-bottom: 1px /*dashed*/ #cccccc;
	border-left: none;
	font-family: Verdana;
	font-size: 12px;
	color: #69718A;
	background-color: #F5F5F5;
	
}

.table_only {
	border-bottom: 1px /*dashed*/ #999999;
	font-family: Verdana;
	font-size: 12px;
	color: #69718A;
	background-color: #F5F5F5;
}


.table_headline {
	border-bottom: 1px /*dashed*/ #cccccc;
	font-family: Verdana;
	font-size: 12px;
	color: #69718A;
	/* border-top: 1px dashed #cccccc; */
	margin: 0px;
}


/* Links */

a:link {
	color: #69718A;
	text-decoration:underline;
}

a:active {	
	color:#69718A;
	text-decoration:underline; 
	
}
		
a:hover {
	color:#69718A;
	text-decoration:underline; 
	
}

a:visited {
	color: #69718A;
	text-decoration:underline;
}