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

				width: 800px;
				margin-left: -400px;

				border-left: #eeeeee 1px solid;
				border-right: #eeeeee 1px solid;
				}

#logo			{
				margin: 0px 0px 0px 25px;

				width: 750px;
				height: 75px;

				text-align: right;

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

	#logo div			{
					padding: 50px 0px 0px 0px;

					text-align: right;
					}

#header			{
				margin: 2px 0px 0px 0px;
				padding: 0px 25px 0px 25px;

				width: 750px;
				height: 200px;

				background: url(../img/layout/header.jpg) 25px 0px no-repeat;
				}

	#header div		{
					padding: 20px 0px 0px 245px;
					}

	#header p			{
					margin: 0px;
					padding: 0px;

					font-size: 110%;
					line-height: 22px;
					}

	#header strong		{
					font-weight: normal;
					}


#content			{
				padding: 25px 25px 0px 45px;

				float: right;

				width: 505px;
				}

#sidebar			{
				margin: 3px 0px 0px 0px;

				float: right;

				width: 200px;

				border-bottom: #eeeeee 1px solid;
				}

	#navigation		{
					padding: 20px 0px 0px 0px;

					background: #eeeeee;
					}

	#warenkorb		{
					}

		.warenkorb_box		{
						padding: 8px 8px;
						margin: 0px;

						font-size: 95%;

						border-left: #eeeeee 1px solid;
						border-right: #eeeeee 1px solid;
						}

#footer			{
				width: 750px;

				padding: 10px 25px;

				color: #ffffff;
				font-size: 95%;

				background: #0a53a0;
				border-top: #eeeeee 3px solid;
				}


/* ------------------------- Kategorieansicht ---------------------------------- */

div.produkt		{
				float: right;
				width: 340px;
				}

div.produktbild		{
				float: right;
				width: 165px;

				text-align: center;
				}


/* ------------------------- Produktansicht ---------------------------------- */


div.produktbilder_on	{
				float: left;
				}

div.produktbilder_off	{
				float: left;
				width: 95px;

				border-right: #ff0000 1px solid;
				}

img.produktbild1		{
				margin-left: 10px;
				}

img.produktbild2		{
				margin-left: 10px;
				padding: 0px 0px 10px 0px;
				border-bottom: #ff0000 1px solid;
				}

img.produktbild3		{
				margin-left: 10px;
				padding: 10px 0px 10px 0px;
				border-bottom: #ff0000 1px solid;
				}

img.produktbild4		{
				margin-left: 10px;
				padding: 10px 0px 0px 0px;
				}


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

.vspacer0			{
				clear: both;
				height: 0px;
				line-height: 0px;
				}

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

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

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

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

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

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

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

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