* { color: white;
}

/* Barvy standartního odkazu  */

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);
}

/* Barva textového popisu obrázku */
img { color:yellow;
      border:1px solid white;
}

html, body {
             margin:0px;
             padding:0px;
    	       height: 100%;
             overflow: hidden;
             background-color: rgb(0,0,182);
             color: rgb(255,255,255);
}

body {
          background-image: url(grafika/tapeta2.jpg);
          background-position: 70% 50%;
   	      background-repeat: no-repeat;
	        background-attachment: fixed;
	        height: 100%;
	        width:100%;
}

/*  Část stránky obsahujici hlavni část obsahu dokumentu  */

#kontejnerobsahu {
            position:absolute;
            right:0px;
            top:0px;
            height:100%;
			      overflow:auto;
			      clip:auto;
     		    z-index: 0;
            width:100%;
/*            border:3px solid yellow;*/
}

#obsah {
          margin:0px;
          padding:15px;
          border:0px;
          margin-left:198px;
          _width:100%;
}


/*  Oblast obsahující  navigační pruh  */
#kontejnermenu {
            position:absolute;
            top:0px;
            left:0px;
            width:197px;
            height:100%;
            margin:0px;
            padding:0px;
            border:0px;
            border-right: 3px solid black;
     	      background-color: rgb(130,180,255);
            overflow:auto;
            clip:auto;
	          z-index: 2;
}

/*  Oblast obsahující logo */
#haologo   {
            background-image: url(grafika/logoxnahled4.gif);
      	   background-repeat: no-repeat;
     	      background-color: rgb(130,180,255);
            width:120px;
            height:120px;
            border:0px;
            margin:0px;
            padding:0px;
            margin-left:30px;
            margin-top:20px;
            margin-bottom:20px;
            display:block;            
}

#patka {
            font-size: 14px;
            color:white;
            background-color:black;
            padding:0ex;
            border:0px;
            text-align:center;
            margin:5px;
            margin-top:3ex;
            margin-bottom:0ex;
            padding-top:3px;
            padding-bottom:3px;
 }
#patka span {
  margin-right:0px;
  pading-right:0px;
}

#vzhled {
       margin-left:1.5ex;
       _margin-left:0px;
}


/*  Oblast obsahující  položky menu úrovně 0 */
#menu0 {
            font-size: 120%;
            margin:5px;
            margin-top:2ex;
            border:1px solid black;
            background-color: rgb(90,150,235);
}


/*  Odkaz jako položka menu úrovně 0  */
#menu0 a{
          padding-left:1ex;
          font-weight:normal;
          text-decoration: none;
          display:block;
          color:blue;
          background-color:transparent;
}

#menu0 a:hover{
         padding-left:0.5ex;
         color:rgb(130,180,255);
         background-color:rgb(0,0,182);
}

#menu0 h2 { font-weight:normal;
            font-size: 100%;
            text-decoration: none;
            color:  yellow;
            margin:0px;
            display:block;
            background-color:black;
            text-align:center;
}




/*  Oblast obsahující  položky menu  úrovně 1 */
#menu1 {
	            color: rgb(225,175,0);
               margin:5px;
               border:1px solid black;
               background-color: rgb(90,150,235);
}



/*  Chování odkazu, který je položkou menu úrpvně 1  */
#menu1 a{
         padding-left: 1ex;
         font-weight:light;
         text-decoration: none;
         display:block;
         color:blue;
         background-color:transparent;
}

#menu1 a:hover{
         padding-left:0.5ex;
         padding-right:0.5ex;
         color:rgb(130,180,255);
         background-color:rgb(0,0,182);
}


/*  Aktualni menu úrovně 0 */
#menu0aktualni {
  color: rgb(0,0,0);
  padding-left:1ex;
  display:block;
}

#menu1 h2 { font-weight:normal;
            font-size: 120%;
            text-decoration: none;
            color:  yellow;
	         margin:0px;
            display:block;
            background-color:black;
/*            text-transform:capitalize;*/
            text-align:center;
}

/* Aktualní menu úrovně 1*/
#menu1aktualni {font-weight:light;
                text-decoration: none;
                padding-left:1ex;
                color: rgb(0,0,0);
                display:block;
}

/* Prvky, ktere budou skryté */
.s { display: none;}

.ramecek {
           border:1px solid white;
}

.osobnidata {
           border-color: white;
}

.typletadla h2{
  _position:relative;
  _top:-2.5ex;
  mar\gin-top:-2.5ex;
}


.typletadla h2 a{
 background-color: rgb(0,0,182);
}


/*  Oblast obsahující  odkaz na facebook */
#hao_na_fb{
            font-size: 120%;
            margin:5px;
            margin-top:2ex;
            border:1px solid black;
            background-color: rgb(90,150,235);
}


#hao_na_fb h2 { font-weight:normal;
            font-size: 100%;
            text-decoration: none;
            color:  yellow;
            margin:0px;
            display:block;
            background-color:black;
            text-align:center;
}
