/* Nastavení barvy společné pro všechny elementy */
* { color: white;
}


html, body {          
             color: white;
}

body {
          margin:10px;
          background-color: transparent;
}

html { 
          background-color: rgb(0,0,182);
          background-image: url(grafika/tapeta.jpg);
          background-position: 70% 50%;
   	      background-repeat: no-repeat;
	        background-attachment: fixed;
	        height: 100%;
}


a:link {  color:rgb(255,200,0);
}
a:active {  color:rgb(255,100,105);
}
a:visited {  color:rgb(255,240,195);
}
a:hover { color: rgb(0,0,182);
          background-color: rgb(255,255,255);
}

img { color:yellow;}

.s, h2 .s{
  display:none;
}


#menu0 a, #menu0 a:link,#menu0 a:active ,#menu0 a:visited  {
  color: white;
  text-decoration:none;
  border:1px solid white;
  margin: 0.0ex 0.3ex;
  padding: 2px 2ex 2px 2ex;
  line-height:4ex;
  white-space:nowrap;
}

#menu0 a:hover {
  color: yellow;
  background-color:black;
  border:1px solid yellow;
}

#menu0aktualni {
  color: yellow;
  padding: 2px 2ex 2px 2ex;
  margin: 0.0ex 0.3ex;
  border:1px solid yellow;
  white-space:nowrap;
}


#menu1 a, #menu1 a:link,#menu1 a:active ,#menu1 a:visited  {
  color: white;
  text-decoration:none;
  padding: 2px 2ex 2px 2ex;
  border:1px solid white;
  line-height:4ex;
  white-space:nowrap;
}

#menu1 a:hover {
  color: yellow;
  background-color:black;
  border:1px solid yellow;
}

#menu1aktualni {
  color: yellow;
  padding: 2px 2ex 2px 2ex;
  margin: 0.0ex 0.3ex;
  border:1px solid yellow;
  white-space:nowrap;
}

#patka {
 margin-top:3ex;
}

#menu0, #menu1 {
  border:1px solid white;
  padding:1ex;
  padding-top:0ex;
  margin-bottom:6ex;
}


#menu0 div, #menu1 div {
  position:relative;
  top:-1.8ex;
  left:3ex;
  width:70%;
}

#menu0 h2, #menu1 h2{
  display:inline;
  font-size:120%;
  background-color: rgb(0,0,182);
  margin:0px;
  padding:0px 10px;
}

#vzhled {
       margin-left:2ex;
}


.ramecek { 
           border:1px solid white;
}

.osobnidata { 
           border-color: white;
}

.typletadla h2{
 margin-top:-2.5ex;
}


.typletadla h2 a{
 background-color: rgb(0,0,182);
}
