/***********************************************/
/***********************************************/
/*    HTML ELEMENTS                            */
/***********************************************/
html, body {
    margin: 0px;
    font-family: Verdana, Arial, Helvetica, Sans-serif;
    font-size: 11px;
    background-image: url(background.gif);
   /* background-position: center;*/
    background-repeat: repeat-all;
    /*background-repeat: repeat-x;*/
    background-color: #f5f5f5;
}
h1 {
    font-size: 16px;
    color: #207249;
}
h1, h2, h3, p {
    margin: 0px 0px 10px 0px; /* t r b l */
    padding: 0px;
}
a:link, a:visited, a:hover {
    color: #207249;
    text-decoration: underline;
}
form {
    display: inline;
}
input, textarea, select {
    border-top: 1px solid #aaa;
    border-left: 1px solid #aaa;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    font-size: 11px;
    margin-bottom: 2px;
}

img {
	border: 0px solid black;
}

/***********************************************/
/***********************************************/
/*    SPECIAL HTML ELEMENTS                    */
/***********************************************/

/* .cpform-button is the button class set by the  */
/* CorePublish form framework.                    */
/*input.submit, input.cpform-button {
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #ae3a3a;
    border-bottom: 1px solid #ae3a3a;
    background-color: #1e0505;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
}*/

/* IE styles the radio and checkboxes with border   */
/* around the item. The CorePublish Form framework  */
/* sets these items with the .cpform-noborder class.*/
/* Use this class to turn of border for the items.  */
/*input.cpform-noborder {
    border: none;
}*/


/***********************************************/
/***********************************************/
/*    IDENTITIES                               */
/***********************************************/
#container {
    width: 850px;
    margin: 0px auto 0px auto; /* t r b l */
    background-color: #ffffff;
}
#placeholder-header {
    clear: both;
    height: 170px;
    padding: 0px;
    color: #000000;
    background-image: url('topimage.gif');
    background-repeat: no-repeat;
}
#placeholder-border {
    width: 850px;
    margin: 0px auto 0px auto; /* t r b l */
    height: 50px;     
    background-color: #AB9C73;
}
#placeholder-border-pictures {
    float: right;
    height: 50px;
}
/****/
#placeholder-column {
    float: left;
    width: 180px;
    /*background-color: #DBE3DB;*/
}
#placeholder-content {
    float: right;
    width: 650px;
	padding: 10px;/* t r b l */
	/*background-color: silver;*/
}
#placeholder-right-content {
    width: 490px;
    float: left;
    padding-right: 10px;
}
#placeholder-right {
    float: right;
    width: 150px;
}
#placeholder-footer {
    clear: both;
    border-top: 1px solid #DBE3DB;
}
#placeholder-footer-border {
	width: 150px;
	float: left;
	height: 50px;
}
#placeholder-footer-text {
    float: right;
    width: 549px;
    height: 50px;
    margin-top: 0px;
    text-align: left;
    padding-left: 40px;
}

#extended-debug-info {
    background-color: #eee;
    border: 1px solid #000;
    font-size: 7pt;
    font-family: Monospace;
    margin: 5px;
    margin-top: 25px;
    padding: 10px;
    clear: both;
}

/***********************************************/
/***********************************************/
/*    ELEMENT CLASSES                          */
/***********************************************/

/*******************************/
/* .common                     */
.clear-all {
	clear:	both;
}
.contactinfo {
	padding-top: 20px;
}
.news {
    padding: 10px;
    margin-bottom: 10px;
    width:130px;
}
.news h1 {
    font-size: 12px;
    font-weight: bold;
}
.news-article {
	padding-bottom: 10px;
}

.randombanner {
	margin-bottom: 40px;
}

/*******************************/
/* .small-searchinput          */
.small-searchinput {
    /*float: right;*/
    padding: 0px 0px 0px 0px; /* t r b l */
    /*margin-top: 165px;*/
    margin-bottom: 10px;
}
.small-searchinput h1 {
    display: none;
}
.small-searchinput input.submit {
    width: auto;
}
.small-searchinput input {
    width: 105px;
}

