/* CSS Document */




h1, h3, p {
	padding: 0;
	margin: 0;
}



#container {
	background: url(container.png) top center repeat-y !important;
	background: url(container.gif) top center repeat-y; /*stoopid ie*/
	width: 199px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%; /*stoopid ie*/
	float:left;
}

#header {
	height: 108px; 
	width: 199px;
	margin-bottom: 0 !important;

	background: no-repeat !important;
	background: no-repeat; /*stoopid ie*/
}

#header h1 {
	background: url(https://sslsites.de/niice-mailorder.de/shop/includes/mootools/media/logo.png) top left no-repeat !important;
	background: url(https://sslsites.de/niice-mailorder.de/shop/includes/mootools/media/logo.gif) top left no-repeat; /*stoopid ie*/
	position: relative;
	height: 108px;
	width: 199px;
	left: -22px;
	top: 0px;
	cursor: move;
}

#header h1 span, #footer span {
	display: none;
}


