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

				width: 800px;
				min-height: 100%;
				margin-left: -400px;

				background: #ffffff;
				}

#header			{
				position: absolute;
				top: 0px;
				left: 0px;

				width: 800px;

				background: #ffffff;
				}

	#header1			{
					width: 800px;
					height: 25px;

					background: #7dc900;
					}

	#header2			{
					width: 800px;
					height: 65px;

					font-size: 120%;
					font-weight: bold;
					color: #aaaaaa;
					background: #ffffff;
					}

	#header3			{
					width: 800px;
					height: 15px;

					padding-top: 5px;
					padding-bottom: 5px;

					background: #ff8400;
					}

#main			{
				position: relative;
				top: 125px;
				left: 0px;

				width: 800px;

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

	#content			{
					float: right;

					padding: 20px;
					width: 559px;
					}

	#navi			{
					float: right;

					padding: 20px 10px 0px 0px;
					width: 189px;
					}

#footer			{
				position: absolute;
				bottom: 0px;
				!bottom: -1px;
				left: 0px;

				width: 785px;
				height: 15px;

				padding: 5px 15px 5px 0px;

				background: #dddddd;
				}

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

.vspacer			{
				clear: both;
				height: 0px;
				}

.vspacer5		{
				clear: both;
				height: 5px;
				}

.vspacer10		{
				clear: both;
				height: 10px;
				}

.vspacer15		{
				clear: both;
				height: 15px;
				}

.vspacer20		{
				clear: both;
				height: 20px;
				}

.vspacer25		{
				clear: both;
				height: 25px;
				}

.vspacer35		{
				clear: both;
				height: 35px;
				}

.vspacer50		{
				clear: both;
				height: 50px;
				}

.vspacer75		{
				clear: both;
				height: 75px;
				}


.vspacer100		{
				clear: both;
				height: 100px;
				}




.hspacer10		{
				width: 10px;
				white-space: nowrap;
				}

.hspacer25		{
				width: 25px;
				white-space: nowrap;
				}

.hspacer50		{
				width: 50px;
				white-space: nowrap;
				}



.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;
				}