@CHARSET "ISO-8859-1";

html, body		{ 
 				margin:0; 
 				padding:0; 
 				text-align:center; 
 				height: 100%;
				background-color:#C1991E;
				/* overflow: hidden;*/
				} 
 
#pagewidth		{ 
 				width:1024px; 
 				height:800px;
 				text-align:left; 
 				margin:0 auto; 
				overflow:visible;
				} 
 
#header			{
 				position:relative; 
 				height:220px; 
 				width:100%;
				margin-left:0px;
				margin-right:0px;
 				display:block;
 				overflow:hidden;
				} 
 
#leftcol		{
				width:175px;
				margin-left:5px;
				float:left; 
				position:relative; 
				background-color: transparent;
				font-size: 12pt;
				}
 
#submenu		{
				position: relative;
				margin-top: 1px;
				margin-bottom: 1px;
				margin-left: 10px;
				margin-right: 5px;
				color: #FFFFFF;
				padding: 0px 0px 0px 0px;
				width: 175px;
				float: left;
				font-size: 12pt;
				background-color: transparent;
				}
			
#twocols		{
 				width:775px; 
 				float:right; 
				background-color: transparent;
				background-image: url(../img/thor.png) no-repeat;
 				position:relative; 
  				}
 
#rightcol		{
 				width:150px; 
 				float:right; 
				background-color: transparent;
 				position:relative;
 				font-size: 12pt;
				margin-right: 5px;
				text-align: right;
 				}
 
#maincol		{
				margin-top: 10px;
 				float: left; 
 				position: relative; 
 				width: 600px;
 				/* height: 670px; */
 				font-size: 12pt;
 				overflow: auto;
 				}
 
#footer			{
 				height:50px; 
 				background-color: transparent; 
 				clear:both;
 				display:block;
 				overflow:auto;
				} 

#language		{
				height: 50px;
				background-color: transparent;
				}
				
			
/* ******************************************************************** */ 
/* Clearfix                                                             */
/* ******************************************************************** */
.clearfix:after {
 				content: "."; 
 				display: block; 
 				height: 0; 
 				clear: both; 
 				visibility: hidden;
 				}
 
.clearfix		{
				display: inline-block;
				}

/* Hides from IE-mac \*/
* html .clearfix{
				height: 1%;
				}
				
.clearfix		{
				display: block;
				}			
/* End hide from IE-mac */  

/* ******************************************************************** */ 
/* Printer styles                                                       */ 
/* ******************************************************************** */ 
     
 @media print	{ 
/*hide the left column when printing*/ 
#leftcol		{
				display:none;
				} 
/*hide the right column when printing*/ 
#rightcol		{
				display:none;
				} 
#twocols, #maincol{
				width:100%; 
				float:none;
				}
}

/* ******************************************************************** */
/* Links                                                                */
/* ******************************************************************** */

a				{
				font-family: Cambria, Georgia, 'Times New Roman';
				font-style: italic;
				text-decoration: none;
				color: #FFFFFF;
				}

a.special		{
				text-decoration: underline;
				}

a:hover			{
				/* color: #3300FF; */
				font-weight: bold;
				text-decoration: none;
				background-color: transparent;
				color: #7B5D02;
				}

a.followed  		{
				color: #FFFFFF;
				}
				
p.copy			{
				color: #FFFFFF;
            	text-align: center;
            	font-size: 10pt;
				background-color: transparent;
        		}

body				{
				color: #FFFFFF;
				font-family: Cambria, Georgia, 'Times New Roman';
				/* background: url(../img/background.jpg) no-repeat center; */
				}
				
input				{
				color: #FFFFFF;
				border-color: #FFFFFF;
				}
				
option			{
				color: #FFFFFF;
				border-color: #FFFFFF;
				}
				
td.form			{
				text-align: left;
				}
				
td.lijst			{
				text-align: center;
				}
				
.blank			{
				text-align: left;
				}
				
img				{
				border:2px;
				border-color:#FFFFFF;
				}
				
/* cel kleuren */

.kl01			{background-color:#FCEC03;}
.kl02			{background-color:#D8DF75;}
.kl03			{background-color:#AD5F17;}
.kl04			{background-color:#77987B;}
.kl05			{background-color:#F7A211;}
.kl06			{background-color:#D2ECF9;}
.kl07			{background-color:#F1F6E2;}
.kl08			{background-color:#FFFDEE;}
.kl09			{background-color:#FFF9C2;}
.kl10			{background-color:#FFEBA6;}
.kl11			{background-color:#FEC901;}
.kl12			{background-color:#E7A300;}
.kl13			{background-color:#DA600D;}
