html {
	margin: 0;
	padding: 0;
	height: 100%;
	overflow: hidden;
}

body {
	margin: 0;
	padding: 0;
	height: 100%;
	background: #eeeeee;
}

h1 {
	font-size: 150%;
}

a {
	color: black;
	text-decoration: underline;
}

*:focus { 
	outline: none; 
}

*::-moz-focus-inner { 
	border: none; 
}

.mwxBackgroundColor1 { /* Blue */
	background-color: #1f9ee0;
}

.mwxBackgroundColor2 { /* Light blue */
	background-color: #33aadd;
}

.mwxBackgroundColor3 { /* Purple */
	background-color: #e6007e;
}

.mwxBorderColor1 { /* Blue */
	border-color: #1f9ee0;
}

.mwxBorderColor2 { /* Light blue */
	border-color: #33aadd;
}

.mwxBorderColor3 { /* Purple */
	border-color: #e6007e;
}

.mwxBorderColor3 { /* Purple */
	background-color: #e6007e;
}

.mwxColor1 { /* Blue */
	color: #1f9ee0;
}

.mwxColor2 { /* Light blue */
	color: #33aadd;
}

.mwxColor3 { /* Purple */
	color: #e6007e;
}

.btn {
	cursor: pointer;
	border: 1px solid transparent;
	white-space: nowrap;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	-webkit-box-sizing: border-box;
	-khtml-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	transition: .2s ease-out;
	-webkit-tap-highlight-color: transparent;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0
		rgba(0, 0, 0, 0.12);
}

.btn:hover,.btn:focus {
	color: #5f7676;
	text-decoration: none;
	box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0
		rgba(0, 0, 0, 0.15);
	outline-offset: -2px;
}