/*******************************/
/* .full-searchinput           */
.full-searchinput {
    margin-bottom: 20px;
}
.full-searchinput input {
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    font-size: 11px;
    width: 150px;
}
.full-searchinput input.submit {
    width: auto;    
}
.full-searchinput div.error,
.full-articlelist-message {
    font-size: 12px;
    font-style: italic;
}
/* .full-articlelist and .searchresult          */
.full-articlelist ul li,
.searchresult ul li {
    padding-bottom: 0px;
    margin-bottom: 15px;
    clear: both;
}
.full-articlelist ul,
.searchresult ul {
    margin-top: 20px;
    padding: 0px;
}
.full-articlelist li,
.searchresult li {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
.full-articlelist p,
.searchresult p {
    margin: 0px; 
}
.resultstring{
    font-weight: bold;
}

.full-articlelist h3 {
    display: inline;
    font-size: 11px;
}

/*******************************/
/* .list-navigation          */
.list-navigation {
    text-align: center;
    color: #aaa;
    margin-top: 20px;
}
.list-navigation b {
    color: #000;
}

.list-navigation-text {
    text-align: center;
    color: #aaa;
}

/*******************************/
/* .list-thumbnail             */
.list-thumbnail-left {
    float:          left;
    margin-right:   5px;
    border:         0px solid yellow;
}

.list-thumbnail-right {
    float:          right;
    margin-left:    5px;
    border:         0px solid yellow;
}

/*******************************/
/* .full-articledisplay        */
.full-articledisplay {
    margin-bottom: 40px;
    /*padding: 10px 10px 10px 20px;*/ /* t r b l */
}
.full-articledisplay h3.header2 {
	margin: 0px;
	font-size: 12px;
	color: #000;
}
h1.full-articledisplay {
    margin-top: 10px;
    margin-bottom: 10px;
}
.full-articledisplay-ingress,
.full-articledisplay .digest {
	font-weight: bold;
}
/*******************************/
/* .small-articledisplay       */
.small-articledisplay {
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #DBE3DB;
}
.small-articledisplay h1 {
    font-size: 12px;
    font-weight: bold;
}
.small-articledisplay p.digest b {
    font-weight: normal;
}

#placeholder-footer .small-articledisplay {
	text-align: center;
	border: none;
}
/*******************************/
/* .smallarticledisplay-colored*/
/*.smallarticledisplay-colored {
	background-color: 	#d8d6d5;
	padding:			10px;
}*/


/*******************************/
/* .small-articlelist          */
.small-articlelist {
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #DBE3DB;
}
.small-articlelist h1 {
    font-size: 12px;
    font-weight: bold;
}
.small-articlelist ul {
    margin-left: 10px;
    padding: 0px;
}
.small-articlelist li {
    margin: 0px;
    padding: 0px 0px 8px 0px; /* t r b l */
    list-style-type: none;
}
.small-articlelist .date {
    font-size: 11px;
    color: #81848d;
}
#placeholder-column .small-articlelist {
	width: 145px;
	margin-left: 10px;
}
/*******************************/
/* .vertical-menu              */

.vertical-menu {
    margin-top: 15px;
    margin-bottom: 20px;
    margin-left: 20px;
    font-size: 12px;  
    font-family: arial;
   /* background-color: #d8d6d5;*/
   
}
.vertical-menu h1 {
    display: none;
}
.vertical-menu ul {
    margin: 0px;
    padding: 0px !important;
    padding: 1px;
   
}
.vertical-menu li {
    margin: 0px;
    padding: 0px;
    list-style-type: none; 
}
.vertical-menu ul li {
    padding-bottom: 0px;
}
.vertical-menu ul li ul {

}
.vertical-menu ul li ul li a {
    display: block; 
   
}
.vertical-menu ul li ul li {
    font-size: 12px;
    text-transform: none;      
}
.vertical-menu a {
    padding-left: 10px;
    display: block;
    padding-top: 2px;
    padding-bottom: 2px;
}
.vertical-menu ul li ul {
    margin-left: 20px;
}
.vertical-menu ul li ul li {
    padding-left: 0px;
    border-left: solid 1px #DBE3DB;
}
.vertical-menu ul li ul li ul li {
	border: none;
}
.vertical-menu ul li ul li ul li ul li {
	border: none;
}
.vertical-menu a:link,
.vertical-menu a:visited {
    text-decoration: none;
   /* color: #660000;*/
}
.vertical-menu a:hover {
    background-color: #fff;
   /* color: #660000;*/
}
.vertical-menu a.active:link,
.vertical-menu a.active:visited,
.vertical-menu a.active:hover {
    /*color: #660000;*/
    font-weight: bold;
}



