* { margin: 0;padding: 0; }
a { outline: none; }
a img { border: none; text-decoration: none; } 
fieldset { border: 0; }
legend { display: none; }
ul, ol { list-style-type: none; }

body {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 14px;
	color: #4a4a4a;
	text-align: center;
	background: #edebe4 url(../grafikk/body_bg.gif) 50% 0 repeat-y;
}

a:link, a:visited {
	color: #0091c9;
	text-decoration: none;
}

a:hover, a:active {
	color: #0091c9;
	text-decoration: underline;
}

h1, h2, h3, h4 {
	/*color: #0072b1;*/
}

form input.button {
	border: 1px solid #b2d8ec;
	background: #b2d8ec url(../grafikk/button_blue_bg.gif) bottom left repeat-x;
	color: #0091c9;
	font-size: 11px;
	padding: 2px;
}


/* Placeholdere */

div#pagewrapper {
	position: relative;
	text-align: left;
	width: 980px;
	background: transparent url(../grafikk/header_bg.gif) no-repeat;
	margin: 0 auto;
}

div#placeholder-header {
	position: relative;
	height: 120px;
}

div.frontpage div#placeholder-header {
	height: 280px;
}

div#placeholder-content {
	display: inline;
	float: left;
	width: 780px;
	margin-left: 200px;
}

div#placeholder-right-content {
	float: left;
	width: 560px;
	padding: 15px 10px 0 10px;
}

div#placeholder-right {
	float: right;
	width: 190px;
	padding: 0 5px;
}

div#placeholder-column {
	float: left;
	display: inline;
	width: 190px;
	padding: 15px 5px 0 5px;
	margin-left: -980px;
}

div#placeholder-footer {
	clear: both;
	padding-top: 70px;
	width: 980px;
	height: 70px;
	background: transparent url(../grafikk/footer_bg.gif) 0 0 no-repeat;
}



/* headinger på bokser og utlistinger */


div.full-articlelist h2,
div.small-articlelist h2,
div.small-calendarlist h2,
div.memberlogin h2,
div.article-documentlist h2,
div.article-contactlist h2,
div.tipafriend h2,
div#placeholder-right-content div.calendarlist h2 {
	font-size: 12px;
	font-weight: bold;
	color: #635349;
	margin: 0;
	border-bottom: 1px solid #ccc1ae;
	padding: 0 0 2px 12px;
	background: transparent url('../grafikk/stjerne.gif') 0px 2px no-repeat;
}

/* Brikker i div#placeholder-header */

/* Nyheter fra NHO.no */
#placeholder-column div.small-articlelist.news { background: url("../grafikk/box_bg.gif") 0px 0px repeat-x scroll transparent; margin:15px 0px 15px 0px; padding:5px; font-size:11px; }



/* Logo */

div.page-header {
	position: absolute;
	top: 13px;
	left: 13px;
	width: 715px;
}

div.page-header a {
	text-decoration: none;
}

div.page-header a img {
	width: 226px;
	height: 61px;
	display:inline;
}




div#placeholder-header div.articlesearch {
	position: absolute;
	top: 20px;
	right: 15px;
}

div#placeholder-header div.membersearch {
	position: absolute;
	top: 55px;
	right: 15px;
}

div#placeholder-header div.small-searchinput {

}	

div#placeholder-header div.small-searchinput h2 {
	display: none;
}

div#placeholder-header div.small-searchinput input#articlesearchstring,
div#placeholder-header div.small-searchinput input#membersearchstring {
	border: 1px solid #635349;
	background-color: #c5baa7;
	color: #ffffff;
	font-size: 11px;
	padding: 3px;
	width: 135px;
	margin-right: 2px;
}

div#placeholder-header div.small-searchinput input.button {
	border: 1px solid #635349;
	color: #2b1d14;
	background: #635349 url(../grafikk/button_brown_bg.gif) bottom left repeat-x;
	font-size: 11px;
	padding: 2px;
}


