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;
	color: 	#2E8B57;
	display: inline;
}

h2 {
	font: 1.25em "Courier New", sans-serif;
	color: #8FBC8F;
}

h3 {
	font: 1.25em "Arial", sans-serif;
	font-weight: bold; 
	color: #8FBC8F;
}

a {
	color: #2E8B57;
	text-decoration: none;
}

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

a img {
	border: none;
}


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

.visible {
	display: visible;
}

.invisible {
	display: none;
}

.u {
	text-decoration: underline;
}

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

#illbild {
	width: 300px;
	float: left;
	position: fixed;
	background-repeat: repeat-y; 
}

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

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

#header h2 {
	display: inline;
}



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

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

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

#smyckebilder img {
	position: absolute;
	width: 175px;
	height: 210px;
	outline: 1px solid #2E8B57;
	/*opacity: 0.9;*/
}

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

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

#bild1 {
	left: 0;
}

#bild2  {
	left: 175px;
}

#bild3 {
	left: 350px;
}

#bild4 {
	left: 525px;	
}

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

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

#illnummer {
	position: absolute;
	top: -65px;
	color: #8FBC8F;
}

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

.nummer {
	font: 1.85em "Arial", sans-serif;
	font-style: normal;
	color: #fefefe;
	/*word-spacing: 16px;*/
}

/*****************************
stora wraoahsidan
******************************/

#illlista {
	position: absolute;
	height: 200px;
	top: 110px;
	width: 70%
}

#illlista h2 {
	padding-top: 10px;
}

.storfyrkant {
	position:absolute;
	/*height:600px;
	//border-style:solid;
	//border-width:1px;
	//border-color:#88FF88;*/
	
	display: table;
	overflow: hidden;
}

.istorfyrkant {
	display: table-cell;
	vertical-align: middle;
}

.istorfyrkant img {
	border: 1px solid #2E8B57;
}



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






















	