/*.vertical-menu {
    margin-top: 15px;
    margin-bottom: 20px;
	width: 100px;
	margin-left: 10px;
}
.vertical-menu h1 {
    display: none;
}
.vertical-menu ul {
    margin: 0px;
    padding: 0px !important;
    width: 130px;
}
.vertical-menu li {
    margin: 0px;
    padding: 0px;
    list-style-type: none; 
}
.vertical-menu ul li {
    padding-bottom: 0px;
    border-top: 1px solid;
    border-left: 1px solid;
    border-right: 1px solid;
}
.vertical-menu .last{
    padding-bottom: 0px;
    border-bottom: solid 1px;
}
.vertical-menu ul li ul {
    border: 0px !important;
    border: 1px solid #f5f5f5;
}
.vertical-menu ul li ul li a {
    display: block; 
}
.vertical-menu ul li ul li {
  	border-left: none;
  	border-right: none;
    text-transform: none; 
    width: 121px;
}
.vertical-menu a {
    color: #000;
    padding-left: 5px;
    display: block;
    padding-top: 4px;
    padding-bottom: 4px;
}
.vertical-menu ul li ul li {
    padding-left: 7px;
}

.vertical-menu a:link,
.vertical-menu a:visited {
    text-decoration: none;
    color: #000;
}
.vertical-menu a:hover {
    background-color: #fff;
    color: #000;
}
.vertical-menu a.active:link,
.vertical-menu a.active:visited,
.vertical-menu a.active:hover {
    color: #000;
    font-weight: bold; 
}*/

