body {
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 72.5%;
  background-color: white;
  color: #7A6856;
  text-align: center;
}

img {
  border: 0;
}

hr {
  display: none;
}

/* GENERAL ****************************************************************/

.main {
  margin: 0 auto;
  padding: 0;
  position: relative;
  width: 840px;
  height: 100%;
  text-align: left;
}

.logo {
  position: absolute;
  z-index: 1;
  top: 59px;
  left: 599px;
  width: 240px;
  height: 50px;
}

.logo h1 {
  display: none;
}

/* NAVIGATION **************************************************************/

.nav {
  position: absolute;
  z-index: 10;
  top: 104px;
  width: 838px;
  height: 24px;
  background-color: #DBD7D3;
  border: 1px solid #DBD7D3;
}

.nav ul {
  padding: 0;
  margin: 0;
}

.nav ul li {
  display: inline;
}

.mininav {
  position: absolute;
  z-index: 20;
  top:20px;
  left: 20px;
}

.mininav ul {
  padding: 0;
  margin: 0;
}

.mininav ul li {
  display: inline;
}

.mosaic {
  position: absolute;
  top: 0;
  left: 0;
  width: 830px;
  height: 360px;
  background: #ECE7E0 url(../gfx/backgr_mosaic.gif) no-repeat top left;
}

/* CONTENT ****************************************************************/

.schiffini {
	display: none;
	z-index: 1000;
	position: absolute;
	padding: 6px 10px 10px 20px;
	top: 368px;
	left: 600px;
	width: 210px;
	height: 104px;
	font-size: 11px;
	background-color: black;
	color:#999; }
	.schiffini h1 {
		font-size: 11px;
		color:white; }
	.schiffini a {
		color: white;
		text-decoration: underline; }

.content {
  position: absolute;
  z-index: 100;
  top: 128px;
  left: 0;
}

.mosaic {
  position: absolute;
  z-index: 110;
  top: 0;
  width: 840px;
}

.text {
  position: absolute;
  z-index: 120;
  top: 386px;
  left: 26px;
  width: 540px;
}

.text h1 {
  margin: 4px 0;
  padding: 4px 8px;
  color: black;
  background-color: #ece7e0;
  font-size: 100%;
  font-weight: bold;
}

.text h2 {
  margin: 4px 0;
  padding: 4px 0;
  color: black;
  font-size: 100%;
  font-weight: bold;
}

.text h3 {
  margin: 4px 0;
  padding: 4px 0;
  color: black;
  font-size: 100%;
  font-weight: normal;
}

.text a:link, .text a:hover {
  color: black;
  text-decoration: none;
  background-color: white;
}

.text a:hover, .text a:visited {
  color: black;
  background-color: #ece7e0;
}

/* SHOWROOM *******************************************/

.showroom a:hover img {
  z-index: 250;
  margin: -1px;
  padding-right: -1px;
  padding-bottom: -1px;
  border: 1px solid black;
}

.a1 {
  position: absolute;
  z-index: 221;
  top: 0;
  left: 0;
}

.a2 {
  position: absolute;
  z-index: 220;
  top: 0;
  left: 120px;
}

.a3 {
  position: absolute;
  z-index: 219;
  top: 0;
  left: 240px;
}

.a4 {
  position: absolute;
  z-index: 218;
  top: 0;
  left: 360px;
}

.a5 {
  position: absolute;
  z-index: 217;
  top: 0;
  left: 480px;
}

.a6 {
  position: absolute;
  z-index: 216;
  top: 0;
  left: 600px;
}

.a7 {
  position: absolute;
  z-index: 215;
  top: 0;
  left: 720px;
}

.b1 {
  position: absolute;
  z-index: 214;
  top: 120px;
  left: 0;
}

.b2 {
 position: absolute;
  z-index: 213;
  top: 120px;
  left: 120px;
}

.b3 {
  position: absolute;
  z-index: 212;
  top: 120px;
  left: 240px;
}

.b4 {
  position: absolute;
  z-index: 211;
  top: 120px;
  left: 360px;
}

.b5 {
  position: absolute;
  z-index: 210;
  top: 120px;
  left: 480px;
}

.b6 {
  position: absolute;
  z-index: 209;
  top: 120px;
  left: 600px;
}

.b7 {
  position: absolute;
  z-index: 208;
  top: 120px;
  left: 720px;
}

.c1 {
  position: absolute;
  z-index: 207;
  top: 240px;
  left: 0;
}

.c2 {
  position: absolute;
  z-index: 206;
  top: 240px;
  left: 120px;
}

.c3 {
  position: absolute;
  z-index: 205;
  top: 240px;
  left: 240px;
}

.c4 {
  position: absolute;
  z-index: 204;
  top: 240px;
  left: 360px;
}

.c5 {
  position: absolute;
  z-index: 203;
  top: 240px;
  left: 480px;
}

.c6 {
  position: absolute;
  z-index: 202;
  top: 240px;
  left: 600px;
}

.c7 {
  position: absolute;
  z-index: 201;
  top: 240px;
  left: 720px;
}

/* CMS *****************************/

.cmsPanel {
  position: absolute;
  z-index: 500;
  right: 10px;
  bottom: 10px;
  width: 180px;
  border-top: 11px solid #D9CFC1;
  text-align: left;
  font-size: 95%;
}

.cmsPanel h3 {
  margin: 0;
  padding: 4px;
  font-size: 100%;
  font-color: #555;
  font-weight: bold;
  background-color: white;
}

.cmsPanel input {
  font-size: 95%;
  text-align: left;
  color: #000;
  padding-left: 40px;
  height: 30px;
  margin: 0;
  float: left;
}

.cmsPanel form {
  margin: 0;
  padding: 0;
}

.cmsPanel_users {
  width: 180px;
  height: 24px;
  padding: 8px;
  background: #F4F1EC url(../gfx/cms_icon_users.gif) no-repeat 4px 2px;
  border: none;
}

.cms_edit {
  width: 100%;
  height: 24px;
  padding: 8px;
  background: #F4F1EC url(../gfx/cms_icon_edit.gif) no-repeat 4px 2px;
  border: none;
}

.cms_confirm {
  width: 180px;
  height: 24px;
  padding: 8px;
  background: #F4F1EC url(../gfx/cms_icon_confirm.gif) no-repeat 4px 2px;
  border: none;
}

.cms_help {
  width: 180px;
  height: 24px;
  padding: 8px;
  background: #F4F1EC url(../gfx/cms_icon_help.gif) no-repeat 4px 2px;
  border: none;
}

.cms_logout {
  width: 180px;
  height: 24px;
  padding: 8px;
  background: #F4F1EC url(../gfx/cms_icon_logout.gif) no-repeat 4px 2px;
  border: none;
}

.cmsPanel input:hover {
  background-color: #ECE7E0;
  text-decoration: none;
  color: black;
}


