#container		{
				position: relative;
				top: 0px;
				left: 50%;
				right: 50%;

				width: 760px;
				margin-left: -380px; /* Haelfte der Breite */
				border-right: #7f7f7f 1px solid;
				border-bottom: #7f7f7f 1px solid;

				background: url(../img/layout/navi_left.jpg) top left no-repeat;
				background-position: 1px 0px;
				}

#container_bg		{
				position: relative;
				top: 165px;
				left: 50%;
				right: 50%;

				width: 759px;
				margin-left: -380px; /* Haelfte der Breite */

				background: url(../img/layout/navi_left_bg.jpg) top left repeat-y;
				}

#container_top		{
				position: absolute;
				top: 25px;
				left: 50%;
				right: 50%;

				width: 760px;
				!width: 760px; /* IE */
				height: 140px;
				margin-left: -380px; /* Haelfte der Breite */
				!margin-left: -380px; /* Haelfte der Breite */
				background: #ffffff;
				}

#logo			{
				position: relative;
				top: 0px;
				left: 0px;

				width: 214px;
				height: 140px;
				background: url(../img/layout/logo.jpg) no-repeat;
				float: left;
				}

#header			{
				position: relative;
				top: 0px;
				right: 0px;

				width: 546px;
				height: 119px;
				float: left;
				}

#navi_top			{
				position: relative;
				top: 0px;
				right: 0px;

				width: 546px;
				height: 21px;
				float: left;

				text-align: right;
				}

#navi_top_links		{
				position: relative;
				top: 3px;
				right: 11px;

				color: #ffffff;
				}

#navi_left			{
				position: relative;
				top: 0px;
				left: 0px;
				width: 215px;
				float: left;

				padding-top: 45px;
				padding-bottom: 100px;
				border-right: #ffffff 1px solid;
				}

#main			{
				width: 544px;
				background: #ffffff;
				float: right;
				}

#content			{
				margin: 50px;
				}

#btm_spacer_ie		{
				clear: both;
				height: 190px;
				}

#btm_spacer_op	{
				clear: both;
				height: 25px;
				}

/* ----------------------------------------------------------------------------------- */

.inhaltsverzeichnis	{
				float: right;
				width: 180px;

				padding: 10px;

				margin-left: 10px;
				margin-bottom: 10px;

				background: #f5f5f5;
				border: #e5e5e5 1px solid;
				line-height: 15px;
				}

.einschub			{
				padding: 10px;

				margin: 20px 20px 20px 20px;

				background: #f5f5f5;
				border: #e5e5e5 1px solid;
				line-height: 15px;
				}