/* Horisontal meny */

div.horizontal-menu {
	position: absolute;
	z-index: 2;
	left: 0px;
	top: 94px;
	width: auto;
	height: 26px;
	font-size: 14px;
}

div.horizontal-menu ul {
	float: left;
}

div.horizontal-menu li {
	float: left;	
	position: relative; 
	list-style-type: none;	
	margin-right: 1px;	
}

div.horizontal-menu li:hover {
	background-color: #ffffff;
}

div.horizontal-menu li:hover a.pane-left {
	color: #38281f;
}

div.horizontal-menu li a.pane-left {
	/*background: transparent url(../grafikk/menu-left-bg.gif) no-repeat; */
	display: block; 
	font-weight: bold;
	line-height: 26px;
	padding-left: 8px;
}

div.horizontal-menu li a.pane-left:hover, div.horizontal-menu li a.pane-left:active {
	background-color: #ffffff;
}

div.horizontal-menu a:link, div.horizontal-menu a:visited {
	color: #ffffff;
	display: block;
	text-decoration: none;
}

div.horizontal-menu a:hover, div.horizontal-menu a:active {
	color: #38281f;
	display: block;
	text-decoration: none;
	background-color: #ffffff;
}

div.horizontal-menu li a.pane-left span.pane-right {
	display: block;
	line-height: 26px;
	/*background: transparent url(../grafikk/menu-right-bg.gif) right 0 no-repeat;*/
	padding-right: 8px;
}

div.horizontal-menu ul li ul {
	background-color: #c5baa7;
	margin: 0; /* prevents the TEMP value inheriting from the horiz menu - OK to remove if you remove TEMP above */
	position: absolute; /* positions the drop-down ul in relation to its relatively positioned li parent */
	width: 15em; /*sets the width of the menu - in combo with the li's 100% width, makes the menu stack*/
	left: 0px;
	border: 1px solid #c5baa7;
}

div.horizontal-menu ul li ul li {
	margin-right: 0;
	padding-right: 0;
	width: 100%; /* makes the list items fill the list container (ul) */
	border-bottom: 1px solid #ffffff;
}

div.horizontal-menu ul li ul li.last {
	border-bottom: none;
}

div.horizontal-menu ul li ul li a {
	/* width: 100%; */ /* makes the list items fill the list container (ul) */
	padding: 3px 0 3px 8px;
}

/* make the drop-down display as the menu is rolled over */
div.horizontal-menu ul li ul {display: none;} /* conceals the drop-down when menu not hovered */
div.horizontal-menu ul li:hover ul {display: block;} /* shows the drop-down when the menu is hovered */ /* DENNE FUNKER IKKE PÅ IE !!!! */

* html div.horizontal-menu ul {
	float: left;
}

/* * html a {display:block;} */  /* makes IE5 & 5.5 accept the padding on the link */
/* add a top line to drops and pops in IE browsers - can't read :first-child */
* html div.horizontal-menu ul li ul {
	/* border-top: 1px solid #9e9e9e; */
	border-left: 0px; /* stops the drop inheriting the ul border */
}






/* Brikker i div#placeholder-column */





/* Bannere under hovedmenyen */


div.banner-orange {
	margin-bottom: 5px;
	border: 3px solid #f9b32b;
	background-color: #ec9c00;
	padding: 8px;
}

div.banner-orange a:link, div.banner-orange a:visited {
	display: block;
	font-weight: bold;
	font-size: 15px;
	color: #ffffff;
	text-decoration: none;
}

div.banner-orange a:hover, 
div.banner-orange a:active{
	color: #c18002;
}











/* Brikker i div#placeholder-right */






div.calendar {
	margin-top: 15px;
	padding: 10px 5px;
	width: 190px;
}

.calendar table {
	width: 190px;
	color: #5b5b5b;
	text-align: center;
	background-color: #ffffff;
	border-collapse: collapse;
}

.calendar h3 {
	color: #ec9c00;
	text-align: center;
	position: relative;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;

}

