html{
	height: 99%;
	width: 99%;
	overflow: hidden;
	background: url("css/achtergrond0.png");
	background-position: -150px;
}

body {
	min-height: 99%;
	font-family: Arial, sans-serif;
	font-size: 16px;
	font-weight: 550;
}

#banner{
	position: fixed;
	width: 99%;
	margin: auto;
	height: 100px;
	text-align: center;
	z-index: 99;
}

#bannerContent{
	display: inline-table;
	width: auto;
	height: 100px;
}

#yearSpan{
	height: auto;
	min-width: 300px;
	max-width: 500px;
	text-align: center; 
	font-size: 300%; 
	color: red; 
	background-color: black; 
	display: table-cell;
	vertical-align: middle;
}

#menu{
	position: fixed;
	width: 99%;
	margin: auto;
	height: 20px;
	top: 120px;
	z-index: 99;
}

#menulist{
	list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #333;
	text-align: center;
}

#menulist li{
	display: inline-block;
}

#menulist li a{
	display: inline-block;
	color: white;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
}

#menulist li ul { display: none; }

#menulist li a:hover{
	background-color: #111;
	cursor: pointer;
}

#menulist li:hover > ul {
	display: block;
	position: absolute;
	background-color: #333;
	margin: 0;
    padding: 0;
}

#menulist li:hover > ul li {
	display: block;
}

#contentWrapper{
	position: absolute;
	top: 175px;
	left: 40px;
	right: 40px;
	bottom: 40px;
	padding: 5px;
	overflow: auto;
	border: 1px solid red;
	background: rgb(255, 255, 255); /* Fall-back for browsers that don't support rgba */
	background: rgba(220, 220, 220, .5);
	
	-webkit-box-shadow: 3px 3px 10px 2px rgba(15,15,15,0.8);
	-moz-box-shadow: 3px 3px 10px 2px rgba(15,15,15,0.8);
	box-shadow: 3px 3px 10px 2px rgba(15,15,15,0.8);
}

#content{
	overflow: auto;
}

#facebook{
	height: 30px;
	width: 250px;
	border: 1px solid #475993;
	border-radius: 10px;
	background-color: white;
	position: relative;
	cursor: pointer;
}

#facebook:hover{
	-webkit-box-shadow: 3px 3px 10px 2px rgba(0,0,0,0.5);
	-moz-box-shadow: 3px 3px 10px 2px rgba(0,0,0,0.5);
	box-shadow: 3px 3px 10px 2px rgba(0,0,0,0.5);
}

#facebook:active{
	-webkit-box-shadow: inset 3px 3px 10px 2px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 3px 3px 10px 2px rgba(0,0,0,0.5);
	box-shadow: inset 3px 3px 10px 2px rgba(0,0,0,0.5);
}

#fbIcon{
	display: inline-block;
	width: 30px;
	height: 100%;
	background: #475993 url("css/facebook-icon.png") no-repeat;
	background-size: 30px 30px;
	background-position: center center;
	border-radius: 9px 0px 0px 9px;
}

#fbText{
	padding-left: 10px;
	position: absolute;
	top: 5px;
}

#fbLink{
	color: black;
	text-decoration: none;
}

#parralaxImage{
	height: 200px;
	z-index: -1;
	position: absolute;
	bottom: 0.4%;
	right: 0.1%;
	overflow: none;
}

#cars {
	color: #fbfbfb;
	width: 100%;
	border-collapse: collapse;
}
	
#cars th {
	background-color: #171717;
	padding: 8px;
	text-align: center;
}
	
#cars tr { background-color: #303030; }
	
#cars td {
	padding: 8px;
	text-align: center;
}
    
#cars tr:nth-child(even) td { background-color: #565656; }
#cars tr:nth-child(even):hover td { background-color: #171717; }
#cars tr:hover td { background-color: #171717; }

#printButton {
	position: absolute;
	right: 2px;
	background-color: #333;
    border: none;
    color: white;
    padding: 14px 16px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
}

#printButton:hover {
	background-color: #111;
	cursor: pointer;
}

#ruleTable td{
	min-width: 150px;
	min-height: 20px;
	text-align: center;
}