body{
  margin: 0px;
  padding: 0px;
	font-family: "Tahoma", "Arial CE", "Arial", "Helvetica CE", "helvetica", sans-serif;
	font-size: 12px;
	font-size: 80%;	
	color: #FFFFFF; 
  text-align: left;
  background-color: #1A2A43;
}

#logo{
  margin: 0px auto;
  text-align: center;
  width: 740px;
  height: 500px;
	background: url(../images/logo-uvod.jpg) no-repeat;
}

.vlajky { width: 100px; }

.stred { text-align: center; }

a { outline: none;
	 -moz-outline: none;
	 ie-dummy: expression(this.hideFocus=true);
   color: #6699FF; text-decoration: none; 
}

a.odkaz:hover{ border-bottom: 1px dashed #6699FF; cursor:pointer; font-weight: bold; }

img { border: 0px solid; }

.zlate-pismo { color: #BCA851; font-weight: bold; font-size: 14px; }
.tucne{ font-weight: bold; }
.tucne_bile { font-weight: bold; color: #FFFFFF; }
.cervena_kurziva { font-style: italic; color: #DD0000; }
.zluta { color: #FFFF55; }

h1{     /* Nadpis 1 včetně modré odrážky */
  color: #FFFFFF;
	font-size: 150%;
  font-weight: bold;
  font-family: "Italic";
  text-align: center;
}

h2{
  color: #C29337;
	font-size: 115%;
	font-weight: bold;
	font-style: italic;
  text-align: center;
  padding-left: 10px;
  font-family: Arial;
  padding-top: 25px;
}

.vpravo { text-align: right; padding-right: 5px; }

