body {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	height: 100%;
	text-align: center;
	color: #B3230C;
	font-family: Verdana,Arial;
	font-size: 13px;
	background-color: #DCDCDC;
}

table.maintable{
	height: 100%;
	vertical-align: top;
	border-right: 1px solid black;
	border-left: 1px solid black;
}

td.menu {
	padding: 10 10 10 10;
	background-color: #B0231E;
}

td.menu a{
	color: white;
	font-size: 11px;
	text-decoration: none;
}

td.menu a.active{
	color: #F18D23;
}


table.left {
	color: #F18D23;
	font-size: 11px;
	height: 100%;
}

td.menu a:hover, a:active{
	text-decoration: underline;
}



td.content {
	background-color: #F9C397;
	background-image: url('/fileadmin/background/HGRDhome.jpg');
	background-repeat: no-repeat;
	font-size: 13px;
	line-height: 150%;
}

td.content table{
	font-size: 13px;
	line-height: 150%;
}

tr.header {
	height: 100px;
}