/* Stijl 0 Basis HTML elementen. */

/* BODY, TD, P moeten allemaal dezelfde regels hebben!  */

body {
	font-family: Verdana, sans-serif;
	margin:0; padding:0;
	background-color: #FFFFFF;
	overflow:auto;
	text-align: center;
	
}

body, td, p		{
	font-size: 11px;
	line-height : 12px;
	font-style:normal;
	font-weight: normal;
	color: #193073;
}	


#container {

margin: 0px auto;
width: 960px;
text-align: left;
height: 100%;
position: relative;
}


		
/* H1 - H6 */

h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	font-size: 150%;
	margin-bottom:5px;
}

h2 { font-size: 130%; }

h3 { font-size: 110%; }

h4 { font-size: 100%; }

h5 { font-size: 90%; }

h6 { font-size: 70%; }

.maincontent{
	line-height:200%;
}

.maincontent td, .maincontent p{
	line-height:200%;
}

.topnavcell {
	margin: 0px;
	padding: 0px;
	height: 64px;
	width: 60px;
	border: 0px none;
	overflow: hidden;
	position: static;
	left: 0px;
	top: 0px;
	clip: rect(0px 60px 64px 0px);
}
		
/* links */
a:link, a:visited, a:active {
	color : #AAADD4;
	text-decoration : none;
	font-weight : bold;
}

a:hover {
		text-decoration : underline;
		color : #193073;
}

a.submenuitem:link, a.submenuitem:visited, a.submenuitem:active {
	color : #AAADD4;
	text-decoration : none;
	font-weight : bold;
}

a.submenuitem:hover {
		text-decoration : underline;
		color : #193073;
}

/* tekststijlen */
.titel {
	color: #193073;
	font-weight: bold;
	font-size: 120%;
	line-height : 140%;
}

.footer {
	color: #193073;
	font-size: 80%;
}

.steunkleur{
	background-color : Silver;
}

.big {
	font-size : xx-large;
}

.small {
	font-size : xx-small;
}

.inhoud{
	font-size: 120%;

}

span.menulinks td {
	padding-left: 2px;
	vertical-align: top;
	width: 100%;
}

span.menulinks td img {
	margin:0; padding:0;
	float: left;
	margin-top: 19px;
}

a.menulinks:link, a.menulinks:visited, a.menulinks:active {
	font-size: 100%;
	color: #193073;
	margin-top:19px;
	font-weight: bold;
	text-decoration:none;
	width: 110px;
	float: left;
}

a.menulinks:hover {
	text-decoration:underline !important;
}

span.menulinks{
	display: block;
	width:142px;
	font-size: 100%;
	color: #193073;
}

.klikpad{
	font-family: Verdana, sans-serif;
	font-size: 100%;
	font-style:normal;
	font-weight: bold;
	color: #193073;
	text-decoration : none;
}

/* Formulieren */
.label {
	font-family: Verdana, sans-serif;
	font-size: 8pt;
	font-style:normal;
	font-weight: bold;
	color : Gray;
}

.button {
	font-family: Verdana, sans-serif;								
	font-size: 8pt;													
	font-style:	normal;												
	font-weight: bold;												
}	

a.submenuhome {
	font-family: arial, verdana;	
	font-weight: bold;
	font-size: 8pt;
	padding-top: 1pt;
	padding-bottom: 1pt;
	text-decoration : none;
	color : #193073;
	line-height : 9pt;
}

a.submenuhome:visited {
	color: #193073;
	text-decoration : none;
}

a.submenuhome:hover {
	color : #393C39;
	text-decoration : none;
}

.scroller {
	font-family: verdana, arial;	
	font-weight: bold;
	font-style: italic;
	color: #5A614A;
	font-size: 12pt;
}

/* styles voor submenu */
.pulldownleerkracht a, .pulldownouder a, .pulldownoverallestelt a, .pulldownsiteinformatie a{
	display:block;
	width:100%;
	padding:4px;
	font-family: Arial, sans-serif;
	font-size: 10pt;
	color: #193073;
	z-index:1000;	
	background-color : #BBDDF1;
	margin-top:-1px;
}

.pulldownleerkracht a:hover, .pulldownouder a:hover, .pulldownoverallestelt a:hover, .pulldownsiteinformatie a:hover {
	color: #193073;
	text-decoration : underline;
}

.pulldownleerkracht a:visited, .pulldownouder a:visited, .pulldownoverallestelt a:visited, .pulldownsiteinformatie a:visited {
	color: #193073;
}

.schriftnieuw {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
/* text-transform: uppercase; */
	font-weight: bold;
	color: #f77941;
}

.schriftlogin {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
/*	text-transform: uppercase; */
	font-weight: bold;
	color: #f77941;
}

