@charset "utf-8";
/* CSS Document */


/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
/* The body is the outermost layout component and contains the visible page content. Setting properties for the body element will help to create consistent styling of the page content and more manageable CSS. Besides using the body element to set global properties, it is common to use the body element to set the background color of the page and create a centered container for the page content to display. */
body {
	background-color: #FFF;
	color: #2c2c2e;
	font-family: Corbel, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", Verdana, "Verdana Ref", sans-serif;
	font-size: 13px;
	line-height: 20px;
	margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: center; /* Centers the page content container in IE 5 browsers. */
}
.advertentie {
	font-size: 9px;
	color: #666;
	text-align: center;
}

/* Commonly used to style page titles. */
a:link {
	color: #ED008C;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #ED008C;
}
a:hover {
	text-decoration: blink;
	color: #FF0066;
}
a:active {
	text-decoration: none;
	color: #ED008C;
}
a.button:link {
	color: #FFF;
	text-decoration: none;
	font-size: 12px;
}
a.button:visited {
	text-decoration: none;
	color: #FFF;
	font-size: 12px;
}
a.button:hover {
	text-decoration: blink;
	color: #FCF;
	font-size: 12px;
}
a.button:active {
	text-decoration: none;
	color: #FCF;
	font-size: 12px;
}
h1 {
	font-size: 22px;
	color: #822671;
	font-weight: bold;
	font-family: Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif, " "Bitstream Vera Serif", "Liberation Serif", Georgia, serif;
	line-height: 21px;
	margin-bottom: 12px;
}
#HonCode {
	margin-left: 540px;
	float: left;
	width: 300px;
	padding-top: 8px;
	font-size: 11px;
}

h2 {
	font-size: 18px;
	color: #822671;
	font-weight: bold;
	font-family: Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif, " "Bitstream Vera Serif", "Liberation Serif", Georgia, serif;
	line-height: 21px;
}
h3 {
	font-size: 16px;
}
h4 {
	font-size: 14px;
}
.ImgLeft80 {
	float: left;
	margin-right: 8px;
	margin-bottom: 5px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 11px;
}

/* This is a container for the page content. It is common to use the container to constrain the width of the page content and allow for browser chrome to avoid the need for horizontal scrolling. For fixed layouts you may specify a container width and use auto for the left and right margin to center the container on the page. IE 5 browser require the use of text-align: center defined by the body element to center the container. For liquid layouts you may simply set the left and right margins to center the container on the page. */
#outerWrapper {
	margin: 0 auto 0 auto; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: left; /* Redefines the text alignment defined by the body element. */
	width: 960px;
}
#outerWrapper #header {
	padding-top: 20px;
	background-image: url(../layout/logo.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 225px;
	margin-bottom: 10px;
}
#Nieuwsbrief {
	background-image: url(../layout/bg-nieuwsbrief.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 110px;
	width: 200px;
	float: left;
	margin-right: 12px;
}
#Skyscraper {
	background-color: #CCC;
	padding: 10px;
	height: 600px;
	width: 160px;
	margin-bottom: 30px;
	text-align: center;
}
#Streamer {
	background-color: #CCC;
	padding: 10px;
	min-height: 100px;
	width: 160px;
	margin-bottom: 30px;
}
#Rectangle {
	padding: 10px;
	width: 320px;
	background-color: #CCC;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
	text-align: center;
}
#Leaderboard {
	background-color: #CCC;
	padding: 10px;
	float: left;
	height: 90px;
	width: 728px;
}
#outerWrapper #topNavigation {
	margin-bottom: 30px;
	padding-bottom: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F39;
}
.But {
	background-color: #F39;
	float: left;
	height: 22px;
	padding-top: 8px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 8px;
	margin-right: 1px;
	font-family: Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif, " "Bitstream Vera Serif", "Liberation Serif", Georgia, serif;
	font-weight: bold;
	color: #FFF;
}
.Formbut {
	color: #FFF;
	background-color: #F39;
	padding: 3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 3px;
}

