a { text-decoration: none; }

a.extern { color: black; }
a.extern:hover { text-decoration: underline; }

a.menu { text-align: center; 
         color: black; 
				 font-weight: bold; 
				 height: 20px; 
				 display: block; 
				 width: 100%;
				 background-color: #e0e0e0;
       }
a.menu:hover { background-image: url(../plaatjes/menu.gif); }

table.all { width: 100%; 
            height: 100%;
					}

table.main { width: 100%; 
             height: 100%;
					 }
					 
td.main { width: 650px; 
          font-size: 10pt; 
					font-family: Verdana, Arial, sans-serif; 
					vertical-align: top;
					margin-top: 10px;
					text-indent: 10px;
				}
div.main { margin: 10px; }
div.sponsors { margin: 5px; }
					 
table.menu { width: 100%; }
				 
td.menu { width: 200px; 
          font-size: 12pt; 
					font-family: Verdana, Arial, sans-serif; 
					height: 100%; 
					vertical-align: top;
					background-color: #e0e0e0;
				}

td.kop { font-family: Verdana, Arial, sans-serif; 
				 height: 125px;
				 background-color: #e0e0e0;
			 }
			 
td.sponsors { background-color: #e0e0e0;
              font-family: Verdana, Arial, sans-serif;
						  font-size: 10pt;
							text-indent: 5px;
							margin-top: 10px;
						}

table.re { width: 80%; 
           margin-left: 20px; 
					 margin-top: 10px; 
					 font-size: 12pt;
				 }
td.re1 { width: 30%; 
         height: 30px; 
				 background-color: #d0d0d0;
			 }
td.re2 { max-width: 70%; 
         background-color: aqua;
			 }
td.re3 { width: 30%; 
         height: 30px; 
				 background-color: aqua;
			 }
td.re4 { max-width: 70%; 
         background-color: #d0d0d0;
			 }
			 
table.deeln { width: 80%;
              margin-left: 20px;
							margin-top: 10px; 
					    font-size: 10pt;
				    }
td.naam { text-align: center; 
          background-color: #d0d0d0;
					max-width: 45%;
        }
td.club { text-align: center; 
          background-color: aqua;
					max-width: 45%;
        }
td.rating { text-align: center; 
            background-color: #d0d0d0;
					}
td.bye { text-align: center; 
         background-color: aqua;
       }

th.naam { text-align: center; 
          background-color: aqua;
        }
th.club { text-align: center; 
          background-color: #d0d0d0;
        }
th.rating { text-align: center; 
            background-color: aqua;
					}
th.bye { text-align: center; 
         background-color: #d0d0d0;
       }
					
td.between { height: 5px; }

table.prijzen { font-size: 10pt;
                width: 350pt;
						  }
td.groep { width: 19%;
           text-align: right;
				 }
td.prijs { width: 27%;
           text-align: center;
				 }
dd.error { color: red;}

div.menu { text-align: center;
           margin-top: 5px;
				 }
				 
/*** Sponsor page ***/
div.inner {
   height: 100px;
}
div.outer {
   float: left;
   margin: 4px;
}
.inner img {
   border: 1px solid #000;
	 padding: 2px;
}

/*** Headings ***/
h1 {font-size: 16px;}
h2 {font-size: 14px;}

/*** Diagrams ***/

.diagram img {
   width: 300px;
   border: 1px solid #000;
	 padding: 3px;
}
