/***********************************************/
/***********************************************/
/*    HTML ELEMENTS                            */
/***********************************************/
html, body {
    margin: 0px;
    font-family: Verdana, Arial, Helvetica;
    font-size: 11px;
}
h1 {
    font-size: 22px;
}
h1, h2, h3, p {
    margin: 0px 0px 10px 0px; /* t r b l */
    padding: 0px;
}
h1, h2 {
	color: #95002C;
}
a:link, a:visited, a:hover {
    color: #660000;
    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: 1280px;
    width: 885px;
	background: url(background.png) repeat-y;
}
#placeholder-header {
    clear: both;
    height: 120 px;
    padding: 0px;
    border: 0px;
    color: #000000;
}
#placeholder-header-right {
	float: left;
	width: 249px;
	height: 120px;
	background-color: #95002C;
    border: 0px;
    margin: 0px;
    padding: 0px;
}

#placeholder-header-logo {
	float: left;
	width: 635px;
	height: 120px;
	overflow: hidden;
    margin: 0px;
    padding: 0px;
	
}
#placeholder-left-logo {
	float: left;
	width: 156px;
	height: 120px;
	background-image: url(eldhus_logo.gif);
    background-repeat: no-repeat;
    border: 0px;
    margin: 0px;
    padding: 0px;
}
#placeholder-right-logo {
	float: left;
	width: 479px;
	height: 120px;
	background-image: url(eldhus_toppbanner.jpg);
    background-repeat: no-repeat;
    overflow: hidden;
    border: 0px;
    margin: 0px;
    padding: 0px;
}

#placeholder-column {
    float: left;
    width: 156px;
}
#placeholder-content {
    float: left;
    width: 1123px;
    width: 728px;
    padding: 0px;
}
#placeholder-right-content {
    width: 417px;
    float: left;
    background-color: #ffffff;
    padding: 15px 0px 10px 20px;/* t r b l */

}
#placeholder-right {
    float: right;
    width: 635px;
    width: 240px;
    padding: 15px 0px 10px 10px;/* t r b l */
}
#placeholder-footer {
    float: right;
    width: 1280px;
    width: 885px;
    margin-top: 0px;
    text-align: center;
    background-color: #95002C;
}
#extended-debug-info {
    background-color: #eee;
    font-size: 7pt;
    font-family: Monospace;
    margin: 5px;
    margin-top: 25px;
    padding: 10px;
    clear: both;
}

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

/*******************************/
/* .common                     */
.clear-all {
	clear:	both;
}
#placeholder-footer .full-articledisplay {
	width: 479px;
	padding-left: 155px;
	color: #F7E8D9;
	padding-top: 5px;
	padding-bottom: 5px;
}

#placeholder-footer {
	height: 30px;
	overflow: hidden;
}


#placeholder-footer .full-articledisplay h1 {
	display: none;
}
.randombanner {
	text-align: center;
	margin-bottom: 40px;
	max-width: 435px;
}
/*******************************/
/* .page-header                */
/*.page-header {
    float: left;
    padding: 15px 0px 0px 20px; *//* t r b l */
/*}*/
/*.page-header a,.page-header a:link,.page-header a:visited,.page-header a:hover {
    color: #fff;
    text-decoration: none;
}*/

/*******************************/
/* .small-searchinput          */
.small-searchinput {
    float: left;
    padding: 80px 0px 0px 40px; /* t r b l */
}
.small-searchinput h1 {
    display: none;
}
.small-searchinput input.submit {
    width: auto;
}
.small-searchinput input {
    width: 120px;

}

/*******************************/
/* .full-searchinput           */
.full-searchinput {
    margin-bottom: 20px;
}
.full-searchinput input {
    font-size: 11px;
    width: 200px;
}
.full-searchinput input.submit {
    width: auto;    
}
.full-searchinput div.error,
.full-articlelist-message {
    font-size: 12px;
   /* font-weight: bold;*/
    font-style: italic;
}

/*******************************/
/* .ajaxarticlesearch          */
/*.ajaxarticlesearch {
    padding: 10px;
    border: 1px solid #e1e4ed;
    margin-bottom: 10px;
}

.ajaxarticlesearch-input{
	margin-bottom: 10px;
}

.ajaxarticlesearch h1 {
    font-size: 12px;
    font-weight: bold;
}
.ajaxarticlesearch p.digest {
    font-weight: normal;
}

.ajax-articlelist-row{
	border-bottom: 1px solid #eee;
	padding-bottom: 20px;
}*/

/*******************************/
/* .list-navigation          */
.list-navigation {
    text-align: center;
    color: #aaa;
    margin-top: 40px;
}
.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;
}
.full-articledisplay h3.header2 {
	margin: 0px;
	font-size: 12px;
	color: #000;
}
.full-articledisplay h1{
    color: #95002C;
    margin-bottom: 30px;
}

