body {
	width: 100%;
	margin: 0;
	padding: 0;
	background: black;
	color: #fefefe;
	font: 0.8em "Arial", sans-serif;
}

h1 {
	font: 6.5em "Arial Black", sans-serif;
	display: inline;
}

h2 {
	font: 1.25em "Courier New", serif;
	display: inline;
}

h3 {
	font: 1.4em "Arial Black", sans-serif;
	display: inline;
}

a {
	color: #b60600;
	text-decoration: none;
}

a:hover, a:active, a:focus {
	color: #808080;
	text-decoration: none;
}

a img {
	border: none;
}


/*********************************************/

.right {
	float: right;
	text-align: right;
}

.left {
	text-align: left;
}

.visible {
	display: visible;
}

.invisible {
	display: none;
}

.courier {
	font: 1.25em "Courier New", serif;
}


/************************
startsidan
*************************/

#illbild {
	width: 30%;
	float: left;
	overflow: visible;
}

#page {
	float: right;
	width: 70%;		
}

#header {
	width: 70%;
	height: 110px;
}


/*****************************
smyckebilderna på startsidan
******************************/

#jox {
	position: absolute;
	width: 70%;
	height: 700px;
	top: 140px;
}

#smyckebilder {
	position: absolute;
	height: 230px;
}

#smyckebilder img {
	position: absolute;
	width: 175px;
	height: 210px;
	/*opacity: 0.9;*/
}

#smyckebilder img:hover {
	/*outline: 1px solid #fefefe;*/
	/*opacity: 1;*/
}

#bild1, #bild2, #bild3, #bild4 {
	position: absolute;
}

#bild1 {
	left: 0;
}

#bild2  {
	left: 176px;
}

#bild3 {
	left: 352px;
}

#bild4 {
	left: 528px;	
}

#text {
	position: absolute;
	height: 200px;
	top: 280px;
	padding-right: 10px;
}

#links {
	position: relative;
	top: 10px;
}

/***************************************
smyckebilder startsidan
***************************************/

#illnummer {
	position: absolute;
	top: -70px;
}

#illnummer a {
	word-spacing: 16px;
	font-style: normal;
}

.nummer {
	font: 1.85em "Arial", sans-serif;
	font-style: normal;
	color: #808080;
}


/***************************************
stora smyckebilder
***************************************/

#stor_bild {
	position: absolute;
	top: 130px;
}

#a {
	position: absolute;
	top: 120px;
	left: 360px;
	padding-left: 10px;
}

#illtext {
	position: absolute;
	top: 0px;
	left: 360px;
	padding-left: 10px;
}


/***************************************************************/






















	
