body {
	margin: 0;
	padding: 0;
	background: #ffffff;
	font: 78% arial, verdana, sans-serif;
}
#masterdiv {
	margin-left : 10px;
	margin-top : 33px;
}
.menutitle {
cursor:pointer;
margin-bottom: 5px;
background-color:#a60000;
color: #ff931c;
width:140px;
padding:2px;
margin-left: 6px;
text-align:left;
font-weight:bold;
}
.submenu {
margin-bottom: 0.5em;
}
#top {
position: absolute;
z-index: 1;
width: 800px; 
height: 115px;
top: 0px; 
left: 0px;
}
#content {
	position: absolute;
	bottom: 0px;
	width: 600px;
	height: 75%;
	z-index: 1;
	top: 116px;
	left: 200px;
	overflow: auto;
	background-color : White;
	margin-top: 20px;
}
#links {
	position: absolute;
	bottom: 0px;
	width: 200px;
	height: 80%;
	z-index: 1;
	top: 116px;
	left: 0px;
	background-color : #a60000;	
}
table {	
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
}
a:link {
	color: #ff931c;
	text-decoration: none;
}
a:visited {
	color: #ff931c;
	text-decoration: none;
}
a:hover {
	color: #cccccc;
	text-decoration: none;
	background-color : Gray;
}
a:active {
	color: #f60;
	text-decoration: none;
}
a.textlink:link {
	color: #717171;
	text-decoration: underline;
}
a.textlink:visited {
	color: #717171;
	text-decoration: underline;
}
a.textlink:hover {
	color: #ffffff;
	text-decoration: underline;
	background-color : Gray;
}
a.textlink:active {
	color: #f60;
	text-decoration: none;
}
a.sprungmarke:link {
	color: #000000;	
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
a.sprungmarke:visited {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
a.sprungmarke:hover {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	background-color: Gray;
}
a.sprungmarke:active {
	color: #f60;
	text-decoration: none;
}
a.tablelink:link {
	color: #000000;
	text-decoration: none;
}
a.tablelink:visited {
	color: Gray;
	text-decoration: none;
}
a.tablelink:hover {
	color: #ffffff;
	text-decoration: none;
	background-color : Gray;
}
a.tablelink:active {
	color: #f60;
	text-decoration: none;
}
.strong {
	font-weight : bold;
	font-size : 18px;
	color : #006600;
}
.strong2 {
	font-weight : bold;
	font-size : 14px;
	color : #006600;
}
.tablehead {
	background-color : #A60000;
	color : #ffffff;
	font-size : 18px;
	line-height : 42px;
	text-align : center;
}
.tablecontent {
	background-color : #FFAE42;
	font-size : 14px;
	line-height : 18px;
}