* {
    -moz-box-sizing: border-box;
} 

body {
    background-color: rgb(190,205,224);
  	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  	line-height: 1.5em;
    text-align:center;
    margin:0px;
    padding:0px;
}


div#indexcontent h1 {
	background-image: url("images/ball-bg.gif");
	background-position: center;
	background-repeat: no-repeat;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 120%;
	width: 200px;
	height: 205px;
	position: absolute;
	text-align: center; 
}

h1#organisatie {

	top: 0px;
	left: 30px;
    z-index:100;
   	padding-top: 90px;
	font-size:170%;
}

h1#bvo {
    top: -30px;
    left: 240px;
    z-index:100;
   	padding-top: 90px;
	font-size:170%;
}

h1#teamindeling {
    top: 20px;
    left: 450px;
    z-index:100;
    padding-top: 80px;
}

h1#clubinfo {
    top: 180px;
    left: 550px;
    z-index:100;
    padding-top: 80px;
}

h1#nieuws {
    top: 398px;
    left: 490px;
    z-index:100;
    padding-top: 90px;
}

h1#links {
    top: 480px;
    left: 240px;
    z-index:100;
    padding-top: 90px;
}

h1#sponsors {
    top: 410px;
    left: 70px;
    z-index:100;
    padding-top: 90px;
}

h1#competitie {
    top: 200px;
    left: -20px;
    z-index:100;
    padding-top: 80px;
}

div#indexcontent div#logo {
	position: absolute;
	top: 80px;
	left: 0px;
	z-index: 0;
	width:300px;
	height:220px;
}

div#indexcontent h1 a {
	color: rgb(74, 77, 153);
	text-decoration: none;
}

div#indexcontent h1 a:hover {
    color: rgb(230, 56, 62);
	text-decoration:none;
}

div#indexcontent  {
	background-image: url("images/handsbig.jpg");
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	margin: 0 auto;
	padding: 0px;
	font-size: 95%;
    text-align:left;
	width: 710px;
    height:630px;
    text-align:left;
}

div#indexcontent h1 {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 150%;
	font-weight: normal;
	padding-bottom: 10px;
	margin: 0;
	color: rgb(74, 77, 153);
}

div#indexcontent div#logo a {
    color: rgb(74, 77, 153);
	text-decoration:none;
}

