/*
 * Layout Gerüst
 ***************************/
#layout_div {
	position:relative;
	padding-right:50px;
}

#main_div {
	margin: 0px auto;
	width:840px;
	
	background-image:url(../images/layout/body_bg.gif);
	background-repeat:repeat-y;
	background-position:top center;
}

#bottom_chilli {
	background:url(../images/layout/chilli.jpg) no-repeat bottom right;
	height:75px;
	margin-top:15px;
}

#producer_info {
	margin: 0px auto;
	width:840px;
	text-align:right;
}

#producer_info_padding {
	padding:10px 50px 10px 0;
}

/**************************************** LEFT ****************************************/

#container_left {
	width:135px;
	float:left;
	margin-right:65px;
	background-image:url(../images/layout/hglinks.jpg);
	background-repeat:no-repeat;
	background-position:1px 0;
}

#menu {
	/*margin:220px 0 0 5px;*/
	margin:30px 0 0 0;
	text-align:right;
}
	
/**************************************** RIGHT ****************************************/

#container_right {
	width:610px;
	float:left;
	background:none;
	z-index:1;
	background-color:#FFFFFF;
	/*border-bottom:1px solid #A93B1B;*/
	border-bottom:1px solid #CCCCCC;
}

#container_right_padding {
	padding:0 5px 0 5px;
}

#header {
	height:200px;
	text-align:left;
}

#header_left {
	width:300px;
	height:200px;
	float:left;
}

#header_right {
	width:300px;
	height:200px;
	float:left;
}

#content {
	margin:20px 15px 20px 15px;
	text-align:left;
}

/**************************************** FOOTER ****************************************/

#footer { 
	text-align:left;
	border-top:1px solid #CCCCCC;
}

#footer_content {
	padding:20px 15px 20px 15px;
}

#footer_content p {
	margin:0;
}
