html, body {
	background-color: #101010;
	color: silver;
	text-align: center;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
}

img {
	border: none;
}

table#grayframe {
	border: 0px solid #333;
	background-color: #000000;
	width: 950px;
	max-width: 950px;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
	text-align: left;
}

td#top {
	background-color: #000;
	background-image: url( '/templates/bergensh/images/top.png' );
	height: 125px;
	vertical-align: top;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}

td#top div {
	overflow: hidden;
	padding-left: 330px;
	padding-top: 79px;
}

td#top a {
	text-decoration: none;
	color: gray;
}

td#top a:hover {
	color: silver;
}

td#top a#selected {
	color: white;
}

td#contents {
	background-color: black;
	color: gray;
	border-top: 3px solid #C30000;
}

td#contents div#standard {
	padding-left: 210px;
	margin-bottom: 32px;
	margin-top: 32px;
	margin-right: 32px;
}

td#contents div#newslist {
	padding-left: 210px;
	margin-top: 32px;
	padding-right: 32px;
	margin-bottom: 32px;
}

td#contents div#standard a {
	color: gray;
}

td#contents div#standard a:hover {
	color: silver;
}

td#contents h1 {
	color: silver;
}

td#contentsfremside {
	border-top: 3px solid #C30000;
}

td#contentsfremside div#standard{
	background-color: black;
	color: gray;
	padding-left: 210px;
	padding-right: 280px;
}

td#contentsfremside h1 {
	color: silver;
}

span.upper, span.lower {
	float: right;
	width: 190px;
	border: 1px solid #333;
	clear: right;
	margin: 32px;
	padding: 10px;
}

span.lower {
	margin-top: 0px;
}

span.boxheader {
	float: right;
	width: 190px;
	clear: right;
	margin-right: 32px;
	margin-bottom: 2px;
	padding: 0px 10px 0px 10px;
	font-weight: bold;
}

td#fremsidebanner {
	background-image: url( '/templates/bergensh/images/fremsidebilde.jpg' );
	height: 182px;
	border-top: 1px solid gray;
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
}

td#bottom {
	background-image: url( '/templates/bergensh/images/bottom.png' );
	height: 73px;
}

#leftmenucontainer {
	position: absolute;
	width: 180px;
}

ul#leftmenu {
	list-style-type: none;
	text-align: right;
	margin-top: 32px;
	margin-left: 0px;
}

ul#leftmenu li {
	margin-bottom: 10px;
}

ul#leftmenu a {
	color: gray;
	text-decoration: none;
}

ul#leftmenu a:hover {
	color: silver;
}

ul#leftmenu a#selected {
	color: silver;
}

span.lower a {
	color: silver;
}

span.lower a:hover {
	color: white;
}

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

a:hover {
	color: #C30000;
}

h1 {
	font-size: 16pt;
}

h2 {
	font-size: 14pt;
}

input.flat {
	border: 1px solid gray;
}

#standardfremside {
	margin-top: 28px;
}

table#newstable {
	border-collapse: collapse;
	padding: 0px;
	margin: 0px;
}

table#newstable td {
	padding: 0px;
	margin: 0px;
}

div#msg {
	width: 256px;
	color: silver;
	border: 1px dashed red;	
	font-weight: bold;
}