html {
  /*Aby tam porad byl scroll bar porad a neskakala
   * stranka pri prechodu mezi dlouhou a kratkou */
  min-height:100%;
  margin-bottom:1px;
}

body { 
  background-color: black;
  color : #EE9700 ; /* orange */ 
  width: 1000px;
  margin: 0 auto;
  font-family: "Trebuchet MS", Verdana;
}

h1 { 
  font-family: 	"Trebuchet MS", Verdana;
  font-weight: 	bold;
  text-align:	left; 
  font-size: 200%;
  color: 	black;
  margin: 0px 0 0.5em 40px;
  text-decoration: none;
}

h2 {
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  padding:0.5em;
}

a {
  color : #EE9700 ; /* orange */ 
  font-family: "Trebuchet MS", Verdana;
}

a:hover {
  color:white;
}

/* ---------------- Rozcestnik ---------------------------*/
#rozcestnik ul{ 
  font-size:110%; 
}

#rozcestnik li { margin-bottom: 30px; }

#rozcestnik ul.vnoreny li { margin-bottom: 0px; }

#rozcestnik a.male { text-decoration: none; font-size: 80%; }

/* ---------------- TOP ---------------------------*/
#top {
  background-image: url(res/top.jpg);
  background-repeat: no-repeat;
  background-position: left top;
  height:5.5em;
  margin:20px 0 20px 0;
}

#top a {
  text-decoration: none;
  color: black;
}

#top a:hover {
  color : #EE9700 ; /* orange */ 
}

#top ul{
  margin:0;
  float:right; 
  display: inline;
  list-style: none;
  font-size:140%;
}

#top li{
  display:inline;
  margin: 0;
  padding-left: 15px;
  padding-right: 10px;
  border-left: 2px solid black;
}

#top li a {
  color:white;
}

#top li:first-child {
  border-left:0;
}

#top img {
  border: 0;
}

#tajne_menu {
  margin-bottom:10px;
  padding:0;
  display:inline;
  list-style:none;
}

#tajne_menu li {
  display: inline;
  padding: 5px 10px;
  border: 1px solid white;
}

#tajne_menu li a {
  text-decoration:none;
}

#lang{
  padding: 5px;
  float: right;
}


/* ---------------- Navigace ---------------------------*/
#nachazite_se_zde {
  font-size: 110%;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  padding: 0.5em;
}

#nachazite_se_zde a {
  text-decoration: none;
}

#nachazite_se_zde a:hover, #galnavi a:hover {
	color: white;
}

/* ---------------- OSTATNI ---------------------------*/
#zapati {
  clear: both;
  border-top: 1px solid white;
  font-size: 80%;
  margin-top: 3em; 
  font-family: "Trebuchet MS", Verdana;
}

#zapati #rss {
  float: left;
}

#zapati #kontakt { 
  float: right;
  /*text-align: right;*/ 
}

.blue { color: blue }
.red { color: red }
.yellow { color: yellow }
.green { color: green }

.vpravo {
  float: right;
  text-align: right;
}

.text{
  /*text-indent: 1em;*/
}

.now{
 font-style: italic;
}

img.ja {
  float:left;
  margin-right:30px;
}
img.verun {
  float:right;
	margin-left:30px;
}

#novinka {
  color : yellow;
  text-align: center;
}

/*----------------- BLOG -----------------------*/
#blog .prispevek {
  padding: 1em 0em 2em 0em;
  clear:both;
}

#blog .prispevek p {
  /*text-indent: 1em;*/
  margin: 0 1em 0.5em 1em;
}
 
#blog img {
  float:left;
  margin: 10px 20px 5px 1em;
}

/*----------------- KNIHA ----------------------*/
#kniha .zapis {
  border-top: 1px solid white;
}
#kniha .zapis p {
  text-indent: 1em;
  margin-bottom:0;
  margin-left: 1em;
}

#kniha .podpis {
  text-align:right;
}

#kniha form {
  margin-bottom: 4em;
}

/*----------------- FORMS ----------------------*/
textarea , input{
  font-family: Verdana;
  background-color: black;
  /*background-color: #444444;*/
  color: #EE9700;
  border: 1px dashed white;
  padding: 4px;
}

input.tlacitko {
  border: 2px outset white;
}


/*----------------- Blog pridej zaznam ----------------------*/
#bl_novej_zaznam input.tlacitko {
  float:right;
  margin-right: 343px;
}


/*----------------- Mapa ----------------------*/
#map_canvas a:hover {
    color: black;
}
