/*
 * Reset everything and set other defaults
 */

* {
  margin: 0;
  padding: 0;
  border: 0 solid black;
}

BODY {
  background-color: rgb(244,250,250);
  width: 800px;
  margin: 0 auto;
  border-width: 1px;
  font-family: Verdana, Arial, Sans-Serif;
  font-size: 12px;
  font-weight: normal;
  color: #444;
}

/*
 * Header settings
 */

#header {
  height: 116px;
  background-image: url(/images/schaatsen.jpg);
}

#header IMG {
  position: relative;
  left: 420px;
  top: 15px;
}

/*
 * Menu settings
 */

#navigation {
  background-color: #a52a2a;
  color: #444;
  height: 24px;
  display: block;
  border-width: 1px 0;
  font-size: 12px;
  line-height: 22px;
}

#navigation UL {
  list-style-type: none;
  padding-left: 0px;
}

#navigation LI {
  background-color: #a52a2a;
  color: #444;
  display: block;
  float: left;
  width: 85px;
  text-align: center;
  padding-top: 0px;
}

#navigation LI DIV {
  background-color: rgb(244,250,250);
  color: #444;
  height: 24px;
  border-right: 1px solid black;
}

#navigation LI A {
  display: block;
  background-color: #a52a2a;
  color: #fff;
  text-decoration: none;
  height: 24px;
  border-right: 1px solid black;
}

#navigation LI A:hover {
  background-color: rgb(244,250,250);
  color: #444;
}

/*
 * Actual content block
 */

/* Global Settings */

#content {
  vertical-align: top;
}

#content H1 {
  font-size: 16px;
  font-weight: bold;
  margin: 15px;
  color: #a52a2a;
}

#content .contentblock  {
  margin: 10px 10px 10px 50px;
  text-align: justify;
}

#content .contentblock UL {
  margin-left: 15px;
  margin-top: 10px;
  margin-bottom: 10px;
}

#content .contentblock OL {
  margin-left: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}

#content .contentblock H2 {
  font-size: 14px;
  font-weight: bold;
  color: #a52a2a;
  margin: 15px 0;
  text-decoration: underline;
}

#content .contentblock H3 {
  font-size: 13px;
  font-weight: bold;
  color: #a52a2a;
  margin: 15px 0;
}

#content .contentblock P {
  margin: 10px 0;
}

#content .contentblock A:hover {
  color: #a52a2a;
}

/*
 * Page navigation
 */

#content .navbox {
  clear: both;
  border: 1px solid black;
  margin-top: 20px;
  margin-bottom: 30px;
  width: 700px;
  height: 25px;
  background-color: rgb(215,236,241);
}

#content .navbox .navprev, #content .navbox .navstart {
  float: left;
  margin-left: 40px;
}

#content .navbox .navnext, #content .navbox .navend {
  float: right;
  margin-right: 40px;
}

#content .navbox .navup {
  margin-left: 322px;
}

#content .navbox IMG {
  width: 25px;
  height: 25px;
}

/* Lesson page specific settings */

#content .guideinfo {
  margin: 10px 0;
}

#content .guideinfo H3 {
  color: #a52a2a;
  margin-bottom: 5px;
  font-size: 15px;
}

#content .guideinfo .date {
  width: 110px;
  text-align: right;
  padding-right: 20px;
}

#content .guideinfo .time {
  width: 85px;
  text-align: right;
}

#content .guideinfo TABLE TH {
  font-weight: bold;
}

#content .guideinfo TABLE {
  margin-bottom: 5px;
  margin-top: 5px;
}

/* Contact page specific settings */

#content #contactlist DT {
  font-weight: bold;
  margin-top: 5px;
  margin-left: 20px;
}

#content #contactlist DD {
  font-style: italic;
  margin-left: 25px;
}

#content #mailform LABEL {
  width: 100px;
  float: left;
  text-align: left;
  margin-bottom: 8px;
  clear: both;
  padding-top: 2px;
}

#content #mailform .input,
#content #mailform .option {
  margin-bottom: 8px;
  width: 500px;
  background: #ffffff;
  border: rgb(164,185,127) solid 1px;
  padding: 2px;
}

