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

body {
	background:url("images/background-page.jpg"); 
	font-size:62.5%; /* Resets 1em to 10px */
	font-family:Verdana, Arial, Sans-Serif;
	text-align:center;
	margin:32px auto;
	padding:2px;
}

#content {
  position:relative;
	background:url("images/background-content.jpg") repeat-y top;
	border:none;
	text-align:left;
	font-size:1.2em;
	background-color:white;
	margin:0px auto;
	width:760px;
  display:block;
	float:center;
}

#nevobo_l {
	background:url("images/banner-promovolleybal.nl-staand.jpg") no-repeat left;
	margin-top:20px;
	margin-left:4px;
	margin-right:4px;
	height:600px;
	width:160px;
  display:block;
  float:left;
}

#twitter {
	margin-top:20px;
	margin-left:4px;
	margin-right:4px;
	height:800px;
	width:236px;
  display:block;
  float:right;
}

#nevobo_r {
	background:url("images/banner-promovolleybal.nl-staand.jpg") no-repeat left;
	margin-top:20px;
	margin-left:4px;
	margin-right:4px;
	height:600px;
	width:160px;
  display:block;
  float:right;
}

#header {
	background:url("images/background-header6.jpg") no-repeat bottom center; 
	padding:0px;
	margin:0px auto;
	height:123px;
	width:100%;
}

#headerimg { 
	margin:7px 9px 0px; 
	height:192px; 
	width:740px; 
}

#main{
  position:relative;
  top:0px;
	padding:20px 20px 20px 0px;
	margin:5px 0px 0px 150px;
	width:450px;
	font-size:1em;
	line-height:1.6em;
}	

#logo {
	position:relative;
	top:0px;
	margin:0px auto;
	margin-left:15px;
	margin-top:-60px;
	padding-left:0px;
	padding-bottom:0px;
  width:105px;
	height:48px;
}

#footer { 
	background: url("images/background-footer.jpg") no-repeat bottom; 
	border:none;
	padding:10px 0px 10px 0px;
	margin:0px auto;
	width:760px;
  height:50px;
}

p {
  width:90%;
	font-size:80%;
	text-align: left;
}

table, tr, td {
	font-family:Verdana, Arial, Sans-Serif;
  font-size:1em;
	margin-left:8px;
  text-align:left;
  vertical-align:top;
}

h1, h2, h3 {
	font-family:'Trebuchet MS', Verdana, Arial, Sans-Serif;
	font-weight:bold;
}	

h1 {
  width:90%;
	font-size:2.2em;
	padding:6px;
}

h2 {
  width:90%;
	font-size:1.6em;
}		

h3 {
  width:90%;
  font-size:1.2em;
	text-align:left;	
}	

#header h1 {
	padding-top:48px;
	padding-right:36px;
	padding-bottom:12px;
	text-align:right;
	color:rgb(255,255,255);
}

#footer p {
    text-align:center;
}	

#navigation {
  position:relative;
	display:block;
  float:left;
}
#navigation ul {
  padding-top:15px;
  padding-left:0px;
  margin-left:20px;
}
#navigation li {
  list-style-type:none;
	padding-right:10px;
  padding-bottom:8px;
  margin-left:0px;
}
#navigation li a {
	padding-left:20px;
	background-image:url(images/list-ball.gif);
	background-position:left;
	background-repeat:no-repeat;
}
#navigation li a:hover {
	background-image:url(images/list-ball-red.gif);
}	
#navigation li a:hover.selected {
	background-image:url(images/list-ball.gif);
}

#mainnav {
  margin-top:2px;
  margin-left:20px;
  margin-right:20px;
  margin-bottom:15px;
  display:block;
  font-size:120%;
  font-family:Arial;
}
#mainnav ul {
  margin-left:0px;
  margin:0px;
  padding:0px;
}
#mainnav li {
	list-style-type:none;
	padding:8px;
  display:inline;
}
#mainnav li a {
	padding-left:16px;
	background-position:left;
	background-image:url(images/list-normal-ball.gif);
	background-repeat:no-repeat;
}
#mainnav li a:hover {
  background-color:rgb(216,192,192);
	background-image:url(images/list-orange-ball.gif);
	background-repeat:no-repeat;
}	
#mainnav li a:hover.selected {
	background-image:url(images/list-normal-ball.gif);
}	

body #content a#index {
  position:absolute;
  width:300px;
  height:120px;
  display:block;
}

body #content a#index span {
  display:none;
}

a:hover {
  color:rgb(230,56,62);
}

table td {
  padding:2px;
}

table.dark {
  background-color:rgb(66,111,194);
}

table.light {
  background-color:rgb(128,184,211);
}

div.clubvan100 {    
  float:left;
  width:100px;
  height:100px;
  display:block;
  margin:2px;
  text-align:center;
  padding:5px;
}

div.dark {
  background-color:rgb(128,184,211);
}

div.light {
  background-color:rgb(66,111,194);
}

div.last {
  clear:both;
}

div.zaalindeling {
  width:200px;
  height:100px;
  float:left;
  margin:1px;
  text-align:center;
  vertical-align: middle;
}

div.link {
  display:block;
  width:150px;
  height:40px;
  padding:2px;
  float:left;
}

div.programma {
  display:block;
  width:150px;
  height:100px;
  padding:2px;
  float:left;
}

a.selected, a:hover.selected, a:visited.selected {
  text-decoration:none;
  color:rgb(0,0,0);
}

a:visited {
  color:rgb(107,159,198);
}

form > span.row {
  display:block;
  padding:3px;
}

form > span.row > label {
  float:left;
  width:200px;
}

form > span.row > input {
}


