#footer {
  clear:both;
  width:100%;
  border-top: 1px solid gray;
  font-size: 65%;
}

.kleur {
  color: #0072d9;
}

#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: #0072d9;
  color: #000;
  background: #c0e0f0;
}


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

.portletmenutitle {
    background-color: #0072d9;
    color: white;
    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: #c0e0f0;
    font-weight: bold;
}
.portletmenuselected {
    padding: 5px;
    font-size: 85%;
    display: block;
    background-color: #c0e0f0;
}
a.portletmenuselected:link, a.portletmenuselected:visited {
    text-decoration: none;
    color: black;
}
a.portletmenuselected:hover{
    text-decoration: underline;
    background-color: #c0e0f0;
    font-weight: bold;
}

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

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

#breadcrumbs a {
    font: bold '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: #0072d9;
    font-weight: bold;
}

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

a:hover {
    text-decoration: underline;
    font-weight: bold;
    color:  #0072d9;
}
.newsitembox {
    border: 1px solid #0072d9;
    margin: 3px;
}

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

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

.eventitembox {
    border: 1px solid #0072d9;
    margin: 3px;
}

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

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

.logo {
    float: left;
    clear: left;
    margin: 0px 10px 10px 0px;
}
.sponsor {
    float: right;
    clear: right;
}

img {
  border-style: none;
}