.calendar h3 span#prevMonth {
	margin-right: 15px;
}

.calendar h3 span#nextMonth {
	margin-left: 15px;
}

.calendar h3 span#prevMonth a, .calendar h3 span#nextMonth a  {
	text-decoration: none;
}

.calendar table tr th {
	border-bottom: 1px solid #c8c7c7;
}

.calendar table td.weekend {
	color: #A0A0A4;
	background-color: #f2f2f1;
}

.calendar table .today, 
.calendar table .today a, 
.calendar table .today a:link, 
.calendar table .today a:visited,
.calendar table .today a:hover,
.calendar table .today a:active {
	background: #c8c7c7;
	color: #ffffff;
	font-weight: bold;
}

.calendar table td {
	border-right: 1px solid #c8c7c7;
	border-bottom: 1px solid #c8c7c7;
	border-left: 1px solid #c8c7c7;
	height: 20px;
	width: 25px;
	text-align: center;
}

.calendar table td a {
	display: block;
	font-weight: bold;
	text-decoration: none;
}






/* **************************************************************** */
/* Opplisting av nyheter o.l. men mer kompakt       
/* **************************************************************** */

div#placeholder-right-content div.small-articlelist {
	margin: 15px 0;
	clear: both;
	background: transparent url(../grafikk/box_bg.gif) 0 0 repeat-x;
	padding: 5px;
}

div#placeholder-right-content div.small-articlelist p {
	display: none;
}

div#placeholder-right-content div.small-articlelist ul {
	list-style-type: none;
	margin: 10px 0;
}

div#placeholder-right-content div.small-articlelist ul.first {
	float: left;
	width: 255px;
	list-style-type: none;
}

div#placeholder-right-content div.small-articlelist ul.last {
	float: right;
	width: 255px;
	list-style-type: none;
}

div#placeholder-right-content div.small-articlelist li {


margin-top: 7px;
margin-right: 7px;
margin-bottom: 7px;
padding-top: 7px;
padding-bottom: 7px;
padding-left: 7px;

}

div#placeholder-right-content div.small-articlelist li a {
	display: block;
}

div#placeholder-right-content div.small-articlelist li span {
	display: none;
}

div#placeholder-right-content div.small-articlelist div.list-link {
	clear: both;
	text-align: right;
}

div#placeholder-right-content div.small-articlelist div.list-link a {
	font-size: 12px;
	font-weight: bold;
	background: transparent url(../grafikk/pil.gif) 0 3px no-repeat;
	padding: 0 0 0 10px;
}




div#placeholder-right div.small-articlelist,
div#placeholder-right div.small-calendarlist {
	background: transparent url(../grafikk/box_bg.gif) 0 0 repeat-x;
	margin: 15px 0;
	padding: 5px;
	font-size: 11px;
}

div#placeholder-right div.small-articlelist ul,
div#placeholder-right div.small-calendarlist ul {
	margin: 10px 0;
}

div#placeholder-right div.small-calendarlist div.published,
div#placeholder-right div.small-articlelist div.published {
	color: #8f8e8e;
	font-size: 10px;
	margin-bottom: 3px;
}

div#placeholder-right div.small-calendarlist div.list-link {
	margin-top: 5px;
}

div#placeholder-right div.small-calendarlist div.list-link a {
	font-weight: bold;
	font-size: 12px;
	background: transparent url(../grafikk/pil.gif) 0 3px no-repeat;
	padding: 0 0 0 10px;
}






div#placeholder-right div.small-articlelist div.list-link {
	display: none;
}





/* medlemslogin */

div.memberlogin {
	background: transparent url(../grafikk/box_bg.gif) 0 0 repeat-x;
	margin: 15px 0;
	padding: 5px;
}


div.memberlogin form {
	margin: 10px 0 0 0;
}	
div.memberlogin label {
	display: none;
}

