/* HTML Tag Redefinition */
html, body {height: 100%;  }
body {/* customize_background */ background-color: #000; /* customize_background */ padding: 0px; margin: 0px;	/* customize_body */ font: normal normal 13px Arial; /* customize_body */
	/* customize_body */ color: #777777; /* customize_body */
	line-height:18px;
}
img {border: 0px}
a { cursor:pointer}

a,a:visited,a:active {
	/* customize_link */ color: #000; /* customize_link */
	text-decoration: none;
}
a:hover {
	/* customize_link_hover */ color: #000; /* customize_link_hover */
} 

h1,h2,h3,h4,h5{ margin:0px 0px 4px 0px; padding:4px 0px; margin-top:8px }
h1{ font: normal normal 21px Arial; line-height:28px }
h2{ font-size:18px; line-height:24px }
h3{ font-size:16px; line-height:21px }
h4{ font-size:14px; line-height:18px }
h5{ font-size:13px; line-height:16px }
p{ padding:0px 0px 0px 0px; margin:0px 0px 12px 0px; }

/* error text class optionally provided by theme */
div.ccm-error-response {color: #f00; margin-bottom: 12px}

/* Page Structure / Navigation */
#page{ text-align:left }

#page #central ul.nav  {
	list-style: none;
	position: absolute;
	left:3541px;
	top: 362px;
}
#page #central ul.nav li {
	padding: 4px 18px;
	margin: 4px 0;
	background-color: #888;
	white-space: nowrap;
	font-weight: bold;
}
#page #central ul.nav li.nav-selected { display: none}

#page #footer{ padding-top:24px; clear:both; padding-bottom:16px; color:#999; font-size:10px }
#page #footer a{ text-decoration:none; color:#999; }
#page #footer span.sign-in {margin-left: 20px}
#page #footer span.powered-by { float:right; }

/* Page Elements */

.pagingNav{ margin:16px 0px 8px 0px}
.pagination{ text-align:center; color:#bbb; padding-top:4px}
.pagination .pageRight{width:20%; float:right; text-align:right}
.pagination .pageLeft{width:20%; float:left; text-align:left}

div.video-container {
	position: absolute;
	top: 0;
	left: 1648px;
    width: 955px;
    height: 800px;
    overflow: hidden;
}

video {
    height: 805px;
    position: relative;
    left: -130px;
}

#mailto {position: absolute; top: 742px; left: 947px; width: 78px; height: 33px;background-image: url('http://frankpremsela.nl/themes/frank/images/small_transparent.gif');}

  /* MISC STYLES & SHORTCUTS */
div.code {border: 1px solid #ddd; background: #eee; padding: 10px}
div.spacer,div.ccm-spacer{ clear:both; font-size:1px; line-height:1px }
.noTopSpace{margin-top:0px; padding-top:0px}
div.pageSection { margin-bottom: 10px; }

/* customize_miscellaneous */ /* customize_miscellaneous */

/* vertical scrolling */
/* You can alter this CSS in order to give SmoothDivScroll your own look'n'feel */

/* Invisible left hotspot */
div.scrollingHotSpotLeft
{
	min-width: 75px;
	width: 5%;
	height: 785px;
	/* There is a background image and it's used to solve some problems I experienced
    in Internet Explorer 6. */
	background-image: url('../media/small_transparent.gif');
	background-repeat: repeat;
	background-position: center center;
	position: fixed;
	z-index: 200;
	left: 0;
	/*  The first url is for Firefox and other browsers, the second is for Internet Explorer */
	cursor: url(../media/cursor_arrow_left.cur),w-resize;
}

/* Invisible right hotspot */
div.scrollingHotSpotRight
{
	min-width: 75px;
	width: 5%;
	height: 785px;
	background-image: url(../media/small_transparent.gif);
	background-repeat: repeat;
	background-position: center center;
	position: fixed;
	z-index: 200;
	right: 0;
	cursor: url(../media/cursor_arrow_right.cur),e-resize;
}

/* The scroll wrapper is always the same width and height as the containing element (div).
   Overflow is hidden because you don't want to show all of the scrollable area.
*/
div.scrollWrapper
{
	position: relative;
	overflow-x: auto;
	overflow-y: hidden;
	width: 100%;
	height: 100%;
}

div.scrollableArea
{
	position: relative;
	width: auto;
	height: 100%;
}
