
/*
html { overflow: -moz-scrollbars-vertical; }
html { overflow-x: auto; }
*/

body {
	background: #f1f3f4 url('/images/bg_body.gif') repeat-x;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: arial, helvetica, verdana;
	font-size: 9pt;
	color: #222;
}

body.popup {
	background: #fff;
	margin: 10px 0 0 0;
}

body.extern {
	background: #fff;
	margin: 0;
	padding: 0;
}
	
.sitebox {
	margin: 0px auto;
	width: 970px;
	background: #fff;
	border-bottom: 1px solid #ccc;
}

#sitebox-account {
	background: url(/images/bg_sitebox_account.gif) repeat-y;
}

#sitebox-home-ingelogd {
	background: #fff url(/images/bg_sitebox_home_ingelogd.jpg) 0 100px no-repeat;
}

/* HEADER */

#header {
	width: 970px;
	height: 70px;
	background: url(/images/bg_header.gif) repeat-x;
}

#header #school-logo-en-data {
	float: left;
	width: 750px;
	overflow: hidden;
}

#header #school-logo-en-data #school-logo {
	float: left;
	margin: 10px 0 0 10px;
}

#header #school-logo-en-data #school-logo img {
	border: 1px solid #ccc;
	margin: 0 10px 0 0;
}

#header #school-logo-en-data #school-data {
	float: left;
	margin: 20px 0 0 0;
	font-size: 1.9em;
	text-align: left;
	color: #afcce6;
	
}

#header #school-logo-en-data #school-data .school {
	font-weight: bold;
	color: #1d6fb8;
}

#header #school-data .groep {
	color: #1d6fb8;
	margin: 0 0 0 15px;
}

#header #school-data .ingelogdals {
	font-size: 0.7em;
}

#header #school-data .docent {
	color: #1d6fb8;
	margin: 0 0 0 15px;
}

#header #leskompas-logo {
	float: left;
	width: 200px;
	margin: 7px 0 0 0;
	text-align: right;
}

#header #banner {
	float: left;
	width: 770px;
	text-align: right;
}

#header #banner img {
	margin: 15px 45px 0 0;
}



/* MENU LIST */

#menu {
	background: #1d6fb8 url(/images/bg_menu.gif) repeat-x;
	width: 970px;
	height: 38px;
}


/* MAIN */

#tekst-voor-leerlingen {
	padding: 10px;
	width: 880px;
	border: 1px solid #ea5800;
	color: #ea5800;
	font-weight: bold;
	text-align: left;
	font-size: 1.2em;
	margin: 0 0 15px 0;
}


.main {
	text-align: left;
	width: 970px;
}

.main .margin {
	margin: 20px;
}

.main .main-left {
	float: left;
	width: 250px;
}

.main .main-left .main-left-margin {
	/*
	margin: 25px 20px 20px 20px;
	*/
}

.main .main-right {
	float: left;
	width: 650px;
}

.main .main-right .main-right-margin {
	margin: 20px 20px 20px 30px;
}

#main-vakken .main-right {
	width: 970px;
}

/* MAIN CONTACT */

#main-contact .main-left {
	width: 650px;
}	

#main-contact .main-left .main-left-margin {
	margin: 25px 30px 30px 30px;
}

#main-contact .main-right {
	width: 250px;
}

#main-contact .main-right .main-right-margin {
	margin-top: 65px;
}

/* MAIN FOLLOW UP */

#main-followup {
	background: url(/images/bg_main_followup.gif) repeat-y;
}

#main-followup .main-left {
	width: 650px;
}	

#main-followup .main-left .main-left-margin {
	margin: 25px 30px 30px 30px;
}

#main-followup .main-right {
	width: 250px;
}

#main-followup .main-right .main-right-margin {
	margin-top: 65px;
}

/* MAIN ACCOUNT */

#main-account {
	background: url(/images/bg_sitebox_account.gif) repeat-y;
}


