/* boxes */

.spacer-w-shadow {float:left;width:12px;height:1px;
}

.spacer-10px {clear:both;height:10px;width:1px;
}

.content-block-shadow { 
	background: #CCCCCC;
	margin: 4px 0 0 4px;
	float: left;
}

.inner-content-block-shadow {
	background: #FFF;
	border: 1px solid #CCCCCC;
	position: relative;
	width:238px;
	top: -4px;
	left: -4px;
}

.smallest {
	padding:5px 0 50px 0;
	position:relative;
	height:140px;
}

.smallest h3 { /* ie.css */
	position:absolute;
	top:-7px;
	font-size: 13px;
	color:#000000;
	padding-left:5px;
}

.smallest img {
	position:absolute;
	top:45px;
	float:left;
	padding: 0 0 0 5px;
}

.smallest object {
	position:absolute;
	top:30px;
	float:left;
	padding: 0 0 0 5px;
}

.smallest p {
	width:150px;
	position:absolute;
	top:32px;
	left:90px;
	z-index:2;
}
.smallest p.pink {
	width:130px;
	position:absolute;
	top:32px;
	left:102px;
	z-index:2;
}
.smallest a.pink {
	position:absolute;
	top:118px;
	left:90px;
}

.smallest .sticky-button {
	position:absolute;
	bottom:9px;
	left:120px;
}

.links {
	padding:5px 0 50px 0;
	position:relative;
	height:140px;
}

.links h3 { /* ie.css */
	position:absolute;
	top:-7px;
	font-size: 13px;
	color:#000000;
	padding-left:5px;
}

.links p {
	width:210px;
	position:absolute;
	top:32px;
	left:15px;
	z-index:2;
}

.linky-button {
	position:absolute;
	bottom:9px;
	left:40px;
}

.link-button a:link,
.link-button a:visited {
	color:#FF66CC;
	background:transparent url(../gfx/arrow_right.gif) no-repeat 0 4px;
    padding-left:12px;
}

.inner-button {
	border: none;
	position: relative;
	width:190px;
	top: -4px;
	left: -4px;
	font-weight:bold;
	padding:3px 0 5px 10px;
	line-height:16px;
}

.inner-button a:link,
.inner-button a:visited {
	color:#FF66CC;
	background:transparent url(../gfx/arrow_black.gif) no-repeat 0 4px;
	text-decoration:none;
	padding-left:12px;
	display:block;
}

.home {
	padding:5px 0 50px 0;
	position:relative;
	height:65px;
}

.home h3 { /* ie.css */
	position:absolute;
	top:-7px;
	font-size: 13px;
	color:#000000;
	padding-left:5px;
}

.home p {
	width:210px;
	position:absolute;
	top:24px;
	left:15px;
	z-index:2;
}

.home-button a:link,
.home-button a:visited {
	color:#FF66CC;
	background:transparent url(../gfx/arrow_right.gif) no-repeat 0 4px;
    padding-left:12px;
}

/* einde boxes */

