/* fixed styles */
html, body
{
	/* ohne IE/MAC \*/
	overflow:hidden;
	/**/
}

div
{
	margin:0;
	padding:0;
}

#fixed_header
{
	position:absolute;
	width:100%;
	/* height:90px; */
	/* height:99px; */
	height:100px;
	overflow: hidden;
	top:0px;
}

#fixed_footer
{
    /* ohne IE/MAC \*/
	position:absolute;
	/**/
	width:100%;
	/* height:28px; */
	height:32px;
	overflow: hidden;
	bottom:0px;
}

#info_container
{
	/* margin-top:90px; */
    /* ohne IE/MAC \*/
	position:absolute;
	margin:0;
    /**/
	overflow: auto;
	width:100%;
	/* top:90px; */
	/* top:103px; */
	top:100px;
	/* bottom:28px; */
	bottom:32px;
	left:-2px;
	right:0px;
	z-index: 1;
}

#sidebar_left
{
	position: absolute;
	/* top: 90px; */
	top:100px;
	/* bottom: 28px; */
	bottom:32px;
	left: 0px;
	width: 218px;
	overflow: auto;
}

#sidebar_right
{
	position: absolute;
	/* top: 90px; */
	top:100px;
	/* bottom: 28px; */
	bottom:32px;
	right: 0px;
	width: 218px;
	overflow: auto;
}

#content_sl
{
	/*\*/
	position: absolute;
	/* top: 90px; */
	top:100px;
	right: 0px;
	/* bottom: 28px; */
	bottom:32px;
	left:218px;
	/* MAC IE5 */
	/* margin: 90px 10px 28px 218px; */ /* MAC IE5 */
	margin: 100px 10px 32px 218px; /* MAC IE5 */
	/*\*/ margin: 0; /* */
	/*\*/ overflow: auto; /* */
}

#content_sr
{
	/*\*/
	position: absolute;
	/* top: 90px; */
	top: 100px;
	right: 218px;
	/* bottom: 28px; */
	bottom:32px;
	left:0px;
	/* MAC IE5 */
	/* margin: 90px 218px 28px 10px; */ /* MAC IE5 */
	margin: 100px 218px 32px 10px; /* MAC IE5 */
	/*\*/ margin: 0; /* */
	/*\*/ overflow: auto; /* */
}

#content_sl_sr
{
	/*\*/
	position: absolute;
	/* top: 90px; */
	top: 100px;
	right: 218px;
	/* bottom: 28px; */
	bottom:32px;
	left: 218px;
	/* MAC IE5 */
	/* margin: 90px 218px 28px 218px; */ /* MAC IE5 */
	margin: 100px 218px 32px 218px; /* MAC IE5 */
	/*\*/ margin: 0; /* */
	/*\*/ overflow: auto; /* */
}

.column_left, .column_right
{
	padding-left:5px;
	padding-right:5px;
}

.column_left
{
	position:absolute;
	left:0;
	text-align:right;
}

.column_right
{
	position:absolute;
	right:0;
	text-align:right;
}

