/* Start of CMSMS style sheet 'forside.css' */
/* stiler spesielt for forside */

div.flashcontainer {
	width: 970px;
        margin: 0 0 6px 0;
        text-align: center;
}

div.innhold {
	width: 970px;
	height: 230px;
	display: block;
}

table.innhold {
	width: 100%;
	
}

td.knappelinje {
	width: 576px;
	height: 30px;
	background-image: url('uploads/images/layout/forside_h_bg.gif');
	background-position: bottom left;
	background-repeat: repeat-x;
        vertical-align:bottom;
}

div.privat {
	width: 133px;
	height: 30px;
	background: url('uploads/images/layout/knapper/kn_PR_2.gif') bottom left no-repeat;
	float: left;
	cursor: pointer;
}

div.bedrift {
	width: 133px;
	height: 30px;
	background: url('uploads/images/layout/knapper/kn_Bedr_1.gif') bottom left no-repeat;
	float: left;
	cursor: pointer;
}

div.storkunde {
	width: 133px;
	height: 30px;
	background: url('uploads/images/layout/knapper/kn_S_1.gif') bottom left no-repeat;
	float: left;
	cursor: pointer;
}

div.strom {
	width: 133px;
	height: 30px;
	background: url('uploads/images/layout/knapper/kn_strom_1.gif') bottom left no-repeat;
	float: left;
	cursor: pointer;
}

td.minside-topp {
	background-image: url('uploads/images/layout/minside-bakgr.png');
	background-position: bottom right;
	background-repeat: no-repeat;
	width: 389px;
	height: 30px;
/*	padding-left: 18px; */
}

td.menybokser {
	width: 576px;
	height: 208px;
	background-image:  url('uploads/images/layout/menyboks-bakgr.png');
	background-repeat: no-repeat;
/*	padding: 15px 20px 15px 20px; */
}

table.menyer {
	width: 558px;
	height: 181px;
	margin: 0px;
/*	background-image: url('uploads/images/privat/forside-hel.gif');
	background-repeat: no-repeat; */
}

td.menyer1 {
	padding:0px 20px 0px 20px;
        position:relative; top:0; left:0;
}

div.les_mer {
       /* position:absolute; bottom:5px; */
      float:right;
}

div.les_mer a {
     font-weight:normal;text-decoration:none;border-bottom:1px dotted #663F43;
}

td.minside-login {
	width: 389px;
	height: 208px;
	background-image: url('uploads/images/layout/minside-login.png');
	background-position: top left;
	background-repeat: no-repeat;
/*	padding: 25px 20px 25px 20px; */
}

div.showhide {
	display: none;
	margin: 7px 10px 5px 13px;
	padding-right: 2px;
}

div.show {
	visibility: visible;
	margin: 7px 10px 5px 13px;
	padding-right: 2px;
	height:185px;
	overflow:hidden;
	vertical-align:top;
}

.login {
	margin: 20px;
}
/* End of 'forside.css' */

