body, html {
  font: 12px Verdana, Arial, Helvetica, sans-serif, sans;
	margin:	 0px;
	padding: 0px;
	height:	 100%;
  color: black;
}

img {
  display: block;
}

a {
	text-decoration: none;
  color: #ec008c;
  font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

.menu {
  position: relative;
  width: 200px;
}

.menuitem, .active_menu, .submenuitem, .active_submenu {
  position: relative;
  padding: 1px 0px 1px 0px;
  font-weight: bold;
	text-decoration: none;
  cursor: pointer;
}

.menuitem:hover, .active_menu:hover, .submenuitem:hover, .active_submenu:hover {
	text-decoration: none;
}

.menuitem {
  padding-left: 5px;
}

.active_menu {
  margin-top: 3px;
  padding-right: 11px;
  background-color: black;
  color: white;
  text-align: right;
}

.submenuitem, .active_submenu {
  padding-right: 11px;
  background-color: #e3e3e3;
  text-align: right;
}

.active_submenu {
  font-weight: normal;
}

.page {
  position: relative;
}

.page_title {
  padding-left: 15px;
  padding-bottom: 7px;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
}

.page_subtitle {
  padding-left: 15px;
  padding-bottom: 8px;
  font-size: 16px;  
  line-height: 16px;
}

.page_colorbar {
  font-size: 2px;  
  height: 5px;
}

.page_description {
  position: relative;
  margin-bottom: 40px;
  cursor: pointer;
  clear: both;
}

.page_description_text {
  padding-top: 6px;
  padding-left: 15px;
  width: 420px;
  height: 104px;
  overflow: hidden;
}

.page_description_image {
}

.page_description_infoline, .page_description_infoline td {
  padding-left: 15px;
  line-height: 30px;
  font-weight: bold;
  background-color: #e3e3e3;
}

.paragraph {
  position: relative;
  padding-bottom: 25px;
  clear: both;
}

.paragraph_title {
  padding-left: 15px;
  padding-top: 5px;
  font-weight: bold;
}

.paragraph_text {
  padding-left: 15px;
  width: 420px;
}

.paragraph_image {
}

.previousbutton, .nextbutton, .agenda_previousbutton, .agenda_nextbutton {
  position: absolute;
  width: 165px;
  height: 25px;
  font-weight: bold;
  line-height: 25px;
  text-align: center;
  background-color: #e3e3e3;
  background-image: url(/gfx/vorige.gif);
  background-repeat: no-repeat;
  background-position: bottom left;
  cursor: pointer;
}

.previousbutton a, .nextbutton a, .agenda_previousbutton a, .agenda_nextbutton a {
  color: black;
}

.nextbutton, .agenda_nextbutton {
  background-image: url(/gfx/volgende.gif);
  background-position: bottom right;
}

.previousbutton, .nextbutton {
  top: -75px;
  right: 0px;
  width: 115px;
}

.agenda_previousbutton, .agenda_nextbutton {
  top: -75px;
  right: 0px;
  width: 155px;
}

.previousbutton {
  right: 141px;
}

.agenda_previousbutton {
  top: -107px;
}

.agendaitem_title {
}

.agendaitem_text {
  padding: 2px 8px 8px 8px;
  background-color: #e3e3e3;
  height: auto !important;
  height: 63px;
  min-height: 63px;
}

.agendaitem_extratext {
}

.blogreaction {
  margin-bottom: 8px;
  background-color: #e3e3e3;
}

.blogreaction_sendername {
  padding: 15px 15px 0px 15px;
}

.blogreaction_date {
  padding: 0px 15px 0px 15px;
}

.blogreaction_text {
  padding: 12px 15px 15px 15px;
}

.footer {
  margin-top: 10px;
  margin-bottom: 20px;
  border-top: 2px solid #666666;
  padding-top: 10px;
  font-size: 10px;
}

.sponsor_image {
  position: relative;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
  height: 75px;
}

.editbutton {
  position: relative;
  font-weight: bold;
  background-color: red;
  width: 120px;
  text-align: center;
  font: bold 11px Arial, Helvetica, sans-serif, sans;
  line-height: 15px;
  border: 1px solid #993333;
  color: white;
  cursor: pointer
}

.editbutton:hover {
	text-decoration: none;
}

