body {
  background: url('../images/achtergrond.png') #383838;
  margin: 0px;
  font-family: arial,sans-serif;
 }
 
#container {
  margin: 0px auto;
  width: 980px;
  clear: both;
}

#top {
  float: left;
  height: 60px;
  width: 980px;
}

#top_logo {
  float: left;
  margin-left: 10px;
  width: 300px;
  height: 40px;
  padding-top: 18px;
}

#inlogformulier {
  float: right;
  margin-top: 32px;
  width: 336px;
 }
 
#gebruikersnaam {
  float: left;
  height: 24px;
  width: 150px;
  background: url('../images/gebruikersnaamachtergrond.png') no-repeat;
 }
 
#wachtwoord {
  float: left;
  height: 24px;
  width: 150px;
  background: #FFFFFF;
  border-left: solid #a3c50b 1px;
  border-right: solid #a3c50b 1px;
  background: url('../images/wachtwoordachtergrond.png') repeat-x;
 }

#loginbutton {
  float: right;
  margin-right: 10px;
  height: 24px;
  width: 24px;
}

#gebruikersnaamveld {
  margin: 3px;
  padding-left: 22px;
  width: 118px;
  border: solid #FFFFFF 1px;
  background-image: url('../images/icons/user.png');
  background-repeat: no-repeat;
  background-position: 2px;
  background-color: #fbfbfb;
  font-size: 0.8em;
  font-family: arial,sans-serif;
  float: left;
  color: #838383;
 }
 
#wachtwoordveld {
  margin: 3px;
  padding-left: 22px;
  width: 118px;
  border: solid #FFFFFF 1px;
  background-image: url('../images/icons/key.png');
  background-repeat: no-repeat;
  background-position: 2px;
  background-color: #fbfbfb;
  font-size: 0.8em;
  font-family: arial,sans-serif;
  float: left;
  color: #838383;
 }

#ingelogd {
  padding: 4px 5px;
  float: right;
  margin-top: 32px;
  margin-right: 10px;
  width: 210px;
  background: url('../images/ingelogdachtergrond.png') no-repeat;
  font-size: 0.8em;
  text-align: center;
}

#ingelogd2 {
  padding: 4px 5px;
  float: right;
  margin-top: 42px;
  margin-right: 10px;
  text-align: right;
  font-size: 0.6em;
  color: #FFFFFF;
}

#menu {
  float: left;
  width: 960px;
  padding-left: 10px;
  padding-right: 10px;
  height: 40px;
  background: url('../images/menu.png') no-repeat;
  border-bottom: #6a8103 solid 2px;
}

#menu_ul {
  float: left;
  width: 960px;
  height: 40px;
  margin: 0;
  padding: 0;
  font-size: 1.1em;
  color: #323232;
  list-style: none;
}

#menu_home { float: left; height: 31px; width: 60px; padding-top: 9px; text-align: center;}
#menu_home:hover { float: left; height: 31px; width: 60px; padding-top: 9px; text-align: center; background: url('../images/rennervak_achtergrond.png'); color: #6a8103;}

#menu_live { float: left; height: 31px; width: 50px; padding-top: 9px; text-align: center; }
#menu_live:hover { float: left; height: 31px; width: 50px; padding-top: 9px; text-align: center; background: url('../images/rennervak_achtergrond.png'); color: #6a8103;}

#menu_archief { float: left; height: 31px; width: 80px; padding-top: 9px; text-align: center; }
#menu_archief:hover { float: left; height: 31px; width: 80px; padding-top: 9px; text-align: center; background: url('../images/rennervak_achtergrond.png'); color: #6a8103;}

#menu_ploegen { float: left; height: 31px; width: 90px; padding-top: 9px; text-align: center; }
#menu_ploegen:hover { float: left; height: 31px; width: 90px; padding-top: 9px; text-align: center; background: url('../images/rennervak_achtergrond.png'); color: #6a8103;}

#menu_registreren { float: left; height: 31px; width: 110px; padding-top: 9px; text-align: center; }
#menu_registreren:hover { float: left; height: 31px; width: 110px; padding-top: 9px; text-align: center; background: url('../images/rennervak_achtergrond.png'); color: #6a8103;}

#menu_help { float: left; height: 31px; width: 60px; padding-top: 9px; text-align: center; }
#menu_help:hover { float: left; height: 31px; width: 60px; padding-top: 9px; text-align: center; background: url('../images/rennervak_achtergrond.png'); color: #6a8103;}

#menu_contact { float: left; height: 31px; width: 80px; padding-top: 9px; text-align: center; }
#menu_contact:hover { float: left; height: 31px; width: 80px; padding-top: 9px; text-align: center; background: url('../images/rennervak_achtergrond.png'); color: #6a8103;}

