div.kopfBereich
{
	background-color: Crimson;
	padding-left: 140px;
	height  : 125px;
	width   : 100%;
	z-index : 100; 
	position: fixed;
	top     : 0px;
	left    : 0px;
}

div.menuBar
{
	background-color: transparent;
	padding-left: 140px;
	height  : 40px;
	width   : 75%;
	z-index : 110; 
	position: fixed;
	top     : 85px;
	left    : 0px;
}

table.menuBar
{
	width : 100%;
	height: 100%;
	background-color: transparent;
	color: black;
}

td.menuBar
{
	font-size     : 15px;
	font-weight   : bold;
	text-align    : center;
	vertical-align: middle;
}

td.menuBarSub
{
	font-size     : 15px;
	text-align    : left;
	vertical-align: bottom;
	color         : grey;
	border-bottom : thin solid black;
}

td.menuBarSubLink
{
	font-size     : 15px;
	text-align    : right;
	vertical-align: bottom;
}

td.kopfTitel
{
	font-size   : 10pt;
	font-weight : 100;
	color       : white;
	font-family : sans-serif; 
	margin-top   : 0px;
	margin-bottom: 0px; 
	padding-right: 150px; 
	text-align  : right; 
}


a.menuBarEntry
{
	font-size     : 15px;
	font-weight   : bold;
	text-align    : center;
	vertical-align: center;
}

td.kopfMenu
{
	font-size   : 14pt;
	font-weight : 100;
	color       : white;
	font-family : sans-serif; 
	margin-top   : 0px;
	margin-bottom: 0px; 
	padding-right: 150px; 
	text-align  : right;
}
td.kopfSeite
{
	font-size     : 10pt;
	font-weight   : 100;
	color         : white;
	font-family   : sans-serif; 
	margin-top   : 0px;
	margin-bottom: 0px;
	padding-top   : 3px;
	text-align    : right;
	padding-right: 150px; 
	vertical-align: top;
}
td.kopfMenu
{
	font-size    : 24pt;
	font-weight  : 800;
	color        : white;
	font-family  : sans-serif; 
	margin-top   : 0px;
	margin-bottom: 0px;
	text-align   : right;
}
td.kopfZiel
{
	font-size    : 10pt;
	font-weight  : 100;
	color        : transparent;
	font-family  : sans-serif;
	margin-top   : 0px;
	margin-bottom: 0px;
	text-align   : right;
}

ul.VerweisListe
{
	list-style-type: none;
	text-align     : left;
	padding-left   : 5px;
}

li.VerweisElement
{
	font-weight: bold;
	font-style : italic;
	font-size  : 115%;
	margin     : 7px 3px 7px 3px;
}

li.EinfachElement
{
	font-style : italic;
	margin     : 3px 3px 3px 3px;
}
