html {
	height: 100%;
}

body {
	font-family: Verdana, Arial, Helvetica, Lucida,  sans-serif;
	font-size:11px;
	margin:0px;
	padding:0px;
	background: #000 url(/images/site/bg.jpg) repeat-x;
  color: #333;
}
a {
  text-decoration: none;
  color: #eb1a23;
}
p {
	margin-top:0px;
}

h2 {
  font-size: 15px;
  font-weight: bold;
  margin: 1em 0 0.5em;
}
h1 {
  font-size: 17px;
  font-weight: bold;
  margin: 1em 0 0.5em;
}
#top {
  background: url(/images/site/bg_top.png);
  width: 776px;
  height: 17px;
}
#menu {
  height: 40px;
  width: 776px;
  position: relative;
}
#menu-left {
  width: 18px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  background: url(/images/site/bg_left.png);
}
#menu-right {
  width: 18px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
  background: url(/images/site/bg_right.png);
}
#menu ul {
  position: absolute;
  top: 0;
  left: 18px;
  width: 740px;
  height: 40px;
  display: block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#menu li {
  display: inline;
}
#site {
  width: 776px;
  margin: auto;
}
#header {
  height: 180px;
  background: #000;
}
#main {
	background: url(/images/site/bg_tile.png);
  padding: 3px 11px 0px;
  width: 754px;
}
#content {
  padding: 10px 16px;
  margin-right: 203px;
}
#right {
  width: 200px;
  min-height: 500px;
  float: right;
}
#float-container {
  float: left;
  width: 100%;
  padding-top: 3px;
  padding-bottom: 2em;
}
#clear-floats {
  clear: both;
}
#sponsors {
  min-height: 100px;
}
#bottom {
  background: url(/images/site/bottom.png);
  height: 16px;
}
#footer {
  margin-top: -5px;
  padding-bottom: 10px ;
  text-align: center;
  color: #c0c0c0;
  font-size: 10px;
}

#right h2 {
  margin: 0;
  padding: 0;
  border-bottom: 3px solid #fff;
}
#right h2 img {
  display: block
}
.pagination {
  padding: 0px 0px;
}
.pagination ul {
  display: inline;
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

.pagination li {
  display: inline;
}
.pagination li a {
  font-size: 10px;
  color: #666;
  border: 1px solid #ccc;
  background: #efefee;
  padding: 1px 4px;
  margin: 0px 1px;
  font-weight: bold;
  text-decoration: none;
}
.pagination li.selected a, .pagination li a:hover {
  background: #fff;
  color: red;
}
.sidelist {
  margin-bottom: 3px;
}
.sidelist h3 {
  margin: 0;
  font-size: 11px;
}
.sidelist p {
  margin: 0;
}
.sidelist {
  color: #000;
}
.sidelist a {
  display: block;
  color: #000;
}

.sidelist ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.sidelist li {
  border-bottom: 1px solid white;
}
#agenda li {
  padding: 2px 5px;
}
#agenda {
  background: #ffc605;
}
#recente_berichten {
  background: #4f93ba;
}
#recente_berichten a {
  padding: 2px 5px;
}

#recente_berichten a:hover {
  background: #8cb9d3;
}
#links {
  background: #e2e2e2;
}
#links li {
  padding: 2px 0px;
}
#links li li {
  padding: 0px 0px;
  border: 0;
}
#links h3, #links .nolink, #links a {
  padding: 0px 5px;
}
#links a:hover {
  background: #f0f0f0;
}
#content {
  word-spacing: 1px;
  line-height: 1.5em;
}
ul.reports {
  display: block;
  margin: 1em 0 0 0;
  padding: 0;
  list-style-type: none;
}
ul.reports li {
  display: block;
  width: 100%;
}
ul.reports li .report-top{
  height: 9px;
}
ul.reports li .report{
  padding-bottom: 9px;
}
ul.reports li.odd .report-top{
  background: url(/images/site/reports-top.gif) left top no-repeat;
}
ul.reports li.odd .report {
  background: url(/images/site/reports.gif) left bottom no-repeat;
}
ul.reports h3, ul.reports p {
  font-size: 11px;
  margin: 0;
  padding: 0 5px;
}
ul.reports img.png {
  vertical-align: middle;
}
#sponsors {
  padding: 1em 0;
}
#sponsors img {
  vertical-align: middle;
  margin: 5px;
}

