<%@ page session="true" %>
<%@taglib uri="/page-taglib" prefix="dept101" %>
<%  response.setContentType("text/css"); %>

body, a, td, p {
    font-size: 11px;
    font-family: sans-serif;
}

H1, H2, H3{
  color: #4D140D;
}

a, a:link, a:visited, a:hover, a:active {
    text-decoration: none;
    font-size: 11px;
    font-family: sans-serif;
    color: #fff;
}

.boxTitel {
    font-size: 11px;
    font-family: sans-serif;
    color: #fff;
    /*font-weight: bold;
    white-space: nowrap;*/
}

a.onWhiteBg, a.onWhiteBg:link, a.onWhiteBg:visited, a.onWhiteBg:hover, a.onWhiteBg:active {
    text-decoration: none;
    font-size: 11px;
    font-family: sans-serif;
    color: #424142;
    /*font-weight: bold;
    white-space: nowrap;*/
}

a.moreDotDotDot, a.moreDotDotDot:link, a.moreDotDotDot:visited, a.moreDotDotDot:hover, a.moreDotDotDot:active {
    text-decoration: none;
    font-size: 10px;
    font-family: sans-serif;
    color: #103550;
    /*white-space: nowrap;*/
}

table.menuL2 {
    margin: 0;
    width: 100%;
    background-color: #F6EFD3;
    border-bottom-style: dotted;
    border-bottom-color: #511306;
    border-bottom-width: 1px;
}

a.menuL1 {
    color: #FFFFFF;
    text-decoration: none;
}
a.menuL1:hover {
    color: #FA92C3;
    text-decoration: none;
}
a.youAreHereL1 {
    color: #FA92C3;
    text-decoration: none;
}
a.youAreHereL1:hover {
    color: #FA92C3;
    text-decoration: none;
}

a.menuL2 {
    color: #3D568C;
    text-decoration: none;
}
a.menuL2:hover {
    color: #FA92C3;
    text-decoration: none;
}
a.youAreHereL2 {
    color: #FA92C3;
    text-decoration: none;
}
a.youAreHereL2:hover {
    color: #FA92C3;
    text-decoration: none;
}



a.menu {
    color: #3D568C;
    text-decoration: none;
}
a.menu:hover {
    color: #FA92C3;
    text-decoration: none;
}
a.youAreHere {
    color: #FA92C3;
    text-decoration: none;
}
a.youAreHere:hover {
    color: #FA92C3;
    text-decoration: none;
}

.menu3rdLevel {
    color: white;
    margin:0px;
    padding-left:10px;
    padding-right:10px;
    padding-bottom:0px;
    padding-top:0px;
}

.contentPanel {
color: white;
    height: 90%;
}


