body {
	margin-top: 0px;
	width: 800px;
	background-color: #FFFFFF;
}
.table {
	width: 800px;
	height: 100%;
}
.header {
	width: 100%;
	height: 185px;
}
.contenttext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.toptitel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}
.texttitel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}
.menulinks {
	background-color: #DF8B29;
	width: 240px;
	height: 100%;
	padding: 10px;
	position: relative;
	top: 10px;
}
.content {
	background-color: #FFFFFF;
	position: relative;
	top: 10px; 
	width: 560px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
.inputbox {
	border: 1px solid Black;
}
a:link, a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
a:active, a:focus, a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
}

