.menuArea {
	border-bottom						: solid 1px #cccccc;
	padding-bottom						: 15px;
}

a.menu {
	text-decoration						: none;
}

a.menuSel {
	text-decoration						: none;
	color								: #000000;
}

a.menu:hover {
	text-decoration						: underline;
}

#layoutPageHead {
	position							: absolute;
	top									: 10px;
	left								: 10px;
	height								: 107px;
	width								: 978px;
	border								: solid 1px #454545;
}

#layoutPageKCTitel {
	position							: absolute;
	top									: 2px;
	left								: 6px;
	font-size							: 14px;
	font-weight							: bold;
}

#layoutPageKCKunde {
    font-size                           : 11px;
    margin-top                          : 10px;
    font-weight                         : normal;
}

#layoutPageKCObjektueberblick {
	position							: absolute;
	top									: 0px;
	left								: 330px;
    padding                             : 0 10px 0 10px;
    border-left                         : solid 1px #454545;
    border-right                        : solid 1px #454545;
    height                              : 108px;
}

#layoutPageKCTitelH1 {
	margin								: 0px;

}

#layoutPageLogo {
	position							: absolute;
	top									: 8px;
	left								: 873px;
	height								: 80px;
	width								: 330px;
	padding								: 0;
}

#layoutPageLogout {
	position							: absolute;
	top									: 90px;
	left								: 380px;
	width								: 600px;
	text-align							: right;
	padding								: 0;
    font-weight                         : bold;
}

#layoutPageMenu {
	position							: absolute;
	top									: 120px;
	left								: 10px;
	width								: 158px;
	border								: solid 1px #454545;
	padding								: 3px;
}

#layoutPageContent {
	position							: absolute;
	top									: 125px;
	left								: 179px;
	width								: 805px;
	padding								: 3px;
	border								: none;
	margin-bottom						: 30px;
	
}

#layoutPageFooter {
	position							: relative;
	margin								: 20px 0 2px 0;
}

#layoutLoginPageContainer {
	width								: 100%;
	text-align							: center;
	padding								: 100px 0 0 0;
}
	
#layoutLoginPageContent {
	margin								: auto;
	width								: 300px;
	text-align							: left;
}
