.serviceleiste {
	width: 100%;
	background-color: #EDEDED;
	border: 1px solid #19212F;
}
.servicetext {
	font-size: 11px;
	color: #19212F;
}
.servicelink {
	text-decoration: none;
	color: #19212F;
	font-weight: normal;
}
.banner {
	width: 220px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 48px;
	font-weight: bold;
	text-align: center;
	vertical-align: bottom;
}
.banner_link {
	text-decoration: none;
}
.navigation {
	width: 100%;
}
.navitab {
	background-color: #E6E6E6;
	border: 1px dashed #959595;
	height: 19px;
	font-size: 11px;
	margin-left: 3px;
}
.navilink {
	text-decoration: none;
	color: #19212F;
	font-weight: normal;
}
.subnavi {
	vertical-align: bottom;
}


/* Content */
.contenttab {
	width: 100%;
	background-color: #F7F7F7;
	border: 1px solid #19212F;
}
.content {
	background-color: #F7F7F7;
	font-size: 11px;
	line-height: 16px;
}
.contentlink {
	text-decoration: none;
	border-bottom: 1px solid #5774A5;
	color: Black;
}


/* Copyrightleiste */
.copyright {
	width: 85%;
	background-color: #EDEDED;
	border: 1px solid #19212F;
}
.copyrighttext {
	font-size: 10px;
	text-align: center;
}


/* Highlight-Tabelle */
.highlight_dunkel {
	width: 100%;
	background-color: #B3C0D7;
	border: 1px solid #334462;
	font-size: 12px;
	font-weight: bold;
}
.highlight_hell {
	width: 100%;
	background-color: #EDEDED;
	border: 1px solid #19212F;
	font-size: 11px;
	line-height: 15px;
}
.highlight_dunkelc {
	background-color: #B3C0D7;
	border: 1px solid #334462;
	font-size: 12px;
	font-weight: bold;
}
.highlight_hellc {
	background-color: #EDEDED;
	border: 1px solid #19212F;
	font-size: 11px;
	line-height: 15px;
}