/* algemeen */
.float_left {
	float: left;
}
img {
	border: 0px solid #fff;
}
html {
	height: 100%;
}
body {
	font-size: 8.5pt;
	font-family: verdana, sans-serif;
	background: #DADADA url(../gfx/topbg.jpg) repeat-x scroll center top;
	color: #000000;
	margin: 0pt auto;
	padding: 0pt;
	height: 100%;
}
a, a:link, a:visited, a:active {
	color: #FF66CC;
	text-decoration: none;
}
a:hover {
	color: #5F5F5F;
	text-decoration: underline;
}
a.topnav, a.topnav:active, a.topnav:visited {
	color: white;
}
a.topnav:hover {
	color: #FF66CC;
	text-decoration: none;
}
#content {
	background: #DADADA url(../gfx/bg1000.jpg) repeat-y scroll center;
	margin: 0pt auto;
	padding: 0pt;
	width: 1000px;
	/*798px;
*/
}
#top {
	background: #DADADA url(../gfx/top1000.jpg) repeat-x scroll center top;
	height: 28px;
	margin: 0pt;
	padding: 0pt;
}
#header {
	background: #FFFFFF url(../headerimg.php) no-repeat scroll center top;
	height: 160px;
	margin: 0pt auto;
	padding: 0pt;
	cursor: pointer;
}
#header #rshadow {
	background: transparent url(../gfx/headrs.jpg) no-repeat scroll right top;
	height: 160px;
	margin: 0pt;
	padding: 0pt;
}
#header #lshadow {
	background: transparent url(../gfx/headls.jpg) no-repeat scroll left top;
	height: 160px;
	margin: 0pt;
	padding: 0pt;
}
#header .rside {
	float: right;
	height: 140px;
	margin-left: 0px;
	margin-top: 15px;
	padding-right: 50px;
	width: 480px;
}
#header .lside {
	height: 160px;
	margin-left: 16px;
	margin-top: 0pt;
	width: 242px;
}
.title {
	color: #FFFFFF;
	padding: 100px 5px 5px 25px;
	text-align: center;
	width: 200px;
}
#footer {
	background: #000000 url(../gfx/footer1000.jpg) no-repeat scroll center top;
	clear: both;
	height: 26px;
	margin: 0pt;
	padding: 0pt;
	width: 1000px;
}
#footer-tekst {
  width: 975px; 
  margin: 0 auto; 
  text-align: center; 
  color: #999999;
}
#footer-tekst a, #footer-tekst a:link, #footer-tekst a:visited  {
  text-decoration: none;
  color: #999999;
}
#footer-tekst a:hover, #footer-tekst a:active {
  text-decoration: underline;
  color: #FF66CC;
}
#main_left {
	width: 240px;
	float: left;
}
#main {
	padding: 11px;
	/*width: 516px;*/
	width: 500px;
	margin-top: 0px;
	float: left;
}
#main_right {
	float: right;
	width: 210px;
	text-align: left;
	margin-right: 24px;
}
div {
	border: 0px solid;
}
.spacer100 {
	width: 100px;
}
.button {
	border: 1px outset #999;
	padding: 2px;
	margin: 0;
	text-decoration: none;
}
.button:hover {
	border: 1px solid #000;
}
.button:active {
	border: 1px inset #999;
}
.footer {
	bottom: 5px;
	position: fixed;
	width: 99%;
	text-align: center;
	font-size: 7.5pt;
}
.leftfloat {
	float: left;
}
h1 {
	color: #525252;
	font-size: 15px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	margin-bottom: 10px;
	text-align: left;
}
h2 {
	background: transparent url(../gfx/window.gif) no-repeat scroll left center;
	color: #525252;
	font-weight: bold;
	padding: 0;
	margin: 0;
	margin-bottom: 10px;
	text-align: left;
	text-indent: 20px;
}
/* einde algemeen */

