

div.tabs ul.nav-tabs a {
    color: #666;
    margin-right: 1px;
    padding: 15px 25px;
    background-color: #f2e8d2; /*#ecd8d8;*/
    border: 0 !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.leftpanel h4 {
    background: url(../myimages/ribbon-gold290-36.png) no-repeat left;
    color: #fff;
    padding: 0 0 0 20px;
    height: 35px;
    margin: 0 0 0 -29px;/*0 0 0 -25px;*/
	font-weight: 400;
}

.leftpanel {
	/*background-color: #fffde7;*/
	background: rgba(255, 240, 184, 0.27);
	border-left: 1px solid #f2e8d2;
	border-right: 1px solid #f2e8d2;
	
}

.background_page{
 background-color: #fff;
 padding: 10px;
 border: 1px solid #f2e8d2;
 border-radius: 10px;
}

.background_yellow {
 background-color: rgba(148, 105, 50, 0.01) !important; /*#fffef9 #fffeef #fffffc #fff9f9*/
}

ul.side-nav a {
    color: #24475F !important;
}


#topNav ul.nav>li a {
    color: #9a1313; /*#946932;*/

}

.callout.dark, .callout.dark h2, .callout.dark h3, .callout.dark h4, .callout.dark p {
	background-color: #9a1313;
}

/* =========================== cookie-banner ================================*/

.cookie-banner {

background: rgba(236, 214, 214); /*#efefef;*/ /*#343c66;*/ /*#502B45;*/
/*top: 100%;*/
bottom: 0;
left: 0;
right: 0;
min-height: 26px;
padding: 10px 15px 10px;
color: #fff;
z-index: 9999 !important;
/*display: none;*/
position: fixed;
border-top: 1px solid #ccc;
}

.cookie-banner a{

text-decoration: none; 
color: #9a1313;
}

.cookie-banner a:hover{

text-decoration: none; 
color: #fff; /*#B61D18;*/
}

.cookie-content p {
color: #404040; /*#cfcfe8;*/
font-size: inherit;
/*line-height: 26px;*/
}

.cookie-cp {
/*width:70%;*/
float: left;
}


.btncookie {
 float: right;
 display: inline-block;
 background: #EAA824; /*#ECE380;*/
 border-radius: 5px;
 padding: 10px;
 border: 1px solid #EAA824;
}
a.btncookie {
color: #fff;
font-size: 14px;
font-weight: bold;
text-decoration: none; 

}
.btncookie a:hover{
color: #fff !important;


}

/* =========================== end cookie-banner ================================*/