/* RIGHTSIDEBLOCK */

.rightsideblock {
	border: 1px solid #d7dae8;
	padding: 10px;
	width: 200px;
	background: #fff;
	line-height: 1.5em;
}



/* h1 h2 h3 */

h1 {
	font-size: 1.8em;
	color: #222;
	margin: 0 0 15px 0;
}

h2 {
	margin: 0 0 5px 0;
}

h3 {

}

h3 .subtitle {
	font-size: 0.8em;
	color: #777;
}


.main p {
	margin: 0 0 15px 0;
}

body.koppelingmethoden .main p {
	margin: 15px 0 15px 0;
}

body.koppelingmethoden .main h2 {
	color: #e46303;
}

body.koppelingmethoden .main ul {
	margin: 0 0 15px 15px;
}

#pagetitle {
	height: 35px;
}

#pagetitle #pagetitle-left {
	float: left;
	width: 460px;

}

#pagetitle #pagetitle-right {
	float: left;
	width: 440px;
	text-align: right;
	margin: 4px 0 0 0;

}

#pagetitle #pagetitle-right {
	font-size: 1em;
	text-transform: uppercase;
	color: #999;
	font-weight: bold;
}

#pagetitle #pagetitle-right .uitgeverij {
	color: #bbb;
	font-weight: normal;
}

#pagetitle #pagetitle-right a.digibordlink {
	color: #2f55ae;
	background: url(../images/icon_newwindow.gif) no-repeat;
	padding: 0 0 0 18px;
} 


ul {
	margin: 0 0 0 15px;
	padding: 0;
}

ol {
	margin: 0 0 15px 15px;
	padding: 0;
}


.main-left ul {
	margin: 20px 0 250px 0px;
	list-style: none;
	padding: 0;
	border-top: 1px solid #c7d5e7;
}

.main-left ul li a:link, .main-left ul li a:visited, .main-left ul li a:hover, .main-left ul li a:active {
	display: block;
	/*
	background: url(/images/bg_lesblok.gif) repeat-x;
	border-bottom: 1px solid #f9c446;
	color: #fff;
	*/
	padding: 5px 0px 4px 5px;
	color: #1d6fb8;
	border-bottom: 1px solid #c7d5e7;
	font-weight: bold;
	text-decoration: none;
}

.main-left ul li a:hover {
	background: #fff;
	/*
	background: url(/images/bg_lesblok_hover.gif) repeat-x;
	*/
}

.main-left ul li#active a:link, .main-left ul li#active a:visited, .main-left ul li#active a:hover, .main-left ul li#active a:active {
	background: #fff url(/images/bg_lesblok_active.gif) repeat-x;
	color: #e96b05;
}


/* FOOTER */

#footer {
	margin: 0 auto;
	width: 970px;
	color: #fff;
}

#footer #footer-left {
	float: left;
	width: 520px;
	text-align: left;
	margin: 10px 0 0 0;
	color: #7398ac;
}

#footer #footer-left a:link, #footer #footer-left a:visited, #footer #footer-left a:hover, #footer #footer-left a:active { 
	color: #aaa;
}

#footer #footer-left a.beheerschool:link, #footer #footer-left a.beheerschool:visited, #footer #footer-left a.beheerschool:hover, #footer #footer-left a.beheerschool:active {
	color: #1d6fb8;
}

#footer #footer-left a.beheerschool-firstlogin:link, #footer #footer-left a.beheerschool-firstlogin:visited, #footer #footer-left a.beheerschool-firstlogin:hover, #footer #footer-left a.beheerschool-firstlogin:active {
	font-weight: bold;
}

#footer #footer-right {
	float: left;
	width: 450px;
	margin: 10px 0 0 0;
	text-align: right;
	color: #7398ac;
}

#footer #footer-right a {
	color: #7398ac;
}

#selecteergroep {
	float: right;
	
}

#selecteergroep-title {
	float: left;
	width: 200px;
	text-align: right;
	color: #aaa;
}

