html {
  overflow-y: scroll;
}

body {
  height: 100%;
  margin: 0;
  padding-bottom: 0px; 
  text-align: center;
}

/* PNG Fix */
div#transparentContainer  {
  behavior: url('skin/css/iepngfix.htc');
}

/* header */
div.header {
  width: 787px;
  height: 218px;
  margin-top: -45px;
  position: absolute;
  float: left;
}

/* New menu */

#tdmenu
{
  background-image: url(../images/menubg.jpg);
  background-repeat: no-repeat;
}

.menuitem
{
  line-height: 24px;
  font-family: verdana;
  font-size: 11px;
  font-weight: bold;
  color: #FFFFFF;
  text-decoration: none;
  padding-left: 15px;
}

a.menuitem:hover {
  text-decoration: underline;
}


/* Menu */
.menu {
  width: 195px;
  display: block;
}

div#menu_header {
  background: url('../images/menu.jpg') no-repeat;
  height: 42px;
}

a#overzicht {
  background: url('../images/menu_overzicht.jpg') no-repeat;
  height: 25px;
}

a#tipsntrucs {
  background: url('../images/menu_tipsntrucs.jpg') no-repeat;
  height: 25px;
}

a#fotowedstrijdtoevoegen {
  background: url('../images/menu_fotowedstrijdtoevoegen.jpg') no-repeat;
  height: 25px;
}

a#nieuwsbrief {
  background: url('../images/menu_nieuwsbrief.jpg') no-repeat;
  height: 25px;
}

a#contact {
  background: url('../images/menu_contact.jpg') no-repeat;
  height: 25px;
}

div.spotlightNumbers {
  float: right;
  width: 15px;
  height: 29px;
  text-align: center;
  margin-left: 1px;
  padding-top: 7px;
  background-color: #eeeeee;
  font: 12px Arial;
  font-weight: bold;
  color: #000000;
}

/* Contest Table */
td#table_header {
  font: 11px Verdana;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  height: 29px;
  background-color: #9f9f9f;
  border-right: 1px solid;
  border-bottom: 1px solid;
  border-color: #9f9f9f;
}

form tr
{
  height: 25px;
}

tr#contest_light {
  height: 30px;
  background-color: #f5f5f5;
  border: 1px solid;
  color: #000000;
}

tr#contest_dark {
  height: 30px;
  background-color: #ebebeb;
  border: 1px solid;
  color: #000000;
}

td#contest_row {
  font: 11px Verdana;
  text-align: center;
  border-right: 1px solid;
  border-color: #c5c5c5;
}

/* Footer */
div.menu_footer {
  height: 25px;
  line-height: 25px;
  font: 10px Verdana;
  float: left;
}

a#menu_footer, a#menu_footer:visited {
  color: #870008;
  text-decoration: none;
}

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

a#doemee, a#doemee:visited
{
  width: 78px;
  height: 28px;
  background: url('../images/doemee.png') no-repeat;
  margin: 0% auto;
  display: block;
}

a#doemee:hover
{
  background-position: -78px 0px;
}

div.copyright {
  font: 10px Verdana;
  float: right;
}

/* Fonts */
h1 {
  font: 14px Verdana;
  height: 20px;
  font-weight: bold;
  color: #870008;
  display: block;
  margin-top: 5px;
  margin-bottom: 5px;
}

h2 {
  font: 12px Verdana;
  font-weight: bold;
  color: #909090;
  display: inline;
}

p , .text, #text {
  font: 11px Verdana;
  /*display: inline;*/
  color: #000000;
}

a.cat_link, a.cat_link:visited {
  color: #870008;
  text-decoration: none;
}

a.cat_link:hover {
  text-decoration: underline;
}

a.footer_link , a.footer_link:visited{
  font: 10px Verdana;
  font-weight: bold;
  color: #ffffff;
  text-decoration: none;
}

a.footer_link:hover {
  color: #bebebe;
}

/* Form */
.input {
    background-color: #f5f5f5;

    font: 11px Verdana;
    width: 250px;
    border-width: 1px;
    border-style: solid;
    border-color: #cccccc;
}

.label {
		float: left;
		width: 150px;
    text-align: right;
    margin-right: 15px;
    font: 11px Verdana;
}

.textarea {
    width: 250px;
    height: 100px;

    background-color: #f5f5f5;
    
    border-width: 1px;
    border-style: solid;

    border-color: #cccccc;
    
    font: 11px Verdana;
}

/* List */

ol {
  margin-left: 35px;
}

li {
  margin-bottom: 10px;
  font: 11px Verdana;
  font-weight: bold;
  color: #870008;
}

ul {
  margin: 0;
  padding: 0;
}

li.footer {
  padding: 0;
  margin: 4px 0 0 0;
  list-style: none;
  height: 18px;
}

li.cats {
  padding: 0;
  margin: 0;
  list-style: none;
  font: 10px Verdana;
  color: #870008;
  height: 12px;
}

span#cats_total {
  font: 8px Arial;
  font-style: italic;
  color: #000000;
}