* {
	font-family: Helvetica, Verdana, Arial, sans-serif;
}
html, body {
	width: 100%;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #1e0301;
}
img {
	border: 0px;
	/* Hack, um .png im IE/Win transparent darzustellen */
	/*behavior: url(/pngbehavior.htc);*/
}
#container {
	position: relative;
	width: 949px;
	height: 633px;
	margin: 0px auto;
	background-repeat: no-repeat;
	overflow: hidden;
}
#menu {
	position: absolute;
	left: 139px;
	top: 39px;
}
#menu ol, #menu li {
	display: inline;
	padding: 0px;
	margin: 0px;
}
#menu li {
	margin-right: 17px;
}
#tel {
	position: absolute;
}
#tel:hover {
	width: auto;
}
#tel .ro  {
	position: absolute;
	visibility: hidden;
}
#tel:hover .ro  {
	visibility: visible;
}
#goldfish_text {
	position: absolute;
	left: 155px;
	top: 183px;
}
#goldfish_browse {
	position: absolute;
	text-align: right;
	width: 234px;
	left: 569px;
	top: 390px;
}
#gallery_list {
	position: absolute;
	left: 94px;
	top: 195px;
	width: 199px;
	height: 332px;
	padding: 4px 8px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 13px;
	overflow: auto;
	overflow-x: hidden;
}
#gallery_list ol, #gallery_list li {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
#gallery_list a {
	color: #FFFFFF;
	text-decoration: none;
}
#gallery_iframe {
	position: absolute;
	left: 308px;
	top: 195px;
	width: 491px;
	height: 340px;
	margin: 0px;
	padding: 0px;
	border: 0px dashed blue;
	background-color: transparent;
/*
	background-repeat: no-repeat;
	background-image: url(img/bg_gallery_chair.jpg);
	background-position: bottom right;
*/
}

@media print {
	img { behavior: none; }
	#container { background-image: none !important; }
}