#content #mailform .button {
  margin-right: 30px;
  width: 100px;
  background: #ffffff;
  border: 2px rgb(164,185,127)  outset;
}

#content #mailform .mailerr {
  color: red;
}


/* Link page specific settings */

#content .linkcat {
  clear: both;
}

#content .linkblk {
  margin: 10px 0;
  clear: both;
}

#content .linkblk .infohdr {
  font-weight: bold;
}

#content .linkblk .infologo {
  float: right;
  margin-bottom: 10px;
}

#content .linkblk .infologo IMG {
  border: 2px solid black;
}


/*
 * Photopage specific settings
 */

#content .ss_overview {
  clear: both;
  border: 1px solid black;
  margin-bottom: 30px;
  width: 700px;
  background-color: rgb(215,236,241);
}

#content .ss_overview H3 {
  font-weight: bold;
  font-size: 100%;
  margin: 2px;
  margin-bottom: 5px;
}

#content .ss_overview A {
  color: #a52a2a;
  text-decoration: underline;
}

#content .ss_overview A:hover {
  color: blue;
  text-decoration: none;
}

#content .ss_overview P {
  margin: 2px;
}

#content .ss_overview A IMG {
  float: right;
  margin-left: 3px;
  border: 2px solid #a52a2a;
}

#content .ss_overview A:hover IMG {
  border: 2px solid blue;
}

#content .ss_overview DIV {
  clear: both;
}

#content .ss_nav {
  border: 1px solid black;
  margin-bottom: 30px;
  width: 700px;
  background-color: rgb(215,236,241);
}

#content .ss_nav DIV {
  line-height: 56px;
}

#content .ss_nav .prevpage {
  float: left;
  margin-left: 40px;
}

#content .ss_nav .nextpage {
  float: right;
  margin-right: 40px;
}

#content .thumbnailpage {
  width: 700px;
  margin-top: -28px;
}

#content .thumbnail {
  float: left;
  width: 25%;
  height: 150px;
  text-align: center;
  line-height: 150px;
}

#content .thumbnail IMG {
  vertical-align: middle;
  border: 4px outset #a52a2a;
}

#content .thumbnail A:hover IMG {
  border: 4px inset #a52a2a;
}

#content #largephoto {
  text-align: center;
  margin-bottom: 20px;
}

#content #largephoto #photocaption {
  text-align: center;
  padding-top: 5px;
  color: #a52a2a;
}

/*
 * Wedstrijden page specific settings
 */

TABLE.t_main {
  border: 2px solid black;
}

.t_main TD, .t_main TH {
  border: 1px solid black;
  padding: 2px;
}

TH.t_header {
  background-color: #a52a2a;
  color: rgb(244,250,250);
  font-size: 110%;
  text-align: center;
}


TD.t_rank, TD.t_rank1, TD.t_rank2, TD.t_rank3, TH.t_rank  {
  width: 25px;
  text-align: center;
}

TD.t_rank1, TD.t_rank2, TD.t_rank3 {
  font-weight: bold;
}

TD.t_rank1 {
  background: url(/images/goldstar.gif) no-repeat center;
}

TD.t_rank2 {
  background: url(/images/silverstar.gif) no-repeat center;
}

TD.t_rank3 {
  background: url(/images/bronzestar.gif) no-repeat center;
}

TD.t_name, TH.t_name {
  width: 300px;
}

TD.t_time, TH.t_time {
  width: 70px;
  text-align: right;
}

/*
 * Infoblock settings
 */

#infoblock {
  vertical-align: top;
  padding: 10px 5px;
  width: 150px;
  background-color: #8bf;
  color: black;
  border-left: 1px solid black;
}

#infoblock H3 {
  font-weight: bold;
  font-size: 110%;
  color: black;
  margin-top: 20px;
}

#infoblock UL {
  margin: 10px 0;
}

#infoblock LI {
  margin-left: 15px;
  color: black;
  font-size: 90%;
}

#infoblock A {
  color: black;
}

#infoblock .infodate {
  font-weight: bold;
}

/*
 * Footer settings
 */

#footer {
  border-top-width: 1px;
  background-color: #a52a2a;
  color: white;
  height: 25px;
  line-height: 25px;
  font-size: 11px;
  text-align: center;
}