div.memberlogin input#username,
div.memberlogin input#password {
	width: 135px;
	color: #8f8e8e;
	border: 1px solid #b2d8ec;
	padding: 3px;
	font-size: 11px;
}

div.memberlogin input#password {
	margin: 10px 2px 0 0;
}

div.memberlogin div.message, div.memberlogin div.error {
	margin-bottom: 10px;
	color: #8f8e8e;
}

div.memberlogin div.message h3, div.memberlogin div.error h3 {
	font-size: 13px;
}

div.memberlogin div.message p, div.memberlogin div.error p {
	font-size: 11px;
	margin-top: 0;
}

div.memberlogin p {
	margin-top: 10px;

}

div.memberlogin a {
	font-size: 12px;
	font-weight: bold;
	background: transparent url(../grafikk/pil.gif) 0 3px no-repeat;
	padding: 0 0 0 10px;
	
}




/* Bigbook medlemssøk */


div.bigbook {
	margin: 15px 0;
	width: 180px; 
	height: 80px;
	background: #0096ad url(../grafikk/viskom_bkg.gif) 0 0 no-repeat;
}

div.bigbook input.sm_input {
	width: 100px;
	margin: 30px 0 0 5px;
	font-size: 10px;
}

div.bigbook select.bb_option {
	width: 103px;
	margin: 5px 0 0 5px;
	font-size: 10px;
}

div.bigbook input.bb_button {
	font-size: 10px;
	height: 18px; 
	width: 40px; 
	margin-left: 20px;
}










/* Brikker i div#placeholder-right-content */



/* Sitelocator */

div.sitelocator {
	font-size: 11px;
	color: #8f8e8e;
	margin-bottom: 10px;
}

div.sitelocator p, div.sitelocator ul, div.sitelocator li {
	display: inline;
}

div.sitelocator ul {
	list-style-type: none;
}

div.sitelocator li a {
	padding: 0 3px;
}

div.sitelocator li:after {
	content: " -";
}

div.sitelocator li.last:after {
	content: "";
}





/* Flash på forsiden */

div.flash {
	margin-left: 40px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
}
div.flash img { padding-bottom:20px; }

div.flash h1,
div.flash h3 {
	margin-bottom: 0;
	margin-right: 55px;
	text-align: right;
}





/* Artikkel */


div.full-articledisplay {
	margin: 0 0 30px 0;
}


div.full-articledisplay h1 {
	font-size: 28px;
	margin: 13px 0;
}

h1 {
	font-size: 28px;
	margin: 13px 0;
}

div.full-articledisplay h2, div.full-articledisplay h3, div.full-articledisplay h4 {
	margin: 15px 0;
}

div.full-articledisplay p {
	margin: 15px 0;
}

div.full-articledisplay ul, div.full-articledisplay ol {
	margin: 15px 0 15px 40px;
}

div.full-articledisplay ul {
	list-style-type: disc;
}

div.full-articledisplay ol {
	list-style-type: decimal;
}

div.full-articledisplay div.published {
	font-size: 11px;
	color: #8f8e8e;
}

div.full-articledisplay p.preamble {
	font-weight: bold;
}

div.full-articledisplay div.full {
	margin: 15px 0 7px 0;
}

div.full-articledisplay div.left {
	float: left;
	display: inline;
	margin: 0 10px 5px 0;
}

div.full-articledisplay div.left,
div.full-articledisplay div.right,
div.full-articledisplay div.full {
	padding: 3px;
	border: 1px solid #e6e7e8;
}

/*
div.full-articledisplay div.left:hover,
div.full-articledisplay div.right:hover,
div.full-articledisplay div.full:hover {
	border: 1px solid #b7acb8;
}
*/

div.full-articledisplay div.right {
	float: right;
	display: inline;
	margin: 0 0 5px 10px;
}

div.photobyline {
	font-size: 9px;
	color: #8f8e8e;
	text-align: right;
}





/* div.main-article */

div.main-article {
	margin-bottom: 30px;
}


div.main-article div.published {
	display: none;
}






