HTML, BODY {
	overflow: hidden;
	width: 100%;
	height: 100%;
	margin:0px;
	background-color: #000000;
	background-repeat: repeat-x;
	background-position: left top;
}

BODY, TR, TD, INPUT, SELECT, TEXTAREA {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
} 
                
BODY, TR, TD, A {
	color: #FFFFFF;
	text-decoration: none;
}

H1 {
	margin: 0px 0px 10px 0px;
	font-size: 1.3em;
}

H2 {
	margin: 0px 0px 5px 0px;
	font-size: 1.1em;
	color:#666666;
}

H6 {
	margin: 0px 0px 15px 0px;
	font-size: 0.8em;
	font-weight: normal;
}

.txt, .txtnb {
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 7px;
	padding-left: 10px;
	color: #FFFFFF;
}   
.txtnb {
  white-space: nowrap;
}
FORM {
  margin: 0;
}
INPUT.button {
	border: solid 1px #000;
	background-color:#b3021a;
	font-weight:bold;
	color:#FFFFFF;
	padding:5px 5px;
}
DIV.innertube2 DIV.txt b A {
	border: solid 1px #000;
	background-color:#b3021a;
	padding:5px 5px;
}

/********************  styling elements ********************/ 
DIV.positioner { /* anchor point to position content */
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 50%;        
  width: 1px;
  overflow: visible;
}

DIV.container {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: -425px; /* half of width */
	width: 850px;
}

/******************** Structural elements [vervolgpaginas] ********************/
DIV.topblock  {
	height: 190px;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 850px;
	background-color: #000000;
}

DIV.mainblock {
	position: absolute;
	bottom: 33px;
	right:0px;
	top: 190px;
	left: 0px;
	width: 850px;
}

DIV.leftbar {
	position: absolute;
	bottom: 10px;
	top: 15px;
	left: 0px;
	width: 200px;
}

DIV.leftbar DIV.menu {
	background-color: #B3021A;
}

DIV.leftbar  DIV.menu DIV.submenu {
	font-size: 8pt;
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 31px;
	display: block;
	background-color: #000000;
}

DIV.content-leftbar {
	position: absolute;
	bottom: 0px;
	top: 0px;
	left: 3px;
	width: 405px;
	background-color: #000000;
}

DIV.contentblock {
	position: absolute;
	bottom: 0px;
	top: 0px;
	width: 610px;
	background-color: #000000;
	left: 240px;
	overflow-y: auto;
}

DIV.content {
	position: absolute;
	top: 0px;
	bottom: 25px;
	width: 580px;
	background-color: #000000;
	left: 0px;
}

DIV.bottomblock {
	position: absolute;
	height: 33px;
	bottom: 0px;
	width: 850px;
	z-index: 3;
	background-color: #000000;
}

DIV.topblock .hoofdmenu {
	background-image: url(images/hoofdmenu.gif);
	background-repeat: no-repeat;
	position: absolute;
	top: 161px;
	left: 0px;
	width: 560px;
	height: 29px;
}

DIV.topblock .innertube-fotoheader {
	position: absolute;
	right: 0px;
	top: 0px;
}

DIV.footer {
	color: #FFFFFF;
	height: 10px;
	font-size: 90%;
	text-align: left;
	margin-top:3px;
	width: 850px;
	background-color: #000000;
}

DIV.footer .innertube {
	text-align: center;
}

DIV.intronetcopy {
	height: 10px;
	bottom: 3px;
	text-align:right;
}

/******************** Menu and navigation ********************/
DIV.menu A {
	font-size: 9pt;
	text-decoration: none;
	display: block;
	vertical-align: middle;
	color: #FFFFFF;
	padding: 5px 4px 5px 50px;
}