#selecteergroep form {
	border: none;
	background: none;
	width: 430px;
	padding: 0;
	margin: 0;
}

#selecteergroep-select {
	float: left;
	width: 230px;
	text-align: right;
	color: #aaa;
}

#selecteergroep-select select {
	width: 210px;
}


#ingelogd-als {
	margin: 5px 0 0 0;
	width: 430px;
	float: right;
	
}


/* HOME */


#sitebox-home-notloggedin {
	background: #fff url(/images/bg_sitebox_home.gif) no-repeat bottom right;
}


#sitebox-home-notloggedin #column-right h2 {
	
}

#main-home #column-left {
	width: 440px;
}

#introductie {
	font-size: 1.1em;
	line-height: 1.4em;
	margin: 0 0 15px 0;
	color: #db6015;
}

#introductie .aankeiler {
	font-weight: bold;
}

.homeblock-attentie {
	border: 1px solid #db6015;
	padding: 10px 10px 0 10px;
	margin: 0 15px 15px 0; 
}


#main-home ul {
	margin: 10px 0 20px 15px;
	font-size: 1.1em;
}

#main-home ul li {
	margin: 0 0 5px ;
}

.homeblock {
	width: 430px;
	background: url(/images/bg_actueel.png) repeat-y;
	border-bottom: 1px solid #ddd;
	margin: 0 0 15px 0;
}

.homeblock .header {
	background: url(/images/bg_les.gif) repeat-x;
	color: #375c74;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 1px solid #fff;
	padding: 8px;
}

.homeblock .content  {
	padding: 8px;
}

.homeblock .content .item {
	margin: 0 0 10px 0;
	color: #666;
}

.homeblock .content .item .icon {
	float: left;
	width: 20px;
}

.homeblock .content .item .title-and-summary {
	float: left;
	width: 385px;
}

#homeblock-actueel .header {
	background: url(/images/bg_actueel_header.gif) repeat-x;
	color: #72864e;
}

#homeblock-demo  {
	border: 1px solid #ddd;
	background: #fff;
	height: 100px;
}

#homeblock-demo .image, #homeblock-abonnementen .image {
	float: left;
	width: 165px;
}

#homeblock-demo .text, #homeblock-abonnementen .text {
	float: left;
	width: 240px;
	padding-top: 12px; 
}

#homeblock-demo .text .link, #homeblock-abonnementen .text .link {
	margin: 8px 0 0 0;
}

#homeblock-demo .text .link a, #homeblock-abonnementen .text .link a {
	font-size: 1.2em;
	font-weight: bold;
	color: #1968b7;
}

#homeblock-demo .text .link a:hover, #homeblock-abonnementen .text .link a:hover {
	color: #ff6600;
}


#homeblock-abonnementen {
	background: url(/images/bg_home_abonnement.gif) bottom right;
	border: 1px solid #ddd;
	height: 85px;
}


#homeblock-hoenuverder {
	margin: 0 0 15px 0;
}

#homeblock-hoenuverder .header {
	background: #99cc00;
	color: #fff;
}

#homeblock-schoollinks {
	margin: 0 0 15px 0;
}

#homeblock-nieuws {
	border: none;
	margin: 0;
	background: none;
}

/* NIEUWSBRIEF */

#homeblock-nieuwsbrief {
	border: 1px solid #ddd;
	background: #f5f9fa;
}

#homeblock-nieuwsbrief form {
	background: none;
	border: none;
	margin: 0;
	padding: 0;
	width: 430px;
	height: 35px;
}

#homeblock-nieuwsbrief .question {
	width: 200px;
	float: left;
	margin: 10px 0 0 0;
}

#homeblock-nieuwsbrief .question label {
	display: none;
}

#homeblock-nieuwsbrief .question input {
	width: 180px;
}

#homeblock-nieuwsbrief .submitbutton { 
	float: left;
	margin: 9px 0 0 0;
}

