/* ----------------------------------------------- */
/* ----- Obecné definice pro všechny stránky ----- */
/* ----------------------------------------------- */

/* ----- Definice hlavních oddílů stránky ----- */
body {
background-color:#000000;
margin: 0;
padding: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: auto;
  voice-family: "\"}\"";
  voice-family: inherit;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
	
#top {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:9px;
	z-index:2;
	background-image: url(linka.gif);
	background-repeat:repeat-x;
}

#middle {
	position: absolute;
	overflow: auto;
	text-align:center;
	top:8px;
	bottom: 70px;
	width:100%;
	height: auto;
	margin-top: 10px;
	background-color:#000000;
	z-index:1;
}

#flags {
	position: relative;
	text-align:center;
	width:498px;
	height:250px;
	margin-left: auto;
	margin-right: auto;
}

#bg_logo{
	position: relative;
	margin-left:auto;
	margin-right:auto;
	top:0px;
	width:750px;
	height:535px;
	z-index:6;
	background-image:url(background.jpg)
}

#bottom_flash {
	position:absolute;
	left:0px;
	bottom: 45px;
	width:100%;
	height:18px;
	margin-bottom: 2px;
	background-color:#000000;
	text-align:center;
	z-index:5;	
}

#bottom_link {
	position:absolute;
	left:0px;
	bottom: 35px;
	width:100%;
	height:10px;
	background-image: url(linka_spodni.gif);
	z-index:3;	
}
#bottom {
	position: absolute;
	text-align:center;
	left:0px;
	bottom: 0px;
	width:100%;
	height:37px;
	background-color: #000000;
	z-index:4;	
}

/* ----- Definice spodni lista hlavni stranky ----- */
#copyright {
	position: absolute;
	left:13px;
	top:11px;
	width:225px;
	height:14px;
	z-index:3;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-align:left;
}

#counter {
	position: relative;
	text-align:center;
	top:3px;
	width:96px;
	height:14px;
	margin-left:auto;
	margin-right: auto;
	z-index:3;
}

#design {
	position: absolute;
	right:13px;
	top:11px;
	width:146px;
	height:14px;
	z-index:3;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-align:right;
}

/* ----- Definice odkazu ----- */
#flag {
margin: 3px;
border:0;
}