.btn:active,.btn.active {
	outline: 0;
	background-image: none;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled,.btn[disabled],fieldset[disabled] .btn {
	cursor: not-allowed;
	pointer-events: none;
	opacity: 0.65;
	filter: alpha(opacity =   65);
	-webkit-box-shadow: none;
	box-shadow: none;
}

.btn.hidden,.btn[hidden],fieldset[hidden] .btn {
	visibility: hidden;
}

.btn-default {
	color: #5f7676;
	background-color: #fff;
	border: 1px #ccc solid !important;
}

.btn-default.active,.btn-default:active,.btn-default:focus,.btn-default:hover,.open>.dropdown-toggle.btn-default
	{
	color: #5f7676;
	background-color: #e6e6e6;
	border-color: #a1aab0
}

.btn-default:hover {
	background-color: #e6e6e6;
	border-color: #a7afb4
}

.btn-default.active,.btn-default:active,.btn-default:focus,.open>.dropdown-toggle.btn-default
	{
	color: #5f7676;
	background-color: #e6e6e6;
	border-color: #a1aab0
}

.btn-default.disabled,.btn-default.disabled.active,.btn-default.disabled:active,.btn-default.disabled:focus,.btn-default.disabled:hover,.btn-default[disabled],.btn-default[disabled].active,.btn-default[disabled]:active,.btn-default[disabled]:focus,.btn-default[disabled]:hover,fieldset[disabled] .btn-default,fieldset[disabled] .btn-default.active,fieldset[disabled] .btn-default:active,fieldset[disabled] .btn-default:focus,fieldset[disabled] .btn-default:hover
	{
	color: #c1c1c1;
	background-color: #fff;
	border-color: #ddd
}

.btn-default .badge {
	color: #ecf0f1;
	background-color: #5f7676
}

.btn-primary {
	color: #fff;
	background-color: #039;
	border: 1px solid #00215F !important;
}

.btn-primary:hover {
	color: #fff;
	background-color: #022d83;
	border-color: #02256a !important;
}

.btn-primary.active,.btn-primary:active,.btn-primary:focus,.open>.dropdown-toggle.btn-primary
	{
	color: #fff;
	background-color: #022d83;
	border-color: #20638f !important;
}

.btn-primary:active,.btn-primary.active,.open>.dropdown-toggle.btn-primary
	{
	background-image: none;
}

.btn-primary.disabled,.btn-primary.disabled.active,.btn-primary.disabled:active,.btn-primary.disabled:focus,.btn-primary.disabled:hover,.btn-primary[disabled],.btn-primary[disabled].active,.btn-primary[disabled]:active,.btn-primary[disabled]:focus,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary,fieldset[disabled] .btn-primary.active,fieldset[disabled] .btn-primary:active,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary:hover
	{
	background-color: #6281bf;
	border-color: #5777b7 !important;
}

.btn-primary .badge {
	color: #3498db;
	background-color: #ffffff;
}

.btn-primary:active,.btn-primary.active,.open>.dropdown-toggle.btn-primary
	{
	background-image: none;
}

.btn-primaryOff {
	color: #022d83;
}

.btn-success {
	color: #fff;
	background-color: #4dc14d;
	border-color: #379d37
}

.btn-success:hover {
	color: #fff;
	background-color: #49b849;
	border-color: #37a737 !important;
}

.btn-success.active,.btn-success:active,.btn-success:focus,.open>.dropdown-toggle.btn-success
	{
	color: #fff;
	background-color: #49b849;
	border-color: #1e8449
}

.btn-success.disabled,.btn-success.disabled.active,.btn-success.disabled:active,.btn-success.disabled:focus,.btn-success.disabled:hover,.btn-success[disabled],.btn-success[disabled].active,.btn-success[disabled]:active,.btn-success[disabled]:focus,.btn-success[disabled]:hover,fieldset[disabled] .btn-success,fieldset[disabled] .btn-success.active,fieldset[disabled] .btn-success:active,fieldset[disabled] .btn-success:focus,fieldset[disabled] .btn-success:hover
	{
	background-color: #9ce59c;
	border-color: #93e193 !important;
}

.btn-success .badge {
	color: #4dc14d;
	background-color: #fff
}

.btn-info {
	color: #fff;
	background-color: #55c4f4;
	border: 1px solid #41B0F4 !important;
}

.btn-info:hover {
	color: #fff;
	background-color: #50bfee;
	border-color: #36bbf3
}

.btn-info.active,.btn-info:active,.btn-info:focus,.open>.dropdown-toggle.btn-info
	{
	color: #fff;
	background-color: #50bfee;
	border-color: #10746b
}

.btn-info.disabled,.btn-info.disabled.active,.btn-info.disabled:active,.btn-info.disabled:focus,.btn-info.disabled:hover,.btn-info[disabled],.btn-info[disabled].active,.btn-info[disabled]:active,.btn-info[disabled]:focus,.btn-info[disabled]:hover,fieldset[disabled] .btn-info,fieldset[disabled] .btn-info.active,fieldset[disabled] .btn-info:active,fieldset[disabled] .btn-info:focus,fieldset[disabled] .btn-info:hover
	{
	background-color: #a0dcf5;
	border-color: #8cd3f0 !important;
}

.btn-info .badge {
	color: #1abdaf;
	background-color: #fff
}

.btn-info-off {
	background-color: #a0dcf5;
	border-color: #8cd3f0 !important;
	cursor: pointer;
}

.btn-warning {
	color: #fff;
	background-color: #ff9524;
	/*border-color: #f39c12;*/
	border: 1px solid #f68002 !important;
}

.btn-warning:hover {
	color: #fff;
	background-color: #f28d21;
	border-color: #fd8c13
}

.btn-warning.active,.btn-warning:active,.btn-warning:focus,.open>.dropdown-toggle.btn-warning
	{
	color: #fff;
	background-color: #f28d21;
	border-color: #c87f0a
}

.btn-warning.disabled,.btn-warning.disabled.active,.btn-warning.disabled:active,.btn-warning.disabled:focus,.btn-warning.disabled:hover,.btn-warning[disabled],.btn-warning[disabled].active,.btn-warning[disabled]:active,.btn-warning[disabled]:focus,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning,fieldset[disabled] .btn-warning.active,fieldset[disabled] .btn-warning:active,fieldset[disabled] .btn-warning:focus,fieldset[disabled] .btn-warning:hover
	{
	background-color: #f8b975;
	border-color: #f4ae62 !important;
}

.btn-warning .badge {
	color: #f28d21;
	background-color: #fff
}

.btn-danger {
	color: #fff;
	background-color: #d40242;
	border-color: #a90235
}

.btn-danger:hover {
	color: #fff;
	background-color: #e60046;
	border-color: #a90235
}

.btn-danger.active,.btn-danger:active,.btn-danger:focus,.open>.dropdown-toggle.btn-danger
	{
	color: #fff;
	background-color: #e60046;
	border-color: #962d22
}

.btn-danger.disabled,.btn-danger.disabled.active,.btn-danger.disabled:active,.btn-danger.disabled:focus,.btn-danger.disabled:hover,.btn-danger[disabled],.btn-danger[disabled].active,.btn-danger[disabled]:active,.btn-danger[disabled]:focus,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger,fieldset[disabled] .btn-danger.active,fieldset[disabled] .btn-danger:active,fieldset[disabled] .btn-danger:focus,fieldset[disabled] .btn-danger:hover
	{
	background-color: #ff98b8;
	border-color: #f38bab !important;
}

.btn-danger .badge {
	color: #e60046;
	background-color: #fff
}

.btn-gold {
	color: #5d3e1c;
	background-image: -webkit-linear-gradient(-81deg, #c9ab5b 8%, #f9ed96 40%, #ccaf5f 71%, #996932);
	background-image: -moz-linear-gradient(-81deg, #c9ab5b 8%, #f9ed96 40%, #ccaf5f 71%, #996932);
	background-image: -o-linear-gradient(-81deg, #c9ab5b 8%, #f9ed96 40%, #ccaf5f 71%, #996932);
	background-image: -ms-linear-gradient(-81deg, #c9ab5b 8%, #f9ed96 40%, #ccaf5f 71%, #996932);
	background-image: linear-gradient(-81deg, #c9ab5b 8%, #f9ed96 40%, #ccaf5f 71%, #996932);
	border-color: #b79b4e;
}

.btn-gold:hover {
	background-image: -webkit-linear-gradient(-81deg, #d2b55c 8%, #ffef82 40%, #e5c46a 71%, #b98141);
	background-image: -moz-linear-gradient(-81deg, #d2b55c 8%, #ffef82 40%, #e5c46a 71%, #b98141);
	background-image: -o-linear-gradient(-81deg, #d2b55c 8%, #ffef82 40%, #e5c46a 71%, #b98141);
	background-image: -ms-linear-gradient(-81deg, #d2b55c 8%, #ffef82 40%, #e5c46a 71%, #b98141);
	background-image: linear-gradient(-81deg, #d2b55c 8%, #ffef82 40%, #e5c46a 71%, #b98141);
}

.btn-gold.active,.btn-gold:active,.btn-gold:focus,.open>.dropdown-toggle.btn-gold {
	background-image: -webkit-linear-gradient(-81deg, #FFFFFF 8%, #FFFFFF 40%, #FFFFFF 71%, #FFFFFF);
	background-image: -moz-linear-gradient(-81deg, #FFFFFF 8%, #FFFFFF 40%, #FFFFFF 71%, #FFFFFF);
	background-image: -o-linear-gradient(-81deg, #FFFFFF 8%, #FFFFFF 40%, #FFFFFF 71%, #FFFFFF);
	background-image: -ms-linear-gradient(-81deg, #FFFFFF 8%, #FFFFFF 40%, #FFFFFF 71%, #FFFFFF);
	background-image: linear-gradient(-81deg, #FFFFFF 8%, #FFFFFF 40%, #FFFFFF 71%, #FFFFFF);
}

.mainViewport {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	min-height: 607px;
	overflow: hidden;
}

.topBackgroundBar {
	position: absolute;
	top: 64px;
	left: 0px;
	height: 43px;
	width: 2400px;
	border: none;
	z-index: -10;
}

.bottomBackgroundBar {
	position: absolute;
	top: 474px;
	left: 0px;
	height: 43px;
	width: 2400px;
	border: none;
	z-index: -10;
}

.wrapper {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -303.5px;
	margin-left: -1200px;
	height: 607px;
	width: 2400px;
	background: transparent;
	z-index: 10;
}

.content {
	position: absolute;
	top: 64px;
	left: 774px;
	height: 453px;
	width: 854px;
	text-align: left;
	background: transparent;
	z-index: 20;
}

.title {
	position: absolute;
	top: -64px;
	left: 0px;
	height: 43px;
	width: auto;
	padding-left: 20px;
	padding-right: 20px;
	font-family: Verdana;
	font-size: 18pt;
	color: #ffffff;
	line-height: 43px;
	vertical-align: middle;
	text-align: center;
	white-space: nowrap;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
}

.inputIndexPaneBorder {
	position: absolute;
	top: -12px;
	left: 0px;
	z-index: 30;
}

.inputIndexPaneBorderShadow {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-image: url('../images/bottomShadow232.png');
}

.inputIndexPaneBorderContent {
	padding: 15px 15px 25px 15px;
	height: 503px;
	width: 200px;
	border: 1px solid #ffffff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}

.inputIndexPane {
	position: absolute;
	top: 4px;
	left: 16px;
	height: 503px;
	width: 200px;
	z-index: 30;
}

.inputPane {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 27px;
	width: 200px;
	background: #ffffff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	z-index: 30;
}

.input {
	position: absolute;
	top: 0px;
	left: 4px;
	height: 27px;
	width: 192px;
	text-align: left;
	color: #000000;
	background: transparent;
	border-style: none;
	z-index: 30;
}

.inputText {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 25px;
	width: 192px;
	text-align: left;
	color: #000000;
	background: transparent;
	border-style: none;
	z-index: 40;
	cursor: text;
	font-family: verdana, arial, sans-serif;
	font-size: 120%;
}

.busy {
	position: absolute;
	top: 40px;
	left: 180px;
	height: 11px;
	width: 16px;
	background: url('../images/busy.gif') no-repeat center center;
	visibility: hidden;
	border-style: none;
	z-index: 30;
}

.indexPane {
	position: absolute;
	top: 100px;
	left: 0px;
	height: 366px;
	width: 200px;
	background: #ffffff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	z-index: 30;
}

.index {
	position: absolute;
	top: 4px;
	left: 4px;
	height: 358px;
	width: 192px;
	text-align: left;
	background: transparent;
	color: #000000;
	border-style: none;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	font-family: verdana, arial, sans-serif;
	font-size: 80%;
	line-height: 110%;
	z-index: 30;
}

.soundex {
	background: #33aadd;
}

.indexEntry {
	cursor: pointer;
	white-space: nowrap;
}

.indexEntrySelected {
	cursor: pointer;
	white-space: nowrap;
	background: #1f9ee0;
	color: #ffffff;
}

.pictureMeaningPaneBorder {
	position: absolute;
	top: -12px;
	left: 248px;
	z-index: 30;
}

.pictureMeaningPaneBorderShadow {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-image: url('../images/bottomShadow606.png');
}

.pictureMeaningPaneBorderContent {
	padding: 15px 15px 25px 15px;
	height: 503px;
	width: 574px;
	border: 1px solid #ffffff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}

.pictureMeaningPane {
	position: absolute;
	top: 4px;
	left: 264px;
	height: 503px;
	width: 574px;
	z-index: 30;
}

.logo {
	position: absolute;
	top: 4px;
	left: 21px;
	height: 86px;
	width: 151px;
	z-index: 30;
}

.logo>IMG {
	height: 86px;
}

.picturePane {
	position: absolute;
	top: 273px;
	left: 0px;
	height: 193px;
	width: 193px;
	background: #ffffff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	z-index: 30;
}

.picture {
	position: absolute;
	top: 4px;
	left: 4px;
	height: 185px;
	width: 185px;
	background: transparent;
	border-style: none;
	z-index: 30;
}

.meaningPane {
	position: absolute;
	top: 0px;
	left: 209px;
	height: 466px;
	width: 365px;
	background: #ffffff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	z-index: 30;
}

.meaning {
	position: absolute;
	top: 4px;
	left: 4px;
	height: 458px;
	width: 357px;
	text-align: left;
	background: transparent;
	border-style: none;
	z-index: 30;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	font-family: verdana, arial, sans-serif;
	font-size: 80%;
	line-height: 110%;
}

.messagePane {
	position: absolute;
	top: 482px;
	left: 0px;
	height: 20px;
	width: 400px;
	overflow: hidden;
	z-index: 30;
}

.message {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 20px;
	width: 400px;
	margin-left: 3px;
	font-family: verdana, arial, sans-serif;
	font-size: 10pt;
	font-style: italic;
	z-index: 30;
}

.helpPaneBorder {
	position: absolute;
	top: -12px;
	left: 0px;
	z-index: 90;
	visibility: hidden;
}

.helpPaneBorderShadow {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-image: url('../images/bottomShadow854.png');
	background-color: #eeeeee;
}

.helpPaneBorderContent {
	padding: 15px 15px 25px 15px;
	height: 503px;
	width: 822px;
	border: 1px solid #ffffff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}

.helpPane {
	height: 466px;
	width: 822px;
	background: #ffffff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}

.help>IMG {
	margin-left: 13px;
	margin-top: 13px;
}

.log {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 400px;
	width: 300px;
	text-align: left;
	background: #ffffff;
	border-style: none;
	z-index: 30;
	overflow-x: auto;
	overflow-y: auto;
	font-family: verdana, arial, sans-serif;
	font-size: 60%;
	line-height: 80%;
	visibility: hidden;
}

.buttonBegin1 {
	position: absolute;
	top: 39px;
	left: 0px;
	height: 25px;
	width: 70px;
	font-family: Verdana;
	font-size: 12pt;
	line-height: 22px;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
	z-index: 30;
}

.buttonBegin2 {
	position: absolute;
	top: 39px;
	left: 0px;
	height: 25px;
	width: 70px;
	font-family: Verdana;
	font-size: 12pt;
	line-height: 22px;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
	border-color: #fff;
	z-index: 30;
}

.buttonEind1 {
	position: absolute;
	top: 39px;
	left: 80px;
	height: 25px;
	width: 70px;
	font-family: Verdana;
	font-size: 12pt;
	line-height: 22px;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
	z-index: 30;
}

.buttonEind2 {
	position: absolute;
	top: 39px;
	left: 80px;
	height: 25px;
	width: 70px;
	font-family: Verdana;
	font-size: 12pt;
	line-height: 22px;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
	border-color: #fff;
	border-style: double;
	z-index: 30;
}

.buttonLinks0 {
	position: absolute;
	top: 478px;
	left: 424px;
	height: 25px;
	width: 70px;
	font-family: Verdana;
	font-size: 12pt;
	line-height: 22px;
	vertical-align: middle;
	text-align: center;
	cursor: default;
	z-index: 30;
}

.buttonLinks1, .buttonLinks2 {
	position: absolute;
	top: 478px;
	left: 424px;
	height: 25px;
	width: 70px;
	font-family: Verdana;
	font-size: 12pt;
	line-height: 22px;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
	z-index: 30;
}

.buttonRechts0 {
	position: absolute;
	top: 478px;
	left: 504px;
	height: 25px;
	width: 70px;
	font-family: Verdana;
	font-size: 12pt;
	line-height: 22px;
	vertical-align: middle;
	text-align: center;
	cursor: default;
	z-index: 30;
}

.buttonRechts1, .buttonRechts2 {
	position: absolute;
	top: 478px;
	left: 504px;
	height: 25px;
	width: 70px;
	font-family: Verdana;
	font-size: 12pt;
	line-height: 22px;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
	z-index: 30;
}

.buttonHelp1, .buttonHelp2 {
	position: absolute;
	top: 478px;
	left: 0px;
	height: 25px;
	width: 70px;
	font-family: Verdana;
	font-size: 12pt;
	line-height: 22px;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
	z-index: 30;
}

.buttonSluit {
	position: absolute;
	top: 494px;
	left: 16px;
	height: 25px;
	width: 70px;
	font-family: Verdana;
	font-size: 12pt;
	line-height: 22px;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
	z-index: 90;
}

.touchToolTip {
}

.touchToolTipTitle {
	position: absolute;
	display: inline-block;
	visibility: hidden;
	padding: 2px 4px 2px 4px;
	font-family: "Arial";
	font-size: 8pt;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	border-style: solid;
	border-width: 1px;
	background-color: #ffffcc;
	border-color: #000000;
	color: #000000;
	z-index: 9999;
}

@media screen and (max-width: 860px) {
	.bottomBackgroundBar {
		top: 683px;
	}
	
	.wrapper {
		margin-top: -408px;
		height: 816px;
	}

	.content {
		left: 860px;
		width: 682px;
	}

	.inputIndexPaneBorderContent {
		height: 712px;
	}
	
	.indexPane {
		height: 575px;
	}

	.index {
		height: 567px;
	}

	.pictureMeaningPaneBorderShadow {
		background-image: url('../images/bottomShadow434.png');
	}
	
	.pictureMeaningPaneBorderContent {
		height: 712px;
		width: 402px;
	}

	.pictureMeaningPane {
		height: 712px;
		width: 402px;
	}
	
	.picturePane {
		top: 0px;
		left: 209px;
	}

	.meaningPane {
		top: 209px;
		left: 0px;
		width: 402px;
	}
	
	.meaning {
		width: 394px;
	}

	.messagePane {
		display:none;
	}

	.message {
		display:none;
	}

	.helpPaneBorder {
		display:none;
	}

	.helpPaneBorderShadow {
		display:none;
	}

	.helpPaneBorderContent {
		display:none;
	}

	.helpPane {
		display:none;
	}

	.help {
		display:none;
	}

	.buttonLinks0 {
		top: 687px;
		left: 252px;
	}
	
	.buttonLinks1, .buttonLinks2 {
		top: 687px;
		left: 252px;
	}
	
	.buttonRechts0 {
		top: 687px;
		left: 332px;
	}
	
	.buttonRechts1, .buttonRechts2 {
		top: 687px;
		left: 332px;
	}
	
	.buttonHelp1, .buttonHelp2 {
		display: none;
	}
	
	.buttonSluit {
		display: none;
	}	
}