/* Style sheet Stichting Lezen & Schrijven */
body,td {
	margin:0px;
	padding:0px;
	font: 0.9em Arial, Helvetica, sans-serif;
	text-align: justify;
	line-height:17px;
}
*html body,td {font: 0.9em Arial, Helvetica, sans-serif;}

body#all {
	background: #ffffff url(../images/bg_body.gif) center top repeat-y;
	text-align:center;
	font: 0.9em Arial, Helvetica, sans-serif;
	line-height:17px;
}*html body#all {font: 90% Arial, Helvetica, sans-serif;}
body#quiz{
	background:#ffffff;
	text-align:center;
	font: 0.9em Arial, Helvetica, sans-serif;
	line-height:17px;
}*html body#quiz {font: 90% Arial, Helvetica, sans-serif;}
body#groen {
	background: #ffffff url(../images/bg_body_green.gif) center top repeat-y;
	text-align:center;
	font: 0.9em Arial, Helvetica, sans-serif;
	line-height:17px;
}*html body#groen {font: 90% Arial, Helvetica, sans-serif;}
body#roze {
	background: #ffffff url(../images/bg_body_pink.gif) center top repeat-y;
	text-align:center;
	font: 0.9em Arial, Helvetica, sans-serif;
	line-height:17px;
}*html body#roze {font: 90% Arial, Helvetica, sans-serif;}
body#paars {
	background: #ffffff url(../images/bg_body_purple.gif) center top repeat-y;
	text-align:center;
	font: 0.9em Arial, Helvetica, sans-serif;
	line-height:17px;
}*html body#paars {font: 90% Arial, Helvetica, sans-serif;}
body#geel {
	background: #ffffff url(../images/bg_body_yellow.gif) center top repeat-y;
	text-align:center;
	font: 0.9em Arial, Helvetica, sans-serif;
	line-height:17px;
}*html body#geel {font: 90% Arial, Helvetica, sans-serif;}
body#blauw {
	background: #ffffff url(../images/bg_body_blue.gif) center top repeat-y;
	text-align:center;
	font: 0.9em Arial, Helvetica, sans-serif;
	line-height:17px;
}
*html body#blauw {font: 90% Arial, Helvetica, sans-serif;}
body#bruin {
	background: #ffffff url(../images/bg_body_brown.gif) center top repeat-y;
	text-align:center;
	font: 0.9em Arial, Helvetica, sans-serif;
	line-height:17px;
}
*html body#blauw {font: 90% Arial, Helvetica, sans-serif;}

body#popupform {
	font: 80% Arial, Helvetica, sans-serif;
}
*html body#popupform {font: 80% Arial, Helvetica, sans-serif;}

img {
	border:none;
}
img.logos, .logos {
	margin-right:30px;
	margin-top:10px;
}
form {
	padding:0px;
	margin:0px;
}
td.formfont {
	font: 130% Arial, Helvetica, sans-serif;
}
td.checkboxfont {
	font: 100% Arial, Helvetica, sans-serif;
}
ul {
	list-style: square;
}
ol {
	list-style: decimal;
}
li {
	list-style-image: url(/images/list_item.gif);
}

@media print {
	#mainMenu,#backTop,#search,#header,#logo,#rightFrame,#secondMenu {display:none;}
}
.topspace {
	margin-top:45px;
}
.topspace_home {
	margin-top:25px;
	text-align:left;
}

/* menu menu menu menu menu menu menu menu menu menu menu */

#menu {

position: absolute;
float: left;
background: transparent;
margin: 0px auto 0px 0px;
width:770px;
border-width: 0px 1px 0px 0px;
border-style: solid;
border-color: #fff;
} 
*html #menu {margin:0px auto 0px 4px;}

#menu ul {
list-style: none;
margin: 0px 0px 0px 0px;
padding: 0px 0px;
min-width:50px;
white-space: nowrap;
float: left;
background: url(/images/trans.gif) repeat;
}
*html #menu ul {width:50px;margin: 0px 0px 0px 0px;}
	
