body{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#root{
	width: 100%;
	height: 100%;
	background-color: #EBEBEB;	
}

#banner
{
	width: 894px;
	height:120px;
	padding-left:6px;
	text-align: left;
	background-image: url(../gifs/banner.gif);
}

#navbar_back
{
	width: 900px;
	height: 129px;
	background-image: url(../gifs/navbar.gif);
}

#main
{
	width: 900px;
	background-image: url(../gifs/main.gif);
	overflow:auto;
}

#div_menu
{
	width: 225px;
	float: left;
}


#inhalt
{
	width: 664px;
	float: left;
}

#bottom
{
	width: 900px;
	height: 85px;
	background-image: url(../gifs/bottom.gif);
}