/* Full artikkelliste */


div.full-articlelist {
	margin-bottom: 20px;
	padding: 5px;
	background: transparent url(../grafikk/box_bg.gif) 0 0 repeat-x;
}

div.no-background {
	background: none;
}

div.full-articlelist ul {
	list-style-type: none;
}

/*div.full-articlelist h2 {
	font-size: 12px;
	font-weight: bold;
	color: #bfa5c2;
	margin: 0;
	border-bottom: 1px solid #e7dce8;
	padding-bottom: 2px;
}*/

div.full-articlelist p.description {
	display: none;
}

div.full-articlelist li {
	clear: both;
	padding: 20px 0;
	border-top: 1px solid #e6e7e8;
}

div.full-articlelist li.first {
	border: none;
}

div.full-articlelist h4 {
	color: #8f8e8e;
	font-weight: normal;
	font-size: 16px;
}

div.full-articlelist h3 {
	font-size: 22px;
	font-weight: bold;	
	margin: 0 0 5px 0;
	padding-top: 0px;
	color: #0091c9;
}

div.full-articlelist p {
	margin-bottom: 8px;
}

div.full-articlelist div.list-thumbnail-left {
	float: right;
	display: inline;
	padding: 3px;
	margin: 0px 0 20px 10px;
	border: 1px solid #e6e7e8;
}

div.full-articlelist div.list-thumbnail-left:hover {
	border: 1px solid #b7acb8;
}

div.full-articlelist div.list-thumbnail-left img {
	vertical-align: top;
}


/* Link til slutt i listen */

div.full-articlelist div.articlelist-link-internal, div.full-articlelist div.articlelist-link-internal ul {
	display: inline;
	padding: 0;
}

div.full-articlelist div.articlelist-link-internal li {
	display: inline;
	clear: none;
	padding-top: 0;
	border: none;
	font-size: 12px;
	font-weight: bold;
}


div.full-articlelist div.articlelist-link-internal li a {
	background: transparent url(../grafikk/pil.gif) 0 3px no-repeat;
	padding: 0 0 0 10px;
}

div.full-articlelist div.published {
	display: inline;
	color: #8f8e8e;
	font-size: 10px;
	margin-left: 10px;
}


div.full-articlelist div.list-link {
	clear: both;
}


/* nøkkel for medlemmer */


div.full-articlelist div.articlelist-link-internal li.members-only {
	background: transparent url(../grafikk/padlock.gif) 0 0 no-repeat;
	text-decoration: none;
	padding: 0 0 0 17px;
	color: #8f8e8e;
	font-weight: normal;
}


/* Infoboks */      


div.info p.description {
	display: none;
}


div.info li {
	clear: none;
	border-top: none;
}

div.info li.first {
	width: 255px;
	float: left;
}

div.info li.last {
	width: 255px;
	float: right;
}

div.info div.list-thumbnail-left {
	float: none;
	display: block;
	width: 247px;
	margin: 0 0 10px 0;
	
}

div.info h4 {
	display: block;
	width: 255px;
}

div.info h3 {
	width: 255px;
	display: block;
}

div.info p {
	width: 255px;
}

div.info div.published {
	display: none;
}

div.info div.articlelist-link-internal a {
	display: block;
}











/* Contactlist */

div.article-contactlist {
	margin: 15px 0;
	clear: both;
	background: transparent url(../grafikk/box_bg.gif) 0 0 repeat-x;
	padding: 5px;
}

div.article-contactlist ul {
	margin-top: 10px;
}

div.article-contactlist ul li {
	margin-bottom: 5px;
}



/* tips en venn */


div.tipafriend {
	margin: 15px 0;
	clear: both;
	background: transparent url(../grafikk/box_bg.gif) 0 0 repeat-x;
	padding: 5px;
}

div.tipafriend p {
	color: #8f8e8e;
	font-size: 12px;
	font-weight: bold;
	margin-top: 10px;
}

