html{
  overflow-y:scroll;
} 
body {
	margin:					0px;
	font-family:			Verdana, Geneva, sans-serif;
	font-size:				12px;
	color:					#FFF;
	line-height:			20px;
	background-color: 		#2B2B2B;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 16px;
	overflow: visible;
}


/*
Topmenu
*/

#navigation_top {
	width:					800px;
	background-image: 		url(../images/layout/content/navigation_top.jpg);
	top:					0px;
	height:					18px;
	margin-right: 			auto;
	margin-left: 			auto;
	position: fixed;
}

#navigation_top ul {
	text-align:				center;
	margin-top: 			0px;
	margin-right:			 0px;
	margin-bottom: 			0px;
	margin-left: 			0px;
}

#navigation_top li {
	display:				inline;
	margin-top: 0px;
	margin-right: 60px;
	margin-bottom: 15px;
}

#navigation_top a {
	color:					#FFF;
	font-weight:			bold;
	font-size: 				0.9em;
	text-decoration: 		none;
}

#navigation_top a:hover {
	text-decoration: 		underline;
	color: 					#ACC653;
	font-weight: bold;
}


#container {
	width:					800px;
	margin-right: 			auto;
	margin-left:			auto;
}

p {
	margin:					0px 0px 10px 0px;
}


/*
Content
*/

#content {
	margin-top:				25px;
	color: #FFF;
	font-size: 0.9em;
}

#content li {
	margin-bottom:			10px;
}

/*
Onderste menu met grijze links
*/

#navigation_bottom {
	clear:					both;
	width:					800px;
	margin-top: 			0px;
	margin-right: 			auto;
	margin-bottom: 			0px;
	margin-left: 			auto;
}

#navigation_bottom ul {
	text-align:				left;
	margin-right:			0px;
	margin-left:			0px;
	margin-top:				25px;
	margin-bottom:			25px;
	padding:				0px;
}

#navigation_bottom li {
	display:				inline;
	margin:					0px;
	padding:				0px;
}

#navigation_bottom a {
	color:					#999999;
	margin:					0px 10px 0px 10px;
	padding:				0px;
	font-size:				10px;
	font-weight:			bold;
	text-decoration:		none;
}

#navigation_bottom a:hover {
	text-decoration: 		underline;
	color: 					#ACC653;
}

/*
Afbeeldingen
*/

img {
	margin-top:				0px;
	margin-bottom:			6px;
	margin-left:			2px;
	margin-right:			12px;
	padding:				0px;
	border:					1px solid #999;
}
.img_triple {
	margin-top:				0px;
	margin-bottom:			6px;
	margin-left:			4px;
	margin-right:			6px;
	padding:				0px;
	border:					1px solid #999;
}

.right {
	float:					right;
	margin-bottom:			7px;
	margin-top:				7px;
	margin-left:			7px;
}

.left {
	float:					left;
	margin-bottom:			7px;
	margin-top:				7px;
	margin-right:			10px;
}

.noborder {
	border:					0px;
}

/*
Hieronder worden de verschillende tekststijlen als classes gedefinieerd
die er op de site gebruikt worden.
*/

h1 {
	font-size:				20px;
	font-weight:			normal;
	margin:					30px 0px 15px 0px;
}
h2 {
	font-size:				14px;
	font-weight:			bold;
	color: #030;
	line-height: 18px;
	font-variant: normal;
	text-transform: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}
.extra {
	color: #000;
}

.smallboldheader {
	font-weight:			bold;
	margin:					0px;
}

.darkgrey {
	color:					#666666;
	font-weight: bold;
	font-size: 1.10em;
}

.italic {
	font-style:				italic;
}

.bold {
	font-weight:			bold;
}

.underline {
	text-decoration:		underline;
}

a.lightgreytoblack {
	color:					#999999;
	font-weight:			bold;
	text-decoration:		none;
}

a.lightgreytoblack:hover {
	color:					#000000;
	text-decoration:		underline;
}

a.lightgreentodarkgreen {
	color:					#ACC653;
	font-weight:			bold;
	text-decoration:		none;
}

a.lightgreentodarkgreen:hover {
	color:					#060;
	text-decoration:		underline;
}

a.darkgreytoblack {
	color:					#666666;
	font-weight:			bold;
	text-decoration:		none;
}

a.darkgreytoblack:hover {
	color:					#000000;
	text-decoration:		underline;
}

a.darkgreytogreen {
	color:					#666666;
	font-weight:			bold;
	text-decoration:		none;
}

a.darkgreytogreen:hover {
	color:					#ACC653;
	text-decoration:		underline;
}

a.darkgreentolightgreen {
	color:					#4C7622;
	font-weight:			bold;
	text-decoration:		none;
}

a.darkgreentolightgreen:hover {
	color:					#ACC653;
	text-decoration:		underline;
}
.img_placeholder {
	height: 431px;
	background-image: url(../images/playing/background_img_seq.jpg);
	background-repeat: no-repeat;
	width: 690px;
	margin-right: auto;
	margin-left: auto;
}
.img_noborder_left {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
	bottom: 0px;
}
.img_noborder_right {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: right;
}
#container #content table {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}
#container #content iframe {
	height: 500px;
}
.img_nopadding {
	padding:				0px;
	border:					1px solid #999;
	margin: 0px;
}
.img_nav {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}
.img_placeholder_inner {
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#container #content #FlashID {
	text-align: center;
}