a.menu {
  color: #323232;
  text-decoration: none;
}

#midden {
  float: left;
  padding: 10px;
  width: 960px;
  background: #FFFFFF;
}

#content {
  float: left;
  width: 820px;
}

#titel {
  margin-bottom: 5px;
  width: 960px;
  color: #6a8103;
  font-weight: bold;
}

.tussentitel {
  padding-top: 10px;
  padding-bottom: 3px;
  font-weight: bold;
  color: #3f3f3f;
  font-size: 0.9em;
}

#inleiding_top {
  margin: 0px;
  width: 820px;
  height: 10px;
  background: url('../images/inleiding_top.png') no-repeat;
}

#inleiding_midden {
  margin: 0px;
  padding-left: 5px;
  padding-right: 5px;
  width: 810px;
  background: #e9edd6;
  font-size: 0.8em;
  text-align: justify;
}

#inleiding_bottom {
  margin: 0px;
  width: 820px;
  height: 10px;
  background: url('../images/inleiding_bottom.png') no-repeat;
  margin-bottom: 10px;
}

#reclame {
  float: right;
  width: 120px;
  height: 600px;	
}

#bottom {
  float: left;
  width: 980px;
  height: 10px;
  background: url('../images/round_bottom.png') no-repeat;  
}

#footer {
  float: left;
  width: 980px;
  height: 10px;
  color: #FFFFFF;
  font-size: 0.6em;
  text-align: center;
}

#spacer {
  float: left;
  width: 980px;
  height: 20px;
}

/* Index */
#index_links {
  float: left;
  width: 530px;
}

#index_rechts {
  margin-top: 20px;
  margin-left: 20px;
  float: left;
  width: 270px;
}

#evenementen_titel {
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 3px;
  width: 530px;
  font-size: 1.1em;
  color: #3f3f3f;
}

#evenementen_top {
  height: 10px;
  width: 530px;
  background: url('../images/evenementen_top.png');
}

#evenementen_midden {
  padding-left: 10px;
  padding-right: 10px;
  width: 510px;
  background: #e1e1e1;
}

.evenementnaam {
  width: 510px;
  padding-bottom: 2px;
  font-weight: bold;
}

.evenementbeschrijving {
  width: 510px;
  font-size: 0.8em;
  padding-bottom: 10px;
  text-align: justify;
}

#evenementen_bottom {
  height: 10px;
  width: 530px;
  background: url('../images/evenementen_bottom.png');
}

.rechts_titel {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  width: 250px;
  height: 20px;
  background: url('../images/nieuws_extern.png');
  font-size: 0.8em;
  font-weight: bold;
  color: #3f3f3f;
}

.rechts_inhoud {
  margin-left: 5px;
  margin-right: 5px;
  width: 250px;
  font-size: 0.6em;
  line-height: 15px;
  margin-bottom: 20px;
}

/* Live */
#informatie {
  width: 255px;
  float: right;
}

#informatie_titel {
  font-weight: bold;
  color: #3f3f3f;
  padding-bottom: 2px;
  padding-left: 10px;  
}

#informatie_top {
  height: 10px;
  width: 255px;
  background: url('../images/informatie_top.png') no-repeat; 
}

#informatie_midden {
  width: 235px;
  background: #e1e1e1;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 0.8em;
  line-height: 20px;
}

.icon {
  vertical-align: top;
}

#overigtitel {
  cursor: hand;
  cursor: pointer;
}

#overigtitel:hover {
  cursor: hand;
  cursor: pointer;
  color: #bb0000;
}

#overig {
  display: none;
}

#informatie_bottom {
  height: 10px;
  width: 255px;
  background: url('../images/informatie_bottom.png') no-repeat;    
}

#ticker_titel {
  float: left;
  margin-left: 10px;
  margin-bottom: 2px;
  width: 500px;
  height: 18px;
  font-weight: bold;
  color: #3f3f3f;
}

#ticker_top {
  float: left;
  width: 550px;
  height: 10px;
  background: url('../images/ticker_top.png') no-repeat;
}

#ticker_midden {
  padding-left: 10px;
  padding-right: 10px;
  float: left;
  width: 528px;
  height: 300px;
  background: #e9edd6;
  border-left: solid #90ae10 1px;
  border-right: solid #90ae10 1px;
  font-size: 0.8em;
  overflow: auto;
}

#ticker_formulier {
  padding-left: 10px;
  padding-right: 10px;
  float: left;
  width: 528px;
  background: #e9edd6;
  border-left: solid #90ae10 1px;
  border-right: solid #90ae10 1px;
  border-top: solid #90ae10 1px;
  display: none;
}

.ticker_formulierruimte {
  display: block;
  margin-top: 10px;
  float: left;
  width: 430px;
}

