/*
 * Layout Ger?st
 ***************************/
#wrapper {
	min-height: 100%;
	height:auto !important; /* moderne Browser */
	height:100%; /* IE */
	width:824px;
	background:url(../images/layout/main_BG.gif) repeat-y;
	background-position:center;	
	margin:0 auto;
}

#main_div {
	margin:0 52px 0 27px;
}

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

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

#logo {
	background:url(../images/layout/tsarea.jpg) no-repeat;
	height:120px
}

#menu {
	margin:0 25px 0 10px;
	text-align:right;
}
	
/**************************************** RIGHT ****************************************/

#container_right {
	width:470px;
	float:left;
	background:none;
	z-index:1;
	background-color:#FFFFFF;
	overflow:hidden;
}

#container_right_padding {
}

#header {
	height:320px;
}

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

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

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

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

#footer_content p {
	margin:0;
}
