/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	margin: 0px;
	}

#page {
	width: 1000px;
	top: 0px;
	position: absolute;
	z-index: 1;
	}
	
#header {
	width: 1000px;
	height: 361px;
	background-image: url(../images/header3.jpg);
	background-repeat: no-repeat;
	top: 0px;
	position: absolute;
	}
	
#content {
	width: 1000px;
	background-image: url(../images/background.jpg);
	background-position: center;
	background-repeat: repeat-y;
	padding-top: 361px;
	}

#navigatie {
	width: 750px;
	margin-top: 245px;
	text-align: right;
	z-index: 2;
	}
	
#rechts {
	width: 141px;
	float: right;
	}

table#invoer {    
 	background-color:#c0c0c0;    
	}

table#spelinfo {    
	
  }	
	
#footer {
	width: auto;
	height: 50px;
	background-image: url(../images/footer.jpg);
	background-position: center;
	background-repeat: no-repeat;
	}
	
	INPUT#css050 {
background-color: #ddf0f6;
color: black;
font-family: arial, verdana, ms sans serif;
font-size: 8pt;
font-weight: bold;

border-color: #99cdda;
border-width: 1px;
border-style: solid;

} 
