﻿		.kader {
			overflow-y: auto;
			overflow-x: hidden;
			height: 100%;
			width: 100%;
			max-width: 1000px; 
			margin: 0px auto 0px auto;
			border: 1px solid lightgray;
			padding-bottom: 20px;
		}

	.itembalk {
/*			height: 20px;*/
			width: 95%;
			text-align: center;
			margin-bottom: 15px;
			max-width: 1000px;
			background-color: #777085;
		}

		.itembalk p {
			font-family: Arial, Verdana, Helvetica, sans-serif;
			font-size: 14px;
			font-weight: normal;
			color: white;
		}
		
		a { text-decoration: none; margin: 0 10px; }
		.btn {
			display: inline-block;
			color: white;
			background-color: #777085;
			letter-spacing: 2px;
			font: bold 14px Arial, Verdana, Helvetica, sans-serif;
			padding-left: 10px;
			border-radius: 5px;
			-moz-border-radius: 10px;
			-webkit-border-radius: 10px;
			border: 1px solid rgba(0,0,0,0.3);
			border-bottom-width: 3px;
		}
		a.btn:hover {
			background-color: #c1b9ce;
			color: black;
			border-color: rgba(0,0,0,0.5);
		}
		a.btn:active {
			background-color: #3C677B;
			border-color: rgba(0,0,0,0.9);
		}
	
		txt   {
			font: Normal 14px Arial, Verdana, Helvetica, sans-serif;
			color: black;
		}

		txt_plus   {
			font: Normal 20px Arial, Verdana, Helvetica, sans-serif;
			color: white;
		}

		txt_yellow {
			font: bold 16px Arial, Verdana, Helvetica, sans-serif;
			color: yellow;
		}
		
		Kop {
			font: bold 16px Arial, Verdana, Helvetica, sans-serif;
		}
	
			.btn {
			border: 2px solid red;
			background-color: white;
			padding: 2px 4px;
			font-size: 12px;
			font-weight: bold;
			cursor: pointer;
			display: inline-block;
			color: black;
		}

		.btn[type=button]:hover{
			background: #7D0969;
			color: white;
			}


		.btn[type=submit]:hover {
			background: #7D0969;
			color: white;
			}

		.divbtn {
			border: 2px solid #7D0969;
			width: 60px;
			height: 18px;
			background-color: white;
			padding-top: 4px;
			font-family: Arial, Verdana, Trebuchet, sans-serif;
			font-size: 12px;
			font-weight: bold;
			text-align: center;
			cursor: pointer;
			color: black;
		}

		.tekstbalk {
			height: 30px;
			width: 100%;
			max-width: 1000px;
			background: #82004c;
		}

		.tekstbalk p {
			font-family: Arial, Verdana, Helvetica, sans-serif;
			font-size: 16px;
			font-weight: bold;
			color: yellow;
		}

		html {
			scrollbar-base-color: #9999cc;
			scrollbar-arrow-color: white;
			scrollbar-track-color: #ccccff;

			scrollbar-shadow-color: black;
			scrollbar-lightshadow-color: black; 
			scrollbar-darkshadow-color: gray;

			scrollbar-highlight-color: white;
			scrollbar-3dlight-color: black;
		}

	