body {
	font: 80% verdana;
	line-height: 1.2em;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	background: url(../images/bodyBg.jpg) repeat-x #a6d10b;
}

table, td, div {
	font-size: 100%;
}

h1, h2, h3, h4, h5 {
	padding: 0px;
	margin: 0px;
}

h1 {
	color: #fff200;
	font-size: 140%;
}

h2 {
	color: #fc710a;
	font-size: 140%;
}

h3 {
	font-size: 110%;
	color: #ff6702;
}

h4 {
	font-size: 100%;
	text-transform: uppercase;
	margin-left: 15px;
}
div.intro h4 {
	font-size: 85%;
	color: #ff1515;
}
div.footerContentMiddle h4 {
	margin: 0px;
}

h5 {
	font-size: 100%;
}

h6 {
	font-size: 130%;
	color: white;
	margin: 0px;
	padding: 0px;
}

img {
	border: 0px;
}

a {
	color: #ffffff;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

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

/* REUSABLES */

.floatLeft {
	float: left;	
}
.floatRight {
	float: right;
}

.clearer {
	font-size: 1%;
	height: 0px;
	clear: both;
}

/* DIV, SPAN, IMG */


/* Home portlets */
div.homePortletLeft {
	background: url(../images/homePortletLeft.png) no-repeat top center;
	width: 480px;
	height: 263px;
	float: left;
}

div.homePortletRight {
	background: url(../images/homePortletRight.png) no-repeat top center;
	width: 480px;
	height: 263px;
	float: left;
}

div.homePortletContent {
	position: relative;
}

.homePortletTitle {
	position: relative;
	margin-top: 10px;
	margin-left: 14px;
}

.homePortletMoreBtn {
	position: absolute;
	top: 230px;
	right: 20px;
	clear: both;
}

.homePortletText {
	color: black;
	font-size: 10px;
	padding: 0 200px 0 18px;
	font-weight: bold;
	position: relative;
}

.homePortletLeft .homePortletText {
	padding: 0 240px 0 18px;
}

.homePortletNews {
	width: 674px;
	float: left;
}
.homePortletNewsContent {
	background: url(../images/homePortletNewsBg.png) repeat-y;
	padding: 5px 15px 5px 15px;
	color: #000000;
	zoom: 1;
}
div.homePortletNewsContent a {
	color: #fc710a;
}

.homePortletLinks {
	width: 280px;
	float: right;
}
.homePortletLinksContent {
	background: url(../images/homePortletLinksBg.png) repeat-y;
	padding: 4px 15px 4px 15px;
	color: #000000;
	zoom: 1;
}
div.homePortletLinksContent a {
	color: #fc710a;
}

/* -------------- */


/*.teaserbtn {
	position: absolute;
	margin-left: 18px;
}*/

.teaserbtn {
	color: black;
	text-decoration: none;
	margin-bottom: 12px;
	font-size: 15px;
	font-weight: bold;
	position: relative;
}


img.teaserGraphic {
	float: left;
	display: block;
	margin-right: 6px;
}



div.mainContainer {
	background: url(../images/mainBg.jpg) no-repeat top center;
}

div.contentContainer {
	width: 1000px;
	margin: 0px auto;
	position: relative;
}

div.topContentLanguages {
	float: right;
	width: 120px;
	font-size: 80%;
	color: #000000;
}
div.topContentLanguages a {
	color: #000000;
	text-decoration: none;
}
div.topContentLanguages a:hover {
	text-decoration: underline;
}

div.topContentSearch {
	float: right;
	width: 250px;
	font-size: 80%;
	color: #000000;
}
div.topContentSearch a {
	color: #000000;
	text-decoration: none;
}
div.topContentSearch a:hover {
	text-decoration: underline;
}

div.mainContentTop {
	width: 946px;
	height: 27px;
	float: left;
	background: url(../images/contentTopBg.png) repeat-x;
	line-height: 0px;
	font-size: 0%;
	z-index: 1000;
	zoom: 1;
}

div.mainContentMiddle {
	clear: both;
	padding: 0 20px 0 15px;
	background: url(../images/contentBg.png);
	zoom: 1;
}

div.expandContainer {
	position: relative;
}

div.footerContentContainer {
	margin-top: 5px;
	zoom: 1;
}
div.footerContentMiddle {
	padding: 0 20px 10px 15px;
	background: url(../images/contentBg.png) repeat-y;
	font-size: 80%;
	font-weight: bold;
	line-height: 1.1em;
	zoom: 1;
}
div.footerContentMiddle a {
	color: #FFFFFF;	
}

#footerText {
	width: 700px;
}

