@CHARSET "UTF-8";

body, html {
  margin: 0px;
  padding: 0px;
}

body {
 text-align: center;
 font-size: 14px;
 font-family: Verdana, Helvetica, sans-serif;
}
			
#intro {
 position: absolute;
 left: 50%;
 top: 50%;
 width: 830px;
 height: 525px;
 margin-left: -415px;
 margin-top: -262px;
 background-image: url(img/sportsite_intro_all.png);
 background-repeat: no-repeat;
 aborder: 1px solid black;
}

a {
 border-width: 0px;
 text-decoration: none;
 display: block;
 color: black;
}

#address {
	position: absolute;
	left: 630px;
	top: 14px;
	text-align: right;
	font-size: 9px;
	font-weight: bold;	
}

#address a {
}

#algemeen, #arrangementen, #evenementen, #sporten {
 position: absolute;
 margin: 0px;
 margin-top: -2.5em;
 padding: 0px;
 width: 150px;
 height: 5em;
 text-align: left;
}

#algemeen {
 left: 220px;
 top: 146px;
}

#algemeen a {
 color: white;
}

#algemeen a:hover {
 color: #007bd9;
 background: white; 
}

#arrangementen {
 left: 360px;
 top: 247px;
}

#arrangementen a {
 color: #fde219;
}

#arrangementen a:hover {
 color: #b6000c;
 background: #fde219;
}
   
#evenementen {
 left: 500px;
 top: 349px;
}

#evenementen a {
 color: #b6000c;
}

#evenementen a:hover {
 color: #fde219;
 background: #b6000c;
}   

#sporten {
 left: 640px;
 top: 451px;
}

#sporten a {
 color: white;
}

#sporten a:hover {
  color: #65aa1c;
  background: white;
}


