body
{
  margin : 0px;
  background-image : url(../gfx/bg.jpg);
  background-repeat : repeat-x;
}

img
{
  border : 0;
}

#mainContainer
{
  width : 780px;
  position : absolute;
  left : 50%;
  margin-left : -390px;
}

#header
{
  clear : both;
  background-image : url(../gfx/header.jpg);
  height : 180px;
}

#nav
{
  width : 768px;
  height : 23px;
  position : absolute;
  top : 150px;
  font-family : verdana;
  font-size : 10px;
  padding : 8px 8px 0px 8px;
  color : #12624E;
  text-align : center;
}

#nav a
{
  color : #343434;
  font-size : 11px;
  text-decoration : none;
}

#nav a:hover
{
  color : #12624e;
  font-size : 11px;
  text-decoration : none;
}

#container
{
  width : 780px;
  position : absolute;
  top : 180px;
  bottom : 100px;
  left : 50%;
  margin-left : -390px;
}

#content
{
  width : 545px;
  position : absolute;
  top : 35px;
  bottom : 0px;
  left : 20px;
  color : #343434;
  font-family : verdana;
  font-size : 11px;
  line-height : 16px;
  overflow : auto;
}

#content a
{
  color : #343434;
  font-size : 11px;
  text-decoration : none;
}

#content a:hover
{
  color : #12624e;
}

#content h1, #rightPanel h1
{
  color : #124f3f;
  margin : 0;
  font-family : verdana;
  font-size : 14px;
  background-image : url(../gfx/arrow.gif);
  background-repeat : no-repeat;
  background-position : left;
  padding-left : 30px;
  line-height : 20px;
}

h2
{
  color : #124f3f;
  margin : 0;
  font-family : verdana;
  font-size : 12px;
}

h3
{
  color : #124f3f;
  margin : 0;
  font-family : verdana;
  font-size : 11px;
}

h4
{
  color : #124f3f;
  margin : 0;
  font-family : verdana;
  font-size : 30px;
}

h5
{
  color : #124f3f;
  margin : 0;
  margin-right : 15px;
  font-family : verdana;
  font-size : 14px;
}

#content table.tasks td
{
  padding-right : 15px;
}

#content table.fotos td
{
  padding-right : 25px;
}

#content table.deelnemers td
{
  padding-right : 25px;
}

#rightPanel
{
  width : 202px;
  position : absolute;
  margin-left : 13px;
  top : 35px;
  bottom : 0px;
  right : 0px;
}

#rightPanel .item
{
  padding : 14px 22px 11px 27px;
  border : 1px solid #d2d2d3;
  background-color : #FFFFFF;
}

#footer
{
  background-image : url(../gfx/footer.jpg);
  background-repeat : repeat-x;
  background-position : bottom;
  height : 40px;
  clear : both;
  text-align : center;
  font-size : 11px;
  font-family : verdana;
  color : #FFFFFF;
  padding-top : 53px;
  position : absolute;
  bottom : 0;
  left : 0;
  right : 0;
}

#footer a
{
  color : #FFFFFF;
  font-size : 11px;
  text-decoration : none;
}

#footer a:hover
{
  text-decoration : underline;
}

div.prog_time
{
  float : left;
  width : 110px;
  text-align : right;
  margin-right : 30px;
}

div.prog_desc
{
  float : left;
  width : 250px;
}

div.prog_loca
{
  float : left;
  width : 100px;
}