.White {
	background-color: #FFF;
	float: left;
	height: 22px;
	padding-top: 8px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 8px;
	margin-right: 1px;
	font-family: Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif, " "Bitstream Vera Serif", "Liberation Serif", Georgia, serif;
	font-weight: bold;
	color: #F39;
}

.lijst {
	background-image: url(../layout/arrow.gif);
	background-repeat: no-repeat;
	background-position: left 1px;
	min-height: 15px;
	padding-left: 22px;
}
.lijstBorderBott {
	background-image: url(../layout/arrow.gif);
	background-repeat: no-repeat;
	background-position: left 7px;
	min-height: 15px;
	padding-left: 22px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #F9F;
	padding-bottom: 5px;
	padding-top: 6px;
}

.Leesverder {
	background-image: url(../layout/arrow.gif);
	background-repeat: no-repeat;
	background-position: left 1px;
	min-height: 15px;
	padding-left: 22px;
}

#outerWrapper #contentWrapper {
	overflow: hidden;
}
.CornHouderTop {
	height: 18px;
	overflow: hidden;
}
.CornHouderBottom {
	margin-bottom: 30px;
}
.CornTopL {
	background-image: url(../layout/corner-top-left.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 18px;
	width: 18px;
	background-color: #FFF;
}
.CornTopBorderLC {
	float: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	width: 229px;
	height: 18px;
}
.CornTopBorderMC {
	float: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	width: 419px;
}
.CornTopBorderMC2 {
	float: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	width: 184px;
}
.Meer {
	text-align: right;
	padding-top: 3px;
	font-size: 11px;
	background-image: url(../layout/arrow.gif);
	background-repeat: no-repeat;
	background-position: 165px 5px;
}
.MeerBreed {
	text-align: right;
	font-size: 11px;
	background-image: url(../layout/arrow.gif);
	background-repeat: no-repeat;
	background-position: 355px 2px;
}


.CornTopR {
	background-image: url(../layout/corner-top-right.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: right;
	height: 18px;
	width: 18px;
	background-color: #FFF;
}
#MCLeftColumn {
	float: left;
	width: 220px;
}
#MCRightColumn {
	float: right;
	width: 220px;
}
.ContHouder {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-left-color: #CCC;
	padding-right: 18px;
	padding-left: 18px;
}
.CornBottR {
	background-image: url(../layout/corner-bottom-right.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: right;
	height: 18px;
	width: 18px;
	background-color: #FFF;
}
.CornBottL {
	background-image: url(../layout/corner-bottom-left.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 18px;
	width: 18px;
	background-color: #FFF;
}
.CornBottBorderLC {
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	width: 229px;
	height: 17px;
}
.CornBottBorderMC {
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	width: 419px;
	height: 17px;
}
	
	.CornBottBorderMC2 {
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	width: 184px;
	height: 17px;
}
#outerWrapper #contentWrapper #leftColumn1 {
	float: left; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 265px;
	margin-right: 30px;
}
#outerWrapper #contentWrapper #rightColumn1 {
	float: right; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 180px;
}
/* Contains the main page content. When using a mutliple column layout the margins will be set to account for the floated columns' width, margins, and padding. */
#outerWrapper #contentWrapper #content {
	float: left;
	width: 455px;
}
#outerWrapper #footer {
	padding: 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: center;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #F9C;
	margin-bottom: 15px;
}
.clearleft {
	clear: left;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999;
	border-left-color: #999;
}
.clearleftBordered {
	clear: left;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #F9F;
	text-align: right;
}
.Rechts {
	text-align: right;
	padding-top: 5px;
	font-size: 11px;
}

.ArtHouder {
	padding-bottom: 15px;
}

