/****************************** Container - START ******************************/

div#page
{
	margin:0px auto;
	position:relative;
	width:990px;
}

div#head
{
	position:relative;
	width:100%;
	height:319px;	
	background-image:url(../images/head.png);
	background-position:top center;
	background-repeat:no-repeat;	
	behavior: url(styles/iepngfix.htc);
}

div#content
{
	float:left;
	top:319px;
	width:100%;	
	background-image:url(../images/middle.png);
	background-position:top center;
	background-repeat:no-repeat;
	behavior: url(styles/iepngfix.htc);
}

div#foot
{
	float:left;
	padding-top:120px;
	width:100%;
	height:140px;	
	background-image:url(../images/foot.png);
	background-position:top center;
	background-repeat:no-repeat;
	behavior: url(styles/iepngfix.htc);
	text-align:center;
	color:#ffffff;
	font-size:10px;
}

div#foot a
{
	color:#ffffff;
	text-decoration:underline;
}

div#foot a:hover
{
	text-decoration:none;
}

div#banner_img
{
	background-color:#FFFFFF;
	height:185px;
	left:22px;
	padding:7px;
	position:absolute;
	top:110px;
	width:935px;
}

div#content_main
{
	float:left;
	top:0px;
	left:0px;
	width:602px;
	padding:0px 20px 0px 40px;	
	color:#6f644b;
}

div#sidebar
{
	position:relative;
	float:right;
	width:240px;
	padding:25px 30px 0px 30px;
	margin-top:-35px;
	margin-right:27px;
	background-image:url(../images/sidebar_bg.png);
	background-position:center top;
	background-repeat:no-repeat;
	behavior: url(styles/iepngfix.htc);
	z-index:50;
	color:#6f644b;
	min-height:200px;
}

div#top_nav
{
	position:absolute;
	left:22px;
	padding-top:7px;
	width:940px;
	text-align:right;
}

div#top_nav a
{
	color:#ffffff;
	text-decoration:none;
}

div#top_nav a:hover
{
	text-decoration:underline;
}

div#main_nav
{
	background-image:url(../images/mainnav_bg.png);
	background-position:center top;
	background-repeat:no-repeat;
	behavior: url(styles/iepngfix.htc);
	height:75px;
	left:21px;
	position:absolute;
	top:227px;
	width:942px;
	z-index:90;
	padding:14px 0px 0px 8px;
}

/****************************** Container - ENDE ******************************/
