/* STYLE SETTINGS FOR USER CONTENT IN CMS AND FRONTEND */

/* these styles are used to display (default) content in frontend and CMS */

/* 		default colours and font		*/
body {
	background-color: #FFFFFF;
}
td,div,input,textarea,iframe,body { font-family: Georgia, "Times New Roman", Times, serif; font-size: 12px; color: #000000; }


/* 		default links					*/
a:link { color: #000000; text-decoration: underline;}
a:visited { color: #000000; text-decoration: underline;}
a:hover { color: #000000; text-decoration: underline;}
a:active { color: #000000; text-decoration: underline;}



/* STYLE SETTINGS FOR USER STYLE PULLDOWN IN EDITOR */

/* 		text options				*/
.titel {color: #000000;font-size: 22px;}

.inhoud {color: #FFFFFF;font-size: 12px;}
.highlighted {background-color: #FFFF00;}

.groot {font-size: 16px;}
.klein {font-size: 10px;}

.tekst-quote { color: #FFFFFF; font-family: "Times New Roman", Times, serif; font-style: italic;}

hr{
	height:1px; 
	border:none; border-bottom:1px solid #000000;
	margin:2px; 
	padding:0px;
	color:#000000; margin-left:0px;
	margin-top:0px;
}



/* STYLE SETTINGS FOR SITE DESIGN IN FRONTEND  */

/* not useable by enduser or for content */


body,html{
	margin: 0px;padding: 0px;
	height:100%;
}
body{
	margin: 0px;padding: 0px;
	height:100%;
	background-position:center top;
	background-repeat:no-repeat;
}

/* default interface */
/* 		menu links					*/
a.menu:link { color: #000000; text-decoration: none;letter-spacing:2px; font-weight:bold;}
a.menu:visited { color: #000000; text-decoration: none;letter-spacing:2px; font-weight:bold;}
a.menu:hover { color: #000000; text-decoration: none;letter-spacing:2px; font-weight:bold;}
a.menu:active { color: #000000; text-decoration: none;letter-spacing:2px; font-weight:bold;}
.menubackground{ background-color:#FFFFFF; }
a.selectedMenu:link { color: #000000; text-decoration: none;letter-spacing:2px; font-weight:bold;}
a.selectedMenu:visited { color: #000000; text-decoration: none;letter-spacing:2px; font-weight:bold;}
a.selectedMenu:hover { color: #000000; text-decoration: none;letter-spacing:2px; font-weight:bold;}
a.selectedMenu:active { color: #000000; text-decoration: none;letter-spacing:2px; font-weight:bold;}


a.sub:link { color: #000000; text-decoration: none; }
a.sub:visited { color: #000000; text-decoration: none; }
a.sub:hover { color: #000000; text-decoration: none; }
a.sub:active { color: #000000; text-decoration: none; }
.subbackground{ background-color:#FFFFFF; }
a.selectedSub:link { color: #000000; text-decoration: none;}
a.selectedSub:visited { color: #000000; text-decoration: none;}
a.selectedSub:hover { color: #000000; text-decoration: none;}
a.selectedSub:active { color: #000000; text-decoration: none;}

a.subsub:link { color: #000000; text-decoration: none;}
a.subsub:visited { color: #000000; text-decoration: none;}
a.subsub:hover { color: #000000; text-decoration: none;}
a.subsub:active { color: #000000; text-decoration: none;}
.subsubbackground{ background-color:#FFFFFF; }
a.selectedSubsub:link { color: #000000; text-decoration: none;}
a.selectedSubsub:visited { color: #000000; text-decoration: none;}
a.selectedSubsub:hover { color: #000000; text-decoration: none;}
a.selectedSubsub:active { color: #000000; text-decoration: none;}





td,div,iframe,body { line-height:19px;}


/* forms */
form{
	margin:0px;
	padding:0px;
}
.tfield{
	width:400px;
	border:solid 1px #8C8C8C;
	background-color:#FFFFFF;
	color:#888888;
	height:17px;
	margin-bottom:3px;
	padding-left:3px;
}
.tfieldSel{
	width:400px;
	border:solid 1px #8C8C8C;
	background-color:#FFFFE1;
	font-style:normal;
	color:#000000;
	height:17px;
	margin-bottom:3px;
	padding-left:3px;
}
.tfieldCon{
	width:400px;
	border:solid 1px #8C8C8C;
	background-color:#FFFFFF;
	font-style:normal;
	color:#000000;
	height:17px;
	margin-bottom:3px;
	padding-left:3px;
}
.tarea{
	width:400px;
	border:solid 1px #8C8C8C;
	background-color:#FFFFFF;
	color:#888888;
	height:146px;
	margin-bottom:3px;
	padding-left:3px;
}
.tareaSel{
	width:400px;
	border:solid 1px #8C8C8C;
	background-color:#FFFFE1;
	font-style:normal;
	color:#000000;
	height:146px;
	margin-bottom:3px;
	padding-left:3px;
}
.tareaCon{
	width:400px;
	border:solid 1px #8C8C8C;
	background-color:#FFFFFF;
	font-style:normal;
	color:#000000;
	height:146px;
	margin-bottom:3px;
	padding-left:3px;
}
.button{
	border:none;
	background-color:#C8BCA4;
	color:#000000;
}




/* 		searchfield					*/
.searchField {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #464D54;
	background-color: #FFFFFF;
	border: none;
	width: 166px;
	height: 18px;
}
.searchButton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #08B1DA;
	border: none;
	width: 50px;
	height: 18px;
}

/* dictionary */
.dictionary {
	border: 2px dotted #202020;
	background-color: #FFF2CB; 
	margin: 4px; padding: 4px; 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px; color: #202020; font-weight:normal;
    position: absolute;
	left:auto;
	top:auto;
	z-index:99; 
	width: 200px;
	height: 75px;
	overflow:visible;
	cursor:help;
}
























/* default styles================================================================== */
#wrapper{
	position:relative;
	width:900px; height:540px;
	margin-left:auto; margin-right:auto;
	margin-top:213px;
}


#menuHolder{
	width:240px;
}
.menuItem{
	width:218px; height:26px;
	margin-bottom:2px;
}
.menuItemMO{
	width:218px; height:26px;
	margin-bottom:2px;
	background-color:#FFFFFF;
}
.menuPadding{
	padding-left:10px;
	padding-top:6px;
}

#pageTitle{
	position:absolute;
	left:246px; top:0px;
	width:239px; height:26px;
}
#pageTitlePadding{
	padding-left:10px;
	padding-top:6px;
	color:#FFFFFF;
	font-weight:bold;
}

#contentHolder{
	position:absolute;
	left:256px; top:40px;
	width:630px; height:450px;
	overflow:hidden; font-size:13px;
	line-height:15px;
}

#galleryBorder{
	position:relative;
	padding:3px; margin:0px;
	background-color:#FFFFFF;
}
#galleryImgs{
	text-align:center; background-color:#000000;
}
.blackbutton{
	width:51px; height:15px;
	font-size:9px; color:#FFFFFF;
	background-color:#000000; border:none;
	cursor:pointer;
}
#galleryButtons{
	text-align:left;
}
#galleryText{
	margin-top:4px;
	text-align:left;
	color:#FFFFFF;
}












