html, body	 		{ 
						height:100%;
						margin: 0; 
						padding: 0;
						font-family:Arial, Helvetica, sans-serif;
						background-color:#00268E;
						color: #000000;
						font-size: 11px;
						overflow:auto;
					}

#topbalk			{
						position:absolute;
						width:100%;
						top:0;
					}

#container 			{
						margin: 0px auto;
						text-align: center;
						width:780px;
						position:relative;
						min-height:100%;
						height:auto !important;
						height:100%;
						background-color: #FFFFFF;
						border-left: 2px solid #000000;
						border-right: 2px solid #000000;
						overflow:hidden;
					} 

#onderstebalk		{
						position:absolute;
						width:100%;
						bottom:0;
					}

a					{	
						color: #006699; 
						text-decoration: underline; 
					}

a:hover				{	
						text-decoration: none; 
					}

a:visited			{}

a:active			{}

a.selected			{ 
						color: #FF6B11; 
						text-decoration:none; 
					}

a.selected:hover	{ 
						text-decoration: none; 
					}

DIV.Logo				{
						height: 118px;
						background-image:URL(/stylesheet/images/top_back.gif);
						background-repeat: no-repeat;
					}

DIV.Top				{ 
						height: 28px;
						vertical-align: bottom;
					}

DIV.Main				{ 
						vertical-align: top;
						padding: 18px;
						height: 100%;
						/*background-color: #FFFFFF;*/
						text-align: left;
					}

DIV.footer			{ 
						font-size: 80%; 
						color: #666666; 
						height: 24px;
						text-align: center;  
						background-color: #FFFFFF;
					}

DIV.Left				{ 
						float:left;
						width: 190px; 
						vertical-align: top; 
						padding-top: 7px; 
						padding-bottom: 10px; 
						height: 100%; 
						background-color: #FFFFFF; 
						margin-right:18px;
						min-height:500px;
					}

DIV.Menu				{ 
						width: 187px; 
					}

TD.talen			{
						width: 100px;
						vertical-align: top;
						text-align: left;
					}

TD.logo1			{
						padding: 0;
						margin: 0;
						vertical-align: top;
						padding-right: 15px;
						text-align: right;
						
					}

TD.logo2			{
						padding: 0;
						margin: 0;
						padding-top: 1px;
						vertical-align: top;
						width: 280px;
					}

h1					{ 
						font-size: 90%; 
						padding-bottom:5px; 
					}

h2				{ 
						/*font-size: 80%; 
						color:#999999; 
						padding-left:8px;*/
						font-size:14px;
						font-weight:bold;
						text-decoration:none;
					}


					

.Content_Text		{ 
						padding-left: 20px; 
					}

INPUT 				{ 
						font-size:100%;
					}

FORM				{ 
						padding:0px; 
						margin:0px; 
					}

form.form_fixed  label 	{
						width: 150px;	
						float: left;
						display: block;
					}

form.form_fixed  input	{ 
						float: left;
						display: block;
					}
form.form_fixed  br 	{
						clear: left;
					}