@import url("/css/adds.css");
@import url("/css/skjema.css");
@import url("/css/article.css");
@import url("/css/bildegalleri.css");
@import url("/css/calendar.css");
@import url("/css/menu.css");
@import url("/css/tabell.css");

body {

	background-image: url("/gfx/pagebg.jpg");
	background-repeat: repeat-x;
	background-position: top center;
	margin: 0px 0px;

}

a {
	text-decoration: none;
	color: #5a3d1c;
}

hr {
	border: 0px;
	color: white;
	background-color: white;
	border-bottom: 4px solid #e4d4c4;
}

div#pageContainer {
	width: 940px;
	margin: 0px auto;
}

div#headerContainer {
	background-image: url("/gfx/logo.png");
	background-repeat: no-repeat;
	height: 175px;
}

div#menuContainer {
	padding-top: 129px;
	line-height: 26px;
	clear: both;
}

div#submenuContainer, div#kategoriContainer {
	background-image: url("/gfx/smbg.png");
	background-repeat: repeat-y;
	width: 160px;
}

div#sokContainer {
	color: white;
	width: 200px;
	float: right;
}

table#topToolbar {
	float: right;
	background-color: white;
	
}

table#topToolbar td {
	line-height: 20px;
	padding: 0px 10px;
}

table#topToolbar td a {
	color: #5a3d1c;
	font-size: 11px;
}

div#middleContainer {
	float: left;
	width: 710px;
}

div#leftContainer, div#contentContainer, div#rightContainer, div#annonseContainer {
	padding-top: 25px;
	float: left;
}

div#leftContainer {
	width: 180px;
}

body#body1 div#leftContainer,
body#body44 div#leftContainer,
body#body45 div#leftContainer {
	display: none;
}

div#contentContainer {
	width: 460px;
}

body#body44 div#contentContainer,
body#body45 div#contentContainer {
	width: 640px;
}

div#rightContainer {
	width: 220px;
	margin-right: 20px;
	display: none;
	float: left;
}

body#body1 div#rightContainer {
	display: block;
}



div#annonseContainer {
	width: 220px;
	margin-left: 0px;
	border-left: 1px solid #c3a98a;
}

div#footerContainer {
	margin-top: 30px;
	border-top: 1px solid #c3a98a;
	padding: 5px 0px;
	clear: both;
}

div.block {
	border: 1px solid #83623c;
	background-color: white;
}

div.block div.header {
	background-color: #83623c;
	line-height: 20px;
	color: white;
}

div.block div {
	padding: 2px 5px;
}

div.block a {
	color: black;
}

div.blockLinks {
	text-align: right;
	margin-bottom: 10px;
	font-size: 11px;
}

div.blockLinks a {
	display: block;
	background-image: url("/gfx/blocklinkdot.png");
	background-repeat: no-repeat;
	background-position:  right 6px;
	padding-right: 10px;

}

div#searchBarContainer {
	height: 30px;
	line-height: 30px;
	border-bottom: 1px solid #c3a98a;
}

div#searchBarContainer input.imp {
	background-color: white;
	color: black;
}

div.kategori {
	padding: 2px;
	padding-left: 20px;
	margin: 0px 1px;
}

div.header {
	padding: 2px;
	padding-left: 10px;
	border-bottom: 1px solid #9d7e5b;
}

div.kategori a {
	color: black;
	font-size: 11px;
}

div.header a {
	font-size: 12px;
	color: #5a3d1c;
}

div.selected, div.kategori:hover {
	background-color: #e4d5c4;
	margin: 0px 1px;
}

div.markedsplass {
	padding: 5px 5px;
	font-size: 11px;
}

div.markedsplass a {
	font-size: 12px;
	text-decoration: underline;
}

.imp {
	color: white;
	background-color: #664724;
	border: 1px solid #866743;
	font-size: 12px;
	line-height: 15px;
}

.impButton {
	color: #866743;
	background-color: #c3a98a;
	border: 1px solid #866743;
	padding: 0px 0px;
	font-size: 12px;
	line-height: 15px;
}