
fieldset {
    background: #F8F8F8;
}
#pagetabs li.level-up, #pagetabs li.level-up:hover {
   background: #999999;
}
h1, h2, h3, h4, h5, h6 {
  color: #06252c;  
}
h5 {    
  border-bottom: 2px #ddd solid;
}

/* if the title becomes a navigation link e.g. list of authors/ edit author, color 3 */
h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover,h6 a:hover {
    color: #FFFFFF;
}
a,a:link,a:visited {
    color: #050C0B;
}
a:hover,a:active {
    color: #050C0B;
    text-decoration:none;
}
#nav-bar {
    /*background: #0C7DC3; */
    border: none;
    border-bottom: 1px solid #07262D;
}

.menu a,.menu a:visited {
    color: #fff;
    border-color: #fff;    
    background: #07262D;
    font-weight:bold;
}
/* background (2), link-color (3) and weight in the active status */
.menu a:hover,.menu ul ul a:hover,.menu a.act,.menu a.act:visited {
    color: #fff;
    background: #ffcf46;
    font-weight:bold;
}
 /*hoover of the non active buttons */
.menu :hover>a,.menu ul ul :hover>a {
    color: #fff;
    border-color: #fff;    
    background: #ffcf46;
    font-weight:bold;
}
#pagetabs li {
    border-color: #07262D;
    background-color: #07262D;
}

/*  tabs in the non active status. Here should be only changed the link color 3. */
#pagetabs ul li.activelinked a,#pagetabs ul li.active {    
    background-color: #ffcf46;
    color: #fff;
}

/* ? */
#pagetabs ul li.activelinked {    
    background-color: #ffcf46;
    color: #fff;
}
#pagetabs ul li a,#pagetabs ul li a:link,#pagetabs ul li a:visited{color:#fff}
/* tabs is the hover status, link color 3 */
#pagetabs ul li a:hover {
    color: #FFFFFF;
    background-color: #ffcf46;
}
/* ? */
#pagetabs li.disabled {    
  background-color: #fff;    
  color: #ccc;    
}
.teaser-darkblue {
    border: 1px #233147 solid;
    background-color: #233147;
    color: #fff;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
.teaser-lightgreen {
    border: 1px #dcceb8  solid;
    background-color: #dcceb8;
    color: #333;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
#startfeedbacklabel {
  color:#0C7DC3;
    font-size: 1em;
    font-weight: bold;
}