#menuLeiste
{
	background-image:url(../images/menubg.gif);
	background-position: left top;
	background-repeat:no-repeat;
}

#main 
{
	background-image:url(../images/leftbg.gif);
	background-position:left top;
	background-repeat:repeat-y;
}

#leftCont
{
	margin-top:0px;
	width:200px;
	float:left;
}

#contentCont 
{
	float: right;
	width:755px;
	min-height: 444px;
	text-align:left;
}