body {
  margin: 0px auto;
  margin-bottom: 0px;
  background: #387ebc url('../assets/bg.jpg') repeat-x;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size : 75%;
  color: #000000;
}

a {
  color: #0099ff;
}

a:hover {
  color: #0a3d6c;
}

.pagePic {
  float: right;
  width: 200px;
  margin: 5px;
  border: 0px;
}

h1 {
  font-size: 125%;
  margin: 0px;
  margin-bottom: 10px;
}

h2 {
  margin: 0px;
  font-size: 120%;
  color: #0099ff;
}

label {
  float: left;
  display: block;
  width: 130px;
  text-align: left;
  margin-bottom: 3px;
}

.error {
  border: 1px solid #f00;
  background: #ffffe1 url('../assets/icon_error.jpg') no-repeat 3px 3px;
  padding: 8px 0px 8px 40px;
  margin-bottom: 3px;
}

.info {
  border: 1px solid #cdcdcd;
  background: #ffffe1 url('../assets/icon_info.jpg') no-repeat 3px 3px;
  padding: 8px 0px 8px 40px;
  margin-bottom: 3px;
}

.formfield {
  background-color: #ffffff;
  border: 1px solid #000000;
  font-size: 100%;
  color: #0099ff;
  margin-bottom: 3px;
}

.fielderror {
  background-color: #efaeb7;
}

.srchbutton {
  color: #fff;
  background: #ffffff;
  border: 1px solid black;
  font-size: 100%;
  font-weight: bold;
  color: #0099ff;
  margin-bottom: 3px;
}

.formbutton {
  color: #fff;
  background: #ffffff;
  border: 1px solid black;
  font-size: 95%;
  font-weight: bold;
  color: #0099ff;
  margin-bottom: 3px;
}

.cleaner {
  clear: both;
}

/* Highslide CSS */
.highslide {
	cursor: url(highslide/graphics/zoomin.cur), pointer;
  outline: none;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide img {
}
.highslide:hover img {
}
.highslide-wrapper {
	background: white;
}
.highslide-image {
  border-bottom: 0px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
  display: none;
  border-bottom: 1px solid white;
  font-family: Verdana, Helvetica;
  font-size: 10pt;
  padding: 5px;
  color: white;
  background: #0082db;
}
.highslide-loading {
  display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
  text-decoration: none;
	padding: 2px;
	border: 1px solid black;
  background-color: white;
  padding-left: 22px;
  background-image: url(highslide/graphics/loader.white.gif);
  background-repeat: no-repeat;
  background-position: 3px 1px;
}
a.highslide-full-expand {
	background: url(highslide/graphics/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}
.highslide-display-block {
  display: block;
}
.highslide-display-none {
  display: none;
}

/*Pagina items*/
.paginaregel,
.paginaregel_even {
}

.paginaregel img,
.paginaregel_even img {
  width: 200px;
  margin: 5px;
  border: 0px;
}

.paginaregel_even {
}

/*Fotoboeken*/
.fotoboekHolder {
  float: left;
  width: 300px;
  height: 75px;
  padding: 5px;
}

.fotoboekPic_o {
  float: left;
  padding-right: 5px;
  border: 0px;
  width: 100px;
  height: 75px;
}

.fotoboekPic {
  margin: 5px;
  width: 110px;
  border: 0px;
}

/* Smoelenboek */
.smoel_container,
.smoel_container_even {
  padding: 5px;
}

.smoel_container_even {
  background: #d7e5f2;
}

.smoel_left {
  float: left;
  width: 120px;
}

.smoel_right {
  float: right;
  width: 330px;
}

.smoel_left img {
  width: 110px;
  border: 0px;
}

.smoel_spleft {
  float: left;
  width: 120px;
}

.smoel_spleft img {
  float: left;
  width: 75px;
  padding-top: 10px;
  padding-left: 10px;
}

#container {
  margin: auto;
  position: relative;
  width: 900px;
  border-left: 1px solid #1da5ff;
  border-right: 1px solid #1da5ff;
  background: #ffffff;
}

#top_nav {
  width: 900px;
  height: 32px;
  overflow: hidden;
  color: white;
  position: relative;
}