div.tipafriend form {
	margin: 10px 0;
}


div.tipafriend form label {
	display: none;
}


div.tipafriend form input#to_email,
div.tipafriend form input#from_email {
	color: #8f8e8e;
	border: 1px solid #b2d8ec;
	padding: 3px;
	font-size: 11px;
	width: 180px;
	margin-right: 2px;
}





/* **************************************************************** */
/* Dokumentliste i artikkel         
/* **************************************************************** */

div.article-documentlist {
	margin: 15px 0;
	clear: both;
	background: transparent url(../grafikk/box_bg.gif) 0 0 repeat-x;
	padding: 5px;
}

div.article-documentlist ul.first {
	float: none;
	display: block;
	width: 100%;
	list-style-type: none;
	margin-top: 10px;
}

div.article-documentlist li {
	margin-bottom: 10px;
}

div.article-documentlist div.doc-title a:link, div.article-documentlist div.doc-title a:visited {
	background: none;
	margin: 0;
	padding: 0;
	display: block;
}

div.article-documentlist div.doc-title {
	width: 380px;
	display: block;
	float: left;
}

div.article-documentlist img {
	width: 16px;
	height: 16px;
	margin-right: 5px;
	margin-top: 2px;
	margin-bottom: 15px;
	float: left;
}

div.article-documentlist li div.link {
	display: block;
	float: right;
	width: 160px;
	text-align: right;
}

div.article-documentlist li div.link span {
	display: inline;
	margin-right: 10px;
	color: #8f8e8e;
	font-size: 12px;
	font-weight: bold;
}

div.article-documentlist div.link a {
	display: inline;
	background: transparent url(../grafikk/pil.gif) 0 3px no-repeat;
	padding: 0 0 0 10px;
	font-size: 12px;
	font-weight: bold;
}


/* clearing */

div.clear {
	clear: both;
	display: block;
	float: none;
}













/* Banner / kampanje */

div.kampanje ul {
	list-style-type: none;
}

div.kampanje ul li {
	margin: 0 0 15px 0;
	padding: 0;
	border: none;
}









/* Søkeresultatside og nyhetsarkiv*/


div.newsarchive {
	margin-top: 15px;
}



div.article-input-select {
	margin: 15px 0;
}

div.article-input-select form select#month,
div.article-input-select form select#year {
	width: 135px;
	border: 1px solid #b2d8ec;
	padding: 3px;
	font-size: 11px;
}



div.searchresult {
	background: none;
}

div.searchresult h2 {
	display: none;
}


span.hitinfiles {
	font-weight: bold;
}

span.hit {
	font-style: italic;
	border-bottom: 1px solid #0091c9;
}





/* søkeresultat */


div.full-searchinput {
	margin: 15px 0;
}

div.full-searchinput form {

}

div.full-searchinput form legend,
div.full-searchinput form label {
	display: none;
}

div.full-searchinput form input#articlesearchstring {
	width: 135px;
	color: #b7acb8;
	border: 1px solid #b2d8ec;
	padding: 3px;
	font-size: 11px;
}

div.searchresult-info {
	margin: 15px 0;
}

div.list-navigation {
	text-align: center;
	margin-top: 15px;
}

div.list-navigation ul {
	list-style-type: none;
}

div.list-navigation li {
	display: inline;
	margin: 0 5px;
}









/* Ansatte */



table.result-list {
	margin: 15px 0;
	font-size: 12px;
}

table.result-list tr {
	background: url(../grafikk/box_bg.gif) 0 0 repeat-x;
}

table.result-list td {
	padding: 5px;
	vertical-align: top;
}


table.result-list div.employee-picture {
	float: left;
	margin-right: 5px;
}

table.result-list div.employee-name {
	font-weight: bold;
}


table.result-list div.employee-email {
	margin-top: 5px;
}






div.appsearchinput {
	margin: 15px 0;
}

div.appsearchinput form legend {
	display: none;
}

