html {
	min-height: 100%;
	max-width: 100%;
}

body {
	background-color: #222222;
	margin: 0px;
	padding: 0px;
	font-family: Calibri, Arial;
	color: #333344;
	font-size: 11pt;
	text-align: center;
}
input, select, textarea {
	font-family: Calibri, Cambria, Georgia, Tahoma, Arial;
	color: #666666;
	font-size: 11pt;
}
option.selected, option [selected] {
	color: #ffffff;
	background-color: #999999;
}
a {
	color: #006699;
	text-decoration: underline;
	font-weight: bolder;
	font-style: italic;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
h1,h2,h3,h4,h5,h6 {
	color: #99cc00;
//	color: #FF6666;
	line-height: 1em;
	font-family: Georgia;
//	font-style: italic;
	letter-spacing: -1px;
}
h1 span,h2 span,h3 span,h4 span,h5 span,h6 span {
	color: #999999;
	font-size: smaller;
}
#headerwrapper {
	text-align: center;
	background-image: url(/common/bg_headerwrapper.jpg);
	background-position: center bottom;
	background-repeat: repeat-x;
	background-color: #99cc00;
}
#header {
	width: 960px;
	height: 250px;
	overflow: hidden;
	margin: auto;
	position: relative;
	text-align: left;
	display: block;
	background-image: url(/common/bg_header.png);
	background-position: 600px 0px;
	background-repeat: no-repeat;
}
#header #logo {
	position: absolute;
	left: 0px;
	top: 20px;
	width: 400px;
	height: 150px;
	/*
	background-image: url(/common/logo.png);
	*/
}
#header #logo a {
	width: 100%;
	height: 100%;
	display: block;
}
#header #slogan {
	position: absolute;
	left: 340px;
	top: 0px;
	width: 100px;
	height: 100px;
	background-image: url(/common/parental_advisory.png);
	z-index: 1001;
}
#header #gPlusOne {
	position: absolute;
	right: 0px;
	bottom: 25px;
	width: auto;
	height: auto;
	z-index: 1002;
}


#nav {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 960px;
	height: 50px;
	overflow: hidden;
}
#nav a {
	display: block;
	float: left;
	height: 30px;
	padding-top: 5px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
}

#nav a:hover {
	background-image: url(/common/bg_nav_selected.png);
	background-position: center bottom;
	background-repeat: no-repeat;
}
#nav a.selected {
	background-image: url(/common/bg_nav_selected.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	text-decoration: none;
}
img {
	border-color: #cccccc;
}
a img{
	border: none;
	vertical-align: middle;
}


#subnavwrapper {
	margin: 0px;
	background-color: #ffffff;
	background-image: url(/common/bg_subnavwrapper.png);
	background-position: center bottom;
	background-repeat: repeat-x;
}
#subnav {
	width: 960px;
	height: 45px;
	overflow: hidden;
	margin: auto;
	text-align: left;
	display: block;
}
#subnav a {
	display: block;
	float: left;
	height: 30px;
	padding-top: 3px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 12px;
}
#subnav img{
	border: none;
}
#subnav a.selected {
	background-image: url(/common/bg_subnav_selected.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	text-decoration: none;
}


#contentwrapper {
	margin: 0px;
	background-color: #ffffff;
	background-image: url(/common/bg_contentwrapper.png);
	background-position: center bottom;
	background-repeat: repeat-x;
	padding-top: 10px;
	padding-bottom: 30px;
}
#content {
	width: 960px;
	margin: auto;
	overflow: hidden;
	text-align: left;
	display: block;
}

#footerwrapper {
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
	min-height: 160px;
	background-image: url(/common/bg_footerwrapper.jpg);
	background-position: center top;
	background-repeat: repeat-x;
}


#footer {
	width: 960px;
	overflow: hidden;
	min-height: 200px;
	margin: auto;
	text-align: left;
	font-size: small;
	color: #9999AA;
/*
	display: block;
	background-image: url(/common/cymbals.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
*/
}
#footer h1, #footer h2, #footer h3, #footer h4, #footer h5 {
	color: #9999AA;
}
#footer a {
	color: #9999AA;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
	color: #ffffff;
}


#footernav {
	margin: 0px;
	padding: 0px;
}
#footernav a {
	color: #9999AA;
	display: block;
	height: 16px;
	padding: 4px 4px 4px 25px;
	background: url(/common/bg_footernav_a.png) 0px -48px no-repeat;
	margin-bottom: 1px;
}
#footernav a:visited {
	color: #9999AA;
}
#footernav a.selected {
	color: #ffffff;
	background-position: 0px 0px;
}
#footernav a:hover {
	color: #ffffff;
	background-position: 0px -24px;
}

#footerlinks {
	text-align: justify;
	font-size: 8pt;
}


hr.clearall {
	border: none;
	background-color: transparent;
	height: 0px;
	margin: 10px;
	padding: 0px;
	clear: both;
	visibility: hidden;
}