div#menu li:hover{
cursor:pointer;
z-index:100;
list-style: none;
}

#menu a {
font: 12px arial, helvetica, sans-serif;
display: block;
margin: 0;
padding: 8.5px 16px;
}
*html #menu a{padding: 8.5px 17px;}

#menu h2 {
text-align: center;
display: block;
border-width: 0px 0px 0px 1px;
border-style: solid;
border-color: #fff;
height:30px;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
background: transparent;
}

#menu h3 {
width:180px;
text-align: left;
display: block;
border-width: 0px 0px 1px 0px;
border-style: solid;
border-color: #fff ;
margin: 0px 1px 0px 5px;
padding: 0px 0px 0px 0px;
background: white;
}*html #menu h3 {margin: 0px 1px 0px 5px;}

#menu h2 a {
color: #fff;
text-decoration: none;
}

#menu h3 a {
color: #000;
text-decoration: none;
}

#menu a:hover {
color: #fff;
background: #218F9F;
}

/* menu default */
#menu h3 a.standaard {
color: #000;
text-decoration: none;
background: #fff;
border-width: 0px 0px 1px 0px;
border-style: solid;
border-color: #0091A1 ;
}
#menu h3 a.standaard:hover {
color: #fff;
text-decoration: none;
background: #0091A1;
}

/* menu green */
#menu h3 a.groen {
color: #000;
text-decoration: none;
background: #babc33;
}
#menu h3 a.groen:hover {
color: #fff;
text-decoration: none;
background: #babc33;
}

/* menu pink */
#menu h3 a.roze {
color: #000;
text-decoration: none;
background: #f8a27c;
}
#menu h3 a.roze:hover {
color: #fff;
text-decoration: none;
background: #f8a27c;
}

/* menu purple */
#menu h3 a.paars {
color: #000;
text-decoration: none;
background: #ba8bbf;
}
#menu h3 a.paars:hover {
color: #fff;
text-decoration: none;
background: #ba8bbf;
}

/* menu yellow */
#menu h3 a.geel {
color: #000;
text-decoration: none;
background: #f4d558;
}
#menu h3 a.geel:hover {
color: #fff;
text-decoration: none;
background: #f4d558;
}

/* menu blue */
#menu h3 a.blauw {
color: #000;
text-decoration: none;
background: #73aab8;
}
#menu h3 a.blauw:hover {
color: #fff;
text-decoration: none;
background: #73aab8;
}

/* menu brown */
#menu h3 a.bruin {
color: #000;
text-decoration: none;
background: #a8986f;
}
#menu h3 a.bruin:hover {
color: #fff;
text-decoration: none;
background: #a8986f;
}

#menu li {position: relative;list-style: none;}

#menu ul ul ul {
position: absolute;
top: 0;
left: 100%;
}

#menu ul ul {
position: absolute;
z-index: 500;
}

div#menu ul ul {
display: none;
}

div#menu ul li:hover ul
{display: block;list-style: none;}


/* end menu menu menu menu menu menu menu menu menu menu menu */


