
/* - ploneCustom.css - */
@media all {
/* http://www.childbrain.eu/portal_css/ploneCustom.css?original=1 */
#above-navbar {
background: #E0E0E0;
}
#navbar {
background:  #19A89D;
/* */
clear: both;
color: white;
float: left;
font-size: 90%;
font-weight: bold;
line-height: 44px;
width: 100%;
}
#navbar ul li:first-child a {
border-left: 1px solid  #19A89D;
}
#navbar ul li.selected a {
background-color:  #FCB040;
color: #fff;
}
#navbar ul li a {
border-right: 1px solid  #19A89D;
color: #fff !important;
}
#navbar ul li a:hover,
#navbar ul li.selected a:hover {
background-color: #FCB040;
}
h1, h2, h3 {
color: #B55C22;
}
dl.portlet a, dl.portlet a:link, dl.portlet a:visited, #content a, #content a:link, #content a:visited, #breadcrumbs a, #breadcrumbs a:visited, #content ul.configlets li a:visited {
color: #19A89D;
}
#navbar ul li a:hover, #navbar ul li.selected a:hover {
background-color: #B55B22;
}
#navbar .mobile-link.selected {
background-color: #B55B22;
}
#navbar .mobile-link:hover, #navbar .mobile-link.selected:hover {
background-color: #B55B22;
}
#jyu-search-tools-wrapper {
background: none repeat scroll 0 0 #B55B22;
}

}

