body
{
	background-color: #D7D7D7;
	background-image: url("../../templates/schlee-gmbh/main/pix/start_bg.jpg");
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}

#main
{
	width: 894px;
	height: 594px;
	margin: 39px auto 0px auto;
}

#header
{
	background-image: url("../../templates/schlee-gmbh/main/pix/header_start.jpg");
	background-repeat: no-repeat;
	height:378px;
}

#content
{
	background-image: url("../../templates/schlee-gmbh/main/pix/content_bg_start.jpg");
	background-repeat: no-repeat;
	height:213px;
}


#sitemap
{
	position: relative;
	margin:0px;
	padding:25px 0px 0px 0px;
	height:160px;
}


	#sitemap ul
	{
		list-style: none;
		padding: 0px 0px 0px 0px;
		margin: 0px 0px 0px 30px;
		white-space: nowrap;
	}

	#sitemap li
	{
		position: relative;
		padding: 0px 0px 0px 0px;
		margin: 0px 30px 0px 0px;
		white-space: nowrap;
		float: left;
		width: 172px;
	}

	#sitemap ul ul li {
		padding: 0px 0px 0px 0px;
		margin: 0px 0px 0px 0px;
	}


	#sitemap ul ul
	{
		position: absolute;
		margin: 1px;
		border-top: 1px solid #005FA8; 
		padding: 3px 0px 0px 0px;
		margin: 20px 0px 0px 0px;
		width: 170px;
	}

	#sitemap ul a
	{
		font-size: 11pt;
		text-transform: uppercase;
		text-decoration:none;
		color: #005FA8;
		padding: 0px 0px 0px 0px;
		margin: 0px 0px 0px 0px;
		display:block;
	}

	#sitemap ul ul a
	{
		font-size: 7pt;
		display:block;
		text-transform: none;
		color: #606060;
		padding: 0px 0px 0px 0px;
		margin: 0px 0px 0px 0px;
		clear: both;
		width:200px;
	}

	#sitemap ul ul a:hover
	{
		color: #000;
		background-color: white;
	}