form#nieuwsbrief-aanmelden div.validationerror {
	padding: 0;
	margin: 0;
	width: 200px;
	font-weight: bold;
}

#afmelden-link {
	margin: 2px 0 5px 0;
}

#afmelden-link a { color: #999; }



#aanmeld-formulier form {
	margin: 0;
	padding: 0;
}

form#nieuwsbrief-afmelden .question label {
	width: 100px;
}

form#nieuwsbrief-afmelden .submitbutton {
	margin: 0 0 10px 115px;
}

body.nieuwsbrief form#nieuwsbrief-aanmelden .submitbutton {
	margin: 0 0 10px 165px;
}

body.nieuwsbrief form {
	margin: 10px 0 10px 0;
}




/* VAKKEN */

.les-en-links {
	width: 430px;
	background: #f1f3f4;
	margin: 0 0 2px 0;
}

.les-en-links-active {
	margin-bottom: 20px;
	border-bottom: 1px solid #eee;
}

.les-en-links .les 							{ height: 30px; background: url(/images/bg_les.gif) repeat-x; color: #fff; font-weight: bold; border-bottom: 1px solid #fff; font-size: 1.1em; }
.les-en-links .les a 						{ display: block; padding: 7px 10px; background: url('/images/icon_plus.gif') no-repeat 98% 50%; color: #fff; text-decoration: none; }
.les-en-links .les a.toggle-links-active 	{ background: url('/images/icon_minus.gif') no-repeat 98% 50%;  }

.les-en-links .links 							{ margin: 0; display: none; }
.les-en-links-active .links 					{ display: block;  }
.les-en-links .les span.locked					{ display: block; padding: 7px 10px; background: url('/images/lock.png') no-repeat 98% 50%; }

.les-en-links .links .link 						{ padding: 5px 0 5px 0; border-bottom: 1px solid #fff; }
.les-en-links .links .link-even 				{ background: #f7f8f9; }
.les-en-links .links .link .icon 				{ float: left; width: 25px; padding: 0 0 0 8px; }
.les-en-links .links .link .title-and-summary	{ float: left; width: 360px; }

.les-en-links .links .link .uitleg 							{ float: left; width: 25px; text-align: right; }
.les-en-links .links .link .title-and-summary .title a 		{ font-weight: bold; }
.les-en-links .links .link .title-and-summary .summary 		{ color: #888; }
.les-en-links .links .link .title-and-summary .duur 		{ color: #aaa; font-size: 0.9em; }
.les-en-links .links .link-demo .title a 					{ color: #bbb; }
.les-en-links .links .link-demo .title-and-summary .summary { color: #ccc; }
.les-en-links .links .link-kleuter .icon 					{ width: 35px; }
.les-en-links .links .link-kleuter .title-and-summary 		{ width: 355px; }

.les-en-links .links a.antwoordblad			{ font-size: 0.8em; text-decoration: none; color: #27881c; }
.les-en-links .links a.antwoordblad:hover	{ color: #222; }


#column-left {
	float: left;
	width: 440px;
	margin: 0 30px 0 0;
}

#column-right {
	float: left;
	width: 440px;
	
}


.blok {
	
}

.blok .naam {
	margin: 0 0 10px 0;
	font-size: 1.2em;
	font-weight: bold;
}

.blok .lessen {
	
}

#blok-olijfgroen .les-en-links .les	{	background: url(/images/bg_les_olijf.gif) repeat-x; }
#blok-oranje .les-en-links .les 	{	background: url(/images/bg_les_oranje.gif) repeat-x; }
#blok-lila .les-en-links .les 		{	background: url(/images/bg_les_lila.gif) repeat-x; }
#blok-turquoise .les-en-links .les 	{	background: url(/images/bg_les_turquoise.gif) repeat-x; }
#blok-roze .les-en-links .les 		{	background: url(/images/bg_les_roze.gif) repeat-x; }
#blok-zilver .les-en-links .les 	{	background: url(/images/bg_les_zilver.gif) repeat-x; }

/* ACCOUNT */


/* SCHOOLGEGEVENS */

form#schoolgegevens #question-name input {
	width: 250px;
}

form#schoolgegevens #question-Streetline_1 input {
	width: 200px;
}

#question-Postal_code input {
	width: 70px;
}

#question-algemenevoorwaarden {
	width: 550px;
}

form#schoolgegevens #question-algemenevoorwaarden input {
	margin: 0 0 0 165px;
	padding: 0;
	float: none;
	width: 20px;
}

#question-algemenevoorwaarden label.label-after {
	float: none;
}

form#schoolgegevens #question-has_combinatieklassen input.checkbox {
	width: 20px;
}

form#schoolgegevens #question-has_combinatieklassen .comment {
	width: 400px;
	margin: 0 0 0 150px;
}