.full-articledisplay-ingress {
	font-weight: bold;
}

/*******************************/
/* .small-articledisplay       */
.small-articledisplay {
    padding: 10px;
    margin-bottom: 10px;
    width: /*140*/178px;
    background-color: #F7E8D9;
}
.small-articledisplay h1 {
    font-size: 12px;
    font-weight: bold;
}
.small-articledisplay p.digest b {
    font-weight: normal;
}

/*******************************/
/* .smallarticledisplay-colored*/
/*.smallarticledisplay-colored {
	background-color: 	#d8d6d5;
	padding:			10px;
}*/

/*******************************/
/* .small-articlelist          */
.small-articlelist {
    padding: 10px;
    margin-bottom: 10px;
}
.small-articlelist h1 {
    font-size: 14px;
    font-weight: bold;
}
.small-articlelist ul {
    margin: 10px 10px 6px 10px;
    padding: 10px 10px 6px 10px;
}
.small-articlelist li {
    margin: 0px 0px 10px 0px;
    list-style-image: url('images/menubox.gif');
    
}
.small-articlelist .date {
    font-size: 11px;
}
.small-articlelist a {
	text-decoration: underline;
}


/*******************************/
/* .login-form                 */
/*.login-form {
    padding: 10px;
    border-top: 1px solid #fff;
}
.login-form h1 {
    font-size: 12px;
    font-weight: bold;
}
.login-form input {
    width: 125px;
}
.login-form input.submit {
    width: auto;
}
.login-form .hidden {
    display: none;
}
.login-form .visible {
    display: block;
}
.login-form-error {
    background-color: #f00;
    color: #fff;
    font-weight: bold;
    padding: 5px;
    margin-bottom: 5px;
}*/

/*******************************/
/* .vertical-menu              */
.vertical-menu {
    margin-top: 15px;
    margin-bottom: 20px;
    font-size: 12px;  
    font-family: arial;
}
.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 {
    border: 0px !important;
    border: 1px solid #f5f5f5;
}
.vertical-menu ul li ul li a {
    display: block; 
   
}
.vertical-menu ul li ul li {
    font-size: 12px;
    text-transform: none;      
}
.vertical-menu a {
    color: #660000;
    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 #BDBDBD;
}
.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;
}

/*******************************/
/* .horizontal-menu            */
/*.horizontal-menu {
    clear: both;
    padding-top: 10px;
    padding-right: 10px;
    text-align: right;
}
.horizontal-menu h1 {
    display: none;
}
.horizontal-menu ul {
    margin: 0px;
    padding: 0px;
    display: inline;
}
.horizontal-menu li {
    margin: 0px;
    padding: 0px;
    display: inline;
    list-style-type: none;
    padding-left: 10px;
    margin-left: 10px;
    border-left: 1px solid #aaa;
}
.horizontal-menu li.first {
    border: none;
}
.horizontal-menu a:visited, .horizontal-menu a:link, .horizontal-menu a:hover {
    color: #aaa;
    font-weight: bold;
    font-size: 10px;
    text-transform: uppercase;
}*/

/*******************************************************/
/* .advanced category menu - uncomment if menu is used */
/*
/* The "top div" surrounding the entire menu * /
.ctsitebase-categorymenu {
        
}


/* styles for all UL's of this class * /
ul.ctsitebase-categorymenu {
        margin:         0;
        padding:        0;
        list-style:     none;
        width:          150px;
        border-bottom:  none;
        margin-top:     20px;
}

ul.ctsitebase-categorymenu ul.ctsitebase-categorymenu {
        margin-top:     0px;
}


/* LI elements inside the proper ul's * /
ul.ctsitebase-categorymenu li {
        position:       relative;
}

/* applies to both menu types * /
ul.ctsitebase-categorymenu li a {
        display:        block;
        text-decoration:none;
        color:          #777777;
        background:     #E8E4E4;
        padding:        5px 10px 5px 20px; /* top-right-bottom-left * /
        border:         none;
        border-bottom:  solid 1px #FFFFFF;
}

/* only applies to the 'tree' menu * /
ul.ctsitebase-categorymenu li a.treemenu {
        
        /* overridden properties * /
        padding:        5px 10px 5px 10px; /* top-right-bottom-left * /
        border-bottom:  0px;

        /* new properties * /
        font-family:    tahoma,verdana,helvetica,geneva;
        font-size:      11px;
        font-weight:    bold;
        color:          #000000;
        text-decoration:none;
        text-transform: uppercase;      
        background-color: #D8D6D5;
}

/* level 2 - only present in the 'tree' menu * /
ul.ctsitebase-categorymenu ul.ctsitebase-categorymenu li a {
        display:        block;
        color:          #713F3F;
        background:     #E8E4E4;
        margin:         0px;
        padding:        2px 10px 2px 10px;
        border-bottom:  0px;

        font-family:    tahoma,verdana,helvetica,geneva;
        font-size:      11px;
        font-weight:    bold;
        text-decoration:none;
        text-transform: none;
}

/* level 3 - only present in the 'tree' menu * /
ul.ctsitebase-categorymenu ul.ctsitebase-categorymenu ul.ctsitebase-categorymenu li a {
        display:        block;
        color:          #713F3F;
        background:     #E8E4E4;
        margin:         0px;
        padding:        2px 10px 2px 20px;
        border-bottom:  0px;

        font-family:    verdana,helvetica,geneva;
        font-size:      10px;
        font-weight:    bold;
        text-decoration:underline;
        text-transform: none;
}

ul.ctsitebase-categorymenu ul.ctsitebase-categorymenu {
        
}

ul.ctsitebase-categorymenu li span {
        display:        none;
}

* html ul.ctsitebase-categorymenu li { 
        float:          left; 
        height:         1%; 
}

* html ul.ctsitebase-categorymenu li a { 
        height:         1%; 
}


/* Onmouseover-effects on the links * /
ul.ctsitebase-categorymenu li a:hover { 
        color:          #713F3F; 
        background:     #f9f9f9; 
        text-decoration: none;
}
                
                
ul.ctsitebase-categorymenu li:hover ul, li.over ul { 
        display:        block; 
}
*/



