/********************************************************
* global
********************************************************/
* { margin: 0; padding: 0; outline: none; }

img { border: 0; }

body {
    background-color: #ffffff;
	 text-align: center;
    font: normal 12px "Times New Roman", Times, serif;
}


span.none {
	 display:none;
}


a {
	font-weight: bold;
	color: #41c1d9;
	text-decoration: none;
}

a:hover {
	color: #27ADC5;
}

/********************************************************
* navigace
********************************************************/
#navigace {
 	 width: 600px; 
	 height: 189px; 
	 position:absolute; 
	 top: 10px;
	 left: 10px;
	 text-align:center;
}

a.index {
	width: 207px;
	height: 189px;
	position: absolute;
	left: 0;
}

a.getflash {
	width: 84px;
	height: 82px;
	position: absolute;
	top: 69px;
	left: 363px;
	background-image: url(../img/system/getflash-icon.png);
}


a.getflash:hover{
	background-image: url(../img/system/getflash-icon-over.png);
}




#box {
	width: 620px;
	height: 220px;
	position:absolute; 
	top:50%; 
	left:50%; 
	margin: -110px auto auto -310px; 
	text-align:center;
	background-image: url(../img/system/getflash.png);
}

#box-404 {
	width: 620px;
	height: 220px;
	position:absolute; 
	top:50%; 
	left:50%; 
	margin: -110px auto auto -310px; 
	text-align:center;
	background-image: url(../img/system/404error.png);
}

#box-script {
	width: 620px;
	height: 220px;
	position:absolute; 
	top:50%; 
	left:50%; 
	margin: -110px auto auto -310px; 
	text-align:center;
	background-image: url(../img/system/getflashscript.png);
}