form#schoolgegevens .submitbutton {
	margin-left: 165px;
}


/* GROEPEN EN METHODEN */


#nieuwegroepaanmaken {
	margin: 0 0 15px 0;
}

form#groepaanmaken #question-naam_groep input {
	width: 250px;
}

table.list {
	width: 570px;
	border-collapse: collapse;
	background: #f6fafc;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	margin: 0 0 25px 0;
	font-size: 1em;
}

table.list tr th {
	padding: 5px;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background: #256eb7;
	color: #fff;
	text-transform: uppercase;
}

table.list tr td {
	padding: 5px;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

table.list tr td.wijzig {
	width: 120px;
}

table#digibordlinks tr td.wijzig {
	width: 80px;
}

table.list tr td.wijzigmethode {
	width: 140px;
}

table.list tr td.verwijder {
	width: 90px;
}

table.list tr td.groep {
	font-weight: bold;
}

table.list tr.even td {
	background: #eff5f7;
} 

table.list tr#saved td {
	background: #deee86;
	color: #000;
}

table.detail {
	border-collapse: collapse;
	font-size: 1em;
}

table.detail tr th {
	padding: 15px 5px 5px 15px;
	text-align: left;
}

table.detail tr td {
	padding: 5px 5px 5px 15px;
}

table.detail tr td select {
	width: 200px;
}

table.detail tr td.vak {
	width: 150px;
	vertical-align: top;
}

table.detail tr td.vak .keuzevak {
	font-size: 0.9em;
	color: #aaa;
}

table.data {
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-collapse: collapse;
	width: 500px;
	font-size: 1em;
}

table.data tr th {
	background: #eff5f7;
	width: 150px;
	text-align: left;
}

table.data tr th, table.data tr td {
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	padding: 5px;
}


body.abonnementen table {
	border: 1px solid #ccc;
	border-collapse: collapse;
	width: 350px;
}

body.abonnementen table tr th {
	padding: 7px;
	background: url(/images/bg_les.gif) repeat-x;
	color: #fff;
}

body.abonnementen table tr td {
	padding: 7px;
	border-top: 1px solid #eee;
}




/* LINKS */

a:link {
	color: #1968b7;
}

a:visited {
	color: #666;
}

a:hover {
	color: #ff6600;
}

a:active {
	color: #1968b7;
}

a.add {
	background: url(/images/application_add.png) no-repeat;
	padding: 0 0 0 25px;
	background-position: left;
	font-weight: bold;
}

a.edit {
	background: url(/images/application_edit.png) no-repeat;
	padding: 0 0 0 25px;
	background-position: left;
	font-weight: bold;
}

a.edit:hover {
	color: #ff6600;
}

a.editmethode {
	background: url(/images/book_open.png) no-repeat;
	padding: 0 0 0 25px;
	background-position: left;
	font-weight: bold;
}

a.delete {
	background: url(/images/application_delete.png) no-repeat;
	padding: 0 0 0 25px;
	background-position: left;
	font-weight: bold;
}

