/* layout_home.css */
#backgroundImage {
	position:absolute;
	top:87px;
	left:84px;
	width:673px;
	height:484px;
	background:url(images/projekt_background.jpg) no-repeat;	
}

#aux{
	position:absolute;
	top:95px;
	left:218px;	
	width:243px;
}
#auxTop{
	width:243px;
	height:9px;
	overflow:hidden;
	background:url(images/auxbackground_reverse_top.png) no-repeat;
}
#auxMiddle{
	background:url(images/auxbackground_transparent_middle.png) repeat-y;
}
#auxContent{
	margin:-9px 0 -1px 2px;
	padding-bottom:0;
}
#auxContent table{
	margin:0;
}
#auxContent td{
	padding:0;
}
#auxBottom{
	width:243px;
	height:9px;
	overflow:hidden;
	background:url(images/auxbackground_grey_bottom.png) no-repeat;
}

#main{
	position:absolute;
	top:95px;
	left:477px;	
	width:502px;
}
#mainTop{
	height:9px;
	overflow:hidden;
	background:url(images/mainbackground_grey_top.png) no-repeat;
}
#mainMiddle{
	background:url(images/mainbackground_grey_middle.png) repeat-y;
}
#content{
	margin:0px 20px 0px 17px;
	padding-top:7px;
}
#mainBottom{
	height:26px;
	overflow:hidden;
	background:url(images/mainbackground_grey_bottom.png) no-repeat;
}
