body {
  text-align: center; /* for ie6- */
  font-size: smaller;
}

div#Whole-Page {
  text-align: left; /* fix alignment for ie */
  margin: 0 auto;
  width: 1024px; /* if you want the width to be fixed, set to whatever you want */
  /* border-bottom: border-style solid border-width 1;
  border-left: border-style solid border-width 1;
  border-right: border-style solid border-width 1; */
  background : white;
}


div#ShadowBorder 
{
	background : Black;
	padding: 5px;	
	text-align: left; /* fix alignment for ie */
	margin: 20px auto;
	width: 1030px;
	
	
}
div.Left {
    /* color: #006; */
    float: left;
    width: 80%;
}
div.Left { 
   height: expression( this.scrollHeight < 768 ? "200px" : "auto" ); /* sets min-height for IE */
   min-height: 500px; /* sets min-height value for all standards-compliant browsers */
}
div.Stats {
    /* color: #600;
    background-color: #ccc; */
    margin-top: 20px;
}
div.KijkOokOp {
    /* color: #600;
    background-color: #ccc; */
    margin-top: 20px;
}
div.Routebeschrijving {
    /* color: #600;
    background-color: #ccc; */
    margin-top: 20px;
}

div.RandomFotos {
    /* color: #600;
    background-color: #ccc; */
    margin-top: 20px;
}

div.ZwartGeel 
{
	 Background-color: Black;
	 color : Yellow;
}

table {
	empty-cells: show; 

}


Table.ZwartGeel 
{
font-size: small;
border: gray 1px solid;
border-spacing: 0px;
border-collapse: collapse;
width : 98%;
padding-bottom : 2px;
}

Table.ZwartGeel tr.Hed td
{
	background-color: black;
	font-weight: bold;
	color : Yellow;
}

Table.ZwartGeel td 
{
	background-color : #ffff00;
	color : Black;
}

Table.ZwartGeelNoSize
{
font-size: smaller;
border: gray 1px solid;
border-spacing: 0px;
border-collapse: collapse;

}

Table.ZwartGeelNoSize tr.Hed td
{
	background-color: black;
	font-weight: bold;
	color : Yellow;
}

Table.ZwartGeelNoSize td 
{
	background-color : #ffff00;
	color : Black;
}

table.shadow { 
    align: center
  }

  td.shadow-top { 
    height: 16px;  
    background-image: url(/Images/top.gif)
  }

  td.shadow-topRight { 
    width: 16px;
    height: 16px;
    background-image: url(/Images/topRight.gif)
  }

  td.shadow-right { 
    width: 16px; 
    background-image: url(/Images/right.gif)
  }

  td.shadow-bottomRight { 
    width: 16px; 
    height: 16px; 
    background-image: url(/Images/bottomRight.gif)
  } 

  td.shadow-bottom { 
    height: 16px;
    background-image: url(/Images/bottom.gif)
  }

  td.shadow-bottomLeft { width: 16px;
    height: 16px;
    background-image: url(/Images/bottomLeft.gif)
  } 

  td.shadow-left { width: 16px;
    background-image: url(/Images/left.gif)
  }

  td.shadow-topLeft { 
    width: 16px; 
    height: 16px; 
    background-image: url(/Images/topLeft.gif)
  }      

  td.shadow-center { 
    background-color: white  
  }