a.pdf {
	background: url(/images/icon_pdf.gif) no-repeat;
	padding: 0 0 0 20px;
	background-position: left;
	display: block;
	height: 16px;
	
}

a.pdf-big {
	background: url(/images/icon_pdf_big.gif) no-repeat;
	padding: 15px 0 0 40px;
	background-position: left;
	font-weight: bold;
	font-size: 1.2em;
	height: 30px;
	display: block;
}

a.wachtwoordvergeten {
	padding-left: 10px;
	color: #aaa;
	font-size: 0.9em;
}

a.big {
	font-size: 1.3em;
	font-weight: bold;
}

a.button:link, a.button:visited, a.button:hover, a.button:active {
	background: #256eb7;
	color: #fff;
	padding: 3px 8px 3px 8px;
	text-decoration: none;
	font-weight: bold;
	border: 1px solid #333;
}

a.button-delete:link, a.button-delete:visited, a.button-delete:hover, a.button-delete:active {
	background: #cc0000;
}

#footer #footer-left a.terugnaarleskompas:link, #footer #footer-left a.terugnaarleskompas:visited, #footer #footer-left a.terugnaarleskompas:hover, #footer #footer-left a.terugnaarleskompas:active {
	color: #ec5f00;
	font-weight: bold;
	font-size: 1.1em;
}

a.twitter:link, a.twitter:visited, a.twitter:hover, a.twitter:active {
	margin: 0 10px 0 0;
	background: url('/images/icon_twitter.gif') no-repeat;
	padding: 10px 0 10px 22px;
	background-position: 0% 50%;
	color: #0084B4;
	
}


/* DIV */


table.image-and-text {
	margin: 0 0 15px 0;
}

table.image-and-text tr td {
	padding: 0 15px 10px 0;
	vertical-align: top;
}

table.image-and-text tr td h2 {
	color: #e46303;
}

#saved {
	width: 590px;
	background: #99cc00;
	padding: 5px;
	color: #fff;
	font-weight: bold;
}

img {
	border: none;
}

.img-shadow {
  float: right;
  background: url(/images/shadowAlpha.png) no-repeat bottom right !important;
  background: url(/images/shadow.gif) no-repeat bottom right;
  margin: 10px 0 20px 30px !important;
  margin: 10px 0 20px 30px;
}

.img-shadow img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 4px;
} 


/* FORMS */


form {
	width: 600px;
	background: #f4f7f9 url(/images/bg_form.gif) top right no-repeat;
	border: 1px solid #d8e5ee;
}



div.submitbutton  {
	margin: 15px 0 15px 185px;
}

div.question {
	margin: 15px 0 15px 15px; 
}

.question label {
	float: left;
	width: 150px;
}

.question input {
	width: 180px;
	float: left;
	margin: 0;
	padding: 0;
}

#question-Company input {
	width: 210px;
}

#question-Email input {
	width: 210px;
}

form#uwgegevens .question, form#suggestie .question, form#digibordlinks_insert .question, form#schoollinks .question {
	width: 570px;
}

#question-link_url input {
	width: 350px;
}

#question-aantal_leerlingen input, #question-brin_nummer input {
	width: 40px;
}

#question-tekst_voor_leerlingen textarea, form#schoollinks textarea  {
	width: 350px;
	height: 40px;
}

form#methodenwijzigen table tr td.submitbutton {
	padding: 10px 0 15px 15px;
}


form .question textarea {
	width: 250px;
	margin: 0;
	padding: 0;
}

.submitbutton {
	margin: 0 0 0 120px;
}

form select {
	margin: 0;
	padding: 0;
}

div.validationerror {
	color: #cc0000;
	font-weight: bold;
	border: none;
	margin: 0 0 0 170px;
	padding: 0;
	float: left;
}

.warning {
	color: #cc0000;
	font-weight: bold;
}

div.verplicht {
	float: right;
	color: #cc0000;
	margin: -20px 0 0 0;
	font-size: 0.9em;
}

