                body, p, b, input, table, th, td, a, i
                        {
                                background-color        : #0000AE;
                                color                   : #FFFF53;
                                font-size               : 14px;
                                font-family             : Arial;
                        }
                body
                        {
                                margin                  : 2px;
                                padding                 : 2px;
                        }
                h1.kennisbank
                        {
                                font-size               : 24px;
                                font-weight             : bold;
                                text-align              : center;
                                padding                 : 0px;
                                margin                  : 0px;
                        }
		table, th, td
			{
				text-align		: left;
				border			: 1px solid #AAAA66;
			}

                table.logon
                        {
                                border                  : 2px solid #FFFF66;
				padding			: 10px;
				margin			: 10px;
                        }
                th.logon
                        {
                                text-align              : center;
                                border                  : 1px;
                                padding                 : 5px;
                                margin                  : 5px;
                        }
                td.logon
                        {
                                text-align              : left;
                                border                  : 1px;
                                padding                 : 5px;
                                margin                  : 5px;
                        }
                .left
                        {
                                text-align              : left;
                        }
                .center
                        {
                                text-align              : center;
                        }
		.right
			{
				text-align		: right;
			}
		.pass
			{
				color			: black;
				background-color	: black;
			}

                input[type=text], input[type=checkbox]
                        {
                                border                  : #FFFF00 2px solid;
                        }

                input[type=submit]
                        {
                                border                  : #FFFF00 2px solid;
                                background-color        : red;
                        }
                input[type=text]:focus
                        {
                                background-color        : #000000;
                        }
		textarea
			{
				background-color	: #FFFFFF;
			}
                #big_container
                        {
				width 			: 97%;
                                height 			: 97%; 
                                position                : absolute;
                                padding                 : 5px;
                                margin                  : 0px;
                        }
                div.data
                        {
                                position                : relative;
                                float                   : left;
                                margin                  : 3px;
                                padding                 : 3px;
                                border                  : 1px solid #FFFF00;
                                width                   : auto;
                                height                  : auto;
                                text-align              : left;
                        }
                div.boxje
                        {
                                position                : relative;
                                float                   : left;
                                margin                  : 2px;
                                padding                 : 2px;
                                border                  : 0px dotted #FFFF00;
                                width                   : auto;
                                height                  : auto;
                                text-align              : left;
                        }
		div.footer
			{
                                border                  : #FFFF00 2px solid;
				background-color	: #000000;
				color			: #FFFF53;
				position		: fixed;
				bottom			: 5px;
				right			: 5px;
			}
                a.footer
                        {
                                background-color        : #000000;
                                color                   : #FFFF53;
                        }

                .clear
                        {
                                clear                   : both;
                        }

