* {
   margin: 0px; padding: 0px;
   
}

body {
	background:#111111;  
	background-repeat: repeat;
	text-align:left;
	font-family: Arial,Helvetica,sans-serif;

	font-size:2vmin;
	font-weight:bold;
	color:#ff00ff;
	text-align:justify;
	
	border-width:0px;
	border-color:#0f0; 
	border-style:solid; 
	
	overflow-y: hidden; /* Hide vertical scrollbar */
	overflow-x: hidden; /* Hide horizontal scrollbar */
	overflow:   hidden;
}

p {
	padding-bottom:2vmin;
}


a {color: #ff1179; text-decoration: none; }
a:hover  {   text-decoration: none; }
a:focus    {   text-decoration: none; }
a:visited    {text-decoration: none;  }
a:active     { text-decoration: none; }
a:link    { text-decoration: none; }

.pink   { color:#ff1179; }
.yellow { color:#ffec2d; }

/*
	wrapper
		textFrame
			contentframe



*/

div.bgColor {
	position:absolute;
	top:0px;
    left:0px;
	width:100%;
	height:100%;
	background:#00ff00;
    border-width:0px;border-color:#0f0; border-style:solid;
	z-index:20;
}
	


div#wrapper {
	width: 100vmin;
	height:100vmin;
    border-width:0px;border-color:#f00; border-style:solid;
	
	/* position at 0,0 
	position:absolute;
	top: 0px;
    left:0px;*/
 
	
	/* center to screen */
	position: fixed;
    top:  50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	
	z-index:50;
}	



div.textFrame {
	position:absolute;
	top:1vmin;
    left:5vmin;
    border-width:0px;border-color:#0f0; border-style:solid;
	z-index:200;
}

.menu {
	padding-bottom:2vmin;
	/*font-size:20px;
	padding-bottom:20px;*/
	
	/*position:absolute;
	top:80vh;
    left:60vw; */
}
.menu a:hover{text-decoration: none; }
.menu a{margin-right:5px; }

div#contentframe a{color: #ff1179;}
div#contentframe a:hover{text-decoration: underline; }
div#contentframe a:focus{text-decoration: underline; }
div#contentframe a:visited{text-decoration: none; }
div#contentframe a:active{text-decoration: none; }
div#contentframe a:link    {text-decoration: none; }
div#contentframe
{
	overflow: hidden;
	position: absolute;
	/*top:10vmin;*/
    left:10vmin;
	width: 70vmin;
	
	background:#ffffff;
	color:#000000;

	border-width:0px;
	border-color:#000; 
	border-style:solid;
	
	visibility:hidden;

	padding:4vmin;
	z-index:200;
	
	filter:alpha(opacity=99);
	-moz-opacity:0.99;
	-khtml-opacity: 0.99;
	opacity: 0.99;
}


div.bgImage, div.bgImageLayer1, div.bgImageLayer2 {
	position:absolute;
	top:0px;
    left:0px;
	width:100%;
    border-width:0px;border-color:#0f0; border-style:solid;
	z-index:100;
}

div.bgImageLayer1 {
	z-index:110;
}
div.bgImageLayer2 {
	z-index:120;
}


div.clockFrame {
	position:absolute;
	right: 0px; 
	bottom: 0px; 	
	
	padding:20px;

    border-width:0px;border-color:#0ff; border-style:solid;
	z-index:101;
	
	XXXfont-size:20px;
	font-weight:bold;
	color:#fff;
}	


div.animImage {
	display:block;
	position:absolute;
	top:432px;
    left:50%;
	width:222px;
	margin-left: -111px;;

    border-width:0px;border-color:#0f0; border-style:solid;
	padding-bottom:0px;
	padding-left:0px;
	padding-right:0px;
	z-index:111;
}



div.counterFrame, span#cRandomHexString {
	position:absolute;
	width:100%;
	top:0px;
    left:0px;
    border-width:0px;
	border-color:#0f0; 
	border-style:solid; 
	padding:0vmin; 
	margin:0vmin;
	z-index:103;
	
	text-align:center;
	font-size:23vmin; 
	font-weight:bold;
	color: #00ff00;
	
	word-break: break-all;
	-ms-word-break: break-all;
	word-break: break-word;
	-webkit-hyphens: auto;
   -moz-hyphens: auto;
        hyphens: auto;
}


span#cRandomHexString {

	width:96%;
	top:13vmin;
	
	text-align:justify;
	text-align:center;
	font-family: 'Courier New', monospace;
	font-size:1vmin;   
	color: #f00;
	
}


/* mobile */
@media screen and (orientation:portrait)
{
   div.counterFrame
   {
     font-size:23vw; 
	 color: #00ff00;
   }
   
   span#cRandomHexString {

		top:18vmin;
		left:5vmin;
		width:90vmin;
		height:49vmin;
	}
}

@media screen and (orientation:landscape)
{
   div.counterFrame
   {
     font-size:23vmin; 
	 color: #ff0000;
	 
   }
   
	span#cRandomHexString {

		top:18vmin;
		left:5vmin;
		width:90vmin;
		height:49vmin;
	}
}

@media only screen and (hover: none) and (pointer: coarse){

}



p.textBig {
	font-size:3em;
	font-weight:bold;
	padding-bottom:20px;
	color:#fff;
}
p.textBigBlack {
	font-size:3em;
	font-weight:bold;
	padding-bottom:20px;
	color:#000;
}
p.textBigColor {
	font-size:4vmin;
	font-weight:bold;
	padding-bottom:20px;
	color:#e7158c;
	color:#ffdd00;
}
p.textheadline,.textheadlinewhite{
	font-size:2em;
	padding-bottom:20px;
}
p.textheadlinewhite {
	visibility:visible;
	color:#fff;
}



div.linkexplanation, span.linkexplanation {
	color:#000;
}

img {
	border:0px;
}

ul,ol {
	list-style-type:square;

	margin-left:20px;
	margin-right:40px;
	margin-bottom:10px;
	
	list-style-position:outside;
	font-weight:normal;    
}

input {

	color:#000000;
	font-weight:bold;
	border: 0px solid #008030;
	background-color:#F4FFF4;
	padding:3px;
}

input.button{

	color:#fff;
	font-weight:bold;
	border: 0px solid #fff;
	background-color:#000;
	padding:3px;
}



li{
	font-weight:bold;  
	line-height:1.4em;
	text-align:left;	
}

/**************************************************************************************************/

.global_noscript{
	position:absolute;
	visibility:visible;
	top:50px;left:50px;width:500px;
	border-width:10px;border-color:#f00; border-style:solid;
	background:#fff;
	z-index:1000;
	padding:20px;

	color:#f00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold; 
	font-size: 24px;    /*11*/

	filter:alpha(opacity=88);
	-moz-opacity:0.88;
	-khtml-opacity: 0.88;
	opacity: 0.88;
}

/**************************************************************************************************/
