

#titel {
		 position:absolute;
		 top: 30px;
		 left: 30px;
		 width: auto;
		 height: 70px;
		 padding: 10px;
		 visibility:visible;
		 }
		 
	#sport {
		 position:absolute;
		 top: 30px;
		 right: 30px;
		 width: auto;
		 height: auto;
		 padding: 10px;
		 text-align: right;
		 visibility:visible;
		 -webkit-border-radius: 30px;
		 -moz-border-radius: 30px;border-radius: 30px;
		 background-color: #ffffff;
		 visibility:visible;
		 }
	
	#rollen {
		 position:fixed;
		 top: 130px;
		 left: 30px;
		 width: 70px;
		 height: auto;
		 padding: 10px;
		 text-align: center;
		 visibility:visible;
		 -webkit-border-radius: 30px;
		 -moz-border-radius: 30px;
		 border-radius: 30px;
		 background-color:#ffffff;
		 }
		 
	#data {
		 position:absolute;
		 top: 120px;
		 left: 150px;
		 right: 30px;
		 height: auto;
		 padding: 10px;
		 
		 visibility:visible;
		 }
		 
	#midden_melding {
		 position:absolute;
		 top: 130px;
		 left: 180px;
		 right: 180px;
		 height: auto;
		 padding: 10px;
		 visibility:visible;
		 }
		 
	#actie_table {
		width:60%;
		table-layout: fixed;
		padding: 10px;
		vertical-align:middle;
		visibility:visible;
		-webkit-border-radius: 30px;
		-moz-border-radius: 30px;
		border-radius: 30px;
		background-color:#ffffff;
		}
	
	#actie_table_detail {
		width:59%;
		}
		
	#actie_table_icoon {
		width:10%;
		}
	
	#actie_table_center {
		width:31%;
		}
		
	#neutraal_table {
		width:60%;
		text-align: center;
		padding: 10px;
		visibility:visible;
		-webkit-border-radius: 30px;
		-moz-border-radius: 30px;
		border-radius: 30px;
		background-color:#ffffff;
		}
	
	html { 
		background: url('./data/achtergrond.jpg') no-repeat fixed; 
		background-position: center;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		width: 100%;
		height: 100%;
	}
	

    a  { color:#0000FF; }
    a:visited { color:#800080; }
    a:hover { color:#008000; }
    a:active { color:#FF0000; }