/* Kleuren:
	geel	#FFCC00 (255 204 000)
	groen	#009900	(000 153 000)
	blauw	#003399	(000 051 153)
	rood	#FF3333 (255 051 051)
	*/
	
/* W3 Schools:
	Note: a:hover MUST come after a:link and a:visited in the CSS definition in order to be effective!! 
	Note: a:active MUST come after a:hover in the CSS definition in order to be effective!! 
*/

/* *************************
Rooster-css
**************************** */
		.mndTbl	{ display: none; }
		.keuze { text-decoration: underline; }
		#buttonTip
			{
			display: none; background-color: #FFCC00; border: 1px solid #003399; 
			width: 160px; color: black; position: absolute; top: 110px; left: 70px;
			padding: 4px; z-index: 1;
			}
		.subTip { font-size: 10px; }
		.hLijn { width: 540px; height: 3px; border: solid #FFCC00; position: absolute; left: 10px;}

/* inhoudHome */
a.inhoudHome
	{font-size: 10px;}

a:link.inhoudHome
	{color: white;}

a:visited.inhoudHome
	{color: #FFCC00;}

a:active.inhoudHome
	{color: yellow;}
	
/* hoofd, sub, blok */
a.hoofd
	{font-size: 12px;}
	
a.sub
	{font-size: 12px;
	border-style: outset;
	border-color: #FFCC00;
	border-width: 2px;
	}

a.hoofd, a.sub
	{display: block; width: 116px; background-color: #FF3333;
	text-decoration: none; color: white; margin-top: 4px; padding: 4px;
	font-weight: bold;}

a:visited.sub, a:hover.hoofd, a:hover.sub, a:hover.blok
	{background-color: #009900;}

a:active.hoofd, a:active.sub
 {background-color: #FFCC00;}

/* myLink */
a:hover.myLink, a:active.myLink
	{
	background-image: url(foto/BalLink hoover.gif);
	background-position: 4px 0px;
	}

.blok
	{
	color: white;
	padding-right: 3px;
	padding-left: 3px;
	text-decoration: none; 
	}
		
.blokheel, .blokhalf, .blokkwart
	{
	color: white;
	font-weight: bold;
	background-color: #FF3333;
	padding: 3px;
	margin-right: 6px;
	margin-bottom: 6px;
	text-align: center;
	vertical-align: top;
	border-style: outset;
	border-color: #FFCC00;
	border-width: 2px;

	}
		
.blokhalf, .blokkwart
	{
	float: left;
	}

.blokheel
	{
	width: 542px;
	}
		
.blokhalf
	{
	width: 259px;
	}
		
.blokkwart
	{
	width: 131px;
	}

body
	{
	margin-top: 2px;
	color: #FFCC00;	
	background-color: #009900;
	font-family: Arial, sans-serif;
	font-size: 13;
	}

body.inhoud
	{
	color: #E6EAD8;
	background-color: #003399;
	}

body.nieuwtjes
	{
	color: #FFCC00;	
	background-color: #009900;
	margin: 0px;
	margin-left: 8px;
	}

.center {
	text-align: center;
	}
	
.clearLeft {
	clear: left;
	}

.floatLeft {
	float: left;
	}

.floatRight {
	float: right;
	}

#frog
	{
	width: 75px;
	height: 75px;
	margin-top: 13px;
	margin-right: 8px;
	padding-top: 5px;
	background-color: white;
	float: right;
	}
		
h1
	{
	font-family: Times New Roman, serif;
	margin-top: 5px;
	margin-bottom: 5px;
	}

h2
	{
	margin-top: 5px;
	margin-bottom: 5px;
	}

#headerLogo
	{
	width: 75px;
	height: 75px;
	margin-top: 13px;
	margin-right: 8px;
	padding-top: 5px;
	background-color: white;
	float: left;
	}

#headerLogo2
	{
	margin-top: 11px;
	margin-right: 5px;
	}

#hersenen
	{
	width: 166px;
	height: 300px;
	overflow: auto;
	}

.home
	{
	width: 542px;
	text-align: right;
	margin-bottom: 4px;
	}
	
.kolom11, .kolom12, .kolom13, .kolom21, .kolom22, .kolom23, .kolom31, .kolom32, .kolom33,
	.kolomVar3
	{
	background-color: #FFCC00;
	color: black;
	padding: 5px;
	margin-right: 6px;
	margin-bottom: 6px;
	vertical-align: top;
	float: left;
	}
	
.kolom11
	{
	width: 176px;
	height: 390px;
	}
	
.kolom12 /* 1 lang; 2 breed */
	{
	width: 358px;
	height: 390px;
	}

.kolom21 /* 2 lang; 1 breed */
	{
	width: 176px;
	height: 600px;
	}
	
.kolom22
	{
	width: 358px;
	height: 600px;
	}

.kolom13
	{
	width: 540px;
	height: 390px;
	overflow: auto;
	}

.kolom23
	{
	width: 540px;
	height: 600px;
	overflow: auto;
	}

.kolom31 /* 3 lang; 1 breed */
	{
	width: 176px;
	height: 850px;
	overflow: auto;
	}

.kolom32 /* 3 lang; 2 breed */
	{
	width: 358px;
	height: 850px;
	overflow: auto;
	}

.kolom13 /* 1 lang; 3 breed */
	{
	width: 540px;
	height: 390px;
	overflow: auto;
	}

.kolom23 /* 2 lang; 3 breed */
	{
	width: 540px;
	height: 600px;
	overflow: auto;
	}

.kolom33 /* 3 lang; 3 breed */
	{
	width: 540px;
	height: 850px;
	overflow: auto;
	}

.kolomVar3 /* 3 breed */
	{
	width: 540px;
	overflow: auto;
	}
	
.kop
	{
	background-color: #003399;
	font-weight: bold;
	padding: 6px 6px 6px 3px;
	margin-top: 36px;
	color: white;
	width: 166px;
	white-space: nowrap;
	}


#logo {
	float: left;
	margin-left: 45px;
	width: 131px;
	/* background: #fff url(JuggleStruggleLogoWeb.jpg) no-repeat bottom right;*/
	}

#mailFont {
	font-size: 12px;
	}
		
.myLink {
	background-image: url(foto/BalLink.gif);
	background-repeat: no-repeat;
	background-position: 4px 0px;
	padding-left: 33px;
	padding-bottom: 3px;
	text-decoration: none;
	font-weight: bold;
	display: block;
	margin-top: 10px;
	}

#nieuwtjes
	{
	color: #E6EAD8;
	background-color: #003399;
	padding-left: 5px;
	margin-top: 8px;
	text-align: center;
	width: 536px;
	height: 20px;
	overflow: auto;
	}

#nieuwtjesLink
	{
	color: white;
	}
	
p.kop	
	{
	margin-top: 3px;
	margin-bottom: 5px;
	}

p.klein	
	{
	font-size: 10;
	margin-top: 3px;
	margin-bottom: 3px;
	}

p	{
	margin-top: 3px;
	margin-bottom: 3px;
	}

p.groot	
	{
	font-size: 18;
	margin-top: 3px;
	margin-bottom: 3px;
	}

p.x-groot	
	{
	font-size: 28;
	margin-top: 3px;
	margin-bottom: 3px;
	}

#pleeg {
	text-align: center;
	background-color: white;
	width: 540px;
	margin-bottom: 5px;
	}

#pleegImg {
	border-style: none;
	}

.prompt
	{
	color: white;
	}
			
.rechts
	{
	width: 540px;
	border-right: solid;
	margin-bottom: 6px;
	clear: left;
	}
 
.rooster
	{
	width: 552px;
	margin: 0px;
	padding: 0px;
	}

.scroll {scrollbar-3dlight-color:;
	scrollbar-arrow-color:#009900;
	scrollbar-base-color:#009900;
	scrollbar-darkshadow-color:#009900;
	scrollbar-face-color:#FFCC00;
	scrollbar-highlight-color:#FFCC00;
	scrollbar-shadow-color:#FFCC00;
	}

table, a.top
	{margin: 10;
	color: #113366;
	}

td
	{
	padding: 4;}
	
td.numeric
	{
	text-align: right;}

tr
	{
	background-color: #FFCC00;}

tr.hoofdKop
	{
	background-color: #003399;
	color: white;
	font-weight: bold;
	}

tr.subKop
	{
	color: white;
	font-weight: bold;
	background-color: #DE5C2F;
	}

ul {
	margin-top: 0px;
	margin-left: 18px;
	}