.ticker_optieruimte {
  display: block;
  margin-top: 10px;
  float: right;
  width: 80px;
}

.ticker_formulierveld {
  margin-bottom: 3px;
  padding: 4px;
  width: 425px;
  border: solid #93a994 1px;
  background-color: #fbfbfb;
  font-size: 0.8em;
  font-family: arial,sans-serif;
  color: #838383;
}

#ticker_extra {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 2px;
  float: left;
  width: 528px;
  background: #e9edd6;
  border-left: solid #90ae10 1px;
  border-right: solid #90ae10 1px;
  font-size: 0.6em;
  text-align: right;
}

#ticker_bottom {
  float: left;
  width: 550px;
  height: 10px;
  background: url('../images/ticker_bottom.png') no-repeat;
}

.ticker_bericht {
  float: left;
  width: 515px;
  border-bottom: dotted #575757 1px;
  margin-bottom: 5px;
  padding-bottom: 5px;
}

.ticker_datum {
  float: left;
  width: 32px;
  margin-right: 5px;
}

.ticker_tick {
  float: left;
  width: 440px;
}

.ticker_bron {
  float: right;
  width: 23px;
  font-size: 0.8em;
}

#posities {
  margin-top: 10px;
  width: 820px;
  float: left;
}

#posities_titel {
  margin-left: 10px;
  margin-bottom: 2px;
  width: 800px;
  height: 18px;
  font-weight: bold;
  color: #3f3f3f;
  cursor: hand;
  cursor: pointer;
}

#posities_titel:hover {
  margin-left: 10px;
  margin-bottom: 2px;
  width: 800px;
  height: 18px;
  font-weight: bold;
  color: #bb0000;
  cursor: hand;
  cursor: pointer;
}

#posities_achtergrond {
  width: 820px;
  background: url('../images/posities_achtergrond.jpg') no-repeat;
}

#posities_informatie {
  padding-top: 10px;
  height: 140px;  
}

#posities_vak {
  float: left;
  width: 192px;
  height: 140px;
  margin-left: 10px;
}

#posities_bottom {
  margin-left: 10px;
  margin-top: 2px;
  width: 800px;
  height: 18px;
  font-size: 0.6em;
  text-align: right;
}

.groepnaam {
  display: block;
  width: 192px;
  font-size: 0.6em;
  color: #FFFFFF;
  background: #2b2b2b;
  line-height: 14px;
  text-align: center;
}

.rennervak_moveup {
  margin-top: 5px;
  display: block;
  width: 192px;
  height: 10px;
  background: url('../images/renners_moveup.png') no-repeat;
}
.rennervak_moveup:hover {
  margin-top: 5px;
  display: block;
  width: 192px;
  height: 10px;
  background: url('../images/renners_moveup_hover.png') no-repeat;
}

.rennervak_movedown {
  display: block;
  width: 192px;
  height: 10px;
  background: url('../images/renners_movedown.png') no-repeat;
}
.rennervak_movedown:hover {
  display: block;
  width: 192px;
  height: 10px;
  background: url('../images/renners_movedown_hover.png') no-repeat;
}

.rennervak {  
  display: block;
  width: 182px;
  background: url('../images/rennervak_achtergrond.png') repeat;
  height: 60px;
  padding: 5px;
  font-size: 0.6em;
  overflow: hidden;
}

#twitter_titel {
  float: left;
  margin-top: 10px;
  margin-left: 10px;
  margin-bottom: 2px;
  background: url('../images/twitter.png') no-repeat;
  background-position: right;
  width: 105px;
  height: 18px;
  font-weight: bold;
  color: #3f3f3f;
  cursor: hand;
  cursor: pointer;
}

#twitter_titel:hover {
  float: left;
  margin-top: 10px;
  margin-left: 10px;
  margin-bottom: 2px;
  background: url('../images/twitter.png') no-repeat;
  background-position: right;
  width: 105px;
  height: 18px;
  font-weight: bold;
  color: #bb0000;
}

#twitter_toelichting {
  float: left;
  margin-top: 17px;
  margin-bottom: 2px;
  padding-right: 10px;
  width: 680px;
  font-size: 0.6em;
  text-align: right;
}

#twitter {
  float: left;
}

#twitter_top {
  width: 820px;
  height: 10px;
  background: url('../images/twitter_top.png') no-repeat;
}

#twitter_midden {
  padding-left: 10px;
  width: 810px;
  height: 232px;
  background: #e1e1e1;
  overflow: auto;
  font-size: 0.8em;
}

#twitter_extra {
  padding-left: 10px;
  padding-right: 10px;
  width: 800px;
  height: 16px;
  background: #e1e1e1;
  font-size: 0.6em;
  text-align: right;
}

#twitter_bottom {
  width: 820px;
  height: 10px;
  background: url('../images/twitter_bottom.png') no-repeat;
}

