BODY
{
	background-color: #000000;
    margin: 0px;
    padding: 0px;
    font-family: Arial;
    color: #aaaaaa;
    font-size: 12px;    
}

.picture
{
	border: 1px solid #555555;
}

.header
{
  font-size: 16px;
  cursor: pointer;
}

.overheader
{
  font-size: 16px;
  cursor: pointer;
  color: #FFFFFF;
}


.text
{
  line-height: 20px;
  font-size: 14px;
  color: #aaaaaa;
}

.stext
{
  line-height: 20px;
  text-indent: 20px;
  font-size: 14px;
  color: #aaaaaa;
}

#background
{
	right: 0px;
	top: 0px;
	position: absolute;
	/*position: fixed;*/
}

div.x {
	position: absolute;
	top: 150px;
	left: 200px;
	z-index: 1;
}

div.z {
	z-index: 3;
	border: 1px solid #CCCCCC;
	position: absolute;
	top: 100px;
	left: 200px;
	
}

.lang
{
	font-size: 10px;
	color: #555555;
}

.langover
{
	font-size: 10px;
	color: white;
}