/* .full-articlelist           */
.productlist {
    margin-top: 20px;  
}
.productlist ul li {
    padding-bottom: 0px;
    margin-bottom: 15px;
    clear: both;
}
.productlist ul {
    margin-top: 20px;
    padding: 0px;
}
.productlist li {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
.productlist p {
    margin: 0px; 
}


/*******************************/
/* .full-articlelist           */
.full-articlelist {
    margin-top: 20px;  
}
.full-articlelist ul li {
    padding-bottom: 0px;
    margin-bottom: 15px;
    clear: both;
}
.full-articlelist ul {
    margin-top: 20px;
    padding: 0px;
}
.full-articlelist li {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
.full-articlelist p {
    margin: 0px; 
}

/*******************************/
/* .full-articlelist           */
/*.full-articlelist-twocolumn {
    margin-top: 30px;
}

.full-articlelist-twocolumn ul li {
    padding-bottom: 0px;
    margin-bottom: 10px;
}
.full-articlelist-twocolumn ul {
    margin: 0px;
    padding: 0px;
}
.full-articlelist-twocolumn li {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
.full-articlelist-twocolumn p {
    margin: 0px;
}
.full-articlelist-twocolumn li.odd {
    float: left;
    padding-right: 10px;
    width: 47%;
    clear: both;
}
.full-articlelist-twocolumn li.even {
    float: left;
    padding-left: 10px;
    width: 47%;
}*/

/*******************************/
/* .articlelist-twocols        */

/*.articlelist-twocols {
    padding:        0px;
    padding-bottom: 0px;
}

.articlelist-twocols ul {
    padding:        0px;
    margin:			0px;
}

.articlelist-twocols li {
    list-style-type: 	none;
    padding:        	0px 0px 20px 0px;
    margin:				0px;
    clear:				both;
}

.articlelist-twocols-topcol,
.articlelist-twocols-bottomcol {
    width:          100%;
    clear: 			both;
}

.articlelist-twocols-topcol {
	border-bottom: 	1px solid #eee;
	margin-bottom:	20px;
}

.articlelist-twocols-topcol li{
	padding-bottom: 10px;
}

.articlelist-twocols-bottomcol {
	border-top: 	1px solid #eee;
	margin-top:     20px;
	padding-top:	20px;
}

.articlelist-twocols-leftcol,
.articlelist-twocols-rightcol {
    float:          left;
    width:          47%;
}

.articlelist-twocols-leftcol {
	margin-right:   10px;
}


.articlelist-twocols-rightcol {
	margin-left:    10px;
}*/

/* use this to always align the matching left and right article in the two-column list */
/*.articlelist-twocols .articlelist-twocols-leftcol .articlelist-row,
.articlelist-twocols .articlelist-twocols-rightcol .articlelist-row {
    height:         140px;
}*/

/*******************************/
/* .language-selector          */
/*.language-selector{
	margin-bottom:	10px;
}*/

/*******************************/
/* .footer-article             */
/*.footer-article {
    margin: 0px 40px 20px 40px;*/ /* t r b l */
  /*  border-top: 2px solid #eee;
    padding-top: 5px;    
}*/

/*******************************/
/* .new-password-form          */
/*.new-password-form .error {
    font-style: italic;
    margin-bottom: 10px;
}*/

/********************************/
/* .cp-mmarchive-image          */
/*.cp-mmarchive-image-left {
        margin-right:   10px;
        margin-top:     10px;
        margin-bottom:  10px;
}

.cp-mmarchive-image-right {
        margin-left:    10px;
        margin-top:     10px;
        margin-bottom:  10px;
}*/

/********************************/
/* .multimediadisplay           */
/*.multimediadisplay-foldertree ul{
	list-style-type:	none;
	padding-left: 15px;
}

.multimediadisplay-foldertree li{
	vertical-align: top;
}

.multimediadisplay-foldertree-activefolder:link,
.multimediadisplay-foldertree-activefolder:visited,
.multimediadisplay-foldertree-activefolder:hover{
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

.multimediadisplay-list {

}*/

/********************************/
/* .cp-imageelement             */
/*.cp-imageelement {
	font-size:	11;
	font-style:	italic;
}*/


/*******************************************************/
/* list-*-product tile definitions */
img.list-image-product {
	height: 150px;
}

a.list-image-product {

}

a.list-article-product {
	font-style:italic;
}
	

div.list-article-product {
	float: left;
	text-align: center;
}



/*******************************************************/
/* articlelist-*-product tile definitions */

div.articlelist_with_image-product-first {
	float: left;
	text-align: center;
	/*padding-right: 10px;	*/
	width: 120px;
}div.articlelist_with_image-product {
	float: left;
	text-align: center;
	/*padding-right: 10px;	*/
	width: 120px;
}
div.articlelist_with_image-image-product {
	height: 120px;
	padding-bottom: 10px;
}
a.articlelist_with_image-image-product {
	
}

img.articlelist_with_image-image-product {
	height: 120px;
}
a.articlelist_with_image-link-product {

}


.full-articlelistfrontpage ul {

	padding: 0px;
}


/*****************************************************/
/* categorylist_with_image-*-product tile definitions */

/* For the whole "category" */
.categorylist_with_image-product {
	float: left;
	text-align: center;
	width: 120px;
}


/* For the image */
div.categorylist_with_image-image-product {
	padding-bottom: 10px;
}
a.categorylist_with_image-image-product {

}
img.categorylist_with_image-image-product {
	height: 120px;
}

/* For the link under ther category */
a.categorylist_with_image-link {
	
}

/****************************************************/
/* Configuration of tile: Gildepakke: Artikkel bilde og overskrift
* with the css tag: product */

/* Div around the whole element */
div.article_image_headline {
	padding-top: 10px;
	text-align: center;
}

/* Around the image */
div.article_image_headline-image-product {
}
a.article_image_headline-image-product {
}
img.article_image_headline-image-product {
	height: 200px;
	
}

/* Headline div */
div.article_image_headline-product {
	color: #AD011B;
	padding-left: 0px;
	padding-top: 0px;
}

/* Back link */
.article_image_header-back-product {
	text-align: left;
	padding-left: 30px;
	padding-top: 40px;
}


/* Configuration of tile: Gildepakke: Artikkel ingress og overskrift
* with the css tag: product */

/* Div around the whole element */
div.article_ingress_wysiwyg-product {
	margin-top: 50px;
	padding-left: 30px;
	padding-right: 40px;
}

div.article_ingress_wysiwyg-ingress-product {
}

div.article_ingress_wysiwyg-text-product {
	color: #666666;
	padding-top: 12px;
}

/**********************************************************/
/* Enkel categorylist */
div.categorylist-product {
	padding-top: 180px;
	padding-left: 30px;
	color: #AD011B;
}
div.categorylist-header-product {
	padding-left: 3px;
}
table.categorylist-product {
	
}
tr.categorylist-header-product{}
td.categorylist-header-product{}
a.categorylist-header-product{}
.categorylist-back-product {
	padding-left: 30px;
	padding-top: 210px;
}

.productImageList {
}
.productImageList h2{
	font-size: 20px;
	font-weight: normal;
}
.full-articlelistproduct ul{
	padding-left: 0px;
	padding-top: 10px;
}

/***********************************************************/
/* Kontakt Skjema (contactUsScheme) */
.contactUs {
	padding-left: 0px;
	padding-right: 10px;
}

.contactUs-header {
	font-size:14px;
	padding-top: 10px;
	padding-bottom: 6px;
	display: none;
}

.contactUs-header2 {
	padding-top: 12px;
	font-weight: bold;
}
.contactUs-reclamation {
	border: solid 2px #128F33;
}

.contactUs .reclamation-text {
	padding-bottom: 12px;
}
.contactUs-personalia {
	padding-bottom: 12px;
}
.contactUs .infotext {
	font-style: italic;
	padding-bottom: 12px;
}
.contactUs input, textarea {
	border: solid 1px #666666;
}

/*.contactUs {
	background-color: #D3E3D1;
	padding-top: 30px;
	padding-left: 10px;
}*/

/*.contactUs-inputField {
	width: 300px;
	height: 80px;
}*/
.contactUs textarea {
	width: 310px;
	height: 80px;
}
.contactUs input.submit {
	margin-left: 160px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.contactUs-reclamation input{
	width: 100px;
}
.red {
	color: #AD011B;
}

.links {
    padding: 10px;
    margin-bottom: 10px;
    width: 130px;
    
    background-color: silver;
}
.links h1 {
    font-size: 12px;
    font-weight: bold;
}
.linkelement {
	padding-bottom: 10px;
}

/* .linktoolbar */
.linktoolbar {
    float: right;
    font-size: 8pt;
    padding-bottom: 15px;
}
.linktoolbar .sharing-container {
	background: #DBE3DB;
}
.linktoolbar h3 {
    display: none;
}
.linktoolbar div.tile-content {
    display: inline;
    padding: 0px;
    margin: 0px;
}
.linktoolbar ul {
    margin: 0px;
    padding: 0px;
}
.linktoolbar ul li {
    display: inline;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}
.linktoolbar ul li.first {
    border-left: 0px;
    padding-left: 0px;
    margin-left: 0px;
}
/*******************************/
/* .suggestionform             */
.suggestionform {
    background-color: #fff;
    margin-bottom: 10px;
}
.suggestionform h3 {
    text-align: left; /* right; */
    background-color: #fff;
    padding: 3px 10px 7px 0px; /* t r b l */
    border: 0px;
    margin: 3px 0px 3px 0px; /* t r b l */
}
.suggestionform h3 {
    color: #207249; /*#888;*/
    font-size: normal; /* 8pt; */
    text-transform: uppercase;
    font-style: italic;
    /* text-decoration: none; */
}
.suggestionform input.textinput,
.suggestionform textarea.textinput {
    width: 100%;
}
.suggestionform .suggestionform-error,
.suggestionform .suggestionform-message {
    color: #962727;
    font-weight: bold;
    font-size: 8pt;
    border: 1px solid #888;
    padding: 5px;
    margin-bottom: 5px;
    text-align: center;
}
.suggestionform .suggestionform-message {
    color: #279634;
}

/* -- Tooltip ------------------------------------------------------------ */

/* Se additional styling in common stylesheet */

#tooltip-content      { background: #DBE3DB; }