	
/*/////////////////////////////////////////////////////*/
/* HTML SELECTORS */
/*/////////////////////////////////////////////////////*/

		body{
			overflow	:	hidden;
		}
		
		body,td,th,a,div,span{
			font-family	:	Helvetica,Arial,sans;
			font-size	:	11px;
			text-align	:	left;
			color		:	#FFFFFF;
		}
		
		a{
			text-decoration	:	none;
			outline		:	none;
		}
		
		h1{
			font-size	:	16px;
			font-weight	:	bold;
			text-align 	:	left;
			margin-top	:	0px;		
			margin-bottom	:	0px;
		}
		
		h2{
			font-size	:	14px;
			font-weight	:	bold; 
		}

		
/*/////////////////////////////////////////////////////*/
/* GENERIC CLASSES */
/*/////////////////////////////////////////////////////*/

		a.dicetop{
			position	:	absolute;
			width		:	146px;
			height		:	87px;
			
			background	:	url(../images/1stonetopwhite.png);
		}

		a.diceleft{
			position	:	absolute;
			width		:	77px;
			height		:	140px;
			
			background	:	url(../images/1stoneleftwhite.png);
		}

		a.diceright{
			position	:	absolute;
			width		:	76px;
			height		:	132px;
			
			background	:	url(../images/1stonerightwhite.png);
		}

/*/////////////////////////////////////////////////////*/
/* ID SELECTORS */
/*/////////////////////////////////////////////////////*/
	
		#mainnavigation{
			position	:	absolute;
			width		:	178px;
			height		:	178px;
		
			top		:	50%;
			left		:	0%;
			
			margin-left	:	41px;
			margin-top	:	-28px;
			
			border		:	0px solid #FFFFFF;
		}


		#dicetop01{
			top		:	0px;
			left		:	0px;
		}
		#dicetop01:hover{
			background	:	url(../images/1stonetopyellow.png);
		}		
		
		#diceleft01{
			top		:	32px;
			left		:	0px;
		}
		#diceleft01:hover{
			background	:	url(../images/1stoneleftred.png);
		}		

		#diceright01{
			top		:	38px;
			left		:	69px;
		}
		#diceright01:hover{
			background	:	url(../images/1stonerightblue.png);
		}

		#motioncontainerA a img{ /*image border color*/
			border		: 	0px dotted #FFF;
		}	

		#motioncontainerA a:hover img{ /*image border hover color*/
			background	:	url(../IMAGES/backdice.gif) no-repeat;
			border		:	0px dotted orange;
		}

		#motioncontainerA a:hover{
			color		: 	navy; /* Dummy definition to overcome IE bug */
		}

		#statusdiv{
			position	:	absolute;
			padding		:	0px;
			left		:	0px;
			background-color:	lightyellow;
			border		:	1px solid white;
			visibility	:	visible;
}


form.contact td{		
		padding			:	0px;
		vertical-align		: 	middle;}

form.contact tr.buttons td{
		padding			:	8px;
		text-align		:	center;
}

.inputkort, .inputlang{
		border			:	1px solid #474789;
}
	
.inputkort{
		width			:	60px;
}
	
.inputlang{
		width			:	200px;
}
	
textarea{
		width			:	450px;
		height			:	160px;}

input.knop{	
		padding			:	0px 20px;
		margin-right		:	 8px;
		color			:	#474789;
		border			:	1px solid #474789;
		text-align		:	center;
		background		:	white;
		
}		
