body {
	background-image: url(img/bg.jpg);
	margin: 0;
	padding: 0;
	text-align: center;
}

#container {
	width: 804px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: left;
}

#headerTop {
	height: 15px;
	width: 804px;
	overflow: hidden;
	float: left;
}

#bodyBorder {
	border-left: 1px solid #d6d6d6;
	border-right: 1px solid #d6d6d6;
	padding-left: 1px;
	padding-right: 1px;
	background-color: #ffffff;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	float: left;
}

#contentContainer {
	width: 770px;
	background-image: url(img/bg_content.jpg);
	background-repeat: repeat-x;
	overflow: hidden;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
}

#header {
	width: 770px;
	overflow: hidden;
	float: left;
}

#header img {
	float: left;
}

#contactText {
	font: normal 9px "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Verdana;
	color: #252824;
	width: 316px;
	float: right;
	text-align: right;
	margin-top: 8px;
	line-height: 11px;
}

#contactText p {
        margin: 0;
}

#bottom p {
        margin: 0;
}

#contactText a:link,
#contactText a:active,
#contactText a:visited {
	color: #252824;
	text-decoration: none;
}
#contactText a:hover {
	color: #252824;
	text-decoration: underline;
}

#sokForm {
	float: right;
	margin-top: 8px;
	overflow: hidden;
	height: 22px;	
}

#sokForm input {
	width: 225px;
}

#sokForm label {
	padding-right: 5px;
	padding-top: 2px;
}
/**************** Menu ****************/

#menu {
	width: 770px;
	height: 51px;
	margin-top: 12px;
	float: left;
	overflow: hidden;
	background-image: url(img/bg_menu.jpg);
	background-repeat: repeat-y;
}

#ruler {
	width: 770px;
	height: 51px;
	float: left;
	overflow: hidden;
	background-image: url(img/bg_ruler.png);
	background-repeat: no-repeat;
}

.menuItem {
	width: 180px;
	height: 49px;
	padding-top: 7px;
	float: left;
	text-align: center;
	overflow: hidden;
}

.menuItem img {
	margin-left: 1px;
	margin-right: 1px;
}

.menu_corner {
	width: 49px;
	height: 49px;
	float: left;
}

img.flag {
        vertical-align: top;
}

.menuFlags {
	width: 180px;
	height: 11px;
	text-align: center;
	background-color:#fcf;
	padding-top: 0px;
}

/*************************************/

input {
	font: normal 11px "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Verdana;
	border: 1px solid #222521;
	padding-bottom: 2px;
	padding-top: 1px;
	padding-left: 2px;
	padding-right: 2px;
	width: 230px;
}

input.checkbox {
	border: 0px;
	width: 10px;
}

textarea {
	font: normal 11px "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Verdana;
	border: 1px solid #222521;
	padding-bottom: 2px;
	padding-top: 1px;
	padding-left: 2px;
	padding-right: 2px;
	width: 400px;
}

select {
	font: normal 11px "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Verdana;
	border: 1px solid #222521;
	padding-bottom: 2px;
	padding-top: 1px;
	padding-left: 2px;
	padding-right: 2px;
}

button {
	background-image: url(img/bg_button.png);
	background-repeat: repeat-x;
	border: 1px solid #838383;
	font: normal 11px "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Verdana;
	padding-bottom: 2px;
	padding-top: 1px;
}

/**************************************/

#contContainer {
	width: 770px;
	float: left;
	overflow: hidden;
}

#column {
	width: 215px;
	overflow: hidden;
	float: left;
}

#submenu {
	float: left;
	width: 215px;
	background-image: url(img/bg_submenu.png);
	background-repeat: repeat-y;
	overflow: hidden;
}

#submenu_bottom {

}

#submenu ul {
	float: left;
	margin-left: 60px;
	font: bold 11px "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Verdana;
	color: #000000;
	width: 150px;
	padding-left: 0px;
	list-style-type: none;
	text-align: left;
}

#submenu li {
	background: transparent url(img/bullet_off.png) left top no-repeat;
	color: #000000;
	text-decoration: none;
	padding-left: 7px;
	margin-bottom: 6px;
}
#submenu li a {
	color: #000000;
	text-decoration: none;
}

#submenu li.subon {
	background: transparent url(img/bullet_on.png) left top no-repeat;
	color: #000000;
	text-decoration: none;
	padding-left: 7px;
	margin-bottom: 6px;
}
#submenu li.subon a {
	color: #000000;
	text-decoration: none;
}

/***********************/

#content {
	width: 540px;
	float: right;
	overflow: hidden;
	margin-left: 15px;
	margin-top: 15px;
	font: normal 11px "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Verdana;
	color: #000000;
}

