/* CSS Document */
body {
margin: 4px;
background:url(../obrazky/pozadi.jpg); 
font-family: Arial, Verdana, sans-serif;
font-size: small;
}

p.entext {
color:gray;
}   

span.entext {       /*pri najezdu mysi nemeni barvu*/
color:gray;
}

span.entextL {       /*pri najezdu mysi meni barvu - odkazy*/
color:gray;
}


span.entextL:hover{
color:red;
}
/*definice základních fontů a automatického okrajování*/

h1 {
font-size: 160%;
margin: 0 0 10px 0;
}

h2 {
font-size: 140%;
margin: 10px 0 5px 0;
color: red;}

h3 {
font-size: 130%;
margin: 20px 0 5px 0;
padding-bottom: 5px;
text-align: left;
color: black;
border-bottom: 2px solid silver;
line-height: 1.2;
}

h4 {
font-size: 130%;
margin: 5px 0 5px 0;
padding-bottom: 5px;
color: black;
}



ul {
font-size: 90%;
margin: 0 0 5px 0;
}

a {
font-weight: bold;
text-decoration: none;
color: black;
}

a img {       /*tj. úprava obrázků v hypertextových odkazech, aby kolem obrázku nebyl nepěkný rámeček*/
border: none;
}

/*celá stránka*/
#vse {
border: none;
width: 800px;
margin: 0 auto;
background: white;
position: relative;
} 
/*zahlavi*/
#zahlavi {
text-align: left;
color: red;
width: 100%;
height: 130px;
background: red;
}
/* levý panel s fotkou a podpisem */
#panel {
width: 239px;
position: absolute;    
top:185px;    
}

#panel .oramovat {
 border: none;
}

/* definice atribut jednotlivých položek zvaných boxy v levém panelu */


#box-panel {
width: 100%;
margin-top: 15px;
padding-bottom: 5px;
}

#box-panel img {
position: absolute;
left: 15px;
}

#box-panel p {
padding-left: 65px;
font-weight: bold;
} 

#kontextovy-panel {        /*tj. panel obsahující dokumenty ke stažení*/

                 width: 229px;
margin-top:12px;
border-bottom: 2px solid silver;
border-top: 4px solid silver;
padding-left: 10px;
padding-top:5px;
padding-bottom:2.5px;
}

#blankline {
width:229px;
height:15px;
}
#smallblankline {
width:229px;
height:7px;
}

#nekontextovy-panel {     /*tj. panel obsahující kontaktní informace*/
width: 229px;
margin-bottom: 10px;
padding-left: 10px;
padding-top:5px;
padding-bottom:2.5px;
}

/*pravá část stránky - jméno, text*/ 
/* CSS Document */   

 #okraj {             
margin-bottom: 100px;
background: white;
width: 504px;
position: relative;
left: 296px;
top: 50px;
}   
                  
#obsah {

padding-top:0px;
padding-top:0px;
padding-right: 20px;
line-height: 1.4;
text-align: justify;
padding-left:0px;
}    



#jmeno {
position: relative;
left: -0px;
top: -0px;
} 

#jmeno h2 {
        margin: 10px 0 25px 0;
}
  
/*položky */

#menu{
width: 800px;
height: 40px;
}

#menu h2 {
display: none;
}

#menu ul {
width: 800px;
height: 40px;
border-top: 2px solid white;
float:left;
margin: 0;
padding: 0px 0;
background: #99CCFF;
list-style-type: none;
}

#menu ul li {
float: left;
width: 198px;
padding: 2px 0px;
border-right: 2px solid white;
}

#menu a {
display: block;
text-align:center;
padding: 5px 2px;
height: 26px;
color: #000;
font-family: Georgia, Arial, sans-serif;
font-size: small;
font-weight: bold;
text-decoration: none;
/*background: red; pro testování, kam až sahá poklikávací pole*/
} 

#menu .posledni {
height: 36px;
float: right;
border-left: none;
border-right:none;
}


#menu li:hover {
border-bottom: 5px solid red;
}

#index #nav-index, #valuation #nav-valuation, #economics #nav-economics, #teaching #nav-teaching {
border-left: 7px solid red;
}


 /*zápatí*/
#zapati {
width: 800px;
position: relative;
top: 0px;
bottom:0px;
background: #99CCFF;
padding-top: 3px;
padding-bottom:3px;
}   

#zapati p {
margin: 5px;
text-align: center;  
}
/* úprava hovers, tedy přebarvení odkazů při najetí na ně */

a:hover{
color:red;
}

a img:hover{
border:1px solid red;
}

#kontextovy-panel img:hover {
border:none;

}
#nekontextovy-panel img:hover {
border:none;
}

/* úprava pro stránku publikace*/


#fullbox p{
padding-left: 0px;
padding-right:3px; 
}  

#resourcebox {
position:relative;
left:20px;
padding-right:20px;
border-left: 5px solid silver;
/*border-bottom:1px solid silver;     */

}
#resourcebox img {
position: absolute;
left:15px;
}

#resourcebox p{
padding-left: 55px;
padding-right:10px;

} 
#resourcebox a img:hover{
border:none;
}   

/*přídáno pro kontextové menu se seznamem publikací*/

#navigace-panel {        /*tj. panel obsahující dokumenty ke stažení*/
width: 229px;
margin-top:12px;
border-bottom: 2px solid silver;
border-top: 4px solid silver;
background:white; /*#99CCFF; */
padding-left: 10px;
padding-top:5px;
padding-bottom:2.5px;
}

#navigace-panel h3 {
padding-left: 20px;
}

#navigace-panel ul {
list-style-type: square;
padding-left:20px;

}

#navigace-panel img:hover {
border:none;
}