DIV.menu A:HOVER    {
	color: #FFFFFF;
	background-image: url(images/knop_over.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
DIV.menu A.open, DIV.menu A.active, DIV.menu A.open:HOVER, DIV.menu A.active:HOVER   {
	font-weight: bold;
	background-image: url(images/knop_over.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
DIV.menu A {
	background-image: url(images/knop.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
DIV.submenu A {
	font-size: 7pt;
	color: #FFFFFF;
	display: block;
	padding: 2px 0px 2px 30px;
	background-color: #B3021A;
}
DIV.submenu A:HOVER    {
	color: #FFFFFF;
	background-image: url(images/bullet_over.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
DIV.submenu A:HOVER, DIV.submenu A.active, DIV.submenu  A.active:HOVER  {
	background-image: url(images/bullet_over.gif);
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	background-position: left center;
}
DIV.submenu A {
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
DIV.footer A {
	color: #FFFFFF;
	text-decoration: none;
}
DIV.intronetcopy A {
	font-size: 8px;
	color: #666666;
	text-decoration: none;
}
DIV.intronetcopy A:HOVER {
	text-decoration: none;
	color: #B3021A;
}

/******************** Structural elements [home/indexpagina] ********************/
DIV.contentblock-home {
	position: absolute;
	bottom: 0px;
	top: 0px;
	width: 850px;
	background-color: #000000;
	right: 0px;
	overflow-y: auto;
}
DIV.content-home {
	position: absolute;
	top: 0px;
	bottom: 25px;
	width: 405px;
	background-color: #000000;
	right: 5px;
}
DIV.content-leftbar .wedstrijden {
	position: absolute;
	width: 405px;
	top: 10px;
	left: 0px;
}
DIV.content-leftbar .wedstrijden .innertube {
	background-image: url(images/hoekje-subitems.gif);
	background-repeat: no-repeat;
	background-position: right top;
	position: absolute;
	width: 133px;
}
DIV.content-leftbar .wedstrijden .innertube2 {
	position: absolute;
	right: -2px;
}
DIV.content-leftbar .wedstrijden .innertube3 {
	position: absolute;
	top: 20px;
	background-color: #404040;
	border: 1px solid #B3021A;
	width: 405px;
}
DIV.content-leftbar .activiteiten {
	position: absolute;
	width: 405px;
	top: 200px;
}
DIV.content-leftbar .activiteiten .innertube {
	background-image: url(images/hoekje-subitems.gif);
	background-repeat: no-repeat;
	background-position: right top;
	position: absolute;
	width: 133px;
}
DIV.content-leftbar  .activiteiten  .innertube2 {
	position: absolute;
	top: 20px;
	background-color: #404040;
	border: 1px solid #B3021A;
	width: 405px;
}
DIV.content-leftbar .inloggen {
	position: absolute;
	width: 405px;
	top: 333px;
}
DIV.content-leftbar  .inloggen  .innertube {
	background-image: url(images/hoekje-subitems.gif);
	background-repeat: no-repeat;
	background-position: right top;
	position: absolute;
	width: 220px;
}
DIV.content-leftbar  .inloggen  .innertube2 {
	position: absolute;
	top: 20px;
	background-color: #404040;
	border: 1px solid #B3021A;
	width: 405px;
}
DIV.content-home  .ajax-nieuws {
	position: absolute;
	top: 10px;
	width: 405px;
	right: 0px;
}
DIV.content-home    .ajax-nieuws    .innertube {
	background-image: url(images/hoekje-subitems.gif);
	background-repeat: no-repeat;
	background-position: right top;
	position: absolute;
	width: 170px;
}
DIV.content-home    .ajax-nieuws    .innertube2 {
	position: absolute;
	top: 20px;
	background-color: #404040;
	border: 1px solid #B3021A;
	width: 405px;
}
DIV.content-home .ajax-nieuws .innertube3 {
	position: absolute;
	top: 0px;
	left: 260px;
}



/******************** Structural elements [vervolgpaginas: wat doet aba?] ********************/
DIV.leftbar-vervolg {
	position: absolute;
	bottom: 10px;
	top: 0px;
	left: 0px;
	width: 280px;
	background-color: #000000;
}
DIV.leftbar-vervolg   .inloggen-vervolg {
	position: absolute;
	width: 280px;
	top: 10px;
}
DIV.leftbar-vervolg     .inloggen-vervolg     .innertube {
	background-image: url(images/hoekje-subitems.gif);
	background-repeat: no-repeat;
	background-position: right top;
	position: absolute;
	width: 220px;
}
DIV.leftbar-vervolg    .inloggen-vervolg    .innertube2 {
	position: absolute;
	top: 20px;
	background-color: #404040;
	border: 1px solid #B3021A;
	width: 280px;
}
DIV.contentblock-vervolg {
	position: absolute;
	bottom: 0px;
	top: 0px;
	width: 530px;
	background-color: #000000;
	overflow-y: auto;
	left: 320px;
}
DIV.content-vervolg {
	position: absolute;
	top: 0px;
	bottom: 25px;
	width: 500px;
	background-color: #000000;
	left: 0px;
}
DIV.content-vervolg-lidworden {
	position: absolute;
	top: 10px;
	bottom: 25px;
	width: 500px;
	background-color: #000000;
	left: 0px;
}
DIV.content-vervolg-wieisaba {
	position: absolute;
	top: 10px;
	bottom: 25px;
	width: 500px;
	background-color: #000000;
	left: 0px;
}
DIV.content-vervolg  .vervolg {
	position: absolute;
	/*top: 10px;*/
	top: 270px;
	width: 500px;
	left: 0px;
	right: 30px;
}
DIV.content-vervolg    .vervolg    .innertube {
	background-image: url(images/hoekje-subitems.gif);
	background-repeat: no-repeat;
	background-position: right top;
	position: absolute;
	width: 224px;
}
DIV.content-vervolg-lidworden     .vervolg-lidworden     .innertube {
	background-image: url(images/hoekje-subitems.gif);
	background-repeat: no-repeat;
	background-position: right top;
	position: absolute;
	width: 170px;
}
DIV.content-vervolg-wieisaba     .vervolg-wieisaba     .innertube {
	background-image: url(images/hoekje-subitems.gif);
	background-repeat: no-repeat;
	background-position: right top;
	position: absolute;
	width: 109px;
}
DIV.content-vervolg    .vervolg    .innertube2 {
	position: absolute;
	top: 20px;
	background-color: #404040;
	border: 1px solid #B3021A;
	width: 500px;
}
DIV.content-vervolg-lidworden     .vervolg-lidworden     .innertube2 {
	position: absolute;
	top: 20px;
	background-color: #404040;
	border: 1px solid #B3021A;
	width: 500px;
}
DIV.content-vervolg-wieisaba     .vervolg-wieisaba    .innertube2 {
	position: absolute;
	top: 20px;
	background-color: #404040;
	border: 1px solid #B3021A;
	width: 500px;
}
DIV.content-vervolg  .vervolg2 {
	position: absolute;
	top: 401px;
	width: 500px;
	left: 0px;
}
DIV.content-vervolg-lidworden    .vervolg2-lidworden {
	position: absolute;
	top: 408px;
	width: 500px;
	left: 0px;
}
DIV.content-vervolg-wieisaba    .vervolg2-wieisaba {
	position: absolute;
	top: 285px;
	width: 500px;
	left: 0px;
}
DIV.content-vervolg    .vervolg2    .innertube {
	background-image: url(images/hoekje-subitems.gif);
	background-repeat: no-repeat;
	background-position: right top;
	position: absolute;
	width: 195px;
}
DIV.content-vervolg-lidworden       .vervolg2-lidworden       .innertube {
	background-image: url(images/hoekje-subitems.gif);
	background-repeat: no-repeat;
	background-position: right top;
	position: absolute;
	width: 192px;
}
DIV.content-vervolg-wieisaba       .vervolg2-wieisaba       .innertube {
	background-image: url(images/hoekje-subitems.gif);
	background-repeat: no-repeat;
	background-position: right top;
	position: absolute;
	width: 182px;
}
DIV.content-vervolg    .vervolg2    .innertube2 {
	position: absolute;
	top: 20px;
	background-color: #404040;
	border: 1px solid #B3021A;
	width: 500px;
}
DIV.content-vervolg-lidworden .vervolg2-lidworden              .innertube2 {
	position: absolute;
	top: 20px;
	background-color: #404040;
	border: 1px solid #B3021A;
	width: 500px;
}
DIV.content-vervolg-wieisaba .vervolg2-wieisaba              .innertube2 {
	position: absolute;
	top: 20px;
	background-color: #404040;
	border: 1px solid #B3021A;
	width: 500px;
}
DIV.content-vervolg  .vervolg3 {
	position: absolute;
	top: 518px;
	width: 500px;
	left: 0px;
}
DIV.content-vervolg-lidworden .vervolg3-lidworden     {
	position: absolute;
	top: 835px;
	width: 500px;
	left: 0px;
}
DIV.content-vervolg-wieisaba .vervolg3-wieisaba     {
	position: absolute;
	top: 430px;
	width: 500px;
	left: 0px;
}
DIV.content-vervolg-lidworden .vervolg3-lidworden              .innertube {
	background-image: url(images/hoekje-subitems.gif);
	background-repeat: no-repeat;
	background-position: right top;
	position: absolute;
	width: 211px;
}
DIV.content-vervolg-wieisaba .vervolg3-wieisaba              .innertube {
	background-image: url(images/hoekje-subitems.gif);
	background-repeat: no-repeat;
	background-position: right top;
	position: absolute;
	width: 174px;
}
DIV.content-vervolg    .vervolg3    .innertube {
	background-image: url(images/hoekje-subitems.gif);
	background-repeat: no-repeat;
	background-position: right top;
	position: absolute;
	width: 139px;
}
DIV.content-vervolg-lidworden .vervolg3-lidworden              .innertube2 {
	position: absolute;
	top: 20px;
	background-color: #404040;
	border: 1px solid #B3021A;
	width: 500px;
}
DIV.content-vervolg-wieisaba .vervolg3-wieisaba             .innertube2 {
	position: absolute;
	top: 20px;
	background-color: #404040;
	border: 1px solid #B3021A;
	width: 500px;
}
DIV.content-vervolg    .vervolg3    .innertube2 {
	position: absolute;
	top: 20px;
	background-color: #404040;
	border: 1px solid #B3021A;
	width: 500px;
}

/******************** Structural elements [ledensite; lunch-diner; wedstrijden; evenementenpaginas] ********************/
DIV.content .berichten-aba {
	position: absolute;
	top: 15px;
	left: 0px;
  	right: 30px;
	width: 580px;
}
DIV.content  .berichten-aba .innertube {
	position: absolute;
	left: 0px;
}
DIV.content  .berichten-aba .innertube1 {
	position: absolute;
	right: -2px;
}
DIV.content  .berichten-aba .innertube2 {
	background-color: #404040;
	border: 1px solid #B3021A;
	position: absolute;
	top: 20px;
	width: 580px;
	height: auto;
}

/******************** [speciaal ] ********************/
DIV .imagefloat {
	float: left;
	margin-top: 8px;
	margin-bottom: 6px;
	margin-left: 8px;
	margin-right: 8px;
}
