@media all {

	* { margin: 0; padding: 0; }
	body { background-color: #fff; color: #333; font: 11px/17px Arial, Helvetica, sans-serif; }
	img { border: none; }
	a { color: #666; text-decoration: underline; }
	a:hover { text-decoration: none; }
	a:visited { color: #666; }
	p, ul, ol { margin-bottom: 17px; width: auto; }
	ul, ol { margin-left: 17px; }
	
		div#container { position: absolute; width: 934px; left: 50%; margin-left: -467px; top: 50%; height: 580px; margin-top: -290px; }
		
			h1#logo { position: absolute; top: 0; left: 194px; }
			
			ul#nav { position: absolute; margin: 0; left: 0; top: 198px; width: 120px; line-height: 10px; list-style: none; }
				ul#nav li { float: right; }
				ul#subnav { position: relative; margin: 0; width: 120px; list-style: none; line-height: 10px; }
				li#disclaimer { margin-top: 10px; }
				ul#lang { position: relative; margin: 0; list-style: none; }
					ul#lang li { display: inline; float: right; margin-left: 5px; }
			
			h2#heading { position: absolute; left: 131px; top: 167px; }
			
			div#content { position: absolute; left: 149px; top: 202px; width: 416px; height: 338px; padding-right: 8px; overflow: auto; }
			
				fieldset { border: none; padding-top: 8px; line-height: 22px; }
				legend { font-weight: bold; color: #666; margin-left: 0; _margin-left: -7px; }
				label { position: relative; float: left; color: #333; font-size: 10px; display: block; width: 94px; clear: left; }
				input, textarea { position: relative; float: left; background-color: #fff; border: 1px solid #c9cacc; font: 11px/18px Arial, Helvetica, sans-serif; color: #333; height: 16px; width: 164px; margin-top: 1px; }
				input.small { width: 80px; margin-right: 2px; float: none; display: inline; }
				textarea { height: 48px; clear: right; }
				.button { text-align: center; height: 20px; width: 77px; }
				
				#project_content { height: 45px; vertical-align:top; }
				
				div.project { position: relative; float: left; width: 193px; margin-bottom: 17px; height: 110px; }
				div.uneven { margin-right: 9px; width: 193px;}
					div.project img { border: 1px solid #999; border-bottom: none; float: left; }
					h3 { font: 11px/17px Arial, Helvetica, sans-serif; color: #666; font-weight: bold; border-bottom: 1px solid #999; margin-bottom: 8px; }
					div.project h3 { float: right; width: 125px; padding-left: 6px; margin: 0; margin-bottom: 2px; }
					div.project p { color: #666; float: right; padding-left: 6px; width: 125px; line-height: 12px; clear: right; }
					div.project img.product { border-bottom: none; }
					div.project img.product_add { float: left; border: none; }
					
					table.winkelwagen { line-height: 22px; }
					table.winkelwagen th { text-align: left; font-weight: bold; color: #666; }
					table.winkelwagen input { font: 11px/17px Arial, Helvetica, sans-serif; color: #666; background-color: #fff; width: 20px; }
					table.shop_under { margin-top: 17px; font: 13px/17px Arial, Helvetica, sans-serif; font-weight: bold; }
					
					table.checkout { line-height: 22px; }
		
			div#foto { position: relative; float: right; width: 350px; height: 560px; background-image: url(../image/foto/1.jpg); }
				ul#foto_change { position: absolute; margin: 0; left: 0; top: 539px; list-style: none; }
					ul#foto_change li { display: inline; }
					
				#foto_button1, #foto_button2, #foto_button3, #foto_button4, #foto_button5, #foto_button6, #foto_button7, #foto_button8 { cursor: pointer; } 
			
			div#footer { position: relative; float: left; left: 153px; width: 914px; height: 20px; }
				img#creabea { position: absolute; left: 720px; top: 4px; }
				
		.error { font-weight: bold; color: #ff0000 !important; }
		.error_input { border: 1px solid #ff0000; color: #ff0000 !important; }
	}