/*******************************/
/* .sitelocator                */
.sitelocator {
    font-size: 10px;
    padding-bottom: 15px;
}

/*******************************/
/* .linktoolbar                */
/*.linktoolbar {
    font-size: 11px;
    padding-right: 10px;
    padding-bottom: 15px;
    padding-top: 20px;
    text-align: right;
}*/
/* .linktoolbar */
.linktoolbar {
    float: right;
    font-size: 8pt;
    padding-bottom: 15px;
}
.linktoolbar h3 {
    display: none;
}
.linktoolbar .sharing-container {
	background: #F7E8D9;
}
.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 10px; /* t r b l */
    border: 0px;
    margin: 3px 0px 3px 0px; /* t r b l */
}
.suggestionform h3 {
    color: #95002c; /*#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;
}


/*******************************/
/* .articlelist-link           */
/*.articlelist-link-external ul li { 
	list-style-type:	none;
	padding:        	0px 0px 0px 0px;
    margin:				0px 0px 0px 0px;
    border-bottom: 		0px;
}

.articlelist-link-internal ul li {
	list-style-type:	none;
	padding:        	0px 0px 0px 0px;
    margin:				0px 0px 0px 0px;
    border-bottom: 		0px;
}*/

/*******************************/
.searchresult {
    margin-top: 20px;  
}
.searchresult ul li {
    padding-bottom: 0px;
    margin-bottom: 15px;
    clear: both;
}
.searchresult ul {
    margin-top: 20px;
    padding: 0px;
}
.searchresult li {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
  /*  border-bottom: 1px solid #eee;*/
}
.searchresult p {
    margin: 0px; 
    padding-top: 12px;
    padding-bottom: 12px;
}
.resultstring{
    font-weight: bold;
}


/*.searchresult {
    margin-top: 20px;  
    background-color: pink;
}
.searchresult ul li {
    padding-bottom: 0px;
    margin-bottom: 15px;
    clear: both;
}
.searchresult ul {
    margin: 0px;
    padding: 0px;
}
.searchresult li {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    /*border-bottom: 1px solid #eee;*/
}
/*.searchresult p {
    margin: 0px;
}*/


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

/***********************************************************/
/* Kontakt Skjema (contactUsScheme) */
.contactUs {
	/*margin-left: 10px;
	margin-right: 10px;*/
	/*margin: 10px;*/
	padding-left: 10px;
	padding-right: 10px;
	/*margin-top: 50px;*/
	background-color: #F7E8D9;
	width: 415px;
}

.contactUs-header {
	/*color: #AD011B;*/
	font-size:14px;
	padding-top: 10px;
	padding-bottom: 6px;
}

.contactUs-header2 {
	/*color: #AD011B;*/
	padding-top: 12px;
	font-weight: bold;
	/*font-size: 16px;*/
}
.contactUs-reclamation {
	border: ridge 1px;
	background-color: #fff;
}
.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 {
	/*border: solid;*/
	width: 310px;
	height: 80px;
}
.contactUs input.submit {
	background: #ECE9D8;
	font-size: 13px;
	color: #000;
	border: solid 1px #666666;
	margin-left: 160px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.red {
	color: #AD011B;
}


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

/* Se additional styling in common stylesheet */

#tooltip-content      								{ background: #F7E8D9; }


/*******************************/
/* .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;
}*/