.clearboth {
	clear: both;
	height: 0px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999;
	border-left-color: #999;
}
.Tekstklein {
	font-size: 10px;
}
.paginatorhouder {
	height: 30px;
	text-align: right;
}
.ContHouder160 {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-left-color: #CCC;
	padding-right: 52px;
	padding-left: 52px;
}
.Arial08 {
	font-family: Corbel, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", Verdana, "Verdana Ref", sans-serif;
	font-size: 8px;
	line-height: 15px;
}
.Arial09 {
	font-family: Corbel, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", Verdana, "Verdana Ref", sans-serif;
	font-size: 10px;
	line-height: 16px;
}
.Arial10 {
	font-family: Corbel, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", Verdana, "Verdana Ref", sans-serif;
	font-size: 10px;
	line-height: 17px;
}
.Arial11 {
	font-family: Corbel, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", Verdana, "Verdana Ref", sans-serif;
	font-size: 11px;
	line-height: 18px;
}
.Arial12 {
	font-family: Corbel, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", Verdana, "Verdana Ref", sans-serif;
	font-size: 12px;
	line-height: 19px;
	font-weight: normal;
}
.Arial12Bold {
	font-family: Corbel, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", Verdana, "Verdana Ref", sans-serif;
	font-size: 12px;
	line-height: 19px;
	font-weight: bold;
		color: #FF329A;
}
.Arial14 {
	font-family: Corbel, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", Verdana, "Verdana Ref", sans-serif;
	font-size: 14px;
	line-height: 21px;
}
.Arial16 {
	font-family: Corbel, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", Verdana, "Verdana Ref", sans-serif;
	font-size: 16px;
	line-height: 23px;
}
.Arial18 {
	font-family: Corbel, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", Verdana, "Verdana Ref", sans-serif;
	font-size: 18px;
	line-height: 25px;
}
.georgia12Bold {
	font-family: Corbel, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", Verdana, "Verdana Ref", sans-serif;
	font-size: 12px;
	line-height: 19px;
	font-weight: bold;
		color: #FF329A;
}
.georgia13 {
	font-family: Corbel, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", Verdana, "Verdana Ref", sans-serif;
	font-size: 13px;
	line-height: 20px;
	font-weight: bold;
		color: #FF329A;
}
.georgia14 {
	font-family: Corbel, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", Verdana, "Verdana Ref", sans-serif;
	font-size: 14px;
	line-height: 21px;
	font-weight: bold;
		color: #FF329A;
}
.georgia16 {
	font-family: Corbel, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", Verdana, "Verdana Ref", sans-serif;
	font-size: 16px;
	line-height: 23px;
	font-weight: bold;
		color: #FF329A;
}
.georgia18 {
	font-family: Corbel, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", Verdana, "Verdana Ref", sans-serif;
	font-size: 18px;
	line-height: 25px;
	font-weight: bold;
		color: #FF329A;
}
.verdana10 {
	font-family: Corbel, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", Verdana, "Verdana Ref", sans-serif;
	font-size: 13px;
	line-height: 17px;
}
.verdana11 {
	font-family: Corbel, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", Verdana, "Verdana Ref", sans-serif;
	font-size: 13px;
	line-height: 20px;
}
.verdana12 {
	font-family: Corbel, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", Verdana, "Verdana Ref", sans-serif;
	font-size: 13px;
	line-height: 20px;
}
.verdana13 {
	font-family: Corbel, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", Verdana, "Verdana Ref", sans-serif;
	font-size: 13px;
	line-height: 20px;
}
.verdana9 {
	font-family: Corbel, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", Verdana, "Verdana Ref", sans-serif;
	font-size: 10px;
	line-height: 17px;
}
.verdana14 {
	font-family: Corbel, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", Verdana, "Verdana Ref", sans-serif;
	font-size: 14px;
	line-height: 21px;
	font-weight: bold;
	
}
.verdana16 {
	font-family: Corbel, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", Verdana, "Verdana Ref", sans-serif;
	font-size: 16px;
	line-height: 23px;
		font-weight: bold;
}
.verdana18 {
	font-family: Corbel, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", Verdana, "Verdana Ref", sans-serif;
	font-size: 18px;
	line-height: 25px;
		font-weight: bold;
}
.verdanaHeader {
	font-family: Corbel, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", Verdana, "Verdana Ref", sans-serif;
	font-size: 13px;
	line-height: 19px;
	color:#99CC00
}#femlogo {
	float: right;
	margin-top: 35px;
	height: 70px;
	width: 115px;
}
.femvideo {

  display:block;

  width:320px;

  height:205px;

  text-align:center;

}

