/** ****************************
 **  Stylesheet Dinant
 */

 body 
	{font-family: verdana;
   	 font-size: 11px;
	 background-color: black;
 	 color: white; 
 	 margin: 0px;
	}

 a
	{text-decoration: none;
   	 color: #fff;
	 font-weight: bold;
	 text-size: 10px;
	 letter-spacing: 0px;
	}

 a:hover
	{color: #ff0;
	}








/** ****************************
 **  General containers
 */



/**
 **  General container
 */


#contMain
	{width: 1024px;
	 margin: 0px auto;
	}




  /** 
   **  Flash container
   */

   #contFlash
	{width: 1024px;
	}



  /**
   **  Topmenu container
   */

   #contMenu
	{width: 1024px;
   	 height: 32px;

	 line-height: 30px; 
   	 background: url("../elements/images/menu.jpg");
   	 background-repeat:no-repeat;
	}


	/**
	 **  Top navigatie list
	 */


	 ul#navlist
		{margin: 0px;
		 padding: 0px;
		 white-space: nowrap;
		}

	 #navlist li
		{display: inline;
		 list-style-type: none;
		 margin: 0px 20px 0px 20px;
		}

	 #navlist a 
		{color: #fff;
		 font-weight: bold;
		 text-decoration: none;
		}

	 #navlist a:hover
		{color: #ff0;
		}




  /**
   **  Taal navigatie
   */
	 
   #contLang
 	{position: absolute;
 	 width: 100px;
 	 height: 100px;
	 	 
 	 margin: 0px 0px 0px 920px;
 	 text-align: right;
 	 font-size: 10px;
 	}




  /**
   **  Body container
   */

   #contBody
   	{padding-top: 10px;
	 width: 1024px;
   	 height: 620px;
     	 background: url("../elements/images/background.jpg");
   	 background-repeat:no-repeat;
   	}


	/**
	 **  Page title container
	 */
	 
	 #contTitle
		{position: relative;
		 margin: 10px 0px 0px 145px;
   		 width: 644px;
   		 height: 68px;
   		 background-image: url(../elements/images/titel.jpg);
		}



	/**
	 **  Game menu navigation
	 */

	 #contMenuGames
		{float: left;
		 width: 120px;
		 height: 430px;
		 
		 margin: 1px 0px 0px 30px;
		}


		/**
		 **
		 */

		 ul#gamelist
			{padding: 0;
			 margin: 0;
			}

		 #gamelist li
			{list-style-type: none;
			 isplay: inline;
			 margin: 0px 0px 5px 0px;
			}


	/**
	 **  Text body
	 */

	 #contText
		{float: left;
 		 width: 630px;
 		 height: 450px;

		 margin: 1px 0px 0px 15px;
		 padding: 0px 10px 0px 0px;
		 
		 overflow: auto;
  		 text-align: justify;
		}



	/**
	 **  Footer container
	 */
	 
	 #contFoot
	 	{clear: both;
	 	 position: relative;
	 	 width: 1024px;
	 	 height: 90px;
	 	 text-align: right;
	 	}

#contJP
		{float: left;
 		 width: 162px;
 		 height: 400px;

		 margin: 0px 0px 0px 55px;
		 padding: 0px 0px 0px 1px;
		 
		 overflow: none;
  		 text-align: justify;
		}

	/**
	 **  Copyright text container
	 */
	 
	 #contCopy
	 	{position: relative;
	 	 width: 1024px;
	 	 	 	 
	 	 margin: 20px 0px 10px 0px;
	 	 padding: 0px;
	 	 
	 	 color: #fff;
	 	 font-size: 9px;
	 	 text-align: center;
	 	}


		#contJP
		{float: left;
 		 width: 162px;
 		 height: 400px;

		 margin: 0px 0px 0px 55px;
		 padding: 0px 0px 0px 1px;
		 
		 overflow: none;
  		 text-align: justify;
		}





/** *******************************
 **   General styles
 */
 
 .rand
 	{border: 1px solid #fff;
 	}
 	


 h1
 	{font-family: Verdana, Arial, Helvetica,Georgia;
   	 font-size: 23px;
   	 letter-spacing: 5px;
   	 font-weight: normal;
   	 
   	 margin: 0px;
   	 padding: 0px;
 	}


 h2
 	{color: #faafbe;
 	 font-size: 11px;
 	 font-weight: bold;
 	 
 	 padding: 0px;
 	 margin: 0px 0px 5px 0px;
 	}
