﻿body {
	background: #C66F13; 
	margin:0px; padding:0px;
	text-align:center;
}
#content {
	position:relative;
	left:0;
	top:0; 
	width:990px;
	margin:0px auto;
	text-align:left;
}
label
{
	display:inline-block;
	width:200px; 
	border-bottom:dashed 1px silver; 
}

input,select 
{
	width:200px; 
}
input.error
{
	border-color:Red;
	background-color:Yellow; 
}
label.error
{
	color:Red;
	border-color:Red; 
	display:inline;
	width:auto; 
}

.radio
{
	display:inline; 	
	width:auto; 
}
td input
{	
	width:auto; 
}

form table td { 
border-top:1px dashed #FBBC09;
}

body td
{ 
	font: 76% Verdana,Tahoma,Arial,sans-serif;
	color:#303030;
	line-height: 1.5em;
}

td, th
{
		border-bottom:dashed 1px silver; 
		text-align:center; 
}
.info 
{	
	width:400px;
	font-style:italic;
}

#bg{
	position:absolute;
	left:0;
	top:0; 
}
#nav{
	position:absolute;
	left:-30px;
	top:400px; 
	list-style-type: none;
	list-style-position: inside;
	width:160px; 
}	
ul{
	list-style-type: none;
}	

#nav li a{
	font-weight:bold;
	height:20px;
	text-decoration:none;
	color:white;
	display:block;
	padding:6px 0 0 10px;
	background:#FBBC09;
	border-top:1px solid black;
	border-right:1px solid black;
	border-bottom:1px solid black;
	border-left:4px solid black;
}
#nav li {
	margin-bottom: 5px;
	}
	
#tekst {
	border-radius: 25px;
	position:absolute;
	left:180px;
	top:480px; 
	padding: 25px; 
	font-weight:bolder;
	width:750px;
	border:1px dashed #FBBC09;
	background-color: rgba(245,255,250,0.7);
}
#tekst  h2,#tekst  h3, #tekst  h4 {
	font-family: verdana; 
	color:#FBBC09; 
	text-shadow: -1px 0 #FFFFFF, 0 1px #FFFFFF, 1px 0 #FFFFFF, 0 -1px #FFFFFF;
	text-transform:uppercase; 
}

#tekst  h4{
	Display:inline;
}

deelnemers td {
	font-size: 80%; 
}

.uitslag td {
	font-size: 85%; 
	border:black solid 1px; 
}
a {
	color:#EE1D23; 
}
.uitslag th {
	font-size: 120%; 
	text-align:center; 
	font-weight: bold;
	padding-top:10px; 
	
	font-family: verdana; 
	color:#FBBC09; 
	text-shadow: -1px 0 #FFFFFF, 0 1px #FFFFFF, 1px 0 #FFFFFF, 0 -1px #FFFFFF;
	text-transform:uppercase; 
}
.uitslag{
	width:750px; 
}
.BldUnd {
	background:#FBBC09;
	text-decoration: underline; 
	font-weight: bold;
	color:white;
}

#slideshow { 
    position: absolute; 
    top: 80px; 
	left:560px;
    width: 200px; 
    height: 115px; 
    padding: 10px; 
    box-shadow: 0 0 20px rgba(0,0,0,0.4); 
}

#slideshow > div { 
    position: absolute; 
    top: 10px; 
    left: 10px; 
    right: 10px; 
    bottom: 10px; 
}

.btn {
    background-color: DodgerBlue; /* Blue background */
    border: none; /* Remove borders */
    color: white; /* White text */
    padding: 12px 16px; /* Some padding */
    font-size: 16px; /* Set a font size */
    cursor: pointer; /* Mouse pointer on hover */
}

/* Darker background on mouse-over */
.btn:hover {
    background-color: RoyalBlue;
}
