/*Importieren der CSS Area Dateien*/
@import "topArea.css";
@import "naviLeft.css";
@import "contentMainArea.css";
@import "footerArea.css";
@import "kontakt.css";


BODY
{
	height: 100%;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	overflow-y:scroll;
}

html
{
	height: 100%;	
}
/*Main Area umrandet die Komplette Seite*/
#shadowBG
{
	position:relative;
	height:auto;
	width: 972px;
	background-image: url(images/shadow.jpg);
	background-repeat: repeat-y;
	overflow:hidden;
	left:50%;
	margin-left:-476px;
}
#mainArea
{
	position:relative;
	float: left;
	width: 927px;
	left: 22px;
	height: auto;
}
#topArea
{
	position: relative;
	float: left;
	width: 926px;
	height: 199px;
}
#naviLeftArea
{
	position: relative;
	float: left;
	height: auto;
	width: 253px;
}
#contentMainArea
{
	position: relative;
	float: left;
	height: auto;
	width: 640px;
}
#footerArea
{
	position: relative;
	float: left;
	width: 986px;
	height: 183px;
	right:1px;
}