.required {
	margin-left: 5px;
}

/* INLOGGEN */

form#inloggen {
	margin: 0 0 15px 0;
	width: 430px;
	height: 90px;
}

form#inloggen label {
	width: 120px;
}

form#inloggen #question-username {
	margin-top: 15px;
	
}

form#inloggen #question-username input {
	width: 190px; 
}

form#inloggen #question-password {
	width: 265px;
	float: left;
	margin: 2px 0 0 15px;
}

form#inloggen #question-password input {
	width: 120px; 
}

form#inloggen .submitbutton {
	margin: 0;
	float: left;
}

form#inloggen .submitbutton button {
	padding: 0 5px 0 5px;
}

form#inloggen div.validationerror {
	margin-left: 140px;
}

#message-ok {
	color: green;
	font-weight: bold;
}

#message-saved {
	width: 900px;
	background: #009900;
	color: #fff;
	font-weight: bold;
	padding: 5px 0 5px 0px;
	margin: 0 0 15px 0;
}

form .comment {
	font-size: 0.9em;
	color: #aaa;
	padding: 4px 0 0 0;
}

#wereldorientatie-melding {
	padding: 5px 0 15px 0; 
	color: #555; 
	display: none;
}


/* TEKST VOOR MEERDERE LEERLINGEN */

#question-tekst_voor_leerlingen textarea {
	color: red;
	font-family: arial, helvetica, sans-serif;
	font-size: 1.2em;
}

form#tekstenleerlingenallegroepen .question label {
	margin: 0 0 5px 0;
	font-size: 1.4em;
	width: 500px;
}

form#tekstenleerlingenallegroepen .question textarea {
	width: 500px;
	font-family: arial, helvetica, sans-serif;
	font-size: 1.2em;
}

form#tekstenleerlingenallegroepen .submitbutton {
	margin: 20px;
}

form#tekstenleerlingenallegroepen .submitbutton button {
	width: 150px;
}

form#tekstenleerlingenallegroepen #question-tekstvoorleerlingen-user label {
	font-weight: bold;
}

form#tekstenleerlingenallegroepen #question-tekstvoorleerlingen-user textarea {
	border: 2px solid #000;
}

/* INSTELLINGEN */

form#lessen-settings-opslaan {	
	background: none;
	border: none;
	width: auto;
}

form#lessen-settings-opslaan #navigatie 		{ margin: 0 18px 15px 0; }

form#lessen-settings-opslaan div.submitbutton 	{ float: right; margin: 0;  }

form#lessen-settings-opslaan div.opslot 		{ float: right; width: 140px; line-height: 23px; margin: 0 15px 0 0; border: 1px solid #ccc; background: #eee; }
form#lessen-settings-opslaan div.opslot label	{ }
form#lessen-settings-opslaan div.opslot input	{ margin: 0 7px 0 5px; }

/* LINKCHECKER */

#linkresults {
	text-align: left;
	background: #fff;
}

#linkresults table.list {
	width: 840px;
}

#linkresults table.list tr.broken td {
	background: #fff4f4;
}

#nrofresults {
	background: #fff;
	text-align: left;
	height: 30px;
}

#linkresults table.list tr td.statuscode {
	font-size: 0.9em;
	color: #cc0000;
}

#linkresults span.time {
	font-size: 0.9em;
	color: #999;
}

form#myForm {
	background: none;
	border: none;
	margin: 0 0 15px 0;
}

form#myForm input#urltocheck {
	width: 600px;
	border: none;
	font-weight: bold;
}




/* CLEARFIX */

.clear:after, .clearfix:after {
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}
.clearfix {display:inline-block;}
/* mac hide \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide */







/* ----------------- THICKBOX -----------------*/


/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_window, #TB_overlay { z-index:10000 !important; }

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(/images/macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 1px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}


/* ------------- END THICKBOX ------------------ */

