/* CSS Document */
table#uebersicht {
	border-right: 1px solid #F0F0F0;
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	vertical-align: top;
	background-color: #F0F0F0;
	}
#uebersicht a {
	font-size: 10px;
	color: #00688B;
	text-decoration: none;
	}
#uebersicht a:hover {
	color: #DB2929;
	text-decoration: underline;
	}
.anschlussbild {
	width: 200px;
	height: 150px;
	margin: 0;
	background-color: #FFFFFF;
	}
.seitentitel {
	margin-top: 12px;
	font-family: Arial, sans-serif;
	font-size: 18px;
	color: #006699;
	font-weight: 600;
	text-align: left;
	float: left;
		}
.anschluss {
	width: 200px;
	height: auto;
	padding-left: 4px;
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	vertical-align: top;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	background-color: #FFF;
	}
.anschlusstext {
	width: 200px;
	height: auto;
	padding-left: 4px;
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	vertical-align: top;
	background-color: #F0F0F0;
		}

.anschlusstitel {
	padding: 0;
	margin: 0;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #F0F0F0;
	border-top: 1px dotted #666666;
	border-bottom: 1px dotted #666666;
	}
.anschluss a {
	color: #00688B;
	text-decoration: none;
	}
.anschluss a:hover {
	color: #DB2929;
	text-decoration: underline;
	}
.letzte {
		/*border-right: 1px solid #CCCCCC;*/
		/*border-bottom: 1px solid #CCCCCC;*/
		background-color: #F0F0F0;
}		


