/* -----------------------------------------------------------------------------------------
	DECAF° agentur für digitale kommunikation
	www.decaf.de
	----------------------------------------------------------------------------------------- */




/* -----------------------------------------------------------------------------------------
  	html and body
	----------------------------------------------------------------------------------------- */

	html {
		height: auto;
		padding-bottom: 0;
	}
	body {
		width: 600px;
	}
	.site {
		margin: 0 0 0 5px !important;
	}


/* -----------------------------------------------------------------------------------------
  	generic classes
	----------------------------------------------------------------------------------------- */

	.noscreen {
		display: none;
	}

	.noprint {
		display: none;
	}



/* -----------------------------------------------------------------------------------------
  	navigation
	----------------------------------------------------------------------------------------- */

	ul.main-navigation {
		display: none;
	}
	#sub-navigation {
		display: none;
	}



/* -----------------------------------------------------------------------------------------
  	options
	----------------------------------------------------------------------------------------- */

	#options {
		display: none;
	}



/* -----------------------------------------------------------------------------------------
  	logo
	----------------------------------------------------------------------------------------- */

	a#logo,
	h1#logo {
		position: static;
	}



/* -------------------------------
   topic
	------------------------------- */

	#topic {
		padding: 30px 0 0 0;
		margin: 0;
	}



/* -----------------------------------------------------------------------------------------
  	content
	----------------------------------------------------------------------------------------- */

	#content {
		margin: 0;
		float: left;
	}



/* -------------------------------
  	images
	------------------------------- */

	.image {
		padding: 0;
		background: none;
	}

	.thumb {
		padding: 0;
		background: none;
	}


	.product-images {
		padding: 0;
		background: none;
	}
	.product-images img {
		padding: 0;
	}


	ul.products li {
		padding: 0;
	}
	ul.products li a {
		padding: 0;
		border: 0;
		background: none;
	}


	ul.gallery li {
	}
	ul.gallery li a {
		border: 0;
		padding: 0;
		background: none;
	}
	ul.gallery li a img {
		margin: 0 auto !important;
	}


/* -----------------------------------------------------------------------------------------
  	footer
	----------------------------------------------------------------------------------------- */

	#footer-wrapper .site {
		background: none;
	}

	#footer {
		margin: -222px 0 0 0 !important;
		height: auto;
		width: 485px;
		padding: 30px 0 40px 0;
		position: static;
		overflow: hidden;
		background: none;
	}
