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: #c60600;
	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: #c60600;
	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 {
	/*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;
}


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



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

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


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

#bilder {
	height: 275px;
	position: absolute;
	top: 140px;
}

#bilder img {
	width: 230px;
	height: 275px;
	position: absolute;
}

#bilder h2 {
	width: 200px;
	bottom: -45px;
	position: absolute;

}

#smycken, #diagnos, #ord {
	width: 230px;
	height: 275px;
	position: absolute;
	border-top: 2px solid #c60600;; 
	border-bottom: 2px solid #c60600;
}

#smycken {
	left: 0; 
	border-left: 2px solid #c60600; 
	border-right: 2px solid #c60600; 
}

#diagnos {
	left: 234px;
	border-right: 2px solid #c60600; 
}

#ord {
	left: 466px;
	border-right: 2px solid #c60600; 
}

#text {
	height: 220px;
	position: relative;
	top: 350px;
}












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














	

