#hoofdtitel {
    font-size: 200%;
    font-family: 'Trebuchet MS', Tahoma, Arial, Sans-serif;
    font-weight: bold;
    padding-top: 1em;
}
#subtitel {
    font-size: 150%;
    font-family: 'Trebuchet MS', Tahoma, Arial, Sans-serif;
    font-weight: bold;
    padding-top: 1em;
}

.kleur {
  color: #54c485;
}

#menu {
    margin: 1em 0 3em; 
    padding: 0;
    font-size: 150%;
}
#menu ul {
    position: relative;
    bottom: 4px;
    margin: 0; padding: 0;
    float: left;
    font-family: 'Trebuchet MS', Tahoma, Arial, Sans-serif;
    border: 1px solid #808080;
    border-width: 0 0 4px 0;
    list-style: none;
}
#menu ul li{
    display: inline;
}
#menu ul li a {
    position: relative; bottom: -4px;
    float: left;
    color: #808080;
    padding: 0px 10px;
    text-decoration: none;
    border-bottom: 4px solid #808080;
}
#menu ul li a:hover{
    color: black;
    background-color: #d1eadc;
    border-bottom: 4px solid #54c485;
}
#menu ul li#current a{
    color: #333;
    background-color: #d1eadc;
    border-bottom: 4px solid #54c485;
}

#footer {
    margin-top: 2em;
    border-top: 1px solid black;
    font-size: smaller;
}

.portletmenu {
    border: 1px solid #54c485;
    margin: 3px;
    position: relative;
    margin-bottom: 1.5em;
}

.portletmenutitle {
    background-color: #54c485;
    color: black;
    text-align: center;
    display: block;
    padding: 5px;
    font-family: Verdana Helvetica Sans-Serif;
}

.portletmenucontent {
    padding: 5px;
    font-size: 85%;
    display: block;
    background-color: white;
}

a.portletmenucontent:link, a.portletmenucontent:visited {
    text-decoration: none;
    color: black;
}

a.portletmenucontent:hover{
    text-decoration: underline;
    background-color: #d1eadc;
    font-weight: bold;
}
.portletmenuselected {
    padding: 5px;
    font-size: 85%;
    display: block;
    background-color: #d1eadc;
}
a.portletmenuselected:link, a.portletmenuselected:visited {
    text-decoration: none;
    color: black;
}
a.portletmenuselected:hover{
    text-decoration: underline;
    background-color: #d1eadc;
    font-weight: bold;
}

.portletmenutitledesign {
    background-color: purple;
    color: white;
    text-align: center;
    display: block;
    padding: 5px;
    font-family: Verdana Helvetica Sans-Serif;
}

#breadcrumbs {
    font-family: 'Trebuchet MS', Tahoma, Arial, Sans-serif;
    color: #808080;
}

#breadcrumbs a {
    font-family: 'Trebuchet MS', Tahoma, Arial, Sans-serif;
    color: #808080;
    text-decoration: none;
}
#breadcrumbs a:hover {
    color: black;
    text-decoration: underline;
}
.lightbox {
    border: 1px solid #777777;
    background-color: #eeeeee;
    padding: 3px;
}

.lightframe {
    background-color: #eeeeee;
    padding: 5px;
    font-size: 85%;
}

.message {
    font-size: 108%;
    color: #425b42;
    font-weight: bold;
    border: 1px solid #425b42;
    padding: 0.5em;
}

.groet {
    font-size: 108%;
    color: #425b42;
    font-weight: bold;
    padding: 0.5em;
}
.newsitembox {
    border: 1px solid #425b42;
    margin: 3px;
}

.newsitemtitle {
    background-color: #d1eadc;
    font-size: 108%;
    padding: 3px;
}

.newsitemdescription {
    margin: 0px 3px 0px 3px;
    padding: 3px;
}

.eventitembox {
    border: 1px solid #425b42;
    margin: 3px;
}

.eventitemtitle {
    background-color: #d1eadc;
    font-size: 108%;
    padding: 3px;
}

.eventitemdescription {
    margin: 0px 3px 0px 3px;
    padding: 3px;
}

a, a:visited {
    text-decoration: none;
    font-weight: bold;
    color:  #489548;
}

a:hover {
    text-decoration: underline;
    font-weight: bold;
    color:  #489548;
}

.foutmelding {
    font-weight: bold;
    color:  red;
}

#hmenu {
  padding: 0 1px 1px;
  margin-left: 0;
  margin-bottom: 5px;
  font: bold 12px Verdana, sans-serif;
  font-size: medium;
  line-height: 200%;
}

#hmenu li {
  list-style: none;
  margin: 0;
  border-top: 1px solid gray;
  display: inline;
}

#hmenu li a {
  padding: 0.25em 0.5em 0.25em 0.75em;
  border-left: 1em solid #aaa;
  background: #ccc;
  text-decoration: none;
}

#hmenu li a:link , #hmenu li a:visited {
  color: #555;
}

#hmenu li a:hover{
  border-color: #54c485;
  color: #000;
  background: #d1eadc;
}

.rechts {
  text-align: right;
}

/*.maaltijd {
  color: #ffff00;
}*/