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


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


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


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


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


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


a img {
	border: none;
}

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

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

.left {
	/*float: left;*/
	text-align: left;
}

.visible {
	display: visible;
}


.invisible {
	display: none;
}


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



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

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


#bild {
	float: left;
	overflow: visible;
}



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


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



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

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



#jox h2 {
	position: absolute;
	top: 230px;
	
}



#jox img {
	width: 175px;
	height: 210px;
	position: absolute;
	top: 20px;
	overflow: hidden;
}


/********************************************
startsidan
********************************************/
#smycken, #teckningar, #diagnos, #ord {
	width: 175px;
	height: 260px;
	position: absolute;
}



#smycken {
	left: 0;
}



#teckningar  {
	left: 175px;
}



#diagnos {
	left: 350px;
}



#ord {
	left: 525px;	
}



#ord h2 {
	letter-spacing: -1px;
	word-spacing: -2.5px;
}



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



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








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














	