#top_nav_menu {
  position: absolute;
  bottom: 0px;
  right: 75px;
  font-size: 85%;
  font-weight: bold;
  padding-top: 8px;
  width: 405px;
  height: 18px;
  background: url( '../assets/bg_top_nav.jpg' ) no-repeat;
  text-align: center;
}

#top_nav ul {
  margin: 0px;
  padding: 0px;
}

#top_nav li {
  list-style-type: none;
  display: inline;
}

#top_nav li a { 
  color: white;
  text-decoration: none;
}

#top_nav li a:hover { 
  text-decoration: underline;
}

#header {
  width: 900px;
  height: 185px;
  overflow: hidden;
}

#menu {
  width: 886px;
  height: 38px;
  padding-top: 4px;
  padding-left: 14px;
  background: url( '../assets/bg_menu.jpg' ) no-repeat;
  color: white;
  font-weight: bold;
  overflow: hidden;
}

#menu ul {
  margin: 0px;
  padding: 0px;
}

#menu li {
  list-style-type: none;
  display: inline;
}

#menu li a { 
  color: white;
  text-decoration: none;
}

#menu li a:hover { 
  text-decoration: underline;
}

#content {
  width: 880px;
  min-height: 450px;
  margin: 10px;
  margin-bottom: 0px;
}

#content_left {
  float: left;
  width: 670px;
}

.big_blue_block {
  width: 670px;
  margin-top: 14px;
}

.big_blue_block_title {
  width: 660px;
  height: 20px;
  padding-left: 10px;
  padding-top: 3px;
  background: url('../assets/blue_top_670.jpg') no-repeat;
  color: white;
  font-weight: bold;
  overflow: hidden;
}

.big_blue_block_content {
  padding: 10px;
  padding-bottom: 0px;
  background: #0099ff;
  color: white;
}

.big_blue_block_picture {
  float: left;
  width: 303px;
  height: 193px;
  overflow: hidden;
}

.big_blue_block_text {
  float: right;
  background: white;
  color: black;
  line-height: 150%;
  width: 327px;
  height: 173px;
  padding: 10px;
  overflow: hidden;
}

.big_blue_block_bottom {
  width: 670px;
  height: 10px;
  background: url('../assets/blue_bottom_670.jpg') no-repeat;
  overflow: hidden;
}

#index_bottom {
  
}

#index_bottom_left {
  float: left;
  width: 200px;
}

#index_bottom_right {
  float: right;
  width: 450px;
  padding-top: 10px;
  padding-left: 10px;
  padding-bottom: 10px;
}

#inhoud_left {
  float: left;
  width: 175px;
  padding-top: 35px;
}

#inhoud_left ul {
  margin: 0px;
  padding: 0px;
}

#inhoud_left li {
  list-style-type: none;
}

#inhoud_left li a {
  border-bottom: 1px solid #bdbdbd;
  display: block;
  padding: 5px;
  color: black;
  text-decoration: none;
}

#inhoud_left li a:hover {
  background: #9ecae7;
}

#inhoud_left li a.active {
  color: white;
  background: #0099FF;
}

#inhoud_right {
  float: right;
  width: 460px;
  font-size: 95%;
  line-height: 160%;
  padding-right: 15px;
  padding-top: 15px;
  padding-bottom: 25px;
}

#inhoud_right label,
#inhoud_right .formfield {
  font-size: 110%;
}

.teamPic {
  width: 460px;
  border: 0px;
  margin-bottom: 10px;
}

.foto_container {
  float: left;
  width: 140px;
  margin: 5px;
}

.foto_container img {
  width: 140px;
  border: 0px;
}

h3 {
  font-size: 100%;
}

