body, html 
{
	text-align: center;
}

img {border: 0px;}
	
#container {
	margin-top: 30px;
	margin-bottom: 30px;
	padding-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	border: 1px #000000 solid;
	width: 800px;
	background-image: url('/Files/System/graphic/toolp_background.jpg');
	background-repeat: no-repeat;
	background-position: top right;
	display: table;
	}
	
#toplogo {
	height: 74px;
	width: 800px;
	float: left; 
	border-bottom: 4px #005685 solid;
	}
	
#topleft {
	padding: 10px 5px 0px 0px;
	background-image: url('/Files/System/graphic/topbanner_left.gif');
	height: 64px;
	width: 605px;
	float: left; 
	}
#topright {
	height: 74px;
	float: right; 
	}
	
#topmenu {
	float: left;
	height: 56px;
	width: 800px; 
	border-top: 2px #FFFFFF solid;
	}
	
#content {
	height: auto;
	padding: 23px 0px 0px 0px;
	width: 777px;
	float: left; 
	}
	
#contentright { /*Content Area*/
	height: auto;
	padding: 0px 61px 0px 2px;
	width: 425px;
	}

#contentleft {/*Under-Menu'en*/
	height: auto;
	padding: 0px 78px 0px 0px;
	width: 187px;
	text-align: right;
	float: left; 
	}
