@charset "utf-8";
/* CSS Document */

div
{
/*
  border-color: #00ff00;
  border-style: solid;
  border-width: 1px;
	*/
}

div.container1
{
	position:absolute;
	left:0px;
	top:0px;
	opacity:1;
	filter:alpha(opacity=100);
  
  width: 100%;
  height: 100%;
  display: block;
  z-index: 6;
}

div.topspace
{
/*	position:relative;
*/
	margin-left: auto;
	margin-right: auto;
  width: 900px;
  height: 50%;
  margin-top: -280px; /*höjden på div.body / 2 */
 /* float: left;*/
}
div.topspace2
{
	margin-left: auto;
	margin-right: auto;
	visibility: hidden;

  width: 1050px;
  height: 50%;
  margin-top: -280px; /*höjden på div.body / 2 */
 /* float: left;*/

 
}

div.body
{
	margin-left: auto;
	margin-right: auto;

  position:relative;
  float:inherit;
  text-align: left;
  width: 900px;
  height: 560px;
	/*
  border-color: #323232;
  border-style: solid;
  border-width: 2px;
	*/
}
div.main
{
/**/
position:relative;

  width: 900px;
  height: 560px;
/*
  border-color: #ff0000;
  border-style: solid;
  border-width: 2px;
*/
}


body
{
  height: 100%;      /* Make sure the document takes up the whole window. */
  margin: 0;         /* Get rid of any default margins, which could cause the html and body elements to be larger than the window and trigger scrollbars. */
  padding: 0;        /* Get rid of any default padding, which could cause the html and body elements to be larger than the window and trigger scrollbars. */
  text-align: center;
	color:#000000;
	font-family: Verdana, "Times New Roman", Times, serif;
	font-size: 13px;
	background-color:#000000;
}
.copyRightFrontpage
{
	font-size:10px;
	color:#737373;
}
.aterforsaljareNamn
{
		font-size: 16px;
		font-weight:bold;
}

.armband
{
		font-weight:bold;
}

.halsband
{
		font-weight:bold;
}

.smyckeisilver
{
		font-weight:bold;
}

.bildtext
{
	font-size:10px;
}

.showroomimg
{
	border:none;
}

img
{
	border:none;
}

a:link
{
	border:none;	
  text-decoration: none;
	color: #000000
}
a:visited
{
	border:none;
  text-decoration: none;
	color: #000000
}
a:hover
{
	border:none;
  text-decoration: none;
	color: #000000;
}
a:active
{
	border:none;
  text-decoration: none;
	color: #000000;
}

.maintr
{
/*
width:100%;
*/
}

.maintd
{
/*
height:100%;
margin-left:auto;
margin-right:auto;
vertical-align:middle;
*/
}

.divViewport
{
position: relative;
width:300px;
height:397px;
}
.divScrollBildgalleri 
{
	position:relative;	
	width:300px;
	height:397px;	
	overflow: auto;	
	border: 0px solid #666;	
	padding: 0px;

}