.overzichtRegel,
.overzichtRegel_even {
  margin-bottom: 3px;
}

.overzichtRegel_even {
  background: #d7e5f2;
}

.overzichtRegel_image {
  float: left;
  width: 110px;
  min-height: 67px;
}

.overzichtRegel_image img {
  width: 100px;
  border: 0px;
}

.overzichtRegel_spimage {
  float: left;
  width: 125px;
}

.overzichtRegel_spimage img {
  border: 0px;
}

.overzichtRegel_kop {
  font-weight: bold;
}

.albumPic {
  width: 140px;
  margin: 5px;
  border: 0px;
}

.smoelPic {
  border: 0px;
}

#content_right {
  float: right;
  width: 200px;
}

.blue_block {
  width: 200px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.blue_block_title {
  width: 190px;
  height: 20px;
  padding-left: 10px;
  padding-top: 3px;
  background: url('../assets/blue_top_200.jpg') no-repeat;
  color: white;
  font-weight: bold;
  overflow: hidden;
}

.blue_block_content {
  font-size: 90%;
  line-height: 120%;
  padding: 5px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 1px;
  background: #0099ff;
  color: white;
}

.blue_block_content a {
  color: white;
}

.blue_block_content a:hover {
  color: #0a3d6c;
}

.blue_block_bottom {
  width: 200px;
  height: 10px;
  background: url('../assets/blue_bottom_200.jpg') no-repeat;
  overflow: hidden;
}

.white_block_content {
  padding: 5px;
  padding-left: 9px;
  padding-right: 9px;
  padding-bottom: 0px;
  border-left: 1px solid #0099ff;
  border-right: 1px solid #0099ff;
  color: black;
  font-size: 90%;
  background: url( '../assets/wedstr_block.jpg' ) no-repeat;
}

.white_block_content a {
  color: black;
}

.white_block_content a:hover {
  color: #0a3d6c;
}

.white_block_bottom {
  width: 200px;
  height: 10px;
  background: url('../assets/white_bottom_200.jpg') no-repeat;
  overflow: hidden;
}

#sjs_logo {
  position: absolute;
  top: -25px;
  left: -70px;
  width: 163px;
  height: 209px;
  background: url('../assets/sjs_logo.png') no-repeat;
}

#sjs_logo img {
  border: 0px;
  width: 163px;
  height: 209px;
}

#tactiek {
  position: absolute;
  top: 125px;
  right: -95px;
  width: 95px;
  height: 227px;
  background: url('../assets/tactiek.png') no-repeat;
}

#tactiek img {
  border: 0px;
  width: 95px;
  height: 227px;
}

#sponsor_vd_week {
  position: absolute;
  top: 53px;
  right: 10px;
  background: url( '../assets/btn_sponsor_vd_week.png' ) no-repeat;
  width: 192px;
  height: 58px;
  padding-top: 35px;
  text-align: center;
}

#sponsor_vd_week img {
  border: 0px;
  width: 117px;
  height: 42px;
}

#btn_programma_standen {
  position: absolute;
  top: 154px;
  right: 10px;
}

#bottom {
  height: 185px;
  background: url( '../assets/bg_gras.jpg' ) repeat-x;
}

#bottom_container {
  margin: auto;
  width: 900px;
  height: 99px;
  border-left: 1px solid #1da5ff;
  border-right: 1px solid #1da5ff;
  overflow: hidden;
  background: url( '../assets/bg_bottom_container.jpg' ) no-repeat;
}

#sponsor_balk {
  margin: 10px;
  width: 880px;
  height: 45px;
  overflow: hidden;
}

#sponsor_balk img {
  border: 0px;
}

#footer {
  padding-top: 3px;
  font-size: 80%;
  font-weight: bold;
  color: white;
  text-align: center;
}

#footer a {
  color: white;
}

form {
  margin: 0px;
  padding: 0px;
  line-height: 100%;
}