div.footerContent {
	display: none;
}

#footer_logo {
	float: right;
	margin-right: 20px;
}

div.mainContentBottom {
	width: 946px;
	height: 27px;
	float: left;
	background: url(../images/contentBottomBg.png) repeat-x bottom left;
	line-height: 0px;
	font-size: 0%;
}

div.contentRight {
	float: right;
	width: 200px;
}

div.contentRightMargin {
	margin-top: 30px;
}


div.contentMiddle {
	float: left;
	width: 558px;
	background: #FFFFFF;
	color: #000000;
}
div.contentMiddle a {
	color: #fc710a;
}

div.contentMiddleContent {
	padding: 10px;
}

div.articleHeight {
	min-height: 400px;
}

div.printLinks {
	background-color: #F3F3F3;
	color: black;
	font-size: 11px;
}

div.printLinks ul {
	color: #FC710A;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.printlink {
	color: black;
	text-decoration: none;
	padding-left: 8px;
	float: right;
	position: relative;
	margin-top: -18px;
}


div.crumbTrail {
	font-size: 80%;
}

div.btnFold {
	width: 258px;
	cursor: pointer;
	zoom: 1;
	z-index: 50;
}
div.btnFoldContent {
	position: relative;
	background: url(../images/btnFoldBg.png) repeat-y;
	zoom: 1;
	padding: 0 10px 0 10px;
	z-index: 100;
}
div.btnFoldSubcontent {
	width: 258px;
	position: absolute;
	left: 0px;
	display: none;
	z-index: 150;
	zoom: 1;
}
div.btnFoldSubcontent div {
	background: url(../images/btnFoldBg.png) repeat-y;
	zoom: 1;
	padding-top: 30px;
}
div.btnFoldSubcontent a {
	display: block;
	text-decoration: none;
	font-size: 80%;
	color: #FFFFFF;
	font-weight: bold;
	padding: 0 5px 0 15px;
}
div.btnFoldSubcontent a:hover {
	text-decoration: underline;
}
div.btnFoldSubcontent h3 {
	font-size: 80%;
	color: #ff0000;
	padding-left: 15px;
}

.foldSectionTitle {
	margin-top: 8px;
	text-transform: uppercase;
}

div.portletBig {
	width: 532px;
	background: url(../images/portletBigBg.gif) repeat-y;
}
div.portletBigContent {
	padding: 10px;
}

div.portletSmallWhiteContent {
	position: relative;
	background: url(../images/portletSmallWhiteBg.png) repeat-y;
	color: #000000;
	padding: 5px 10px 0 10px;
	font-size: 85%;
	zoom: 1;
}
div.portletSmallWhiteContent a {
	color: #fc710a;
}

div.intro {
	float: left;
	width: 178px;
	height: 258px;
	margin: 0px;
}

div.intro div {
	padding: 108px 7px 5px 7px;
}

div.intro div div {
	padding: 0px;
	margin: 0px;
	position: absolute;
	font-size: 11px;
	margin-left: 16px;
	height: 35px;
	width: 140px;
}

div.introProfessor {
	background: url(../images/charactersIntroProfessor.gif) no-repeat;
}
div.introTim {
	background: url(../images/charactersIntroTim.gif) no-repeat;
}
div.introTina {
	background: url(../images/charactersIntroTina.gif) no-repeat;
}

div.intro img {
	position: relative;
	margin-top: 108px;
	margin-left: 62px;
}

div.inzending {
	width: 166px;
	position: relative;
	float: left;
	margin-right: 12px;
	margin-bottom: 8px;
	font-size: 11px;
}

#paging {
	float: right;
	font-size: 11px;
}