a:link, a:visited {
	color:#000000;
}
a:hover, a:active {
	color:#988343;
}
a.linkZelftest:link, a.linkZelftest:visited {
	color:#000;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
}
a.linkZelftest:hover, a.linkZelftest:active {
	color:#000;
	font-size:11px;
	font-weight:bold;
	text-decoration:underline;
}
a.linkSearch:link, a.linkSearch:visited {
	color:#000;
	font-size:12px;
	text-decoration:underline;
}
a.linkSearch:hover, a.linkSearch:active {
	color:#988343;
	font-size:12px;
	text-decoration:underline;
}
h1.title, .title {
	font-size:150% "Times New Roman" ;
	color:#000;
	font-weight:bold;
	margin:0px;
}
h1.zelftest, .zelftest {
	font-size:140% arial, helvetica, sans-serif;
	color:#988343;
	font-weight:bold;
	margin-top:5px;
}
h3.subtitle, .subtitle {
	font-size:100%;
	color:#0091A1;
	font-weight:bold;
	margin:0px;
}
h1 {
	font:150% Helvetica;
	color:#988343;
	font-weight:bold;
	margin:0px;
}
h2 {
	font-size:130%;
	color:#988343;
	font-weight:bold;
	margin:0px;
}
h3 {
	font-size:100%;
	color:#0091A1;
	font-weight:bold;
	margin:0px;
}
h4 {
	font-size:100%;
	color:#000000;
	font-weight:bold;
	margin:0px;
}
h5 {
	font-size:90%;
	color:#000000;
	font-weight:bold;
	margin:0px;
}
h6 {
	font-size:80%;
	color:#000000;
	font-weight:bold;
	margin:0px;
}
h7 {
	font-size:80%;
	color:#000000;
	font-weight:normal;
	margin:0px;
}
#backTop {
	width:100%;
	height:150px;
	margin: auto;
	text-align: center;
	background: url(../images/bg_header.gif) left top repeat-x;
}
#header {
	width: 770px;
	height:150px;
	margin: auto;
	background:#FFF url(../images/bg_logo_top.gif) left top no-repeat;
}
#search {
	font: 12px arial, helvetica, sans-serif;
	float:left;
	margin:60px 0px 0px 0px;
	width:687px;
	height:58px;
	color:#000;
	font-weight:bold;
	text-align: left;
}
#mainMenu {
	float:left;
	margin:1px 0px 0px 0px;
	width:770px;
	height:30px;
	text-align: left;
}
#logo {
	
	float:right;
	width:75px;
	height:118px;
	margin:0px 8px 0px 0px;
	padding:0px;
}
*html #logo{margin:0px 8px 0px 0px;}

#mainContainer {
	width:768px;
	margin:auto;
	background:transparent;
}*html #mainContainer {width: 770px;}

#leftFrame {
	float:left;
	padding:0px;
	width:210px;
	min-height:700px;
	margin:0px;
	text-align:center;
}
.leftspace {
	padding-left:15px;
}

.onderschrift {
	font-size:11px;
}
#mainFrame {
	top: 0px;
	float:left;
	width:388px;
	text-align:left;
	padding:10px 15px 0px 1px;
	margin:0px;
}
#content, #news {
	width:365px;
	float:left;
	padding:0px 0px 0px 23px;
	margin:0px 0px 0px 0px;
}

#formblock {
	width:365px;
	float:left;
	padding:0px 0px 0px 23px;
	margin:0px 0px 0px 0px;
}

#searchengine {
	width:365px;
	float:left;
	padding:0px 0px 0px 23px;
	margin:0px 0px 0px 0px;
}

#newsFrame {
	float:left;
	width:584px;
	text-align:left;
	padding:15px 15px 0px 15px;
}

.newsItem {
	/*height:160px;*/
	margin-bottom:20px;
}

#zelftest {
	width:365px;
	float:left;
	padding:0px 0px 0px 23px;
	margin:0px 0px 0px 0px;
}

