a { color: #8B4513; }
a:link { text-decoration: none; }
a:visited { text-decoration: none; }
a:active { text-decoration: none; }
a:hover { text-decoration: underline; }

body {
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	/* background-color: #8B4513; */
	background-color: #FADCAC;
	z-index: 1;
}

.mainTable {
	top: 5px;
	position: absolute;
	left: 9%;

	width: 828px;
	height: 585px;
	border: 1px solid black;
	/* background-color: #FFFFFF; */
	background-color: #D2B48C;
	z-index: 2;
}

.logoBox {
	/* background: url('gfx/logo01.jpg') no-repeat #ffffff; */
	border: 1px solid black;
	/* background: #ffffff; */
	position: absolute;
	left: 5px;
	top: 5px;
	right: 5px;
	width: 814px;
	height: 100px;
	padding: 0px;
	z-index: 3;
}

.menyBox {
	position: absolute;
	top: 110px;
	left: 5px;
	right: 5px;
	width: 115px;
	z-index: 4;

	font-size: 12px;
	background-color: #F5DEB3;
}

ul.menyLista {
	position: relative;
	list-style-type: none;
	left: -25px;
}

li.menyItem a:hover {
	font-weight: bold;
	text-decoration: none;
}

.breadBox {
	position: absolute;
	top: 110px;
	left: 125px;

	width: 696px;
	height: 450px;
	z-index: 5;

	background-color: #F5DEB3;
	font-size: 12px;
	text-indent: 5px;
	overflow: auto;
}

.newsBox {
	position: absolute;
	right: 0px; /* left: 5px; */
	top: 0px; /* top: 283px; */
	width: 115px;
	height: 277px; /* height: 277px; */
	overflow: hidden;

	background-color: #F5DEB3;
	z-index: 7;
}

.newsBox p, strong, b {
	font-size: 10px;
	color: black;
}
.newsBox a {
	text-decoration: underline;
	color: #8B4513;
}
.brownNewsBox {
	position: absolute;
	z-index: 6;

	background-color: #D2B48C;
	border-left: 1px solid black;
	border-bottom: 1px solid black;
	border-right: none;
	border-top: none;
	right:5px;
	top: 110px;
	width: 121px;
	height: 283px;
}
.footer {
	position: absolute;
	bottom: 5px;
	left: 5px;
	right: 5px;
	width: 816px;
	background-color: #F5DEB3;
	font-size: 10px;
	text-align: center;
	z-index: 8;
}

.dottedLine {
	border: 1px solid black;
}

.blogFrame {
	width: 688px;
	height: 447px;
	border: none;
}

.gastbokFrame {
	width: 688px;
	height: 447px;
	border: none;
}

.gallery_table {
/*	border:1px solid black;	*/
}
.gallery_item {
/*	border: 1px solid black;	*/
}