#paging div {
	float: right;
	margin-top: 6px;
	
}
#paging a {
	width: 30px;
	float: right;
}

img.logo {
	position: absolute;
	z-index: 2000;
	margin-left: -12px;
	zoom: 1;
}

img.block {
	display: block;
}

img.menuCharacters {
	position: absolute;
	display: block;
	top: -120px;
	left: -20px;
	z-index: 200;
}

img.btnFoldImg {
	position: absolute;
	top: -27px;
	left: 14px;
	z-index: 300;
}

img.imgFlag {
	vertical-align: middle;
}

img.imgWistJeDat {
	position: absolute;
	top: -78px;
	left: 3px;
}

img.overlayInzendingen {
	position: absolute;
}

img.footerExpand {
	position: absolute;
	left: 450px;
	top: -10px;
	zoom: 1;
	z-index: 100;
	clear: both;
}

img.viezeFreddie1 {
	position: absolute;
	top: 550px;
	right: 100px;
	z-index: 1;
}

img.graphicHome {
	margin-right: 5px;
}


.comic_bottom {
	position: relative;
	margin-left: 11px;
}


/* TABLE, TR, TD */

table.formContainer td {
	padding: 2px 0 2px 0;
}

table.downloads td,
table.downloads th {
	padding: 5px;	
}

th {
	text-align: left;
}

tr.oddRow td {
	background: #d6eeb5;
}

#downloadtabel th{
	cursor: pointer;
font-weight: bold;
background-repeat: no-repeat;
background-position: center left;
background-color:#f2f2f2;
border:1px #d4d4d4 solid;
padding-left: 2px;
padding-right: 15px;
margin-left:  2px; }

#downloadtabel th:hover {
background-color:#d4d4d4;	
}
#downloadtabel tr.even{
	background: #d6eeb5;
}

#downloadtabel th.headerSortUp {  
background-image: url('../images/kleinneer.gif');
background-position:  95% center;
background-repeat:no-repeat;

}
#downloadtabel th.headerSortDown {
	background-image: url('../images/kleinop.gif');
	background-position:  95% center;
	background-repeat:no-repeat;
	} 


/* UL, LI */

li a {
	display:inline-block;
}
li a {
	display:block;
}

ul.menu {
	float: left;
	width: 186px;
	padding: 0px;
	margin: 115px 10px 0 0;
	list-style: none;
	list-style-image: none;
}
ul.menu li {
	background: url(../images/menu/menuBg.png) repeat-y;
	zoom: 1;
	display: compact;
}
ul.menu li.top,
ul.menu li.bottom {
	background: none;
	line-height: 1%;
	font-size: 1%;
}
ul.menu li.top {	
	position: relative;
}

ul.menu a {
	display: block;
	padding: 3px 0 3px 10px;
	border-bottom: 1px solid #ff6702;
	margin: 0 7px 0 3px;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}
ul.menu a.active,
ul.menu a:hover {
	background: #ffd9a2;
	color: #ff1515;
}

ul.menu ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
	list-style-image: none;
}
ul.menu ul a {
	padding: 3px 25px 3px 30px;
	font-size: 90%;
}
ul.menu ul a img {
	display: none;
	margin-top: 2px;
}
ul.menu ul a.active,
ul.menu ul a:hover {
	background: url(../images/menuLinkArrow.gif);
	background-repeat: no-repeat;
	background-position: 90% center;
}
ul.menu ul a.active img,
ul.menu ul a:hover img {
	display: inline;
}

/* FORM ELEMENTS */

form {
	margin: 0px;
	padding: 0px;
}

label {
	xfont-weight: bold;
}

input, textarea, select {
	font-family: verdana;
	font-size: 90%;
}

input.formFieldSearch {
	float: left;
	background: url(../images/formFieldSearch.gif) no-repeat;
	width: 163px;
	height: 20px;
	padding: 5px 0px 0 5px;
	margin: 3px 0 0 0;
	border: 0px;
}

input.formBtnSearch {
	float: right;
	width: 67px;
	height: 29px;
}

#errorBox, #errorMessage {
	color:#C2020E; 
	font-weight: bold;
}

#sending {
	display: none;
	color:#C2020E; 
	font-weight: bold;
}