div.appsearchinput form label {
	display: block;
	margin: 10px 0 3px 0;
	font-size: 12px;
}

div.appsearchinput form input,
div.appsearchinput select {
	width: 150px;
	border: 1px solid #b2d8ec;
	padding: 3px;
	font-size: 11px;
	margin-right: 2px;
}


div.appsearchinput form input#Pn {
	width: 50px;
}

div.appsearchinput form input#S {
	width: 213px;
}

div.appsearchinput form input.button {
	width: auto;
}



/* Feilmelding */

p.message {
	margin: 15px 0;
	font-weight: bold;
	color: #AA0000;
}












/* div.calendarlist */



div.calendar-reg {
	margin: 15px 0;
}


div#placeholder-right-content div.calendarlist {
	margin: 15px 0;
	background: transparent url(../grafikk/box_bg.gif) 0 0 repeat-x;
	padding: 5px;
}

div#placeholder-right-content div.calendarlist li {
	background-color: #efefef;
	padding: 3px;
	margin-bottom: 2px;
	border: 1px solid #e7dce8;
}



div#placeholder-right-content div.calendarlist li.year {
	font-weight: bold;
	margin: 15px 0 5px 0;
	background-color: transparent;
	border: none;
}

div#placeholder-right-content div.calendarlist li.month {
	color: #ec9c00;
	font-weight: bold;
	margin: 15px 0 2px 0;
	background-color: #ffffff;
	border: 1px solid #e7dce8;
}

div#placeholder-right-content div.calendarlist li div.published {
	display: inline;
	width: 30px;
	float: left;
}



/* Tabell med registrering av arrangement */

form#calendarreg span.red {
	color: #FF0000;
	margin-left: 5px;
}

form#calendarreg span.calendar-date {
	color: #666666;
	margin-left: 5px;
}

form#calendarreg input, form#calendarreg textarea {
	width: 200px;
}

form#calendarreg textarea {
	height: 100px;
}

form#calendarreg input.button {
	width: 50px;
}

form#calendarreg table td {
	vertical-align: top;
}





/* Oversikt over arrangement i kalender */


div.article-data {	
	margin: 15px 0;
	width: 518px;
}

div.article-data ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

div.article-data ul li {
	margin-bottom: 3px;
	float: left;
}

div.article-data ul li.odd {
	font-weight: bold;
	width: 180px;
}

div.article-data ul li.even {
	width: 338px;
}

div.article-data ul li.last {
	margin-bottom: 15px;
}



/* kontaktskjema */


span.red {
	color: #FF0000;
}

div.kontakskjema {
	margin: 15px 0;
}

div.kontaktskjema form {
	margin-top: 15px;
}

div.kontaktskjema form label {
	display: block;
	margin-bottom: 3px;
	font-size: 12px;
}

div.kontaktskjema form input {
	width: 200px;
	margin-bottom: 10px;
	border: 1px solid #b2d8ec;
	padding: 3px;
	vertical-align: top;
}

div.kontaktskjema form textarea {
	width: 300px;
	height: 200px;
	border: 1px solid #b2d8ec;
	padding: 3px;
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
}

div.kontaktskjema form input.button {
	width: auto;
	display: block;
	margin-top: 15px;
}



/* nyhetsbrev relatert */

form#newsletter-update label,
form#newsletter-form label {
	display: none;
}

form#newsletter-form input,
form#newsletter-update input {
	border: 1px solid #b2d8ec;
	padding: 3px;
	margin-right: 2px;
	width: 200px;
}

form#newsletter-form input.button,
form#newsletter-update input.button {
	width: auto;
}


/* Tekst i footer */

div#placeholder-footer div.small-articledisplay p {
	font-size: 11px;
	text-align: center;
	color: #805349;
}

div#placeholder-footer div.small-articledisplay p span {
	color: #8b7c73;
	font-weight: bold;
	margin: 0 5px;
}

div#placeholder-footer a {
	color: #635349;
}

div.small-articledisplay {  }