@charset "UTF-8";

body {
	font-family: "Arial", "Helvetica", sans-serif;
	color: white;
}

* {
	font-family: inherit;
	font-size: inherit;
	color: inherit;
}

#bg{
	background: #666;
	background-image:
		url(../image/scanlinesBlue.png),
		url(../image/bgMain.png),
		url(../image/bgMainGrad.jpeg);
	background-position:
		top left,
		bottom right,
		top left;
	background-repeat:
		repeat,
		no-repeat,
		no-repeat;
	position: fixed;
	top:0;
	bottom:0;
	left:0;
	right:0;
	z-index: -1000;
}

h1 {
	font-size:150%;
}
img {border:0;}


#testArea{
	display:none;
}

#sizes {
	text-align: center;
	visibility: hidden;
}

#sizes button{
	background: url(../image/content.png);
	background: rgba(50,50,100,0.6);
	border: 2px solid transparent;
	border-radius: 5px 5px;
	-moz-border-radius: 5px 5px;
	width: 2.5em;
	padding: 2px;
}
#sizes button:hover{
	border-color: #fff;
}
#sizes button:active{
	padding: 2px 1px 2px 3px;
	border-color: #ccc;
}

button#defTextSize{
	width: auto;
}

#logoImage, #logoImage2{
	position:absolute; 
	top:0; 
	left:0;
}

#header {
	padding: 0;
	margin-top: 150px;
	width: 10em;	
	padding-bottom: 3.5em;
}

menu {
	padding: 0;
	margin:0;
	font-variant:small-caps;
}
menu li{
	list-style-type:none;
	margin: 3px;
}
menu li a{	
	background: url(../image/content.png);
	background: rgba(50,50,100,0.7);
	border: 1px solid #008;
	border-color: rgba(0,0,136,0.8);
	padding:3px;
	border-radius: 7px 7px;
	-moz-border-radius: 7px 7px;
	display: block;
	text-decoration: none;
	font-weight:bold;
	
	font-size: 110%;
}
menu li a:after{
	content: " ▶";
	visibility:hidden;
}

menu li a:hover{	
	border-color: yellow;
	opacity: 1;	
	background: rgba(50,50,100,0.8) url(../image/buttonbg.png) top right no-repeat;
	background-position: top right;
}
menu li:hover a:before{
	content: "▶ ";
}
menu li:hover  a:after{
	content: "";
}

#contentBox{
	position: absolute;
	top: 60px;
	left: 11em;
	right: 10px;
	bottom: 3.5em;
	z-index: 1;

	padding:10px;
	border-radius: 20px 20px;
	-moz-border-radius: 20px 20px;
	text-align: justify;

	background: url(../image/content.png);
	background: rgba(50,50,100,0.7) url(../image/contentGrad.png) bottom right no-repeat;
}

.svgOn #contentBox{
	background: url(../image/bg.svg);
}

#content{
	margin:10px;
	padding: 2px;
	background: transparent;
	overflow: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

#content>p,#content>div.p{
	max-width: 55em;
	margin-left: 0;
	margin-right: auto;
	display: block;

}


#footer {
	position: fixed;
	right: 0;
	bottom: 0;
	font-size: 85%;
	padding: 3px;

	background: #000;
	background: rgba(0,0,0,0.7);
	
	max-height: 3em;
	overflow: auto;
	text-align:right;
	
}


.starsBack, .starsFront{
	width:150px;
	height: 30px;
	background:  url(../image/stars-back.png) top left no-repeat;
	display: inline-block;
}
.starsFront{
	background:  url(../image/stars-front.png) top left no-repeat;
}


