.serviceleiste {
	width: 100%;
	background-color: #EDEDED;
	border: 1px solid #19212F;
}
.inhalt {
	font-size: 14px;
	font-weight: bold;
	color: #000066;
}
.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: #000066;
	height: 25px;
	font-size: 14px;
	margin-left: 3px;
}
.navilink {
	text-decoration: none;
	color: Silver;
	font-weight: bold;
}
.subnavi {
	vertical-align: bottom;
}


/* Content */
.navigation {
	width: 10	0%;
	background-color: #00066;
	border: 1px solid #000066;
}
.content {
	background-color: #F7F7F7;
	font-size: 11px;
	line-height: 16px;
}
.contentlink {
	text-decoration: none;
	border-bottom: 1px solid #5774A5;
	color: Black;
}


/* Copyrightleiste */
.copyright {
	width: 95%;
	background-color: #FFFFFF;
	border: 1px solid #19212F;
	background: url(../../images/bg.jpg);
}
.copyrighttext {
	font-size: 10px;
	text-align: center;
	color: #000066;
}


/* 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;
}