/* overzicht */
.overzichtregel {
	border-bottom: 1px solid #E7E7E7;
}
.origineel {
	width: 50%;
	margin: 0;
	padding: 0;
	float: left;
	vertical-align: top;
}
.klein {
	width: 25%;
}
.vertaling {
	width: 49%;
	margin: 0;
	float: left;
	vertical-align: top;
}
.breed {
	width: 75%;
}
ul {
	list-style-type: square;
}
ul.overzicht {
	list-style-type: none;
	color: 000;
	padding-left: 15px;
	padding-right: 0px;
	padding-bottom: 2px;
	margin: 0;
}
li.overzicht:hover, .overzichtregel:hover, a.overzichtLink:hover {
	background-color: #CCCCCC;
}
img.econoom_overzicht {
  float: left;
  width: 70px;
  height: 92px;
  border: 0px;
  padding: 5px;
}
/* einde overzicht */
/* linker contextmenu */
DIV.contextmenu {
	width: 210px;
	margin-top: 1px;
}
div#contextmenu_links {
	margin-left: 26px;
}
div#contextmenu_rechts {
	background-color: #FFF;
}
h2.contextmenu {
	text-indent: 0px;
	background: none;
	background-color: #000;
	color: #fff;
	padding: 3px;
	font-size: 1.1em;
	margin: 0px;
	margin-top: 3px;
}
ul.contextmenu {
	width: 100%;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-decoration: none;
}
li.contextmenu {
	margin-top: 2px;
	border-left: 8px solid #EFEFEF;
	background-color: #EFEFEF;
	color: #E7E7E7;
	padding: 3px;
	text-decoration: none;
}
li.contextmenu a {
	text-decoration: none;
	color: #FF66CC;
}
li.contextmenu:hover {
	background-color: #CCCCCC;
	text-decoration: none;
	border-left: 8px solid #FF66CC;
}
a.contextmenuLink:hover {
	background-color: #CCCCCC;
}
#alfabet-container {
	position: relative;
	text-align: center;
	width: 100%;
	margin: auto;
	padding: 0 auto;
	font-size: 1.1em;
	line-height: 1.6em;
}
.alfabet {
	padding: 0px;
	text-align: center;
}
.alfabet_dubbel {
	width: 1.7em;
}
.alfabet_highlight {
	font-size: 1.6em;
}
a.alfabet_link {
	text-decoration: none;
}
.alfabet:hover {
	background-color: #CCCCCC;
}
/* einde linker contextmenu */
/* formulier(-elementen) algemeen */
form {
	width:    475px;
}
#definitie, #omschrijving {
	height: 500px;
}
select {
	padding: 0px;
	margin-left: 2px;
}
.single {
	height: 19px;
}
.subinput {
	margin-top: 2px;
}
.subinput_naam {
	font-size: 7.5pt;
	float: left;
	width: 30px;
	padding-top: 6px;
	padding-left: 4px;
}
.subinput_field {
	width: 288px;
}
.formend {
	width: 370px;
	border-top: 1px solid #000;
}
.buttons {
	width: 320px;
	text-align: center;
}
/* einde formulier(-elementen) algemeen */
/* formulier(-elementen) algemeen */
.align_text_to_input_field {
	float: left;
	margin: 0;
	padding: 0;
	padding-top: 5px;
	padding-left: 3px;
	padding-bottom: 5px;
}
.formuliertitel {
	width: 430px;
	background-color: #191919;
	color: white;
	font-size: 22pt;
	padding: 4px;
	margin-bottom: 2px;
}
.formuliervelden_input {
	float: left;
	font-size:  9pt;
}
.formuliervelden_extra {
	width: 50px;
	float: left;
	color: blue;
	font-weight: bolder;
	padding-left: 5px;
	padding-top: 5px;
}
.formuliervelden_titel {
	background-color: #DADADA;
	width: 75px;
	float: left;
	height: 20px;
	margin: 0px;
	padding: 2px;
	padding-left: 4px;
	padding-top: 4px;
	border-bottom: 1px dotted white;
}
div.textarea {
	height: 505px;
	background-color: #DADADA;
}
div.select {
	height: 65px;
	background-color: #DADADA;
}
.field {
	width: 320px;
	float: left;
	padding: 1px;
}
.select_small {
	width: 145px;
	margin: 0px;
	padding: 0px;
	margin-left: 2px;
}
.dubbel {
	height: 48px;
}
/* formulier(-elementen) algemeen */
/* Ajax zoek-en-selecteer */
.intellisearch_titel {
	height: 100px;
	background-color: #DADADA;
}
.intellisearch_zoekveld {
	float:    left;
	width:    251px;
}
#intellisearch_selectie {
	float:    left;
	width:    153px;
}
#intellisearch {
	margin: 0px;
}
.intellisearch_selectiebuttons {
	text-align:   center;
	float:        left;
	width:        30px;
	margin:       0px;
	padding:      0px;
	padding-top:  25px;
}
#intellisearch_zoekbuttons {
	font-size:         7.5pt;
	text-decoration:  none;
}
a.intellisearch_selectlinks {
	text-decoration:   none;
	font-size:         12pt;
	line-height:       16pt;
}
a.intellisearch_selectlinks:hover {
	font-size:         16pt;
}
/* Ajax zoek-en-selecteer */
/* formulier(-elementen) veld-specifiek */
#zoek {
	width:    200px;
}
/* einde formulier(-elementen) veld-specifiek */
.tooltip {
	text-decoration: none;
	position: relative;
	z-index: 24;
	margin: 0px;
}
.tooltip:hover {
	z-index: 25;
	cursor: default;
}
.tooltip span {
	display: none;
	margin: 0px;
}
.tooltip:hover span {
	display: block;
	position: absolute;
	text-align: center;
	left: -160px;
	width: 150px;
	background-color: #FFF;
	color: red;
	border: 1px solid #000;
	padding: 1px;
}
.wide:hover span {
	left: -160px;
	margin: 0px;
}
/* voegtoe */
.voegtoe {
	background-color: #FFF;
	position: fixed;
	z-index: 99;
	left: 400px;
	top: 350px;
	border: 1px solid #000;
	padding: 0px;
	display: none;
	height: 65px;
	width: 445px;
	padding: 2px;
}
.voegtoe_formuliertitel {
	width: 437px;
	background-color: #191919;
	color: white;
	font-size: 16pt;
	padding: 4px;
	margin-bottom: 2px;
}
.voegtoe_titel {
	height: 22px;
	background-color: #DADADA;
}
#voegtoe_button {
	padding-top: 5px;
	padding-left: 3px;
	padding-right: 4px;
}
.voegtoe_input {
	margin: 0px;
	padding: 0px;
	margin-left: 3px;
	margin-top: 4px;
	width: 285px;
}
.voegtoe_form {
	padding: 0;
	margin: 0;
}
.voegtoe_link {
	text-decoration:  none;
}
.voegtoe_link:hover {
	text-decoration:  underline;
}
.close {
	padding: 0px;
	margin: 0px;
	border: 1px solid #000;
	float: right;
	color: white;
	background-color: red;
	font-size: 10pt;
	text-decoration: none;
	width: 12px;
	height: 12px;
	text-align: center;
}
#close {
	line-height: 10px;
	margin: 0px;
}
/* einde voegtoe */
/* overigen */
.verplicht {
	color: red;
	font-weight: bold;
	text-align: right;
	float: right;
	margin: 0;
	padding: 0px;
}
/* einde overigen */
.copyright {
  width: 100%
	color: #000000;
	padding: 0px 35px 10px;
	text-align: center;
	margin: 0 auto;
}
/* toonelement.php */
.element_inhoud {
	width: 100%;
  padding: 0 0 5px 5px;
	margin-bottom: 3px;
}
hr.element_inhoud {
	border: 0px;
	color: #EFEFEF;
	background-color: #CCCCCC;
	width: 50%;
	height: 1px;
	margin: 1px auto;
}
.element_eigenschappen {
	width: 100%
}
.element_eigenschap_regel {
	padding: 0 0 5px 5px;
	margin: 0;
	margin-bottom: 3px;
	/*border-left: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
*/
}
.element_eigenschap {
	font-weight: bold;
}
.element_eigenschap_waarde {
	padding-left: 10px;
}
/* einde toonelement.php */
/* advertenties */
.ads {
	border: 1px solid #FFF;
	background-color: white;
	text-align: center;
	margin: -5px auto;
	padding: 0 auto;
	margin-bottom: 5px;
}
#banner {
	width: 468px;
	height: 60px;
	margin: 0 auto;
}
#rectangle {
	width: 300px    height: 250px;
	/* 336x280 pixels;
*/
}
#skyscraper {
	width: 120px;
	height: 600px;
	margin-top: 10px;
}
/* einde advertenties */
.terug {
	float: right;
	margin: 0;
	margin-top: 5px;
}
.prevnext {
	text-align: right;
	float: right;
	margin-top: 1px;
}
.prevnext_position {
	font-style: italic;
}
a.prevnext {
	margin-right: 1px;
	margin-left: 1px;
	padding: 1px;
	font-weight: bolder;
	background-color: black;
	color: white;
}
/* zoek */
#zoekveld {
	width: 75px;
	height: 12px;
	font-size: 10px;
}
#zoekbutton {
	width: 40px;
	background: none;
	color: white;
	border: 1px solid white;
	font-size: 11px;
}
#zoekbutton:hover {
	font-weight: bold;
}
#zoekbutton:active {
	border: 1px dotted white;
}
/* einde zoek */

