﻿body {
	background-color: #111111;
	padding: 0px;
	margin: 0px;
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #000000;
	background-image: url('img/background.jpg');
	background-repeat: repeat-x;
}
.pallet {
	margin: auto;
	padding: 0px;
	background-image: url('img/pallet.jpg');
	position: relative;
	width: 952px;
	height: 758px;
	top: 42px;
}

.alt {
	display: none;
}

#whereid {
	position: absolute;
	z-index: 1;
	width: 196px;
	height: 83px;
	top: 260px;
	left: 536px;
}

.subtitle {
	position: absolute;
	z-index: 1;
	width: 490px;
	height: auto;
	top: 385px;
	left: 67px;
	font-family: "Trebuchet MS";
	color: #1a1a1a;
	font-size: 22px;
}

.text {
	padding: 5px;
	position: absolute;
	z-index: 2;
	width: 480px;
	height: 280px;
	top: 412px;
	border: 0px solid #FF0000;
	left: 67px;
	overflow: auto;
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #141414;
}
.text a {
	color: #141414;
	text-decoration: none;
}
.text a:visited {
	color: #141414;
	text-decoration: none;
}
.text a:hover {
	color: #141414;
	text-decoration: underline;
}

.text img {
    border: 0px solid #000000;
}

.text h1 {
	font-size: 14px;
	color: #141414;
}
.text h2 {
	font-size: 12px;
	color: #141414;
	font-weight: bold;
}



.auteur {
	position: absolute;
	z-index: 1;
	width: 490px;
	height: 20px;
	top: 725px;
	left: 67px;
	font-size: 10px;
	font-family: "Trebuchet MS";
	color: #909090;
	text-align: right;
}
.auteur a {
	color: #909090;
	text-decoration: none;
}
.auteur a:visited {
	color: #909090;
	text-decoration: none;
}
.auteur a:hover {
	color: #909090;
	text-decoration: underline;
}




/* --- TAAL KNOPPEN ---*/

#nl {
	position: absolute;
	width: 44px;
	height: 33px;
	background-image: url('img/flags/nl_up.jpg');
	background-repeat: no-repeat;
	z-index: 2;
	display: block;
	top: -17px;
	/* bovenkant -17 pixels */
	left: 677px;
	/* links 677 pixels */
}
#nl:hover {
	background-image: url('img/flags/nl_down.jpg');
}

#de {
	position: absolute;
	width: 44px;
	height: 33px;
	background-image: url('img/flags/de_up.jpg');
	background-repeat: no-repeat;
	z-index: 2;
	display: block;
	top: -17px;
	/* bovenkant -17 pixels */
	left: 724px;
	/* links 724 pixels */
}
#de:hover {
	background-image: url('img/flags/de_down.jpg');
}

#uk {
	position: absolute;
	width: 44px;
	height: 33px;
	background-image: url('img/flags/uk_up.jpg');
	background-repeat: no-repeat;
	z-index: 2;
	display: block;
	top: -17px;
	/* bovenkant -17 pixels */
	left: 771px;
	/* links 771 pixels */
}
#uk:hover {
	background-image: url('img/flags/uk_down.jpg');
}

#es {
	position: absolute;
	width: 44px;
	height: 33px;
	background-image: url('img/flags/es_up.jpg');
	background-repeat: no-repeat;
	z-index: 2;
	display: block;
	top: -17px;
	/* bovenkant -17 pixels */
	left: 818px;
	/* links 818 pixels */
}
#es:hover {
	background-image: url('img/flags/es_down.jpg');
}

/* -- EIND TAAL KNOPPEN --*/

.input {
	background-color: #fdfdfd;
	padding: 2px;
	margin: 0px;
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #000000;
	border: 1px solid #9d9d9d;
	width: 90%;
}

#bobross {
	position: absolute;
	z-index: 1;
	display: block;
	bottom: 113px;
	/* onderkant 113 pixels */
	right: -20px;
	/* rechts -40 pixels */
}

.calenderobject {
    border: 1px solid #404040;
    margin: 5px;
    padding: 3px;
}
.calenderdate {
    font-weight: bold;
    font-size: 12px;   
}
.calenderitemtitle {
    font-weight: normal;
    font-size: 11px;
}
.contentboxbeschrijving {
    font-weight: bold;
    text-decoration: underline;
}
