
	/*@font-face {
		font-family: Myriad Web;
		font-style:  normal;
		font-weight: normal;
		src: url(css/MYRIADW0.eot);
	}*/
	img { behavior: url("png.htc"); }
	body{
	font-family: Verdana,Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3b1173;
	background-color: #FFFFFF;
}
	table{
		font-family:Verdana,Arial, Helvetica, sans-serif;
		font-size:9pt;
		color:#3b1173;
	}
	.mainHeader{
		color:#3b1173;
		font-size:15px;
		font-weight: 600;
	}
	.mainSubHeader{
		color: #3b1173;
		font-size: 13px;
		font-style: italic;
		font-weight: 600;
	}
	.home{
		font-family: Verdana,Arial, Helvetica, sans-serif;
		font-size:11px;
		color:#666666;
		line-height:20px;
	}
	p {
		font-family: Verdana,Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #FFFFFF;
		margin-top: 3px;
		margin-bottom: 3px;
	}
	
	a {
		color: #FFFFFF;
		font-weight: bold;
	}
	
	a.linkSub {
		color: #FFFFFF;
		font-weight: bold;
		font-size: 10px;
		margin-left: 20px;
		text-decoration: none;
	}
	
	a.linkMenu{
	font-size: 12px;
	color: #FF0000;
	text-align: left;
	text-decoration: none;
	letter-spacing:2px;
	margin: 0px;
	padding: 0px;
	}
	a.linkMenu:hover{
	font-size: 12px;
	color: #ff0000;
	text-align: left;
	text-decoration: none;
	letter-spacing:2px;
	}
	a.linkSubMenu2{
	font-size: 11px;
	color: #c2d45e;
	text-align: left;
	text-decoration: none;
	}
	a.linkSubMenu2:hover{
	font-size: 11px;
	color: #ffffff;
	text-align: left;
	text-decoration: none;
	}
	
	a.linkSubMenu{
	font-size: 10px;
	color: #998e6e;
	text-align: left;
	text-decoration: none;
	font-weight:bold;
	}
	a.linkSubMenu:hover{
	font-size: 10px;
	color: #998e6e;
	text-align: left;
	text-decoration: none;
	font-weight:bold;
	}
	a.langlink
	{
		text-docoration: none;
		font-size: 8pt;
		color:#f7eb00;
	}
	.white{
	color:white;
	}
	#flashcontent {
		border: solid 0px #000;
		width: 290px;
		height: 290px;
		float: center;
		margin: 0px 0px;
	}
	.textbox{
		background: url(images/inputBgLine.gif); 
		border: 0px; 
		height:24px; 
		width:250px;
	}
	.textarea{
		background: url(images/inputBgLine.gif); 
		border: 0px; 
		height:114px; 
		width:293px;
	}
	input.button{
		background-color:#e1e9f3;
		border:1px solid #666666;
		color:#666666;
	}
	
	.menuKaartKop{
		color:#FFFFFF;
		font-size:17px;
		font-weight:bold;
		line-height:17px;
	}
	.menuKaartTitle{
		color:#9d8e67;
		font-size:11px;
		font-weight:bold;
		line-height:17px;
	}
	.menuKaartDescr{
		color:#000000;
		font-size:10px;
		font-weight:normal;
		line-height:17px;
	}
	
	#overlay {
		display: none;
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		margin: 0;
		height: 100%;
		width: 100%;
		background-color: #000;
		opacity: 0.4;
		filter: alpha(opacity=40);
		z-index: 1000;
	}
	
	#message {
		display: none;
		position: absolute;
		top: 50%;
		left: 50%;
		height: 50px;
		width: 500px;
		margin-top: -100px;
		margin-left: -250px;
		background-color: #eee;
		border: 1px solid #ccc;
		overflow: auto;
		box-shadow: 5px 5px 5px #ccc;
		-moz-box-shadow: 5px 5px 5px #ccc;
		-webkit-box-shadow: 5px 5px 5px #ccc;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		z-index: 1002;
	}

	#loader {
		display: none;
		position: absolute;
		top: 30px;
		left: 50%;
		height: 30px;
		width: 500px;
		margin-left: -250px;
		text-align: center;
		z-index: 1002;
	}

	#shop {
		display: none;
		position: absolute;
		top: 50px;
		left: 50%;
		height: 500px;
		width: 700px;
		margin-left: -350px;
		background-color: #fff;
		overflow: auto;
		box-shadow: 5px 5px 5px #333;
		-moz-box-shadow: 5px 5px 5px #333;
		-webkit-box-shadow: 5px 5px 5px #333;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		z-index: 1001;
	}

	#close {
		display: none;
		position: absolute;
		top: 60px;
		left: 50%;
		height: 10px;
		width: 270px;
		margin-left: 80px;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		z-index: 1002;
		cursor: pointer;
		text-align: right;
		background-color: #fff;
		padding: 5px;
	}

	#poweredby {
		position: relative;
		z-index: 1002;
		float: right;
		top: -30px;
	}