#path {
	float:left;
	width:380px; 
	text-align: left;
	padding:5px 0 0px 232px;
	font-size:10px;
}
#path a:link, #path a:visited {
	color:#000000;
	text-decoration:underline;
}
#path a:hover, #path a:active {
	color:#218F9F;
	text-decoration:underline;
}
.pathCurrent {
	color:#218F9F;
	text-decoration:none;
}
#rightFrame {
	float:right;
	width:154px;
	margin:0px;
	padding:0px;
	text-align:left;
}
#secondMenu {
	margin:0px auto 0px 15px;
}
a.secondMenu:link, a.secondMenu:visited {
	font-size:10px;
	color:#000000;
	text-decoration:none;
}
a.secondMenu:hover, a.secondMenu:active {
	font-size:10px;
	color:#218F9F;
	text-decoration:none;
}
a.mapLinks:link, a.mapLinks:visited {
	color:#000000;
	font: 120% arial, helvetica, sans-serif;
}
a.mapLinks:hover, a.mapLinks:active {
	color:#218F9F;
	font: 120% arial, helvetica, sans-serif;
}
.mapChilds {
	padding-left:20px;
	color:#218F9F;
	font: 100% arial, helvetica, sans-serif;
}
.cursus {
	font-size: 90%;
	margin:65px 5px 0px 10px;
	color:#000000;
	line-height:20px;
}
#footer {
	float:left;
	width:388px;
	padding:20px 15px 20px 230px;
	margin:0;
	text-align:left;
}
.footerlogo {
	margin:0 0 0 2px;
}
/* Taaltaaktest */
#submenu
			{
			float: left;
			width: 180px;
			margin: 0px 0px 30px 0px;
			padding: 0px 0px 0px 15px;
			color: #222;
			overflow: visible;
			}
			#submenu ul {
			margin:  0px 0px;
			padding: 0px 0px;
			list-style: none;
			width: 180px;
			}	
			#submenu ul li {
				list-style:none;
				list-style-image:none;
			}	
			#submenu li a, #submenu a:link, #submenu a:visited {
			padding: 0px;
			margin: 0px;
			text-decoration: none;
			color: #000;
			font-weight:bold;
			line-height:150%;
			}
			#submenu li.active {
			padding: 0px;
			margin: 0px;
			text-decoration: none;
			color: #218F9F;
			font-weight:bold;
			}				
			#submenu li a:hover, #submenu li a:active, #submenu li a:visited.active, #submenu li a:link.active {
			color: #218F9F;
			text-decoration: none;
			font-weight:bold;
			}
			
table.form {
	border-collapse:collapse;
	margin-left:24px;
}	

table.form_bottom {
	margin-left:24px;
	margin-top:7px;
}

table.form th.head {
	font: 17px Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-align:left;
	color:#af9a67;
	width:100%;
	padding-bottom:10px;
	text-align:left;
}

table.form tr td.content {
	font: 0.7em Arial, Helvetica, sans-serif;
	vertical-align:top;
	padding:2px;
	background-color:#af9a67;
	width:90px;
	text-align:left;
	border: 1px solid white;
}

table.form tr th.content3 {
	border-width: 0px 0px 1px 0px;
	border-color:#dcd1b5;
	border-style:solid;
	text-align:left;
}

table.form tr td.content3 {
	border-width: 0px 1px 1px 1px;
	border-color:#dcd1b5;
	border-style:solid;
	text-align:left;
}

table.form tr td.content4 {
	border-width: 0px 1px 1px 1px;
	border-color:#dcd1b5;
	border-style:solid;
	background-color:#ede6d6;
	text-align:left;
}

table.form tr td.content5 {
	border-width: 0px 1px 1px 1px;
	border-color:#dcd1b5;
	border-style:solid;
	text-align:center;
	vertical-align:middle;
}

table.form tr td.content6 {
	border-width: 0px 1px 1px 1px;
	border-color:#dcd1b5;
	border-style:solid;
	background-color:#ede6d6;
	text-align:center;
	vertical-align:middle;
}

td.bottom {
	border-width: 0px 0px 1px 0px;
	border-color:black;
	border-style:dotted;	
}

td.bottom2 {
	border-width: 0px 0px 1px 0px;
	border-color:black;
	border-style:inset;	
}

td.bottom3 {
	border-width: 1px 0px 0px 0px;
	border-color:black;
	border-style:inset;	
}

.error {
	color:red;
	padding-bottom:10px;
}

th {
	font: 0.9em Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-align:left;
	line-height:17px;
	color:#0091a1;
	padding-bottom:10px;
}

/* html IE */
*html body {behavior: url(http://www.taalkrachtvoorbedrijven.nl/csshover.htc);font-size: 12px;}
*html #menu ul li {float: left; width: 100%;}
*html #menu ul li a {height: 1%;} 
*html #menu a, #menu h2 {font: 12px arial, helvetica, sans-serif;}