/* topnavigatiemenu */
#topnav {
	text-align: left;
	width: 950px;
	margin: 0;
	padding: 0;
	margin-left: 26px;
	margin-top: 3px;
	height: 32px;
}
.topnavContainer {
	list-style-type: none;
	border: 0;
  margin: 0;
	padding: 0;
	background-color: black;
	color: white;
  line-height: 2.3em;
	height: 2.5em;
}
#topnavMenu {
  width: 950px;
  height: 12px;
  margin: 2px 0;
  padding: 0;
  border: 0;
  border-spacing: 0;
  border-collapse: collapse;
}
#topnavMenuItemNieuwsbrief {
  margin: 0;
  padding: 1px;
  float: left;
  margin-left: 5px;
}
button span {
  vertical-align: middle;
}
#topnavMenuItemsLinks {
  width: 32%;
  margin: 0;
  padding: 0;
}
#topnavMenuItemsRechts {
  width: 68%;
  margin: 0;
  padding: 0;
}
.topnavMenuItem {
	display: inline;
	text-align: left;
	color: white;
	background: none;
	margin: 0px;
	padding: 0px;
}
.topnavMenuSeperator {
	color: white;
	font-size: 1em;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
}
.topnavMenuSeperator:hover {
	text-decoration: none;
}
input.nieuwsbrief {
  width: 115px;
  font-size: 8.5pt;
font-family: verdana, sans-serif;
  margin-top: 1px;
}
#topnavMenuItemNieuwsbriefButton {
  background-color: #000;
  color: #FFF;
  font-size: 8.5pt;
  font-family: verdana, sans-serif;
  width: 70px;
}
/* einde topnavigatiemenu */

/*
div {
  border: 1px solid red;
}
*/
em {
  font-size: 5px;
}
