@font-face { /* font-download voor ie, chrome, firefox en Opera */
			    font-family: 'HelveticaLight';
			    src: url('../font/HelveticaLight.eot');
			    src: local('Helvetica Light'), 
			         local('Helvetica'),
					 url('../font/HelveticaLight.ttf') format('truetype'),
			         url('../font/Helvetica-Light.otf') format('opentype'),
			         url('../font/helveticalight.svg') format('svg'); 
}
body	{
				background-image:url(../images/back2.jpg);
				background-repeat:repeat-x;
				margin:0px;
				font-family:Arial, Helvetica, sans-serif;
				font-size:11.5px;
				height:100%;
				min-height:100%!important;
				color:#666;
}

a:link	{
			text-decoration:none;
			color:#999;
}
a:hover	{
			text-decoration:none;
			color:#999;
}
a:visited	{
			text-decoration:none;
			color:#999;
}
#wrapper	{
			background-image:url(../images/background.png);
			background-repeat:repeat-x;
			width:1000px;

			margin-left:auto;
			margin-right:auto;
}
.logo		{
			float:left;
			width:275px;
}
.search		{
			float:right;
			margin-top:10px;
}
.search button	{
			width:100px;
			height:25px;
			background:url(../images/search.png) no-repeat top right;
			border:0px;
			padding:0px;
			text-indent:-9999px;
			
}
.search button:hover	{
			background:url(../images/search.png) no-repeat bottom right;
}
.search input	{
			background:url(../images/fieldset.png) no-repeat top right;
			width:200px;
			height:25px;
			border:0px;
			padding:0px;
}
.content	{
			margin-top:300px;
			float:right;
			width:725px;
			text-align:justify;
}
.content h2	{
			font-family: 'HelveticaLight';
			font-weight:normal;
			font-size:24px;
			border-bottom:#ffa300 1px solid;
			width:100%;
			padding-left:15px;
}
.content img	{
			border:#ffa300 1px solid;
			padding:5px;
			margin-right:5px;
}
.lefttop	{
			background-image:url(../images/top.png);
			float:left;
			width:260px;
			height:70px;
			margin-top:300px;
			margin-left:-275px;
}
.lefttext	{
			padding-left:15px;
			padding-top:10px;
			font-size:16px;
			font-family: 'HelveticaLight';
}
.left	{
			background-image:url(../images/bg.png);
			background-repeat:repeat-y;
			float:left;
			width:260px;
			margin-left:-275px;
			margin-top:370px;
			margin-bottom:0px;
			height:100%;
			padding-left:7px;
			z-index:99;
			
}
.menuleft		{
				margin-top:-30px;
}
.menuleft ul	{
				padding:0px;
				margin:0px;
}
.menuleft li	{
				display:block;
				background-color:#FFF;
				height:25px;
				width:237px;
				border-left:#ffa300 3px solid;
				padding-left:4px;
				padding-right:0px;
				padding-top:7px;
				padding-bottom:0px;
}
.menuleft li:hover	{
				display:block;
				background-color:#F6F6F6;
				border-left:#F6F6F6 3px solid;
				border-right:#ffa300 3px solid;
				padding-left:4px;
				padding-right:0px;
				padding-top:7px;
				padding-bottom:0px;
}
.menuleft a	{
				display:block;
				width:100%;
				heigh:100%;
				text-decoration:none;
				color:#666;
}
.menuleft h2	{
			font-family: 'HelveticaLight';
			font-weight:normal;
			font-size:18px;
			border-bottom:#ffa300 1px solid;
			width:230px;
			padding-left:15px;
}
img#bg {
				position:absolute;
				top:50px;
				left:0;
				z-index:-1;
				width:100%;
				height:100%;
				min-height:300px;
				max-height:300px;
				overflow:hidden;
}
img#grap	{
				position:absolute;
				top:0;
				left:0;
				z-index:-1;
				width:100%;
				height:350px;
}
#ready		{
				width:100%;
				background-image:url(../images/bg2.png);
				height:5px;
				left:0px;
				right:0px;
				float:left;
				margin-top:-3px;
}
#footer		{
				width:1000px;
				margin-left:auto;
				margin-right:auto;
				float:left;
				font-size:9.5px;
				color:#CCC;
}
.topmenu a	{
			display:inline-block;
			padding-left:10px;
			padding-right:10px;
			height:50px;
			float:left;
}