.box_container {
	float: left;
	width: 207px;
	border: 1px dashed #000;
	overflow: hidden;
	padding: 3px 3px 3px 3px;
	margin-top: 10px;
}

.box {
	width: 187px;
	/* float: left; */
	overflow: hidden;
	background-color: #f4ecb6;
	font: normal 10px "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Verdana;
	color: #252525;
	padding: 10px 10px 10px 10px;
}

.box.annonse {
        background-color: #ddd;
}

.box_container hr {
        height: 0px;
        border: none;
        border-top: 1px dashed #000;
	margin: 3px;
}

.box A:link,
.box A:visited,
.box A:hover,
.box A:active {
	color: #252525;
	text-decoration: underline;
}

.box h2, .box h3 {
        margin-top: 0;
}

.box img {
         vertical-align: middle;
}

.box p  {
        margin: 0;
}

h1.annonse-helside {
        text-transform: uppercase;
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 2px;
}

div.annonse-helside {
        border: 2px solid blue;
	border: 1px dashed #000;
	padding: 3px 3px 3px 3px;
}

div.annonse-helside .annonse-infotekst {
        padding: 5px 10px;
	background-color: #ddd;
}

div.annonse-helside.byggfag-info .annonse-infotekst {
	background-color: #f4ecb6;
}

.banner {
	float: left;
	margin-top: 10px;
}

#footer {
	float: left;
	width: 770px;
	text-align: center;
	font: normal 10px "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Verdana;
	color: #252525;
	margin-top: 10px;
	border-top: 1px dashed #000000;
	padding-top: 10px;
	padding-bottom: 10px;
}

#footer A:link,
#footer A:hover,
#footer A:visited,
#footer A:active {
	color: #252525;
	text-decoration: underline;
}

h1 {
	font: normal 20px Georgia, "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Verdana;
	color: #000000;
	margin: 0px 0px 8px 0px;
}
h1 a {
	color: #000000;
	text-decoration: underline;
}

h2 {
	font: normal 12px "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Verdana;
	color: #a42919;
	margin: 10px 0px 8px 0px;
}
h2 a {
	color: #a42919;
	text-decoration: underline;
}

h3 {
	font: normal 12px "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Verdana;
	color: #a42919;
	margin: 3px 0px 18px 0px;
}
h3 a {
	color: #a42919;
	text-decoration: underline;
}


#content form label {
	font: normal 12px "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Verdana;
	color: #000000;
	vertical-align: top;
}

.tb_news {
	/* float: left; */
	margin-bottom: 20px;
	width: 100%;
}

.tb_news_txt {
  	vertical-align: top;
	font: normal 11px "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Verdana;
	color: #000000;
	padding-left: 15px;
}

.icn {
	vertical-align:middle;
}

.tb_news_img {
	vertical-align: top;
	font: normal 11px "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Verdana;
	color: #000000;
	width: 160px;
}

.tb_news_img img {
        border: 1px solid #333;
}

.news_kommentarene {
	margin-top: 20px;
}

.news_kommentarene img {
        vertical-align: bottom;
}

.news_kommentarene .read-more-text {
        font-weight: bold;
	border-bottom: 2px solid #bbb;
}

h2.comment_header {
        margin-top: 1.5em;
	margin-bottom: 0.2em;
}

.comment_text p {
        margin-top: 0;
}

.tb_oppriss {
	width: 100%;
	font: normal 13px "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Verdana;
	color: #000000;
	margin-bottom: 15px;
}

.tb_oppriss td {
	padding-bottom: 5px;
}

.tb_oppriss_tit a {
	border-bottom: 2px solid #b8b8b7;
	padding-bottom: 1px;
	color: #000000;
	text-decoration: none;
}


.tb_oppriss_kom {
	text-align: right;
}

.tb_form_up {
	 vertical-align: top;
}
.tb_form_down {
	 vertical-align: bottom;
}



/* innmeldingsskjema / påmelding
============================================================*/

.innmelding label {
	display: block;
	float: left;
	width: 120px;
}

.innmelding input {
	width: 380px;
	margin: 0.2em 3px 0 0;
}

.innmelding #postal-code {
	width: 50px;
}

.innmelding #postal-area {
	width: 327px;
}

.innmelding #comments {
        width: 500px;
}

.innmelding .yrke label {
        float: none;
	display: inline;
}

.innmelding .yrke {
        margin-top: 3px;
        margin-left: 120px;
	margin-bottom: 10px;
}

.innmelding .yrke input {
        position: relative;
	bottom: 3px;
	width: auto;
}

a.pdf img {
        margin-right: 5px;
}