.spanleft {
  display: block;
  float: left;
}

.spanright {
  display: block;
  float: right;
}

/* Links */
a.blauw:link {
  color: #0078ff;
}

a.blauw:visited {
  color: #0078ff;
}

a.zwart:link {
  color: #000000;
  text-decoration: none;
}

a.zwart:visited {
  color: #000000;
  text-decoration: none;
}

a.zwart:hover {
  color: #000000;
  text-decoration: underline;
}

a.zwartklein:link {
  color: #000000;
  font-size: 0.6em;
  text-decoration: none;
}

a.zwartklein:visited {
  color: #000000;
  font-size: 0.6em;
  text-decoration: none;
}

a.zwartklein:hover {
  color: #bb0000;
  font-size: 0.6em;
  text-decoration: none;
}

a.zwartlijn:link {
  color: #000000;
  text-decoration: underline;
}

a.zwartlijn:visited {
  color: #000000;
  text-decoration: underline;
}

a.tabel:link {
  color: #000000;
  text-decoration: none;
}

a.tabel:visited {
  color: #000000;
  text-decoration: none;
}

a.tabel:hover {
  color: #bb0000;
  text-decoration: none;
}

a.live:link {
  color: #FF0000;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
}

a.live:visited {
  color: #FF0000;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;	
}

a.wit:link {
  color: #FFFFFF;
  text-decoration: none;
}

a.wit:visited {
  color: #FFFFFF;
  text-decoration: none;
}

a.wit:hover {
  color: #FFFFFF;
  text-decoration: underline;	
}

/* Ploegen */
#ploegen_informatie {
  float: left;
  width: 350px;
  margin-right: 10px;
}

#ploegen_informatie_top {
  width: 350px;
  height: 10px;
  background: url('../images/ploeginformatie_top.png') no-repeat;
}

#ploegen_informatie_midden {
  padding: 5px;
  width: 340px;
  font-size: 0.8em;
  background: #e9edd6;
}

#ploegen_informatie_bottom {
  width: 350px;
  height: 10px;
  background: url('../images/ploeginformatie_bottom.png') no-repeat;
}

#ploegen_renners {
  float: left;
  width: 460px;
  margin-right: 10px;
  font-size: 0.8em;
}

#ploegen_bron {
  width: 340px;
  margin-top: 2px;
  margin-left: 10px;
  font-size: 0.6em;
}

/* Tekst opmaak */
.tekst_arial {
  font-size: 0.8em;
}

.tekst_rood {
  color: #ff0000;
}

/* Leden */
.form_regel_groot {
  float: left;
  width: 480px;
  margin-bottom: 10px;
  font-family: arial,sans-serif;
}

.form_regel_admin {
  float: left;
  width: 490px;
  margin-bottom: 10px;
  font-family: arial,sans-serif;
}

.form_regel_informatie {
  float: left;
  width: 170px;
  text-align: right;
  font-size: 1em;
  font-weight: bold;
  line-height: 30px;
}

.form_regel_veld {
  float: right;
  margin-left: 5px;
  width: 300px;
}

.form_veld_groot {
  margin: 0px;
  padding: 4px;
  width: 290px;
  height: 20px;
  border: solid #93a994 1px;
  background-color: #fbfbfb;
  font-size: 1em;
  font-family: arial,sans-serif;
}

.form_dropdown {
  padding: 3px;
  height: 25px;
  width: 300px;
  border: solid #93a994 1px;
  background-color: #fbfbfb;
  font-size: 0.8em;
  font-family: arial,sans-serif;
}

.form_veld_klein {
  margin: 0px;
  padding: 4px;
  width: 290px;
  height: 16px;
  border: solid #93a994 1px;
  background-color: #fbfbfb;
  font-size: 0.8em;
  font-family: arial,sans-serif;
}

.form_regel_toelichting {
  margin-left: 180px;
  width: 300px;
  font-size: 0.6em;
  text-align: justify;
}

td {
  vertical-align: top;
}

/* Tabellen */
.tr_background1 {
  background-color: #e8e8e8;
  border-bottom: solid #ffffff 1px;
}

.tr_background2 {
  background-color: #f5f5f5;
  border-bottom: solid #ffffff 1px;
 }

/* Admin */
.posities_veld {
  margin-bottom: 5px;
  padding: 4px;
  width: 187px;
  border: solid #93a994 1px;
  background-color: #fbfbfb;
  font-size: 0.8em;
  font-family: arial,sans-serif;
}

.posities_dropdown {
  margin-bottom: 5px;
  padding: 4px;
  width: 197px;
  border: solid #93a994 1px;
  background-color: #fbfbfb;
  font-size: 0.8em;
  font-family: arial,sans-serif;
}