.fh1 {
	height: 1em;
	margin-bottom: 0px;
	overflow: auto;
}
.fh2 {
	height: 2em;
	margin-bottom: 0px;
	overflow: auto;
}
.fh3 {
	height: 3em;
	margin-bottom: 0px;
	overflow: auto;
}
.fh4 {
	height: 4em;
	margin-bottom: 0px;
	overflow: auto;
}
.fh5 {
	height: 5em;
	margin-bottom: 0px;
	overflow: auto;
}
.fh6 {
	height: 6em;
	margin-bottom: 0px;
	overflow: auto;
}
.fh7 {
	height: 7em;
	margin-bottom: 0px;
	overflow: auto;
}
.fh8 {
	height: 8em;
	margin-bottom: 0px;
	overflow: auto;
}
.fh9 {
	height: 9em;
	margin-bottom: 0px;
	overflow: auto;
}
.fh10 {
	height: 10em;
	margin-bottom: 0px;
	overflow: auto;
}
.fh11 {
	height: 11em;
	margin-bottom: 0px;
	overflow: auto;
}
.fh12 {
	height: 12em;
	margin-bottom: 0px;
	overflow: auto;
}
.margin0 {
	margin-top: 0px;
	margin-bottom: 0px;
}
.marginbottom0 {
	margin-bottom: 0px;
}
.margintop0 {
	margin-top: 0px;
}


.fh100px {
	height: 100px;
	overflow: auto;
}
.fh150px {
	height: 150px;
	overflow: auto;
}
.fh200px {
	height: 200px;
	overflow: auto;
}
.fh300px {
	height: 300px;
	overflow: auto;
}
.fh400px {
	height: 400px;
	overflow: auto;
}
.fh500px {
	height: 500px;
	overflow: auto;
}
.borderbot {
	border-bottom: 1px dotted #999999;
}

.btn100 {
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	display: block;
	width: 70px;
	height: 20px;
	line-height: 20px;
	padding: 15px;
	margin: auto;
	background-image: url(/common/bg_btn100.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	font-size: 11pt;
}
.btn100:hover {
	background-position: 0px -50px;

}
.btn200 {
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	display: block;
	width: 170px;
	height: 20px;
	line-height: 20px;
	padding: 15px;
	margin: auto;
	background-image: url(/common/bg_btn200.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	font-size: 11pt;
}
.btn200:hover {
	background-position: 0px -50px;

}
.btn300 {
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	display: block;
	width: 270px;
	height: 20px;
	line-height: 20px;
	padding: 15px;
	margin: auto;
	background-image: url(/common/bg_btn300.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	font-size: 11pt;
}
.btn300:hover {
	background-position: 0px -50px;

}

.large {
	font-size: large;
}
.xlarge {
	font-size: x-large;
}
.xxlarge {
	font-size: xx-large;
}
.small {
	font-size: small;
}
.xsmall {
	font-size: x-small;
}
.xxsmall {
	font-size: xx-small;
}




.derde {
	width: 300px;
	float: left;
	clear: none;
}
.tweederde {
	width: 630px;
	float: left;
	clear: none;
}
.kwart {
	width: 225px;
	float: left;
	clear: none;
}
.half {
	width: 470px;
	float: left;
	clear: none;
}
.driekwart {
	width: 715px;
	float: left;
	clear: none;
}
.mleft20 {
	margin-left: 20px;
}
.mleft30 {
	margin-left: 30px;
}
.kolfade30 {
	background-image: url(/common/bg_kol300_fade.png);
	background-position: center bottom;
	background-repeat: no-repeat;
}
.subspl {
	padding: 30px;
	background-color: #333333;
	background-image: url(/common/bg_homecontent.png);
	background-position: center bottom;
	background-repeat: no-repeat;
}
.quote {
	background-color: #99cc00;
	color: #FFFFFF;
	text-align: center;
	padding: 10px;
	font-style: italic;
	font-size: larger;
	font-weight: bold;
}
img.pli {
	background-image: url(/common/loading.gif);
	background-position: center center;
	background-repeat: no-repeat;
}
.itemmenu {
	font-size: small;
	max-height: 800px;
	overflow: auto;
	padding: 0px;
	list-style: none;
}
.itemmenu li {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding: 2px;
	border-bottom: 1px dotted #cccccc;
}
.itemmenu a {
	text-decoration: none;
}
.itemmenu a.current {
	color: #000000;
}
.itemmenu a span {
	color: #666666;
	font-size: x-small;
}
.bg2 {
	background-color: #f0f0f0;
}
.ctr {
	text-align: center;
}
.noshow {
	display: none;
	visibility: hidden;
}
.fleft {
	float: left;
}
.fright {
	float: right;
}
.w500 {
	width: 500px;
}
#showmore {
	clear: both;
}
.error {
	padding-left: 140px;
	padding-right: 20px;
	color: #990000;
	height: 150px;
	display: table-cell;
	vertical-align: middle;
	clear: both;
	width: 800px;
	background-image: url(/common/bg_error.png);
	background-repeat: no-repeat;
}

#footer .padded {
	display: block;
	height: 16px;
	padding: 4px;
	background: url(/common/bg_footer_a_padded.png) 0px -48px no-repeat;
	margin-bottom: 1px;
}
#footer .padded:hover {
	background-position: 0px -24px;
}
#footer .padded selected {
	background-position: 0px 0px;
}
#footer .padded img {
	margin-right: 5px;
}
#content a[target="_blank"] {
	padding-right: 16px;
	background: url(/common/link_out.png) right center no-repeat;
}
#bookmarkMe {
	position: fixed;
	right: 0px;
	top: 0px;
	width: 80px;
	height: 80px;
}
#bookmarkMe a {
	display: block;
	width: 80px;
	height: 80px;
	background: url(/common/bookmarkMe.png) no-repeat center center;
}
b, strong {
	letter-spacing: 1px;
}
