body {
	background-color: #BDB76B;
	color: #800000;
	font-family: verdana;
/*	SCROLLBAR-FACE-COLOR: #800000;
	SCROLLBAR-HIGHLIGHT-COLOR: #BDB76B;
	SCROLLBAR-SHADOW-COLOR: #800000;
	SCROLLBAR-3DLIGHT-COLOR: #800000;
	SCROLLBAR-TRACK-COLOR: #BDB76B;
	SCROLLBAR-DARKSHADOW-COLOR: #800000*/
}
table {
	margin-left:0%;
}

A:link {
	color:#A52A2A;
	text-decoration: none;
}
A:visited {
	/*  color:#B8860B;*/
  color:#A52A2A;
	text-decoration: none;
}
A:active {
	color:#A52A2A;
	text-decoration: none;
}
A:hover {
	color:#B8860B;
	text-decoration: none;
}
.kader {
	margin-top: 100px;
	text-align: center;
}

img.floatLeft {
	float: left;
	margin: 4px;
}
img.floatRight {
	float: right;
	margin: 10px;
	padding: 50px;
}
.testjustify {
	text-align: justify;
}
p {
	margin-top: 0;
	text-align: justify;
}
/* is usied in stone section*/
.quickjump {
	float: right;
}
#navcontainerstenen ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#navcontainerstenen ul li {
	margin: 15;
	display: inline;
}

/* thumbnail for lightbox */

.thumbnail
{
float: left;
width: 115px;
border: 1px solid #999;
margin: 0 15px 15px 0;
padding: 5px;
}



.thumbnail1 {
display:block;
float:left;
margin-bottom:2em;
margin-right:2.1em;
text-align:center;
width:150px;
}

.clearboth { clear: both; }