
/*////////////////////////////////////////////////////////*/
/*################## GLOBAL.DEFINITIONS ##################*/
/*////////////////////////////////////////////////////////*/

	/*////////////////////////////////////*/
	/*///////// GLOBAL.ELEMENTS //////////*/
	/*////////////////////////////////////*/

	html, body	{ overflow:hidden;border:0px;margin:0px;padding:0px;height:100%;width:100%;background:#F7F7F9;position:absolute;font-size:12px; }
	body		{ font-family:arial; }

	/*////////////////////////////////////*/
	/*///////// DISPLAY.ELEMENTS /////////*/
	/*////////////////////////////////////*/

	.Template	{ top:0px;left:0px;width:100%;height:100%;position:absolute;background:#000000; }

	/*////////////////////////////////////*/
	/*////// DISPLAY.BROWSERCHECK ////////*/
	/*////////////////////////////////////*/

	.browsercheck{
		margin:		0px auto;
		padding:	0px;
		width:		900px;
		height:		425px; /*595px;*/
		color: 		#000000;
		font-size:	11px;
		font-family:Arial, Helvetica, sans-serif;
		background:	#FFFFFF url(../img/browsercheck/browsercheck2.jpg) no-repeat;
		overflow:hidden;
	}

	.browsercheck .download_links{
		margin:		0;
		padding:	291px 0px 0px 0px; /*400px 0px 0px 0px;*/
		width:		900px;
		height:		150px;
		color: 		#000000;
		font-size:	14px;
		font-family:Arial, Helvetica, sans-serif;
	}

	.browsercheck .download_links div{
		margin:		0;
		padding:	0;
		/*margin-top:20px;*/
		margin-left:75px;
		height:		26px;
		font-size:	14px;
		font-family:Arial, Helvetica, sans-serif;
	}

	.browsercheck a{
		color: 		blue;
		text-decoration:none;
		border-bottom:1px dashed blue;
	}

	.browsercheck a:hover{
		color: 		green;
		text-decoration:none;
		border-bottom:1px dashed green;
	}

	/*////////////////////////////////////*/
	/*//////////// SCREENPAPER ///////////*/
	/*////////////////////////////////////*/
	
	.ScreenPaper					{ cursor:default; }
	.ScreenPaper .TextBlock			{ padding:6px 30px 6px 30px;font-family:arial;font-size:12px;line-height:15px;overflow:auto;max-height:45px; }
	.ScreenPaper .TextBlock p		{ display:inline; }
	.ScreenPaper .TextBlock span	{ color:#000000; }
	.ScreenPaper .TextBlock a		{ color:#088A35;text-decoration:none;border-bottom:1px dotted #088A35; }
	.ScreenPaper .TextBlock a:hover	{ text-decoration:none;border-bottom:0px dotted #088A35; }
	.ScreenPaper .Part				{ background:transparent url(../img/screenpaper/bg_content_part.png) left top; }
	.ScreenPaper .ScrollPart		{ position:absolute;width:495px; }
	.ScreenPaper .Red				{ color:#DC283A;background:transparent url(../img/screenpaper/bg_content_star_red.png) no-repeat 9px 3px; }
	.ScreenPaper .Green				{ color:#088A35;background:transparent url(../img/screenpaper/bg_content_star_green.png) no-repeat 9px 3px; }
	.ScreenPaper .Blue				{ color:#0F55C6;background:transparent url(../img/screenpaper/bg_content_star_blue.png) no-repeat 9px 3px; }

	.ScreenPaper .ScrollCont { height:1%; min-height:50px; position:absolute;top:0px;background:transparent url(../img/screenpaper/bg_content_center.png) left top; }
	.ScreenPaper .ScrollCont .TextBlockDark { height:1%; min-height:50px; background:transparent url(../img/screenpaper/bg_content_center.png) fixed left top; padding: 4px 8px;}
	.ScreenPaper .ScrollCont .TextBlockLight { height:1%; min-height:50px; background:transparent url(../img/screenpaper/bg_content_part.png) left top; padding: 4px 8px;}
			
	/*////////////////////////////////////*/
	/*///////// ENGINEUSERWALLET /////////*/
	/*////////////////////////////////////*/
	
	.EngineUserWallet						{ position:absolute;top:0px;left:0px;width:1px;height:1px; }
	.EngineUserWallet *						{ padding:0px;margin:0px; }
	.EngineUserWallet .Holder				{ position:absolute;bottom:0px;left:-120px;width:240px;height:97px;background:transparent url(../img/user/wallet/background.png) no-repeat top left; }
	.EngineUserWallet .Holder .Exit			{ position:absolute;top:10px;right:10px;width:16px;height:14px;background:transparent url(../img/buttons/button_exit_out.gif) no-repeat top left;cursor:pointer; }
	.EngineUserWallet .Holder .Exit:hover	{ background-image:url(../img/buttons/button_exit_over.gif); }
	.EngineUserWallet .Holder .Open			{ position:absolute;top:55px;left:125px;width:104px;height:15px;background:transparent url(../img/user/wallet/button_open_out.gif) no-repeat top left;cursor:pointer; }
	.EngineUserWallet .Holder .Open:hover	{ background-image:url(../img/user/wallet/button_open_over.gif); }
	.EngineUserWallet .Holder .Total		{ position:absolute;top:31px;left:50px;width:178px;height:18px;line-height:18px;text-align:right;font-weight:bold;color:#333333;font-size:11px;cursor:default; }
	.EngineUserWallet .Holder .Total .Own	{ float:left;width:57px; }
	.EngineUserWallet .Holder .Total .Other	{ float:right;width:60px; }

	/*////////////////////////////////////*/
	/*//////////// SCREENPAPER ///////////*/
	/*////////////////////////////////////*/
	
	.ClownChat										{ height:575px;overflow:hidden;background:transparent url(../../img/dialogs/clownchat/background.png) no-repeat top left;position:relative; }
	.ClownChat .close								{ position: absolute; top:15px; right:15px; border:0; }
	.ClownChat .left								{ float:left;width:142px;height:242px;margin:24px 10px 0px 14px; }
	.ClownChat .left #all							{ height:32px;background:transparent url(../../img/dialogs/clownchat/all_out.gif) no-repeat top left;cursor:pointer; }
	.ClownChat .left #all em						{ float:right; display:none; width:11px; height:16px; text-align:center; margin:7px 7px 2px 0px; padding:1px 6px; font-size:10px; font-weight:600; color:#FFFFFF; font-style:normal; background:transparent url(../../img/dialogs/clownchat/msg.png) no-repeat top left; }
	.ClownChat .left #all em.active					{ display:block; }
	.ClownChat .left #all:hover						{ background:transparent url(../../img/dialogs/clownchat/all_over.gif) no-repeat top left; }
	.ClownChat .left #all:hover em					{ display:none; }
	.ClownChat .left #all.selected					{ background:transparent url(../../img/dialogs/clownchat/all_up.gif) no-repeat top left;cursor:default; }
	.ClownChat .left #all.selected em				{ display:none; }
	.ClownChat .left #list							{ height:198px;margin:10px 2px 0px 2px; }
	.ClownChat .left #list span						{ display:block;height:23px;background:#F1F1E3;border-bottom:1px solid #666666;cursor:pointer; }
	.ClownChat .left #list span strong				{ float:left;width:80px;height:15px;overflow:hidden;padding:4px 5px 4px 7px;font-size:11px;font-weight:400; }
	.ClownChat .left #list span em					{ float:right; display:none; width:11px; height:16px; text-align:center; margin:2px 5px 2px 0px; padding:1px 6px; font-size:10px; font-weight:600; color:#FFFFFF; font-style:normal; background:transparent url(../../img/dialogs/clownchat/msg.png) no-repeat top left; }
	.ClownChat .left #list span em.active			{ display:block; }
	.ClownChat .left #list span:hover				{ background:#FFFFFF url(../../img/dialogs/clownchat/item_over.gif) no-repeat top right; }
	.ClownChat .left #list span:hover em			{ display:none; }
	.ClownChat .left #list span.selected			{ background:#91A6CE url(../../img/dialogs/clownchat/item_up.gif) no-repeat top right;cursor:default; }
	.ClownChat .left #list span.selected strong		{ font-weight:600;color:#FFFFFF; }
	.ClownChat .left #list span.selected em			{ display:none; }
	.ClownChat #content								{ float:left;width:278px;height:238px;margin:16px 0px 0px 0px;padding:5px 10px; overflow:hidden; }
	.ClownChat #content div div						{ overflow:hidden;padding:0px 0px 5px 0px; }
	.ClownChat #content div div strong				{ float:left;font-size:11px;font-weight:600;color:#717100; }
	.ClownChat #content div div strong.clown		{ color:#990000; }
	.ClownChat #content div div em					{ float:right;font-size:10px;color:#666666;font-style:normal; }
	.ClownChat #content div div span				{ float:left;clear:both;font-size:11px; }
	.ClownChat #input								{ float:left;width:340px;height:18px;margin:24px 0px 0px 20px;border:0px;padding:0px; }
	.ClownChat #submit								{ float:left;width:84px;height:24px;margin:21px 0px 0px 22px;background:transparent url(../../img/mail_form/send_btn.png) no-repeat top left;cursor:pointer; }
	.ClownChat #submit:hover						{ background:transparent url(../../img/mail_form/send_btn_hover.png) no-repeat top left; }

	/*////////////////////////////////////*/
	/*////////// NAVIGATIONMENU //////////*/
	/*////////////////////////////////////*/
	
	.NavigationMenu					{ position:absolute;top:0px;left:0px; }
	.NavigationMenu A:link			{ color:#FFFFFF; }
	.NavigationMenu A:visited		{ color:#FFFFFF; }
	.NavigationMenu A:hover			{ color:#FF0000; }

	/*////////////////////////////////////*/
	/*////////////// ECARD ///////////////*/
	/*////////////////////////////////////*/
	.ecard_exit{ float:right; position:relative; margin-top:5px; margin-left:7px; margin-right:3px; width:16px; height: 15px; background: url(../img/buttons/button_exit_out.gif) no-repeat; cursor:pointer;	border:none; }
	.ecard_exit_hover{ float:right; position:relative; margin-top:5px;	margin-left:7px; margin-right:3px; width:16px; height:15px; background: url(../img/buttons/button_exit_over.gif) no-repeat; cursor: pointer;	border: none;} 
	.ecard_top { height:21px; width:700px; background: url(../img/ecard/ecard_top.jpg) no-repeat top left;}

        /*////////////////////////////////////*/
	/*/// EIGEN PLEK NEUZERNAAM //////////*/
	/*////////////////////////////////////*/
        @font-face {
            font-family: CustomPointy;
            src: url("/wereld/fonts/pointy/pointy.eot")

        }
       @font-face {
            font-family: CustomPointy;
            src: url("/wereld/fonts/pointy/pointy.ttf")

        }

        @font-face {
            font-family: Another;
            src: url("/css/font/Another_.eot")

        }
       @font-face {
            font-family: Another;
            src: url("/css/font/Another_.ttf")

        }
       
	
	
	
	
