@import url("http://www.bwell.no/layout/kalkulator.css");
@import url("/css/menu.css");

body {
	margin: 0px 0px;
	line-height: 125%;
	background-color: white;
	font-size: 10px;
	font-family: Verdana;
}
a {
	font-weight: bold;
	color: #b60a53;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.imp {
	border: 1px solid #a5a5a5;
	font-size: 10px;
}
.innhold {
	background-image: url("/gfx/innholdbottombg.jpg");
	background-repeat: repeat-x;
	background-position: bottom left;
	width: 100%;
	overflow: auto;
}
.logo {
	padding: 20px 0px 10px 0px;
}

.forumtb {
	width: 100%;
}
.forumkategori {
	background-color: white;
	color: black;
	font-size: 10pt;
	font-weight: bold;
	text-align: left;
	padding: 5px 5px 5px 5px;
	border-top: 1px solid white;
	border-right: 1px solid white;
}
.forumtittel {
	color: white;
	font-size: 8pt;
	font-weight: bold;
	text-align: left;
	padding: 2px 5px 2px 5px;
	background-color: black;
	border-right: 1px solid white;
	border-top: 1px solid white;
}
.forumemne {
	font-size: 8pt;
	padding: 5px 5px 5px 5px;
}
.forumsistesvar {
	font-size: 8pt;
}
.forum1{
	background-color: #FAFAFA;
}
.forum2{
	background-color: white;
}
.forumlink{
	color: white;
	font-size: 9pt;
}

div#creditsContainer {
	width: 500px;
	margin: 0px auto;
	padding: 20px 5px;
	color: #a5a5a5;
	font-size: 11px;
	text-align: center;
}

div#creditsContainer a {
	color: #a5a5a5;
	text-decoration: underline;
}
