html, body {
	padding: 0px;
	margin: 0px;
	height: 100%;
}

div.basehm {
	height: 100%;
	width: 1024px;
}

div.basehm > hr.linebreak {
	height: 8px;
}

div.basehm-header {
	vertical-align: bottom;
	padding: 4px;
	height: 79px;
	position: relative;
}

div.basehm-header div.img-left {
	position: absolute;
	bottom: 0;
	left: 8;
}

div.basehm-header div.text-mid {
	position: absolute;
	margin-left: 69px;
	bottom: 0;
}

div.basehm-nav {
	width: 200px;
	border-top: 8px solid #871D33;
	float: left;  
	overflow: hidden;
}

div.basehm-content-header > img{
	width: 824px;
}

div.basehm-content-container {
	min-width: 100px;
	border-top: 8px solid #AAAAAA;
	margin-left: 200px;  
}

/* Hilfe */
div.hilfe {
	font-size: large;
}

div.hilfe-content {
	background-color: #EEEEEE;
	padding: 8px;
	margin-right: 16px;
}

div.hilfe-nested-content {
	margin-left: 16px;
	margin-bottom: 16px;
	width: 100%;
}

div.hilfe .tLabel.sHilfeColor {
	display: inline;
	font-size: 100% !important;
	font-weight: normal !important;
	padding: 0px !important;
	float: none !important;
}
