@charset "UTF-8";
/*	Cascading StyleSheet voor www.studentdocent.eu
	Ontwikkeld door PLANETBITS (www.planetbits.nl) */

/* --- kleuren --- */
/*	- SD Groen: 	#b2d235
	- SD Oranje:	#FF9900
	- SD Oranje donkerder:	#FF9900

*/

/* Alle padding's en margin's weghalen */
* {
	padding: 0px;
	margin: 0px;
}

/* Basis */
body {
	font-family: Arial, verdana, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000;
	background: url('../images/bg.gif');
}

.all {
	width: 980px;
	height:auto;
	margin-left: auto;
	margin-right: auto;
	display: block;
	background-color: #fff;

}

.all2 {
	width: 980px;
	height: auto;
	float: left;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

ul li {
	list-style-position: outside;
	margin-left: 30px;
}

ol li {
	list-style-position: outside;
	margin-left: 30px;
}

/* tool tip */


  p.link a:hover {background-color: #2B2E21;;color:#fff;}
  p.link a:link span{display: none;}
  p.link a:visited span{display: none;}
  p.link a:hover span {
  position: absolute;
  margin:15px 0px 0px 20px;
  background-color: beige;
  max-width:220;
  padding: 2px 10px 2px 10px;
  border: 1px solid #C0C0C0;
  font: normal 10px/12px verdana;
  color: #000;
  text-align:left;
  display: block;}



/* Teksten en kleuren */
a,
a:active,
a:visited {
	color: #FF9900;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

img {
	border: 0px;
}

h1 {
	color: #b2d235;
	font-size: 25px;
	font-weight: bold;
	padding-bottom: 20px;
}

h2 {
	color: #b2d235;
	font-size: 18px;
	font-weight: bold;
}


/* Pagina onderverdeling */
#header {
	width: 980px;
	height: 166px;
	background-image: url(../images/header.gif);
}

#header a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

#headerlink {
	width: 300px;
	height: 17px;
	padding-top: 140px;
	padding-right: 30px;
	font-size: 12px;
	float: right;
	text-align:right;
}

#main {
	width: 980px;
	height: auto;
}

#mainleft {
	width: 27px;
	height: 336px;
	float: left;
	background-image: url(../images/leftbg.gif);
}

#maincentre {
	width: 927px;
	height: auto;
	float: left;
	padding-top: 44px;
}



/* Maincentre Left */

#maincentrel {
	width: 246px;
	height: auto;
	float: left;
}

#nav {
	width: 246px;
	height: auto;
	float: left;
}

#navtop {
	width: 246px;
	height: 73px;
	background-image: url(../images/navtop.gif);
}

#navmid {
	width: 246px;
	height: auto;

	background-image: url(../images/navmid.gif);
}

#navmid a {
	font-size: 16px;
	line-height: 40px;
}

#navbottom {
	width: 246px;
	height: 54px;
	background-image: url(../images/navbottom.gif);
}

#adres {
	width: 190px;
	height: 150px;
	float: left;
	color: #898989;
	padding: 30px;
}



/* Maincentre Right */

#maincentrer {
	width: 630px;
	height: auto;
	float: left;
	margin-left: 25px;
}

#blokstudent {
	width: 263px;
	height: 104px;
	float: left;
	border: 1px solid #FF9900;
	background-image: url(../images/blokbg.gif);
	padding: 20px;
}

#blokstudent b {
	font-size: 18px;
	color: #000;
}

#blokschool {
	width: 263px;
	height: 104px;
	float: left;
	border: 1px solid #FF9900;
	margin-left: 15px;
	background-image: url(../images/blokbg.gif);
	padding: 20px;
}

#blokschool b {
	font-size: 18px;
	color: #000;
}

#tekst {
	width: 600px;
	height: auto;
	float: left;
	padding-top: 20px;
	line-height: 22px;
}







#mainright {
	width: 26px;
	height: 336px;
	float: left;
	background-image: url(../images/rightbg.gif);
}

#footer {
	width: 980px;
	height: 30px;
	text-align: center;
	background-image: url(../images/footerbg.gif);
	float: left;
	color: #fff;
	line-height: 30px;
}


/* Admin */

#zoekfunctie {
	width: 595px;
	height: 132px;
	float: left;
	background-image: url(../images/zoekbg.gif);
	padding: 20px;
}

/* Registreren */

#formulier {
	width: 595px;
	height: auto;
	float: left;
	border: 1px solid #b2d235;
}

#formuliertop {
	width: 585px;
	height: 20px;
	float: left;
	background-color: #b2d235;
	color: #fff;
	padding-left: 10px;
}

#formuliermain {
	width: 555px;
	height: auto;
	float: left;
	padding: 20px;
	clear:both;
}

#studentRegister table td,#schoolRegister table td{
	height:30px;
}


#studentRegister table td  ,#schoolRegister table td {
	width:280px;
	border: 0px solid #c3c3c3;
}

.huisnummer{
	width:50px;
}

.toevoeging{
	width:20px;
}

.length{
	width:280px;
}

.formLabel {
	font-weight:bold;
}
.formExplanation {
	color:#cbcaca;
	font-style:italic;
}

.formActive {
	color:#b2d235;
	font-style:italic;
}

.formRadio {
	width:15px;
	border: 0px;
}
.formTextArea {
	width:280px;
	border: 1px solid #c3c3c3;
}
.formColLabel {
	font-weight:bold;
}

.foutmelding {
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-100px;
	margin-top:-30px;
	background-color:#FFFFFF;
	border-style:solid;
	border-color:#FF3300;
	height:110px;
	width:200px;

	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	font-weight:bold;
	padding:10px;
	text-align:center;
	line-height:20px;
}
.selectGreen {
	width:282px;
	background-color:green;
	color:white;
}
.dateSelector {
	width:92px;
}
.sitemap {
	list-style-position: outside;
	margin-left: 50px;
}
.sitemap_second {
	list-style-position: outside;
	margin-left: 60px;
}

#viewtable td{
	border:solid 3px white;
}

#image1{
	width:47px;
	height:47px;
	background-image: url(../images/number1.gif);
	background-repeat:no-repeat;
}

#image2{
	width:47px;
	height:47px;
	background-image: url(../images/number2.gif);
	background-repeat:no-repeat;
}

#image3{
	width:47px;
	height:47px;
	background-image: url(../images/number3.gif);
	background-repeat:no-repeat;
}
/*	WORDPRESS voor studentdocent.nl/nieuws */
p img {

	padding: 0;
	max-width: 100%;
	}



img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}
	
img.alignnone {
	float: none !important;
	margin: 0 0.5em 0.5em 0;
}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */

/*  Plaatsen Items slide gedeelte registratie form   */

.rechts_plaatsen{
	position:relative;
	top:-12px;
	left:255px;
	
}

.rechts_plaatsen_extra{
	position:relative;
	top:-12px;
	left:300px;
	
}
.informatie{
	position:relative;
	top:-12px;
	left:525px;
}



